1 #------------------------------------------------------------------------------
2 # $File: c-lang,v 1.19 2014/06/03 19:17:27 christos Exp $
3 # c-lang: file(1) magic for C and related languages programs
7 0 search/8192 "libhdr" BCPL source text
9 0 search/8192 "LIBHDR" BCPL source text
13 0 regex \^#include C source text
15 0 regex \^char[\ \t\n]+ C source text
17 0 regex \^double[\ \t\n]+ C source text
19 0 regex \^extern[\ \t\n]+ C source text
21 0 regex \^float[\ \t\n]+ C source text
23 0 regex \^struct[\ \t\n]+ C source text
25 0 regex \^union[\ \t\n]+ C source text
27 0 search/8192 main( C source text
31 # The strength of these rules is increased so they beat the C rules above
32 0 regex \^template[\ \t\n]+ C++ source text
35 0 regex \^virtual[\ \t\n]+ C++ source text
38 0 regex \^class[\ \t\n]+ C++ source text
41 0 regex \^public: C++ source text
44 0 regex \^private: C++ source text
48 # From: Mikhail Teterin <mi@aldan.algebra.com>
49 0 string cscope cscope reference data
50 >7 string x version %.2s
51 # We skip the path here, because it is often long (so file will
52 # truncate it) and mostly redundant.
53 # The inverted index functionality was added some time between
54 # versions 11 and 15, so look for -q if version is above 14:
56 >>10 search/100 \ -q\ with inverted index
57 >10 search/100 \ -c\ text (non-compressed)