aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2022-11-27 15:43:39 +0200
committerEli Zaretskii2022-11-27 15:43:39 +0200
commit6f0906be5115e88dc70eb655326bccbbcfbb42b8 (patch)
tree2f0da4667b520ebb4000a23a324cbb1de40db8b4
parentd48bb4874bc6cd3e69c7a15fc3c91cc141025c51 (diff)
downloademacs-6f0906be5115e88dc70eb655326bccbbcfbb42b8.tar.gz
emacs-6f0906be5115e88dc70eb655326bccbbcfbb42b8.zip
; Fix last change in etags.c
* lib-src/etags.c (cleanup_tags_file): Renamed from clean_matched_file_tag. * test/manual/etags/CTAGS.good_update: * test/manual/etags/CTAGS.good_crlf: Update to match the test.
-rw-r--r--lib-src/etags.c9
-rw-r--r--test/manual/etags/CTAGS.good_crlf5536
-rw-r--r--test/manual/etags/CTAGS.good_update5532
3 files changed, 5539 insertions, 5538 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c
index b6f51dfa83f..d1d20858cdd 100644
--- a/lib-src/etags.c
+++ b/lib-src/etags.c
@@ -399,7 +399,7 @@ static void free_fdesc (fdesc *);
399static void pfnote (char *, bool, char *, ptrdiff_t, intmax_t, intmax_t); 399static void pfnote (char *, bool, char *, ptrdiff_t, intmax_t, intmax_t);
400static void invalidate_nodes (fdesc *, node **); 400static void invalidate_nodes (fdesc *, node **);
401static void put_entries (node *); 401static void put_entries (node *);
402static void clean_matched_file_tag (char const * const, char const * const); 402static void cleanup_tags_file (char const * const, char const * const);
403 403
404static void do_move_file (const char *, const char *); 404static void do_move_file (const char *, const char *);
405static char *concat (const char *, const char *, const char *); 405static char *concat (const char *, const char *, const char *);
@@ -1392,7 +1392,7 @@ main (int argc, char **argv)
1392 default: 1392 default:
1393 continue; /* the for loop */ 1393 continue; /* the for loop */
1394 } 1394 }
1395 clean_matched_file_tag (tagfile, argbuffer[i].what); 1395 cleanup_tags_file (tagfile, argbuffer[i].what);
1396 } 1396 }
1397 append_to_tagfile = true; 1397 append_to_tagfile = true;
1398 } 1398 }
@@ -1442,7 +1442,7 @@ main (int argc, char **argv)
1442 * Equivalent to: mv tags OTAGS;grep -Fv ' filename ' OTAGS >tags;rm OTAGS 1442 * Equivalent to: mv tags OTAGS;grep -Fv ' filename ' OTAGS >tags;rm OTAGS
1443 */ 1443 */
1444static void 1444static void
1445clean_matched_file_tag (const char* tagfile, const char* match_file_name) 1445cleanup_tags_file (const char* tagfile, const char* match_file_name)
1446{ 1446{
1447 FILE *otags_f = fopen ("OTAGS", "wb"); 1447 FILE *otags_f = fopen ("OTAGS", "wb");
1448 FILE *tag_f = fopen (tagfile, "rb"); 1448 FILE *tag_f = fopen (tagfile, "rb");
@@ -7275,7 +7275,8 @@ get_lispy_tag (register char *bp)
7275 * appended to `filebuf'. 7275 * appended to `filebuf'.
7276 */ 7276 */
7277static ptrdiff_t 7277static ptrdiff_t
7278readline_internal (linebuffer *lbp, FILE *stream, char const *filename, const bool leave_cr) 7278readline_internal (linebuffer *lbp, FILE *stream, char const *filename,
7279 const bool leave_cr)
7279{ 7280{
7280 char *buffer = lbp->buffer; 7281 char *buffer = lbp->buffer;
7281 char *p = lbp->buffer; 7282 char *p = lbp->buffer;
diff --git a/test/manual/etags/CTAGS.good_crlf b/test/manual/etags/CTAGS.good_crlf
index 52bd564d6ca..3d64fa63c7a 100644
--- a/test/manual/etags/CTAGS.good_crlf
+++ b/test/manual/etags/CTAGS.good_crlf
@@ -1,39 +1,2280 @@
1($_,$flag,$opt,$f,$r,@temp perl-src/yagrip.pl 8 1#a-defer-word forth-src/test-forth.fth /^defer #a-defer-word$/
2#some-storage forth-src/test-forth.fth /^2000 buffer: #some-storage$/
2$0x80 c-src/sysdep.h 32 3$0x80 c-src/sysdep.h 32
3${CHECKOBJS} make-src/Makefile /^${CHECKOBJS}: CFLAGS=-g3 -DNULLFREECHECK=0$/ 4$SYS_##syscall_na c-src/sysdep.h 31
4$domain php-src/lce_functions.php 175 5$domain php-src/lce_functions.php 175
5$filename php-src/lce_functions.php 174 6$filename php-src/lce_functions.php 174
6$ignore_ws php-src/lce_functions.php 171 7$ignore_ws php-src/lce_functions.php 171
7$memassign php-src/ptest.php 9 8$memassign php-src/ptest.php 9
8$memassign_space php-src/ptest.php 10 9$memassign_space php-src/ptest.php 10
9$member php-src/ptest.php 8 10$member php-src/ptest.php 8
10$msgid_lc php-src/lce_functions.php 113
11$msgid php-src/lce_functions.php 107 11$msgid php-src/lce_functions.php 107
12$msgid php-src/lce_functions.php 165 12$msgid php-src/lce_functions.php 165
13$msgstr_lc php-src/lce_functions.php 114 13$msgid_lc php-src/lce_functions.php 113
14$msgstr php-src/lce_functions.php 108 14$msgstr php-src/lce_functions.php 108
15$msgstr php-src/lce_functions.php 166 15$msgstr php-src/lce_functions.php 166
16$msgstr_lc php-src/lce_functions.php 114
16$po_entries php-src/lce_functions.php 172 17$po_entries php-src/lce_functions.php 172
17$poe_num php-src/lce_functions.php 173 18$poe_num php-src/lce_functions.php 173
18$por_a php-src/lce_functions.php 500 19$por_a php-src/lce_functions.php 500
19$prefix php-src/lce_functions.php 72 20$prefix php-src/lce_functions.php 72
20($prog,$_,@list perl-src/yagrip.pl 39
21$state php-src/lce_functions.php 170 21$state php-src/lce_functions.php 170
22($string,$flag,@string,@temp,@last perl-src/yagrip.pl 40
23$sys_comment_lc php-src/lce_functions.php 116
24$sys_comment php-src/lce_functions.php 110 22$sys_comment php-src/lce_functions.php 110
25$sys_comment php-src/lce_functions.php 168 23$sys_comment php-src/lce_functions.php 168
26$SYS_##syscall_na c-src/sysdep.h 31 24$sys_comment_lc php-src/lce_functions.php 116
27$test php-src/ptest.php 12 25$test php-src/ptest.php 12
28$unk_comment_lc php-src/lce_functions.php 117
29$unk_comment php-src/lce_functions.php 111 26$unk_comment php-src/lce_functions.php 111
30$unk_comment php-src/lce_functions.php 169 27$unk_comment php-src/lce_functions.php 169
31$user_comment_lc php-src/lce_functions.php 115 28$unk_comment_lc php-src/lce_functions.php 117
32$user_comment php-src/lce_functions.php 109 29$user_comment php-src/lce_functions.php 109
33$user_comment php-src/lce_functions.php 167 30$user_comment php-src/lce_functions.php 167
31$user_comment_lc php-src/lce_functions.php 115
32${CHECKOBJS} make-src/Makefile /^${CHECKOBJS}: CFLAGS=-g3 -DNULLFREECHECK=0$/
33%cdiff make-src/Makefile /^%cdiff: CTAGS% CTAGS ${infiles}$/
34%ediff make-src/Makefile /^%ediff: ETAGS% ETAGS ${infiles}$/
35($_,$flag,$opt,$f,$r,@temp perl-src/yagrip.pl 8
36($prog,$_,@list perl-src/yagrip.pl 39
37($string,$flag,@string,@temp,@last perl-src/yagrip.pl 40
38(a-forth-constant forth-src/test-forth.fth /^constant (a-forth-constant$/
39(another-forth-word) forth-src/test-forth.fth /^: (another-forth-word) ( -- )$/
40(foo) forth-src/test-forth.fth /^: (foo) 1 ;$/
41+ ruby-src/test.rb /^ def +(y)$/
42+ tex-src/texinfo.tex /^\\def+{{\\tt \\char 43}}$/
43.PRECIOUS make-src/Makefile /^.PRECIOUS: ETAGS CTAGS ETAGS16 CTAGS16 ETAGS17 CTA/
44/.notdef ps-src/rfc1245.ps /^\/.notdef \/.notdef \/.notdef \/.notdef \/.notdef \/.not/
45/.notdef ps-src/rfc1245.ps /^\/.notdef \/.notdef \/.notdef \/.notdef \/space \/exclam/
46/A ps-src/rfc1245.ps /^\/A { $/
47/Acircumflex ps-src/rfc1245.ps /^\/Acircumflex \/Ecircumflex \/Aacute \/Edieresis \/Egra/
48/B ps-src/rfc1245.ps /^\/B { $/
49/BEGINBITMAP2BIT ps-src/rfc1245.ps /^\/BEGINBITMAP2BIT { $/
50/BEGINBITMAP2BITc ps-src/rfc1245.ps /^\/BEGINBITMAP2BITc { $/
51/BEGINBITMAPBW ps-src/rfc1245.ps /^\/BEGINBITMAPBW { $/
52/BEGINBITMAPBWc ps-src/rfc1245.ps /^\/BEGINBITMAPBWc { $/
53/BEGINBITMAPGRAY ps-src/rfc1245.ps /^\/BEGINBITMAPGRAY { $/
54/BEGINBITMAPGRAYc ps-src/rfc1245.ps /^\/BEGINBITMAPGRAYc { $/
55/BEGINPRINTCODE ps-src/rfc1245.ps /^\/BEGINPRINTCODE { $/
56/BF ps-src/rfc1245.ps /^\/BF { $/
57/BITMAPCOLOR ps-src/rfc1245.ps /^\/BITMAPCOLOR { $/
58/BITMAPCOLORc ps-src/rfc1245.ps /^\/BITMAPCOLORc { $/
59/BITMAPGRAY ps-src/rfc1245.ps /^\/BITMAPGRAY { $/
60/BITMAPGRAYc ps-src/rfc1245.ps /^\/BITMAPGRAYc { $/
61/C ps-src/rfc1245.ps /^\/C { $/
62/COMMONBITMAP ps-src/rfc1245.ps /^\/COMMONBITMAP { $/
63/COMMONBITMAPc ps-src/rfc1245.ps /^\/COMMONBITMAPc { $/
64/D ps-src/rfc1245.ps /^\/D {curveto} bind def$/
65/DiacriticEncoding ps-src/rfc1245.ps /^\/DiacriticEncoding [$/
66/E ps-src/rfc1245.ps /^\/E {lineto} bind def$/
67/ENDBITMAP ps-src/rfc1245.ps /^\/ENDBITMAP {$/
68/ENDPRINTCODE ps-src/rfc1245.ps /^\/ENDPRINTCODE {$/
69/F ps-src/rfc1245.ps /^\/F { $/
70/FMBEGINEPSF ps-src/rfc1245.ps /^\/FMBEGINEPSF { $/
71/FMBEGINPAGE ps-src/rfc1245.ps /^\/FMBEGINPAGE { $/
72/FMDEFINEFONT ps-src/rfc1245.ps /^\/FMDEFINEFONT { $/
73/FMDOCUMENT ps-src/rfc1245.ps /^\/FMDOCUMENT { $/
74/FMENDEPSF ps-src/rfc1245.ps /^\/FMENDEPSF {$/
75/FMENDPAGE ps-src/rfc1245.ps /^\/FMENDPAGE {$/
76/FMLOCAL ps-src/rfc1245.ps /^\/FMLOCAL {$/
77/FMNORMALIZEGRAPHICS ps-src/rfc1245.ps /^\/FMNORMALIZEGRAPHICS { $/
78/FMVERSION ps-src/rfc1245.ps /^\/FMVERSION {$/
79/FMversion ps-src/rfc1245.ps /^\/FMversion (2.0) def $/
80/Fmcc ps-src/rfc1245.ps /^\/Fmcc {$/
81/FrameDict ps-src/rfc1245.ps /^\/FrameDict 190 dict def $/
82/G ps-src/rfc1245.ps /^\/G { $/
83/H ps-src/rfc1245.ps /^\/H { $/
84/Icircumflex ps-src/rfc1245.ps /^\/Icircumflex \/Idieresis \/Igrave \/Oacute \/Ocircumfl/
85/L ps-src/rfc1245.ps /^\/L \/M \/N \/O \/P \/Q \/R \/S \/T \/U \/V \/W \/X \/Y \/Z \/brac/
86/L ps-src/rfc1245.ps /^\/L { $/
87/M ps-src/rfc1245.ps /^\/M {newpath moveto} bind def$/
88/N ps-src/rfc1245.ps /^\/N { $/
89/Ntilde ps-src/rfc1245.ps /^\/Ntilde \/Odieresis \/Udieresis \/aacute \/agrave \/aci/
90/O ps-src/rfc1245.ps /^\/O {closepath} bind def$/
91/Otilde ps-src/rfc1245.ps /^\/Otilde \/OE \/oe \/endash \/emdash \/quotedblleft \/quo/
92/P ps-src/rfc1245.ps /^\/P { $/
93/PF ps-src/rfc1245.ps /^\/PF { $/
94/R ps-src/rfc1245.ps /^\/R { $/
95/RF ps-src/rfc1245.ps /^\/RF { $/
96/RR ps-src/rfc1245.ps /^\/RR { $/
97/ReEncode ps-src/rfc1245.ps /^\/ReEncode { $/
98/S ps-src/rfc1245.ps /^\/S { $/
99/SF ps-src/rfc1245.ps /^\/SF { $/
100/T ps-src/rfc1245.ps /^\/T { $/
101/TF ps-src/rfc1245.ps /^\/TF { $/
102/U ps-src/rfc1245.ps /^\/U { $/
103/Uacute ps-src/rfc1245.ps /^\/Uacute \/Ucircumflex \/Ugrave \/dotlessi \/circumflex/
104/V ps-src/rfc1245.ps /^\/V { $/
105/W ps-src/rfc1245.ps /^\/W { $/
106/X ps-src/rfc1245.ps /^\/X { $/
107/Y ps-src/rfc1245.ps /^\/Y { $/
108/Z ps-src/rfc1245.ps /^\/Z {$/
109/atilde ps-src/rfc1245.ps /^\/atilde \/aring \/ccedilla \/eacute \/egrave \/ecircumf/
110/bl ps-src/rfc1245.ps /^\/bl { $/
111/braceright ps-src/rfc1245.ps /^\/braceright \/asciitilde \/.notdef \/Adieresis \/Aring/
112/bracketright ps-src/rfc1245.ps /^\/bracketright \/asciicircum \/underscore \/grave \/a \//
113/breve ps-src/rfc1245.ps /^\/breve \/dotaccent \/ring \/cedilla \/hungarumlaut \/og/
114/cfs ps-src/rfc1245.ps /^\/cfs { $/
115/colorsetup ps-src/rfc1245.ps /^\/colorsetup {$/
116/desperatepapersize ps-src/rfc1245.ps /^\/desperatepapersize {$/
117/dieresis ps-src/rfc1245.ps /^\/dieresis \/.notdef \/AE \/Oslash \/.notdef \/.notdef \//
118/dmatrix ps-src/rfc1245.ps /^\/dmatrix matrix def$/
119/dnormalize ps-src/rfc1245.ps /^\/dnormalize {$/
120/dpi ps-src/rfc1245.ps /^\/dpi 72 0 dmatrix defaultmatrix dtransform$/
121/exclamdown ps-src/rfc1245.ps /^\/exclamdown \/logicalnot \/.notdef \/florin \/.notdef /
122/fakecolorsetup ps-src/rfc1245.ps /^\/fakecolorsetup {$/
123/fillprocs ps-src/rfc1245.ps /^\/fillprocs 32 array def$/
124/fl ps-src/rfc1245.ps /^\/fl { $/
125/fraction ps-src/rfc1245.ps /^\/fraction \/currency \/guilsinglleft \/guilsinglright/
126/freq ps-src/rfc1245.ps /^\/freq dpi 18.75 div 8 div round dup 0 eq {pop 1} i/
127/gn ps-src/rfc1245.ps /^\/gn { $/
128/graymode ps-src/rfc1245.ps /^\/graymode true def$/
129/grayness ps-src/rfc1245.ps /^\/grayness {$/
130/guillemotleft ps-src/rfc1245.ps /^\/guillemotleft \/guillemotright \/ellipsis \/.notdef /
131/home/www/pub/etags.c.gz make-src/Makefile /^\/home\/www\/pub\/etags.c.gz: etags.c$/
132/home/www/pub/software/unix/etags.tar.gz make-src/Makefile /^\/home\/www\/pub\/software\/unix\/etags.tar.gz: Makefile/
133/hx ps-src/rfc1245.ps /^\/hx { $/
134/i ps-src/rfc1245.ps /^\/i \/j \/k \/l \/m \/n \/o \/p \/q \/r \/s \/t \/u \/v \/w \/x \/y/
135/iacute ps-src/rfc1245.ps /^\/iacute \/igrave \/icircumflex \/idieresis \/ntilde \/o/
136/ic ps-src/rfc1245.ps /^\/ic [ $/
137/inch ps-src/rfc1245.ps /^\/inch {72 mul} def$/
138/ip ps-src/rfc1245.ps /^\/ip { $/
139/less ps-src/rfc1245.ps /^\/less \/equal \/greater \/question \/at \/A \/B \/C \/D \/E/
140/lnormalize ps-src/rfc1245.ps /^\/lnormalize { $/
141/manualpapersize ps-src/rfc1245.ps /^\/manualpapersize {$/
142/max ps-src/rfc1245.ps /^\/max {2 copy lt {exch} if pop} bind def$/
143/min ps-src/rfc1245.ps /^\/min {2 copy gt {exch} if pop} bind def$/
144/ms ps-src/rfc1245.ps /^\/ms { $/
145/nbluet ps-src/rfc1245.ps /^\/nbluet 256 array def$/
146/ngrayt ps-src/rfc1245.ps /^\/ngrayt 256 array def$/
147/ngreent ps-src/rfc1245.ps /^\/ngreent 256 array def$/
148/normalize ps-src/rfc1245.ps /^\/normalize {$/
149/nredt ps-src/rfc1245.ps /^\/nredt 256 array def$/
150/numbersign ps-src/rfc1245.ps /^\/numbersign \/dollar \/percent \/ampersand \/quotesing/
151/ocircumflex ps-src/rfc1245.ps /^\/ocircumflex \/odieresis \/otilde \/uacute \/ugrave \/u/
152/ordfeminine ps-src/rfc1245.ps /^\/ordfeminine \/ordmasculine \/.notdef \/ae \/oslash \/q/
153/pagedimen ps-src/rfc1245.ps /^\/pagedimen { $/
154/papersize ps-src/rfc1245.ps /^\/papersize {$/
155/paragraph ps-src/rfc1245.ps /^\/paragraph \/germandbls \/registered \/copyright \/tra/
156/parenright ps-src/rfc1245.ps /^\/parenright \/asterisk \/plus \/comma \/hyphen \/period/
157/periodcentered ps-src/rfc1245.ps /^\/periodcentered \/quotesinglbase \/quotedblbase \/per/
158/quoteleft ps-src/rfc1245.ps /^\/quoteleft \/quoteright \/.notdef \/.notdef \/ydieresi/
159/restorematrix ps-src/rfc1245.ps /^\/restorematrix {$/
160/s1 ps-src/rfc1245.ps /^\/s1 1 string def$/
161/sangle ps-src/rfc1245.ps /^\/sangle 1 0 dmatrix defaultmatrix dtransform exch /
162/savematrix ps-src/rfc1245.ps /^\/savematrix {$/
163/setmanualfeed ps-src/rfc1245.ps /^\/setmanualfeed {$/
164/setpapername ps-src/rfc1245.ps /^\/setpapername { $/
165/setpattern ps-src/rfc1245.ps /^\/setpattern {$/
166/two ps-src/rfc1245.ps /^\/two \/three \/four \/five \/six \/seven \/eight \/nine \//
167/udieresis ps-src/rfc1245.ps /^\/udieresis \/dagger \/.notdef \/cent \/sterling \/secti/
168/wbytes ps-src/rfc1245.ps /^\/wbytes { $/
169/wh ps-src/rfc1245.ps /^\/wh { $/
170/yen ps-src/rfc1245.ps /^\/yen \/.notdef \/.notdef \/.notdef \/.notdef \/.notdef /
342const forth-src/test-forth.fth /^3 4 2constant 2const$/ 1712const forth-src/test-forth.fth /^3 4 2constant 2const$/
352val forth-src/test-forth.fth /^2const 2value 2val$/ 1722val forth-src/test-forth.fth /^2const 2value 2val$/
362var forth-src/test-forth.fth /^2variable 2var$/ 1732var forth-src/test-forth.fth /^2variable 2var$/
174:a-forth-dictionary-entry forth-src/test-forth.fth /^create :a-forth-dictionary-entry$/
175< tex-src/texinfo.tex /^\\def<{{\\tt \\less}}$/
176<< ruby-src/test.rb /^ def <<(y)$/
177<= ruby-src/test.rb /^ def <=(y)$/
178<=> ruby-src/test.rb /^ def <=>(y)$/
179= tex-src/texinfo.tex /^\\global\\def={{\\tt \\char 61}}}$/
180= tex-src/texinfo.tex /^\\global\\let\\section = \\appendixsec$/
181= tex-src/texinfo.tex /^\\global\\let\\section = \\numberedsec$/
182= tex-src/texinfo.tex /^\\global\\let\\section = \\unnumberedsec$/
183= tex-src/texinfo.tex /^\\global\\let\\subsection = \\appendixsubsec$/
184= tex-src/texinfo.tex /^\\global\\let\\subsection = \\numberedsubsec$/
185= tex-src/texinfo.tex /^\\global\\let\\subsection = \\unnumberedsubsec$/
186= tex-src/texinfo.tex /^\\global\\let\\subsubsection = \\appendixsubsubsec$/
187= tex-src/texinfo.tex /^\\global\\let\\subsubsection = \\numberedsubsubsec$/
188= tex-src/texinfo.tex /^\\global\\let\\subsubsection = \\unnumberedsubsubsec$/
189=/f ada-src/etags-test-for.ada /^ function "=" (L, R : System.Address) return Boo/
190== ruby-src/test.rb /^ def ==(y)$/
191=== ruby-src/test.rb /^ def ===(y)$/
192=\indexdummyfont tex-src/texinfo.tex /^\\let\\cite=\\indexdummyfont$/
193=\relax tex-src/texinfo.tex /^\\let\\appendix=\\relax$/
194=\relax tex-src/texinfo.tex /^\\let\\chapter=\\relax$/
195=\relax tex-src/texinfo.tex /^\\let\\section=\\relax$/
196=\relax tex-src/texinfo.tex /^\\let\\subsection=\\relax$/
197=\relax tex-src/texinfo.tex /^\\let\\subsubsection=\\relax$/
198=\smartitalic tex-src/texinfo.tex /^\\let\\cite=\\smartitalic$/
199=starts-with-equals! scm-src/test.scm /^(define =starts-with-equals! #t)$/
200> tex-src/texinfo.tex /^\\def>{{\\tt \\gtr}}$/
201>field1 forth-src/test-forth.fth /^ 9 field >field1$/
202>field2 forth-src/test-forth.fth /^ 5 field >field2$/
203A c.c 162
204A cp-src/c.C /^void A::A() {}$/
205A cp-src/c.C 117
206A cp-src/c.C 39
207A cp-src/c.C 56
208A cp-src/c.C 57
209A cp-src/c.C 73
210A cp-src/fail.C 23
211A cp-src/fail.C 7
212A ruby-src/test1.ru /^class A$/
213A ruby-src/test1.ru /^module A$/
214ABC ruby-src/test1.ru 11
215ADASRC make-src/Makefile /^ADASRC=etags-test-for.ada 2ataspri.adb 2ataspri.ad/
216ADDRESS c-src/emacs/src/gmalloc.c /^#define ADDRESS(B) ((void *) (((B) - 1) * BLOCKSIZ/
217ALIGNOF_STRUCT_LISP_VECTOR c-src/emacs/src/lisp.h 1378
218ALLOCATED_BEFORE_DUMPING c-src/emacs/src/gmalloc.c /^#define ALLOCATED_BEFORE_DUMPING(P) \\$/
219ALLOCATE_PSEUDOVECTOR c-src/emacs/src/lisp.h /^#define ALLOCATE_PSEUDOVECTOR(type, field, tag) /
220ALLOCATE_ZEROED_PSEUDOVECTOR c-src/emacs/src/lisp.h /^#define ALLOCATE_ZEROED_PSEUDOVECTOR(type, field, /
221AND y-src/cccp.c 11
222ANSIC c-src/h.h 84
223ANSIC c-src/h.h 85
224AREF c-src/emacs/src/lisp.h /^AREF (Lisp_Object array, ptrdiff_t idx)$/
225ARGS make-src/Makefile /^ARGS=- < srclist$/
226ARITH_EQUAL c-src/emacs/src/lisp.h 3498
227ARITH_GRTR c-src/emacs/src/lisp.h 3501
228ARITH_GRTR_OR_EQUAL c-src/emacs/src/lisp.h 3503
229ARITH_LESS c-src/emacs/src/lisp.h 3500
230ARITH_LESS_OR_EQUAL c-src/emacs/src/lisp.h 3502
231ARITH_NOTEQUAL c-src/emacs/src/lisp.h 3499
232ARRAYELTS c-src/emacs/src/lisp.h /^#define ARRAYELTS(arr) (sizeof (arr) \/ sizeof (arr/
233ARRAYP c-src/emacs/src/lisp.h /^ARRAYP (Lisp_Object x)$/
234ARRAY_MARK_FLAG c-src/emacs/src/lisp.h 768
235ASCII_CHAR_P c-src/emacs/src/lisp.h /^#define ASCII_CHAR_P(c) UNSIGNED_CMP (c, <, 0x80)$/
236ASET c-src/emacs/src/lisp.h /^ASET (Lisp_Object array, ptrdiff_t idx, Lisp_Objec/
237ASIZE c-src/emacs/src/lisp.h /^ASIZE (Lisp_Object array)$/
238ASRC make-src/Makefile /^ASRC=empty.zz empty.zz.gz$/
239AST_Array::AST_Array cp-src/c.C /^AST_Array::AST_Array(UTL_ScopedName *n, unsigned l/
240AST_ConcreteType::AST_ConcreteType cp-src/c.C /^AST_ConcreteType::AST_ConcreteType(AST_Decl::NodeT/
241AST_Root cp-src/c.C 92
242AT cp-src/c.C 52
243AU cp-src/c.C 53
244AUTOLOADP c-src/emacs/src/lisp.h /^AUTOLOADP (Lisp_Object x)$/
245AUTO_CONS c-src/emacs/src/lisp.h /^#define AUTO_CONS(name, a, b) Lisp_Object name = A/
246AUTO_CONS_EXPR c-src/emacs/src/lisp.h /^#define AUTO_CONS_EXPR(a, b) \\$/
247AUTO_LIST1 c-src/emacs/src/lisp.h /^#define AUTO_LIST1(name, a) \\$/
248AUTO_LIST2 c-src/emacs/src/lisp.h /^#define AUTO_LIST2(name, a, b) \\$/
249AUTO_LIST3 c-src/emacs/src/lisp.h /^#define AUTO_LIST3(name, a, b, c) \\$/
250AUTO_LIST4 c-src/emacs/src/lisp.h /^#define AUTO_LIST4(name, a, b, c, d) \\$/
251AUTO_STRING c-src/emacs/src/lisp.h /^#define AUTO_STRING(name, str) \\$/
252AVAIL_ALLOCA c-src/emacs/src/lisp.h /^#define AVAIL_ALLOCA(size) (sa_avail -= (size), al/
253Abort_Handler_Pointer/t ada-src/2ataspri.ads /^ type Abort_Handler_Pointer is access procedure /
254Abort_Task/p ada-src/2ataspri.adb /^ procedure Abort_Task (T : TCB_Ptr) is$/
255Abort_Task/p ada-src/2ataspri.ads /^ procedure Abort_Task (T : TCB_Ptr);$/
256Abort_Wrapper/p ada-src/2ataspri.adb /^ procedure Abort_Wrapper$/
257Ada_funcs c-src/etags.c /^Ada_funcs (FILE *inf)$/
258Ada_getit c-src/etags.c /^Ada_getit (FILE *inf, const char *name_qualifier)$/
259Ada_help c-src/etags.c 475
260Ada_suffixes c-src/etags.c 473
261AddNullToNmStr pas-src/common.pas /^function AddNullToNmStr; (*($/
262Address_To_Call_State/f ada-src/2ataspri.adb /^ function Address_To_Call_State is new$/
263Address_To_TCB_Ptr/f ada-src/2ataspri.ads /^ function Address_To_TCB_Ptr is new$/
264Advanced usage tex-src/gzip.texi /^@node Advanced usage, Environment, Invoking gzip, /
265Aligned_Cons c-src/emacs/src/lisp.h 4670
266Aligned_String c-src/emacs/src/lisp.h 4676
267AppendTextString pas-src/common.pas /^function AppendTextString;(*($/
268Arith_Comparison c-src/emacs/src/lisp.h 3497
269Asm_help c-src/etags.c 504
270Asm_labels c-src/etags.c /^Asm_labels (FILE *inf)$/
271Asm_suffixes c-src/etags.c 493
272B cp-src/c.C /^void B::B() {}$/
273B cp-src/c.C 122
274B cp-src/c.C 54
275B cp-src/c.C 56
276B cp-src/c.C 74
277B cp-src/fail.C 24
278B cp-src/fail.C 8
279B ruby-src/test1.ru /^ class B$/
280BE_Node cp-src/c.C /^void BE_Node::BE_Node() {}$/
281BE_Node cp-src/c.C 77
282BITS_PER_BITS_WORD c-src/emacs/src/lisp.h 125
283BITS_PER_BITS_WORD c-src/emacs/src/lisp.h 129
284BITS_PER_CHAR c-src/emacs/src/lisp.h 136
285BITS_PER_EMACS_INT c-src/emacs/src/lisp.h 139
286BITS_PER_LONG c-src/emacs/src/lisp.h 138
287BITS_PER_SHORT c-src/emacs/src/lisp.h 137
288BITS_WORD_MAX c-src/emacs/src/lisp.h 124
289BITS_WORD_MAX c-src/emacs/src/lisp.h 128
290BLACK cp-src/screen.hpp 12
291BLOCK c-src/emacs/src/gmalloc.c /^#define BLOCK(A) (((char *) (A) - _heapbase) \/ BLO/
292BLOCKIFY c-src/emacs/src/gmalloc.c /^#define BLOCKIFY(SIZE) (((SIZE) + BLOCKSIZE - 1) \//
293BLOCKLOG c-src/emacs/src/gmalloc.c 125
294BLOCKSIZE c-src/emacs/src/gmalloc.c 126
295BLUE cp-src/screen.hpp 13
296BOOL_VECTOR_BITS_PER_CHAR c-src/emacs/src/lisp.h 114
297BOOL_VECTOR_BITS_PER_CHAR c-src/emacs/src/lisp.h 115
298BOOL_VECTOR_P c-src/emacs/src/lisp.h /^BOOL_VECTOR_P (Lisp_Object a)$/
299BROWN cp-src/screen.hpp 18
300BUFFERP c-src/emacs/src/lisp.h /^BUFFERP (Lisp_Object a)$/
301BUFFERSIZE objc-src/Subprocess.h 43
302BUFFER_OBJFWDP c-src/emacs/src/lisp.h /^BUFFER_OBJFWDP (union Lisp_Fwd *a)$/
303BYTE_MARK_STACK c-src/emacs/src/lisp.h 3181
304Bar lua-src/test.lua /^function Square.something:Bar ()$/
305Bar perl-src/kai-test.pl /^package Bar;$/
306Barrier_Function_Pointer/t ada-src/etags-test-for.ada /^ type Barrier_Function_Pointer is access$/
307Bidule/b ada-src/etags-test-for.ada /^ protected body Bidule is$/
308Bidule/b ada-src/waroquiers.ada /^ protected body Bidule is$/
309Bidule/t ada-src/etags-test-for.ada /^ protected Bidule is$/
310Bidule/t ada-src/waroquiers.ada /^ protected Bidule is$/
311Body_Required/f ada-src/etags-test-for.ada /^ function Body_Required$/
312Boo cp-src/c.C /^ Boo(int _i, int _a, int _b) : i(_i), a(_a), b(/
313Boo cp-src/c.C 129
314Boo::Boo cp-src/c.C /^Boo::Boo(Boo) :$/
315ButtonBar pyt-src/server.py /^def ButtonBar(frame, legend, ref, alternatives, co/
316C cp-src/fail.C /^ C(int i) {x = i;}$/
317C cp-src/fail.C 25
318C cp-src/fail.C 9
319CALLMANY c-src/emacs/src/lisp.h /^#define CALLMANY(f, array) (f) (ARRAYELTS (array),/
320CALLN c-src/emacs/src/lisp.h /^#define CALLN(f, ...) CALLMANY (f, ((Lisp_Object [/
321CAR c-src/emacs/src/lisp.h /^CAR (Lisp_Object c)$/
322CAR_SAFE c-src/emacs/src/lisp.h /^CAR_SAFE (Lisp_Object c)$/
323CATCHER c-src/emacs/src/lisp.h 3021
324CDR c-src/emacs/src/lisp.h /^CDR (Lisp_Object c)$/
325CDR_SAFE c-src/emacs/src/lisp.h /^CDR_SAFE (Lisp_Object c)$/
326CFLAGS make-src/Makefile /^CFLAGS=${WARNINGS} -ansi -g3 # -pg -O$/
327CHAR c-src/etags.c /^#define CHAR(x) ((unsigned int)(x) & (CHARS - 1))/
328CHAR y-src/cccp.c 7
329CHARACTERBITS c-src/emacs/src/lisp.h 2457
330CHARS c-src/etags.c 157
331CHARTAB_SIZE_BITS c-src/emacs/src/lisp.h 1565
332CHARTAB_SIZE_BITS_0 c-src/emacs/src/lisp.h 1567
333CHARTAB_SIZE_BITS_1 c-src/emacs/src/lisp.h 1568
334CHARTAB_SIZE_BITS_2 c-src/emacs/src/lisp.h 1569
335CHARTAB_SIZE_BITS_3 c-src/emacs/src/lisp.h 1570
336CHAR_ALT c-src/emacs/src/lisp.h 2445
337CHAR_BIT c-src/emacs/src/lisp.h 2957
338CHAR_BIT c-src/emacs/src/lisp.h 2959
339CHAR_BIT c-src/emacs/src/lisp.h 2964
340CHAR_BIT c-src/emacs/src/lisp.h 2969
341CHAR_BIT c-src/emacs/src/lisp.h 2974
342CHAR_BIT c-src/emacs/src/lisp.h 2978
343CHAR_BIT c-src/emacs/src/lisp.h 2983
344CHAR_CLASS_MAX_LENGTH c-src/emacs/src/regex.h 593
345CHAR_CLASS_MAX_LENGTH c-src/emacs/src/regex.h 597
346CHAR_CLASS_MAX_LENGTH c-src/emacs/src/regex.h 605
347CHAR_CTL c-src/emacs/src/lisp.h 2449
348CHAR_HYPER c-src/emacs/src/lisp.h 2447
349CHAR_META c-src/emacs/src/lisp.h 2450
350CHAR_MODIFIER_MASK c-src/emacs/src/lisp.h 2452
351CHAR_SHIFT c-src/emacs/src/lisp.h 2448
352CHAR_SUPER c-src/emacs/src/lisp.h 2446
353CHAR_TABLE_EXTRA_SLOTS c-src/emacs/src/lisp.h /^CHAR_TABLE_EXTRA_SLOTS (struct Lisp_Char_Table *ct/
354CHAR_TABLE_P c-src/emacs/src/lisp.h /^CHAR_TABLE_P (Lisp_Object a)$/
355CHAR_TABLE_REF c-src/emacs/src/lisp.h /^CHAR_TABLE_REF (Lisp_Object ct, int idx)$/
356CHAR_TABLE_REF_ASCII c-src/emacs/src/lisp.h /^CHAR_TABLE_REF_ASCII (Lisp_Object ct, ptrdiff_t id/
357CHAR_TABLE_SET c-src/emacs/src/lisp.h /^CHAR_TABLE_SET (Lisp_Object ct, int idx, Lisp_Obje/
358CHAR_TABLE_STANDARD_SLOTS c-src/emacs/src/lisp.h 1697
359CHAR_TYPE_SIZE y-src/cccp.y 87
360CHECKFLAGS make-src/Makefile /^CHECKFLAGS=-DDEBUG -Wno-unused-function$/
361CHECKOBJS make-src/Makefile /^CHECKOBJS=chkmalloc.o chkxm.o$/
362CHECK_ARRAY c-src/emacs/src/lisp.h /^CHECK_ARRAY (Lisp_Object x, Lisp_Object predicate)/
363CHECK_BOOL_VECTOR c-src/emacs/src/lisp.h /^CHECK_BOOL_VECTOR (Lisp_Object x)$/
364CHECK_BUFFER c-src/emacs/src/lisp.h /^CHECK_BUFFER (Lisp_Object x)$/
365CHECK_CONS c-src/emacs/src/lisp.h /^CHECK_CONS (Lisp_Object x)$/
366CHECK_LISP_OBJECT_TYPE c-src/emacs/src/lisp.h 571
367CHECK_LISP_OBJECT_TYPE c-src/emacs/src/lisp.h 572
368CHECK_LISP_OBJECT_TYPE c-src/emacs/src/lisp.h 579
369CHECK_LIST c-src/emacs/src/lisp.h /^CHECK_LIST (Lisp_Object x)$/
370CHECK_LIST_CONS c-src/emacs/src/lisp.h /^# define CHECK_LIST_CONS(x, y) lisp_h_CHECK_LIST_C/
371CHECK_NATNUM c-src/emacs/src/lisp.h /^CHECK_NATNUM (Lisp_Object x)$/
372CHECK_NUMBER c-src/emacs/src/lisp.h /^# define CHECK_NUMBER(x) lisp_h_CHECK_NUMBER (x)$/
373CHECK_NUMBER_CAR c-src/emacs/src/lisp.h /^CHECK_NUMBER_CAR (Lisp_Object x)$/
374CHECK_NUMBER_CDR c-src/emacs/src/lisp.h /^CHECK_NUMBER_CDR (Lisp_Object x)$/
375CHECK_NUMBER_COERCE_MARKER c-src/emacs/src/lisp.h /^#define CHECK_NUMBER_COERCE_MARKER(x) \\$/
376CHECK_NUMBER_OR_FLOAT c-src/emacs/src/lisp.h /^CHECK_NUMBER_OR_FLOAT (Lisp_Object x)$/
377CHECK_NUMBER_OR_FLOAT_COERCE_MARKER c-src/emacs/src/lisp.h /^#define CHECK_NUMBER_OR_FLOAT_COERCE_MARKER(x) /
378CHECK_PROCESS c-src/emacs/src/lisp.h /^CHECK_PROCESS (Lisp_Object x)$/
379CHECK_RANGED_INTEGER c-src/emacs/src/lisp.h /^#define CHECK_RANGED_INTEGER(x, lo, hi) \\$/
380CHECK_STRING_CAR c-src/emacs/src/lisp.h /^CHECK_STRING_CAR (Lisp_Object x)$/
381CHECK_SYMBOL c-src/emacs/src/lisp.h /^# define CHECK_SYMBOL(x) lisp_h_CHECK_SYMBOL (x)$/
382CHECK_TYPE c-src/emacs/src/lisp.h /^# define CHECK_TYPE(ok, predicate, x) lisp_h_CHECK/
383CHECK_TYPE_RANGED_INTEGER c-src/emacs/src/lisp.h /^#define CHECK_TYPE_RANGED_INTEGER(type, x) \\$/
384CHECK_VECTOR c-src/emacs/src/lisp.h /^CHECK_VECTOR (Lisp_Object x)$/
385CHECK_VECTOR_OR_STRING c-src/emacs/src/lisp.h /^CHECK_VECTOR_OR_STRING (Lisp_Object x)$/
386CHECK_WINDOW c-src/emacs/src/lisp.h /^CHECK_WINDOW (Lisp_Object x)$/
387CK_ABS_C y-src/parse.y /^#define CK_ABS_C(x) if((x)<MIN_COL || (x)>MAX_COL)/
388CK_ABS_R y-src/parse.y /^#define CK_ABS_R(x) if((x)<MIN_ROW || (x)>MAX_ROW)/
389CK_REL_C y-src/parse.y /^#define CK_REL_C(x) if( ((x)>0 && MAX_COL-(x)<cu/
390CK_REL_R y-src/parse.y /^#define CK_REL_R(x) if( ((x)>0 && MAX_ROW-(x)<cu/
391CMultiChannelCSC19_3D cp-src/c.C 2
392CNL c-src/etags.c /^#define CNL() \\$/
393CNL_SAVE_DEFINEDEF c-src/etags.c /^#define CNL_SAVE_DEFINEDEF() \\$/
394COBOLFLAGS make-src/Makefile /^COBOLFLAGS=--language=none --regex='\/.......[a-zA-/
395COLORS cp-src/screen.hpp 11
396COMPILEDP c-src/emacs/src/lisp.h /^COMPILEDP (Lisp_Object a)$/
397COMPILED_ARGLIST c-src/emacs/src/lisp.h 2431
398COMPILED_BYTECODE c-src/emacs/src/lisp.h 2432
399COMPILED_CONSTANTS c-src/emacs/src/lisp.h 2433
400COMPILED_DOC_STRING c-src/emacs/src/lisp.h 2435
401COMPILED_INTERACTIVE c-src/emacs/src/lisp.h 2436
402COMPILED_STACK_DEPTH c-src/emacs/src/lisp.h 2434
403CONDITION_CASE c-src/emacs/src/lisp.h 3021
404CONSP c-src/emacs/src/lisp.h /^# define CONSP(x) lisp_h_CONSP (x)$/
405CONSTYPE_HEAP c-src/emacs/src/lisp.h 3739
406CONSTYPE_PURE c-src/emacs/src/lisp.h 3739
407CONS_TO_INTEGER c-src/emacs/src/lisp.h /^#define CONS_TO_INTEGER(cons, type, var) \\$/
408CONVERT_CHARSTRING_TO_VALUE pas-src/common.pas /^procedure CONVERT_CHARSTRING_TO_VALUE;(*($/
409CPPFLAGS make-src/Makefile /^CPPFLAGS=${CHECKFLAGS} -DSTDC_HEADERS -DHAVE_GETCW/
410CPSRC make-src/Makefile /^CPSRC=c.C abstract.C abstract.H cfront.H burton.cp/
411CSRC make-src/Makefile /^CSRC=abbrev.c ..\/etags\/h.h .\/\/c.c torture.c getopt/
412CTAGS c-src/etags.c 146
413CTAGS c-src/etags.c 147
414CTAGS c-src/etags.c 149
415CTAGS make-src/Makefile /^CTAGS: ctags ${infiles}$/
416CTAGS% make-src/Makefile /^CTAGS%: ctags% ${infiles}$/
417CTAGS13 CTAGS14 CTAGS15 make-src/Makefile /^CTAGS13 CTAGS14 CTAGS15: ctags% ${infiles}$/
418CYAN cp-src/screen.hpp 15
419C_AUTO c-src/etags.c 2198
420C_EXT c-src/etags.c 2193
421C_JAVA c-src/etags.c 2197
422C_PLAIN c-src/etags.c 2194
423C_PLPL c-src/etags.c 2195
424C_STAR c-src/etags.c 2196
425C_entries c-src/etags.c /^C_entries (int c_ext, FILE *inf)$/
426C_stab_entry c-src/etags.c 2271
427C_symtype c-src/etags.c /^C_symtype (char *str, int len, int c_ext)$/
428ChangeFileType pas-src/common.pas /^function ChangeFileType; (*(FileName : NameString;/
429Circle.getPos lua-src/test.lua /^function Circle.getPos ()$/
430Cjava_entries c-src/etags.c /^Cjava_entries (FILE *inf)$/
431Cjava_help c-src/etags.c 551
432Cjava_suffixes c-src/etags.c 549
433ClassExample ruby-src/test.rb /^ class ClassExample$/
434Clear/p ada-src/2ataspri.adb /^ procedure Clear (Cell : in out TAS_Cell) is$/
435Clear/p ada-src/2ataspri.ads /^ procedure Clear (Cell : in out TAS_Cell)/
436Cobol_help c-src/etags.c 558
437Cobol_paragraphs c-src/etags.c /^Cobol_paragraphs (FILE *inf)$/
438Cobol_suffixes c-src/etags.c 556
439CommentAD php-src/lce_functions.php /^ function CommentAD($/
440CommentAD php-src/lce_functions.php 70
441ConcatT pas-src/common.pas /^function ConcatT;(*($/
442Concept Index tex-src/gzip.texi /^@node Concept Index, , Problems, Top$/
443Cond_Signal/p ada-src/2ataspri.adb /^ procedure Cond_Signal (Cond : in out Condition_/
444Cond_Signal/p ada-src/2ataspri.ads /^ procedure Cond_Signal (Cond : in out Condition_/
445Cond_Timed_Wait/p ada-src/2ataspri.adb /^ procedure Cond_Timed_Wait$/
446Cond_Timed_Wait/p ada-src/2ataspri.ads /^ procedure Cond_Timed_Wait$/
447Cond_Wait/p ada-src/2ataspri.adb /^ procedure Cond_Wait (Cond : in out Condition_Va/
448Cond_Wait/p ada-src/2ataspri.ads /^ procedure Cond_Wait (Cond : in out Condition_Va/
449Condition_Variable/t ada-src/2ataspri.ads /^ type Condition_Variable is private;$/
450Condition_Variable/t ada-src/2ataspri.ads /^ type Condition_Variable is$/
451Configure pyt-src/server.py /^class Configure(Frame, ControlEdit):$/
452ConfirmQuit pyt-src/server.py /^def ConfirmQuit(frame, context):$/
453Constant ruby-src/test1.ru 42
454ControlEdit pyt-src/server.py /^class ControlEdit(Frame):$/
455Controls pyt-src/server.py /^class Controls:$/
456CopyTextString pas-src/common.pas /^function CopyTextString;(*($/
457Copying tex-src/gzip.texi /^@node Copying, Overview, , Top$/
458Cplusplus_entries c-src/etags.c /^Cplusplus_entries (FILE *inf)$/
459Cplusplus_help c-src/etags.c 540
460Cplusplus_suffixes c-src/etags.c 535
461Create_LL_Task/p ada-src/2ataspri.adb /^ procedure Create_LL_Task$/
462Create_LL_Task/p ada-src/2ataspri.ads /^ procedure Create_LL_Task$/
463Cstar_entries c-src/etags.c /^Cstar_entries (FILE *inf)$/
464Cstar_suffixes c-src/etags.c 562
465Cube.data.getFoo lua-src/test.lua /^function Cube.data.getFoo ()$/
466D cp-src/fail.C /^ D() : ::A::T2::T(97), x(1066) {}$/
467D cp-src/fail.C 41
468DAEMON_RUNNING c-src/emacs/src/lisp.h 4258
469DAEMON_RUNNING c-src/emacs/src/lisp.h 4262
470DARKGRAY cp-src/screen.hpp 20
471DEAFUN c.c /^DEAFUN ("expand-file-name", Fexpand_file_name, Sex/
472DEBUG c-src/etags.c 84
473DEBUG c-src/etags.c 85
474DEBUG c-src/etags.c 87
475DEBUG objc-src/PackInsp.m 37
476DECLARE_GDB_SYM c-src/emacs/src/lisp.h /^#define DECLARE_GDB_SYM(type, id) type const id EX/
477DEFAULT_HASH_SIZE c-src/emacs/src/lisp.h 1940
478DEFAULT_REHASH_SIZE c-src/emacs/src/lisp.h 1950
479DEFAULT_REHASH_THRESHOLD c-src/emacs/src/lisp.h 1946
480DEFINE_GDB_SYMBOL_BEGIN c-src/emacs/src/lisp.h /^# define DEFINE_GDB_SYMBOL_BEGIN(type, id) DECLARE/
481DEFINE_GDB_SYMBOL_BEGIN c-src/emacs/src/lisp.h /^# define DEFINE_GDB_SYMBOL_BEGIN(type, id) extern /
482DEFINE_GDB_SYMBOL_END c-src/emacs/src/lisp.h /^# define DEFINE_GDB_SYMBOL_END(id) = id;$/
483DEFINE_GDB_SYMBOL_END c-src/emacs/src/lisp.h /^# define DEFINE_GDB_SYMBOL_END(val) ;$/
484DEFINE_LISP_SYMBOL c-src/emacs/src/lisp.h /^#define DEFINE_LISP_SYMBOL(name) \\$/
485DEFINE_NON_NIL_Q_SYMBOL_MACROS c-src/emacs/src/lisp.h 755
486DEFSYM c-src/emacs/src/lisp.h /^#define DEFSYM(sym, name) \/* empty *\/$/
487DEFSYM c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (SYMBOL_CONSTANT_P, int, (Lisp_Ob/
488DEFUN c-src/emacs/src/lisp.h /^#define DEFUN(lname, fnname, sname, minargs, maxar/
489DEFUN_ARGS_0 c-src/emacs/src/lisp.h 714
490DEFUN_ARGS_1 c-src/emacs/src/lisp.h 715
491DEFUN_ARGS_2 c-src/emacs/src/lisp.h 716
492DEFUN_ARGS_3 c-src/emacs/src/lisp.h 717
493DEFUN_ARGS_4 c-src/emacs/src/lisp.h 718
494DEFUN_ARGS_5 c-src/emacs/src/lisp.h 719
495DEFUN_ARGS_6 c-src/emacs/src/lisp.h 721
496DEFUN_ARGS_7 c-src/emacs/src/lisp.h 723
497DEFUN_ARGS_8 c-src/emacs/src/lisp.h 725
498DEFUN_ARGS_MANY c-src/emacs/src/lisp.h 712
499DEFUN_ARGS_UNEVALLED c-src/emacs/src/lisp.h 713
500DEFUN_func2 c.c /^DEFUN_func2()$/
501DEFVAR_BOOL c-src/emacs/src/lisp.h /^#define DEFVAR_BOOL(lname, vname, doc) \\$/
502DEFVAR_BUFFER_DEFAULTS c-src/emacs/src/lisp.h /^#define DEFVAR_BUFFER_DEFAULTS(lname, vname, doc) /
503DEFVAR_INT c-src/emacs/src/lisp.h /^#define DEFVAR_INT(lname, vname, doc) \\$/
504DEFVAR_KBOARD c-src/emacs/src/lisp.h /^#define DEFVAR_KBOARD(lname, vname, doc) \\$/
505DEFVAR_LISP c-src/emacs/src/lisp.h /^#define DEFVAR_LISP(lname, vname, doc) \\$/
506DEFVAR_LISP_NOPRO c-src/emacs/src/lisp.h /^#define DEFVAR_LISP_NOPRO(lname, vname, doc) \\$/
507DEVICE_LAST c-src/h.h 24
508DEVICE_SWP c-src/h.h 23
509DOS_NT c-src/etags.c 117
510DOS_NT c-src/etags.c 118
511DUMPED c-src/emacs/src/gmalloc.c 80
512Debug cp-src/functions.cpp /^void Debug ( int lineno, int level, char* func , c/
513Def_ ruby-src/test1.ru 12
514DisposeANameList pas-src/common.pas /^procedure DisposeANameList( $/
515DisposeNameList pas-src/common.pas /^procedure DisposeNameList;$/
516ELEM_I c-src/h.h 3
517ELSRC make-src/Makefile /^ELSRC=TAGTEST.EL emacs\/lisp\/progmodes\/etags.el$/
518EMACS_INT c-src/emacs/src/lisp.h 103
519EMACS_INT c-src/emacs/src/lisp.h 91
520EMACS_INT c-src/emacs/src/lisp.h 96
521EMACS_INT_MAX c-src/emacs/src/lisp.h 105
522EMACS_INT_MAX c-src/emacs/src/lisp.h 93
523EMACS_INT_MAX c-src/emacs/src/lisp.h 98
524EMACS_LISP_H c-src/emacs/src/lisp.h 22
525EMACS_NAME c-src/etags.c 786
526EMACS_UINT c-src/emacs/src/lisp.h 104
527EMACS_UINT c-src/emacs/src/lisp.h 92
528EMACS_UINT c-src/emacs/src/lisp.h 97
529ENTRY c-src/sysdep.h /^#define ENTRY(name) \\$/
530ENUM_BF c-src/emacs/src/lisp.h /^#define ENUM_BF(TYPE) enum TYPE$/
531ENUM_BF c-src/emacs/src/lisp.h /^#define ENUM_BF(TYPE) unsigned int$/
532EQ c-src/emacs/src/lisp.h /^# define EQ(x, y) lisp_h_EQ (x, y)$/
533EQUAL y-src/cccp.c 12
534ERLSRC make-src/Makefile /^ERLSRC=gs_dialog.erl lines.erl lists.erl$/
535ERROR y-src/cccp.c 9
536ERROR y-src/parse.y 304
537ETAGS make-src/Makefile /^ETAGS: FRC etags ${infiles}$/
538ETAGS% make-src/Makefile /^ETAGS%: FRC etags% ${infiles}$/
539ETAGS12 make-src/Makefile /^ETAGS12: etags12 ${infiles}$/
540ETAGS13 ETAGS14 ETAGS15 make-src/Makefile /^ETAGS13 ETAGS14 ETAGS15: etags% ${infiles}$/
541EXFUN c-src/emacs/src/lisp.h /^#define EXFUN(fnname, maxargs) \\$/
542EXTAGS make-src/Makefile /^EXTAGS: extags ${infiles} Makefile$/
543EXTERNALLY_VISIBLE c-src/emacs/src/keyboard.c 3497
544EXTERNALLY_VISIBLE c-src/emacs/src/keyboard.c 4372
545EmptyNmStr pas-src/common.pas /^function EmptyNmStr(* : NameString*);$/
546Environment tex-src/gzip.texi /^@node Environment, Tapes, Advanced usage, Top$/
547Erlang_functions c-src/etags.c /^Erlang_functions (FILE *inf)$/
548Erlang_help c-src/etags.c 567
549Erlang_suffixes c-src/etags.c 565
550ErrStrToNmStr pas-src/common.pas /^function ErrStrToNmStr;(*($/
551Error_Information/t ada-src/2ataspri.ads /^ type Error_Information is new Interfaces.C.POSI/
552Exit_LL_Task/p ada-src/2ataspri.adb /^ procedure Exit_LL_Task is$/
553Exit_LL_Task/p ada-src/2ataspri.ads /^ procedure Exit_LL_Task;$/
554ExtractCommentInfo pas-src/common.pas /^procedure ExtractCommentInfo; (*($/
555FASTCFLAGS make-src/Makefile /^FASTCFLAGS=-O3 -finline-functions -ffast-math -fun/
556FASTCFLAGSWARN make-src/Makefile /^FASTCFLAGSWARN=${WARNINGS} -Werror ${FASTCFLAGS}$/
557FILTER make-src/Makefile /^FILTER=grep -v '\\.[Cchefy][lor]*,[1-9][0-9]*' || t/
558FINALIZERP c-src/emacs/src/lisp.h /^FINALIZERP (Lisp_Object x)$/
559FINAL_FREE_BLOCKS c-src/emacs/src/gmalloc.c 135
560FIXNUM_BITS c-src/emacs/src/lisp.h 252
561FIXNUM_OVERFLOW_P c-src/emacs/src/lisp.h /^#define FIXNUM_OVERFLOW_P(i) \\$/
562FIXNUM_OVERFLOW_P c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (EQ, bool, (Lisp_Object x, Lisp_O/
563FLOATP c-src/emacs/src/lisp.h /^# define FLOATP(x) lisp_h_FLOATP (x)$/
564FLOAT_TO_STRING_BUFSIZE c-src/emacs/src/lisp.h 3927
565FORTHSRC make-src/Makefile /^FORTHSRC=test-forth.fth$/
566FOR_EACH_ALIST_VALUE c-src/emacs/src/lisp.h /^#define FOR_EACH_ALIST_VALUE(head_var, list_var, v/
567FOR_EACH_TAIL c-src/emacs/src/lisp.h /^#define FOR_EACH_TAIL(hare, list, tortoise, n) \\$/
568FRAMEP c-src/emacs/src/lisp.h /^FRAMEP (Lisp_Object a)$/
569FRC make-src/Makefile /^FRC:;$/
570FREEFLOOD c-src/emacs/src/gmalloc.c 1858
571FSRC make-src/Makefile /^FSRC=entry.for entry.strange_suffix entry.strange$/
572FUN0 y-src/parse.y /^yylex FUN0()$/
573FUN1 y-src/parse.y /^str_to_col FUN1(char **,str)$/
574FUN1 y-src/parse.y /^yyerror FUN1(char *, s)$/
575FUN2 y-src/parse.y /^make_list FUN2(YYSTYPE, car, YYSTYPE, cdr)$/
576FUN2 y-src/parse.y /^parse_cell_or_range FUN2(char **,ptr, struct rng */
577FUNCTIONP c-src/emacs/src/lisp.h /^FUNCTIONP (Lisp_Object obj)$/
578FUNCTION_KEY_OFFSET c-src/emacs/src/keyboard.c 4766
579FUNCTION_KEY_OFFSET c-src/emacs/src/keyboard.c 5061
580F_getit c-src/etags.c /^F_getit (FILE *inf)$/
581F_takeprec c-src/etags.c /^F_takeprec (void)$/
582Fabbrev_expansion c-src/abbrev.c /^DEFUN ("abbrev-expansion", Fabbrev_expansion, Sabb/
583Fabbrev_symbol c-src/abbrev.c /^DEFUN ("abbrev-symbol", Fabbrev_symbol, Sabbrev_sy/
584Fabort_recursive_edit c-src/emacs/src/keyboard.c /^DEFUN ("abort-recursive-edit", Fabort_recursive_ed/
585Fails_t c-src/h.h 5
586Fclear_abbrev_table c-src/abbrev.c /^DEFUN ("clear-abbrev-table", Fclear_abbrev_table, /
587Fclear_this_command_keys c-src/emacs/src/keyboard.c /^DEFUN ("clear-this-command-keys", Fclear_this_comm/
588Fcommand_error_default_function c-src/emacs/src/keyboard.c /^DEFUN ("command-error-default-function", Fcommand_/
589Fcurrent_idle_time c-src/emacs/src/keyboard.c /^DEFUN ("current-idle-time", Fcurrent_idle_time, Sc/
590Fcurrent_input_mode c-src/emacs/src/keyboard.c /^DEFUN ("current-input-mode", Fcurrent_input_mode, /
591Fdefine_abbrev c-src/abbrev.c /^DEFUN ("define-abbrev", Fdefine_abbrev, Sdefine_ab/
592Fdefine_abbrev_table c-src/abbrev.c /^DEFUN ("define-abbrev-table", Fdefine_abbrev_table/
593Fdefine_global_abbrev c-src/abbrev.c /^DEFUN ("define-global-abbrev", Fdefine_global_abbr/
594Fdefine_mode_abbrev c-src/abbrev.c /^DEFUN ("define-mode-abbrev", Fdefine_mode_abbrev, /
595Fdiscard_input c-src/emacs/src/keyboard.c /^DEFUN ("discard-input", Fdiscard_input, Sdiscard_i/
596Fevent_convert_list c-src/emacs/src/keyboard.c /^DEFUN ("event-convert-list", Fevent_convert_list, /
597Fevent_symbol_parse_modifiers c-src/emacs/src/keyboard.c /^DEFUN ("internal-event-symbol-parse-modifiers", Fe/
598Fexit_recursive_edit c-src/emacs/src/keyboard.c /^DEFUN ("exit-recursive-edit", Fexit_recursive_edit/
599Fexpand_abbrev c-src/abbrev.c /^DEFUN ("expand-abbrev", Fexpand_abbrev, Sexpand_ab/
600Finalize_Cond/p ada-src/2ataspri.adb /^ procedure Finalize_Cond (Cond : in out Conditio/
601Finalize_Cond/p ada-src/2ataspri.ads /^ procedure Finalize_Cond (Cond : in out Conditio/
602Finalize_Lock/p ada-src/2ataspri.adb /^ procedure Finalize_Lock (L : in out Lock) is$/
603Finalize_Lock/p ada-src/2ataspri.ads /^ procedure Finalize_Lock (L : in out Lock);$/
604Finalize_TAS_Cell/p ada-src/2ataspri.adb /^ procedure Finalize_TAS_Cell (Cell : in out TAS_/
605Finalize_TAS_Cell/p ada-src/2ataspri.ads /^ procedure Finalize_TAS_Cell (Cell : in out TA/
606Finput_pending_p c-src/emacs/src/keyboard.c /^DEFUN ("input-pending-p", Finput_pending_p, Sinput/
607Finsert_abbrev_table_description c-src/abbrev.c /^DEFUN ("insert-abbrev-table-description", Finsert_/
608First100Chars pas-src/common.pas /^procedure First100Chars; (*($/
609Fmake_abbrev_table c-src/abbrev.c /^DEFUN ("make-abbrev-table", Fmake_abbrev_table, Sm/
610Foo perl-src/kai-test.pl /^package Foo;$/
611Foo::Bar perl-src/kai-test.pl /^package Foo::Bar;$/
612Fopen_dribble_file c-src/emacs/src/keyboard.c /^DEFUN ("open-dribble-file", Fopen_dribble_file, So/
613Forth_help c-src/etags.c 573
614Forth_suffixes c-src/etags.c 571
615Forth_words c-src/etags.c /^Forth_words (FILE *inf)$/
616Fortran_functions c-src/etags.c /^Fortran_functions (FILE *inf)$/
617Fortran_help c-src/etags.c 579
618Fortran_suffixes c-src/etags.c 577
619Fposn_at_point c-src/emacs/src/keyboard.c /^DEFUN ("posn-at-point", Fposn_at_point, Sposn_at_p/
620Fposn_at_x_y c-src/emacs/src/keyboard.c /^DEFUN ("posn-at-x-y", Fposn_at_x_y, Sposn_at_x_y, /
621Fread_key_sequence c-src/emacs/src/keyboard.c /^DEFUN ("read-key-sequence", Fread_key_sequence, Sr/
622Fread_key_sequence_vector c-src/emacs/src/keyboard.c /^DEFUN ("read-key-sequence-vector", Fread_key_seque/
623Frecent_keys c-src/emacs/src/keyboard.c /^DEFUN ("recent-keys", Frecent_keys, Srecent_keys, /
624Frecursion_depth c-src/emacs/src/keyboard.c /^DEFUN ("recursion-depth", Frecursion_depth, Srecur/
625Frecursive_edit c-src/emacs/src/keyboard.c /^DEFUN ("recursive-edit", Frecursive_edit, Srecursi/
626Freset_this_command_lengths c-src/emacs/src/keyboard.c /^DEFUN ("reset-this-command-lengths", Freset_this_c/
627Fset_input_interrupt_mode c-src/emacs/src/keyboard.c /^DEFUN ("set-input-interrupt-mode", Fset_input_inte/
628Fset_input_meta_mode c-src/emacs/src/keyboard.c /^DEFUN ("set-input-meta-mode", Fset_input_meta_mode/
629Fset_input_mode c-src/emacs/src/keyboard.c /^DEFUN ("set-input-mode", Fset_input_mode, Sset_inp/
630Fset_output_flow_control c-src/emacs/src/keyboard.c /^DEFUN ("set-output-flow-control", Fset_output_flow/
631Fset_quit_char c-src/emacs/src/keyboard.c /^DEFUN ("set-quit-char", Fset_quit_char, Sset_quit_/
632Fsuspend_emacs c-src/emacs/src/keyboard.c /^DEFUN ("suspend-emacs", Fsuspend_emacs, Ssuspend_e/
633Fthis_command_keys c-src/emacs/src/keyboard.c /^DEFUN ("this-command-keys", Fthis_command_keys, St/
634Fthis_command_keys_vector c-src/emacs/src/keyboard.c /^DEFUN ("this-command-keys-vector", Fthis_command_k/
635Fthis_single_command_keys c-src/emacs/src/keyboard.c /^DEFUN ("this-single-command-keys", Fthis_single_co/
636Fthis_single_command_raw_keys c-src/emacs/src/keyboard.c /^DEFUN ("this-single-command-raw-keys", Fthis_singl/
637Ftop_level c-src/emacs/src/keyboard.c /^DEFUN ("top-level", Ftop_level, Stop_level, 0, 0, /
638Ftrack_mouse c-src/emacs/src/keyboard.c /^DEFUN ("internal--track-mouse", Ftrack_mouse, Stra/
639Funexpand_abbrev c-src/abbrev.c /^DEFUN ("unexpand-abbrev", Funexpand_abbrev, Sunexp/
640Fx_get_selection_internal c.c /^ Fx_get_selection_internal, Sx_get_selection/
641Fx_get_selection_internal c.c /^DEFUN ("x-get-selection-internal", Fx_get_selectio/
642Fy_get_selection_internal c.c /^ Fy_get_selection_internal, Sy_get_selection_/
643GCALIGNED c-src/emacs/src/lisp.h 288
644GCALIGNED c-src/emacs/src/lisp.h 290
645GCALIGNMENT c-src/emacs/src/lisp.h 243
646GCPRO1 c-src/emacs/src/lisp.h /^#define GCPRO1(a) \\$/
647GCPRO1 c-src/emacs/src/lisp.h /^#define GCPRO1(varname) ((void) gcpro1)$/
648GCPRO2 c-src/emacs/src/lisp.h /^#define GCPRO2(a, b) \\$/
649GCPRO2 c-src/emacs/src/lisp.h /^#define GCPRO2(varname1, varname2) ((void) gcpro2,/
650GCPRO3 c-src/emacs/src/lisp.h /^#define GCPRO3(a, b, c) \\$/
651GCPRO3 c-src/emacs/src/lisp.h /^#define GCPRO3(varname1, varname2, varname3) \\$/
652GCPRO4 c-src/emacs/src/lisp.h /^#define GCPRO4(a, b, c, d) \\$/
653GCPRO4 c-src/emacs/src/lisp.h /^#define GCPRO4(varname1, varname2, varname3, varna/
654GCPRO5 c-src/emacs/src/lisp.h /^#define GCPRO5(a, b, c, d, e) \\$/
655GCPRO5 c-src/emacs/src/lisp.h /^#define GCPRO5(varname1, varname2, varname3, varna/
656GCPRO6 c-src/emacs/src/lisp.h /^#define GCPRO6(a, b, c, d, e, f) \\$/
657GCPRO6 c-src/emacs/src/lisp.h /^#define GCPRO6(varname1, varname2, varname3, varna/
658GCPRO7 c-src/emacs/src/lisp.h /^#define GCPRO7(a, b, c, d, e, f, g) \\$/
659GCPRO7 c-src/emacs/src/lisp.h /^#define GCPRO7(a, b, c, d, e, f, g) (GCPRO6 (a, b,/
660GCTYPEBITS c-src/emacs/src/lisp.h /^DEFINE_GDB_SYMBOL_BEGIN (int, GCTYPEBITS)$/
661GCTYPEBITS c-src/emacs/src/lisp.h 67
662GC_MAKE_GCPROS_NOOPS c-src/emacs/src/lisp.h 3172
663GC_MARK_STACK c-src/emacs/src/lisp.h 3177
664GC_MARK_STACK_CHECK_GCPROS c-src/emacs/src/lisp.h 3173
665GC_USE_GCPROS_AS_BEFORE c-src/emacs/src/lisp.h 3171
666GC_USE_GCPROS_CHECK_ZOMBIES c-src/emacs/src/lisp.h 3174
667GE y-src/parse.c 8
668GENERIC_PTR y-src/cccp.y 56
669GENERIC_PTR y-src/cccp.y 58
670GEQ y-src/cccp.c 15
671GETOPTOBJS make-src/Makefile /^GETOPTOBJS= #getopt.o getopt1.o$/
672GREEN cp-src/screen.hpp 14
673GROW_RAW_KEYBUF c-src/emacs/src/keyboard.c 119
674GatherControls pyt-src/server.py /^ def GatherControls(self):$/
675GetLayerByName lua-src/allegro.lua /^function GetLayerByName (name)$/
676GetNameList pas-src/common.pas /^function GetNameList; (* : BinNodePointer;*)$/
677GetNewNameListNode pas-src/common.pas /^function GetNewNameListNode;(*($/
678GetTextRef pas-src/common.pas /^function GetTextRef;(*($/
679GetUniqueLayerName lua-src/allegro.lua /^function GetUniqueLayerName ()$/
680Get_Own_Priority/f ada-src/2ataspri.adb /^ function Get_Own_Priority return System.Any_Pri/
681Get_Own_Priority/f ada-src/2ataspri.ads /^ function Get_Own_Priority return System.Any_Pri/
682Get_Priority/f ada-src/2ataspri.adb /^ function Get_Priority (T : TCB_Ptr) return Syst/
683Get_Priority/f ada-src/2ataspri.ads /^ function Get_Priority (T : TCB_Ptr) return Syst/
684HASH_HASH c-src/emacs/src/lisp.h /^HASH_HASH (struct Lisp_Hash_Table *h, ptrdiff_t id/
685HASH_INDEX c-src/emacs/src/lisp.h /^HASH_INDEX (struct Lisp_Hash_Table *h, ptrdiff_t i/
686HASH_KEY c-src/emacs/src/lisp.h /^HASH_KEY (struct Lisp_Hash_Table *h, ptrdiff_t idx/
687HASH_NEXT c-src/emacs/src/lisp.h /^HASH_NEXT (struct Lisp_Hash_Table *h, ptrdiff_t id/
688HASH_TABLE_P c-src/emacs/src/lisp.h /^HASH_TABLE_P (Lisp_Object a)$/
689HASH_TABLE_SIZE c-src/emacs/src/lisp.h /^HASH_TABLE_SIZE (struct Lisp_Hash_Table *h)$/
690HASH_VALUE c-src/emacs/src/lisp.h /^HASH_VALUE (struct Lisp_Hash_Table *h, ptrdiff_t i/
691HAVE_NTGUI c-src/etags.c 116
692HEAP c-src/emacs/src/gmalloc.c 131
693HTMLSRC make-src/Makefile /^HTMLSRC=softwarelibero.html index.shtml algrthms.h/
694HTML_help c-src/etags.c 584
695HTML_labels c-src/etags.c /^HTML_labels (FILE *inf)$/
696HTML_suffixes c-src/etags.c 582
697IEEE_FLOATING_POINT c-src/emacs/src/lisp.h 2415
698IMAGEP c-src/emacs/src/lisp.h /^IMAGEP (Lisp_Object x)$/
699INPUT_EVENT_POS_MAX c-src/emacs/src/keyboard.c 3698
700INPUT_EVENT_POS_MIN c-src/emacs/src/keyboard.c 3701
701INSERT_TREE_NODE pas-src/common.pas /^procedure INSERT_TREE_NODE;(*( $/
702INSTANTIATE_MDIAGARRAY_FRIENDS cp-src/MDiagArray2.h /^#define INSTANTIATE_MDIAGARRAY_FRIENDS(T) \\$/
703INT c-src/h.h 32
704INT y-src/cccp.c 6
705INTEGERP c-src/emacs/src/lisp.h /^# define INTEGERP(x) lisp_h_INTEGERP (x)$/
706INTEGER_TO_CONS c-src/emacs/src/lisp.h /^#define INTEGER_TO_CONS(i) \\$/
707INTERVAL c-src/emacs/src/lisp.h 1149
708INTMASK c-src/emacs/src/lisp.h 437
709INTTYPEBITS c-src/emacs/src/lisp.h 249
710INT_BIT c-src/emacs/src/gmalloc.c 124
711INT_TYPE_SIZE y-src/cccp.y 91
712ISALNUM c-src/etags.c /^#define ISALNUM(c) isalnum (CHAR (c))$/
713ISALPHA c-src/etags.c /^#define ISALPHA(c) isalpha (CHAR (c))$/
714ISDIGIT c-src/etags.c /^#define ISDIGIT(c) isdigit (CHAR (c))$/
715ISLOWER c-src/etags.c /^#define ISLOWER(c) islower (CHAR (c))$/
716ISO_FUNCTION_KEY_OFFSET c-src/emacs/src/keyboard.c 5149
717ISUPPER c-src/etags.c /^# define ISUPPER(c) isupper (CHAR (c))$/
718IS_DAEMON c-src/emacs/src/lisp.h 4257
719IS_DAEMON c-src/emacs/src/lisp.h 4261
720InitNameList pas-src/common.pas /^procedure InitNameList;$/
721InitNameStringPool pas-src/common.pas /^procedure InitNameStringPool;$/
722InitializeStringPackage pas-src/common.pas /^procedure InitializeStringPackage;$/
723Initialize_Cond/p ada-src/2ataspri.adb /^ procedure Initialize_Cond (Cond : in out Condit/
724Initialize_Cond/p ada-src/2ataspri.ads /^ procedure Initialize_Cond (Cond : in out Condit/
725Initialize_LL_Tasks/p ada-src/2ataspri.adb /^ procedure Initialize_LL_Tasks (T : TCB_Ptr) is$/
726Initialize_LL_Tasks/p ada-src/2ataspri.ads /^ procedure Initialize_LL_Tasks (T : TCB_Ptr);$/
727Initialize_Lock/p ada-src/2ataspri.adb /^ procedure Initialize_Lock$/
728Initialize_Lock/p ada-src/2ataspri.ads /^ procedure Initialize_Lock (Prio : System.Any_Pr/
729Initialize_TAS_Cell/p ada-src/2ataspri.adb /^ procedure Initialize_TAS_Cell (Cell : out TAS_C/
730Initialize_TAS_Cell/p ada-src/2ataspri.ads /^ procedure Initialize_TAS_Cell (Cell : out TA/
731Inner1/b ada-src/etags-test-for.ada /^ package body Inner1 is$/
732Inner1/b ada-src/waroquiers.ada /^ package body Inner1 is$/
733Inner1/s ada-src/etags-test-for.ada /^ package Inner1 is$/
734Inner1/s ada-src/waroquiers.ada /^ package Inner1 is$/
735Inner2/b ada-src/etags-test-for.ada /^ package body Inner2 is$/
736Inner2/b ada-src/waroquiers.ada /^ package body Inner2 is$/
737Inner2/s ada-src/etags-test-for.ada /^ package Inner2 is$/
738Inner2/s ada-src/waroquiers.ada /^ package Inner2 is$/
739Install_Abort_Handler/p ada-src/2ataspri.adb /^ procedure Install_Abort_Handler (Handler : Abor/
740Install_Abort_Handler/p ada-src/2ataspri.ads /^ procedure Install_Abort_Handler (Handler : Abor/
741Install_Error_Handler/p ada-src/2ataspri.adb /^ procedure Install_Error_Handler (Handler : Syst/
742Install_Error_Handler/p ada-src/2ataspri.ads /^ procedure Install_Error_Handler (Handler : Syst/
743Invoking gzip tex-src/gzip.texi /^@node Invoking gzip, Advanced usage, Sample, Top$/
744IpAddrKind rs-src/test.rs 3
745IsControlChar pas-src/common.pas /^function IsControlChar; (*($/
746IsControlCharName pas-src/common.pas /^function IsControlCharName($/
747Is_Set/f ada-src/2ataspri.adb /^ function Is_Set (Cell : in TAS_Cell) return Bo/
748Is_Set/f ada-src/2ataspri.ads /^ function Is_Set (Cell : in TAS_Cell)/
749JAVASRC make-src/Makefile /^JAVASRC=AWTEMul.java KeyEve.java SMan.java SysCol./
750KBD_BUFFER_SIZE c-src/emacs/src/keyboard.c 82
751KBYTES objc-src/PackInsp.m 58
752KEY_TO_CHAR c-src/emacs/src/keyboard.c /^#define KEY_TO_CHAR(k) (XINT (k) & ((1 << CHARACTE/
753LATEST make-src/Makefile /^LATEST=17$/
754LCE_COMMENT php-src/lce_functions.php 13
755LCE_COMMENT_TOOL php-src/lce_functions.php 17
756LCE_COMMENT_USER php-src/lce_functions.php 15
757LCE_FUNCTIONS php-src/lce_functions.php 4
758LCE_MSGID php-src/lce_functions.php 19
759LCE_MSGSTR php-src/lce_functions.php 21
760LCE_TEXT php-src/lce_functions.php 23
761LCE_UNKNOWN php-src/lce_functions.php 9
762LCE_WS php-src/lce_functions.php 11
763LDFLAGS make-src/Makefile /^LDFLAGS=#-static -lc_p$/
764LE y-src/parse.c 7
765LEQ y-src/cccp.c 14
766LIGHTBLUE cp-src/screen.hpp 21
767LIGHTCYAN cp-src/screen.hpp 23
768LIGHTGRAY cp-src/screen.hpp 19
769LIGHTGREEN cp-src/screen.hpp 22
770LIGHTMAGENTA cp-src/screen.hpp 25
771LIGHTRED cp-src/screen.hpp 24
772LISP_INITIALLY c-src/emacs/src/lisp.h /^#define LISP_INITIALLY(i) (i)$/
773LISP_INITIALLY c-src/emacs/src/lisp.h /^#define LISP_INITIALLY(i) {i}$/
774LISP_INITIALLY_ZERO c-src/emacs/src/lisp.h 582
775LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^#define LISP_MACRO_DEFUN(name, type, argdecls, arg/
776LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (CONSP, bool, (Lisp_Object x), (x/
777LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (NILP, bool, (Lisp_Object x), (x)/
778LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (SYMBOL_VAL, Lisp_Object, (struct/
779LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (XCAR, Lisp_Object, (Lisp_Object /
780LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (XCONS, struct Lisp_Cons *, (Lisp/
781LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (XHASH, EMACS_INT, (Lisp_Object a/
782LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (XLI, EMACS_INT, (Lisp_Object o),/
783LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (XPNTR, void *, (Lisp_Object a), /
784LISP_MACRO_DEFUN_VOID c-src/emacs/src/lisp.h /^#define LISP_MACRO_DEFUN_VOID(name, argdecls, args/
785LISP_MACRO_DEFUN_VOID c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN_VOID (CHECK_LIST_CONS, (Lisp_Obje/
786LISP_MACRO_DEFUN_VOID c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN_VOID (CHECK_TYPE,$/
787LISP_MACRO_DEFUN_VOID c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN_VOID (SET_SYMBOL_VAL,$/
788LISTCONTENTS objc-src/PackInsp.m 39
789LISTCONTENTSBUTTON objc-src/PackInsp.m 48
790LISTDESCRIPTIONBUTTON objc-src/PackInsp.m 49
791LL_Assert/p ada-src/2ataspri.adb /^ procedure LL_Assert (B : Boolean; M : String) i/
792LL_Assert/p ada-src/2ataspri.ads /^ procedure LL_Assert (B : Boolean; M : String);$/
793LL_Task_Procedure_Access/t ada-src/2ataspri.ads /^ type LL_Task_Procedure_Access is access procedu/
794LL_Task_Procedure_Access/t ada-src/etags-test-for.ada /^ type LL_Task_Procedure_Access is access procedu/
795LL_Wrapper/p ada-src/2ataspri.adb /^ procedure LL_Wrapper (T : TCB_Ptr) is$/
796LL_Wrapper/p ada-src/2ataspri.adb /^ procedure LL_Wrapper (T : TCB_Ptr);$/
797LL_Wrapper/p ada-src/etags-test-for.ada /^ procedure LL_Wrapper (T : TCB_Ptr);$/
798LOCALIZE objc-src/PackInsp.m /^#define LOCALIZE(s) NXLoadLocalizedStringFromTabl/
799LOCALIZE_ARCH objc-src/PackInsp.m /^#define LOCALIZE_ARCH(s) NXLoadLocalizedStringFrom/
800LOCK c-src/emacs/src/gmalloc.c /^#define LOCK() \\$/
801LOCK c-src/emacs/src/gmalloc.c /^#define LOCK()$/
802LOCK_ALIGNED_BLOCKS c-src/emacs/src/gmalloc.c /^#define LOCK_ALIGNED_BLOCKS() \\$/
803LOCK_ALIGNED_BLOCKS c-src/emacs/src/gmalloc.c /^#define LOCK_ALIGNED_BLOCKS()$/
804LONG_TYPE_SIZE y-src/cccp.y 95
805LOOKING_AT c-src/etags.c /^#define LOOKING_AT(cp, kw) \/* kw is the keyword, /
806LOOKING_AT_NOCASE c-src/etags.c /^#define LOOKING_AT_NOCASE(cp, kw) \/* the keyword i/
807LOOKUP objc-src/PackInsp.m /^#define LOOKUP(key, notfound) ([table isKey:key] ?/
808LOOKUP objc-src/PackInsp.m 176
809LOOP_ON_INPUT_LINES c-src/etags.c /^#define LOOP_ON_INPUT_LINES(file_pointer, line_buf/
810LSH y-src/cccp.c 16
811LTGT cp-src/MDiagArray2.h 144
812LTGT cp-src/MDiagArray2.h 35
813LTGT cp-src/MDiagArray2.h 39
814LTGT cp-src/MDiagArray2.h 42
815LUASRC make-src/Makefile /^LUASRC=allegro.lua$/
816L_CELL y-src/parse.c 10
817L_CONST y-src/parse.c 13
818L_FN0 y-src/parse.c 14
819L_FN1 y-src/parse.c 15
820L_FN1R y-src/parse.c 20
821L_FN2 y-src/parse.c 16
822L_FN2R y-src/parse.c 21
823L_FN3 y-src/parse.c 17
824L_FN3R y-src/parse.c 22
825L_FN4 y-src/parse.c 18
826L_FN4R y-src/parse.c 23
827L_FNN y-src/parse.c 19
828L_FNNR y-src/parse.c 24
829L_GE y-src/parse.c 27
830L_LE y-src/parse.c 25
831L_NE y-src/parse.c 26
832L_RANGE y-src/parse.c 11
833L_VAR y-src/parse.c 12
834L_getit c-src/etags.c /^L_getit (void)$/
835LabeledEntry pyt-src/server.py /^class LabeledEntry(Frame):$/
836Lang_function c-src/etags.c 182
837Lang_function c-src/h.h 6
838Lisp_Bits c-src/emacs/src/lisp.h 239
839Lisp_Bool_Vector c-src/emacs/src/lisp.h 1384
840Lisp_Boolfwd c-src/emacs/src/lisp.h 2284
841Lisp_Buffer_Local_Value c-src/emacs/src/lisp.h 2334
842Lisp_Buffer_Objfwd c-src/emacs/src/lisp.h 2302
843Lisp_Char_Table c-src/emacs/src/lisp.h 1575
844Lisp_Compiled c-src/emacs/src/lisp.h 2429
845Lisp_Cons c-src/emacs/src/lisp.h 475
846Lisp_Finalizer c-src/emacs/src/lisp.h 2186
847Lisp_Float c-src/emacs/src/lisp.h 2391
848Lisp_Float c-src/emacs/src/lisp.h 477
849Lisp_Free c-src/emacs/src/lisp.h 2201
850Lisp_Fwd c-src/emacs/src/lisp.h 2368
851Lisp_Fwd_Bool c-src/emacs/src/lisp.h 505
852Lisp_Fwd_Buffer_Obj c-src/emacs/src/lisp.h 507
853Lisp_Fwd_Int c-src/emacs/src/lisp.h 504
854Lisp_Fwd_Kboard_Obj c-src/emacs/src/lisp.h 508
855Lisp_Fwd_Obj c-src/emacs/src/lisp.h 506
856Lisp_Fwd_Type c-src/emacs/src/lisp.h 502
857Lisp_Hash_Table c-src/emacs/src/lisp.h 1823
858Lisp_Int0 c-src/emacs/src/lisp.h 461
859Lisp_Int1 c-src/emacs/src/lisp.h 462
860Lisp_Intfwd c-src/emacs/src/lisp.h 2274
861Lisp_Kboard_Objfwd c-src/emacs/src/lisp.h 2362
862Lisp_Marker c-src/emacs/src/lisp.h 1978
863Lisp_Misc c-src/emacs/src/lisp.h 2212
864Lisp_Misc c-src/emacs/src/lisp.h 458
865Lisp_Misc_Any c-src/emacs/src/lisp.h 1971
866Lisp_Misc_Finalizer c-src/emacs/src/lisp.h 491
867Lisp_Misc_Float c-src/emacs/src/lisp.h 494
868Lisp_Misc_Free c-src/emacs/src/lisp.h 487
869Lisp_Misc_Limit c-src/emacs/src/lisp.h 496
870Lisp_Misc_Marker c-src/emacs/src/lisp.h 488
871Lisp_Misc_Overlay c-src/emacs/src/lisp.h 489
872Lisp_Misc_Save_Value c-src/emacs/src/lisp.h 490
873Lisp_Misc_Type c-src/emacs/src/lisp.h 485
874Lisp_Object c-src/emacs/src/lisp.h 567
875Lisp_Object c-src/emacs/src/lisp.h 577
876Lisp_Objfwd c-src/emacs/src/lisp.h 2294
877Lisp_Overlay c-src/emacs/src/lisp.h 2021
878Lisp_Save_Type c-src/emacs/src/lisp.h 2064
879Lisp_Save_Value c-src/emacs/src/lisp.h 2110
880Lisp_String c-src/emacs/src/lisp.h 466
881Lisp_Sub_Char_Table c-src/emacs/src/lisp.h 1606
882Lisp_Subr c-src/emacs/src/lisp.h 1670
883Lisp_Symbol c-src/emacs/src/lisp.h 454
884Lisp_Symbol c-src/emacs/src/lisp.h 654
885Lisp_Type c-src/emacs/src/lisp.h 451
886Lisp_Vector c-src/emacs/src/lisp.h 1369
887Lisp_Vectorlike c-src/emacs/src/lisp.h 472
888Lisp_functions c-src/etags.c /^Lisp_functions (FILE *inf)$/
889Lisp_help c-src/etags.c 591
890Lisp_suffixes c-src/etags.c 589
891ListEdit pyt-src/server.py /^class ListEdit(Frame):$/
892Locate pas-src/common.pas /^function Locate; (*($/
893Lock/t ada-src/2ataspri.ads /^ type Lock is private;$/
894Lock/t ada-src/2ataspri.ads /^ type Lock is$/
895LowerCaseNmStr pas-src/common.pas /^function LowerCaseNmStr; (*($/
896Lua_functions c-src/etags.c /^Lua_functions (FILE *inf)$/
897Lua_help c-src/etags.c 600
898Lua_suffixes c-src/etags.c 598
899MAGENTA cp-src/screen.hpp 17
900MAGICBYTE c-src/emacs/src/gmalloc.c 1856
901MAGICFREE c-src/emacs/src/gmalloc.c 1855
902MAGICWORD c-src/emacs/src/gmalloc.c 1854
903MAKE make-src/Makefile /^MAKE:=$(MAKE) --no-print-directory$/
904MAKESRC make-src/Makefile /^MAKESRC=Makefile$/
905MALLOCFLOOD c-src/emacs/src/gmalloc.c 1857
906MANY c-src/emacs/src/lisp.h 2833
907MARKERP c-src/emacs/src/lisp.h /^# define MARKERP(x) lisp_h_MARKERP (x)$/
908MAXPATHLEN c-src/etags.c 115
909MAX_ALLOCA c-src/emacs/src/lisp.h 4556
910MAX_ENCODED_BYTES c-src/emacs/src/keyboard.c 2254
911MAX_HASH_VALUE c-src/etags.c 2329
912MAX_WORD_LENGTH c-src/etags.c 2327
913MAYBEREL y-src/parse.y /^#define MAYBEREL(p) (*(p)=='[' && (isdigit((p)[1])/
914MBYTES objc-src/PackInsp.m 59
915MCHECK_DISABLED c-src/emacs/src/gmalloc.c 285
916MCHECK_FREE c-src/emacs/src/gmalloc.c 287
917MCHECK_HEAD c-src/emacs/src/gmalloc.c 288
918MCHECK_OK c-src/emacs/src/gmalloc.c 286
919MCHECK_TAIL c-src/emacs/src/gmalloc.c 289
920MDiagArray2 cp-src/MDiagArray2.h /^ MDiagArray2 (T *d, int r, int c) : DiagArray2<T>/
921MDiagArray2 cp-src/MDiagArray2.h /^ MDiagArray2 (const Array<T>& a) : DiagArray2<T> /
922MDiagArray2 cp-src/MDiagArray2.h /^ MDiagArray2 (const DiagArray2<T>& a) : DiagArray/
923MDiagArray2 cp-src/MDiagArray2.h /^ MDiagArray2 (const MDiagArray2<T>& a) : DiagArra/
924MDiagArray2 cp-src/MDiagArray2.h /^ MDiagArray2 (int r, int c) : DiagArray2<T> (r, c/
925MDiagArray2 cp-src/MDiagArray2.h /^ MDiagArray2 (int r, int c, const T& val) : DiagA/
926MDiagArray2 cp-src/MDiagArray2.h /^ MDiagArray2 (void) : DiagArray2<T> () { }$/
927MDiagArray2 cp-src/MDiagArray2.h 78
928MIN_HASH_VALUE c-src/etags.c 2328
929MIN_WORD_LENGTH c-src/etags.c 2326
930MISCP c-src/emacs/src/lisp.h /^# define MISCP(x) lisp_h_MISCP (x)$/
931MOST_NEGATIVE_FIXNUM c-src/emacs/src/lisp.h 835
932MOST_POSITIVE_FIXNUM c-src/emacs/src/lisp.h 834
933MOVE c-src/sysdep.h /^#define MOVE(x,y) movl x, y$/
934MSDOS c-src/etags.c 100
935MSDOS c-src/etags.c 106
936MSDOS c-src/etags.c 107
937MSDOS c-src/etags.c 110
938MSGSEL f-src/entry.for /^ ENTRY MSGSEL ( TYPE )$/
939MSGSEL f-src/entry.strange /^ ENTRY MSGSEL ( TYPE )$/
940MSGSEL f-src/entry.strange_suffix /^ ENTRY MSGSEL ( TYPE )$/
941MULTI_LETTER_MOD c-src/emacs/src/keyboard.c /^#define MULTI_LETTER_MOD(BIT, NAME, LEN) \\$/
942MULTI_LETTER_MOD c-src/emacs/src/keyboard.c /^#define MULTI_LETTER_MOD(BIT, NAME, LEN) \\$/
943MULTI_LETTER_MOD c-src/emacs/src/keyboard.c 6231
944MULTI_LETTER_MOD c-src/emacs/src/keyboard.c 6764
945Machin_T/b ada-src/waroquiers.ada /^ protected body Machin_T is$/
946Machin_T/t ada-src/etags-test-for.ada /^ protected Machin_T is$/
947Machin_T/t ada-src/etags-test-for.ada /^ protected type Machin_T is$/
948Machin_T/t ada-src/waroquiers.ada /^ protected type Machin_T is$/
949Machine_Exceptions/t ada-src/2ataspri.ads /^ type Machine_Exceptions is new Interfaces.C.POS/
950MakeDispose pyt-src/server.py /^ def MakeDispose(self):$/
951MakeSitelist pyt-src/server.py /^ def MakeSitelist(self, master):$/
952Makefile_filenames c-src/etags.c 603
953Makefile_help c-src/etags.c 605
954Makefile_targets c-src/etags.c /^Makefile_targets (FILE *inf)$/
955Mc cp-src/c.C /^int main (void) { my_function0(0); my_function1(1)/
956Mcccp y-src/cccp.y /^main ()$/
957Mconway.cpp cp-src/conway.cpp /^void main(void)$/
958Metags c-src/etags.c /^main (int argc, char **argv)$/
959Mfail cp-src/fail.C /^main()$/
960Mkai-test.pl perl-src/kai-test.pl /^package main;$/
961ModuleExample ruby-src/test.rb /^module ModuleExample$/
962More_Lisp_Bits c-src/emacs/src/lisp.h 801
963MoveLayerAfter lua-src/allegro.lua /^function MoveLayerAfter (this_one)$/
964MoveLayerBefore lua-src/allegro.lua /^function MoveLayerBefore (this_one)$/
965MoveLayerBottom lua-src/allegro.lua /^function MoveLayerBottom ()$/
966MoveLayerTop lua-src/allegro.lua /^function MoveLayerTop ()$/
967Mtest.go go-src/test.go /^func main() {$/
968Mtest.go go-src/test.go 1
969Mtest.rs rs-src/test.rs /^fn main() {$/
970Mtest1.go go-src/test1.go /^func main() {$/
971Mtest1.go go-src/test1.go 1
972Mx.cc cp-src/x.cc /^main(int argc, char *argv[])$/
973NAME y-src/cccp.c 8
974NATNUMP c-src/emacs/src/lisp.h /^NATNUMP (Lisp_Object x)$/
975NDEBUG c-src/etags.c 88
976NE y-src/parse.c 6
977NEG y-src/parse.c 9
978NEXT_ALMOST_PRIME_LIMIT c-src/emacs/src/lisp.h 3573
979NILP c-src/emacs/src/lisp.h /^# define NILP(x) lisp_h_NILP (x)$/
980NIL_IS_ZERO c-src/emacs/src/lisp.h 1515
981NONPOINTER_BITS c-src/emacs/src/lisp.h 78
982NONPOINTER_BITS c-src/emacs/src/lisp.h 80
983NONSRCS make-src/Makefile /^NONSRCS=entry.strange lists.erl clheir.hpp.gz$/
984NOTEQUAL y-src/cccp.c 13
985NULL y-src/cccp.y 51
986NULL_PTR y-src/cccp.y 63
987NUMSTATS objc-src/PackInsp.h 36
988NUM_MOD_NAMES c-src/emacs/src/keyboard.c 6325
989NUM_RECENT_KEYS c-src/emacs/src/keyboard.c 91
990NameHasChar pas-src/common.pas /^function NameHasChar; (* (TheName : NameString; Th/
991NameStringLess pas-src/common.pas /^function NameStringLess;(*(var Name1,Name2 : NameS/
992NewLayer lua-src/allegro.lua /^function NewLayer (name, x, y, w, h)$/
993NewLayerSet lua-src/allegro.lua /^function NewLayerSet (name)$/
994NewNameString pas-src/common.pas /^procedure NewNameString; (* (var NSP: NameStringPo/
995NmStrToErrStr pas-src/common.pas /^function NmStrToErrStr;(*($/
996NmStrToInteger pas-src/common.pas /^function NmStrToInteger; (* (Str : NameString) : i/
997OBJCPPSRC make-src/Makefile /^OBJCPPSRC=SimpleCalc.H SimpleCalc.M$/
998OBJCSRC make-src/Makefile /^OBJCSRC=Subprocess.h Subprocess.m PackInsp.h PackI/
999OBJS make-src/Makefile /^OBJS=${GETOPTOBJS} ${REGEXOBJS} ${CHECKOBJS}$/
1000OPENBUTTON objc-src/PackInsp.m 47
1001OPTIONS make-src/Makefile /^OPTIONS=--members --declarations --regex=@regexfil/
1002OR y-src/cccp.c 10
1003OTAGS make-src/Makefile /^OTAGS: oetags ${SRCS} srclist$/
1004OVERLAYP c-src/emacs/src/lisp.h /^OVERLAYP (Lisp_Object x)$/
1005Objc_help c-src/etags.c 613
1006Objc_suffixes c-src/etags.c 609
1007OperatorFun c-src/h.h 88
1008Overview tex-src/gzip.texi /^@node Overview, Sample, Copying, Top$/
1009PASSRC make-src/Makefile /^PASSRC=common.pas$/
1010PDT c-src/h.h /^ Date 04 May 87 235311 PDT (Mon)$/
1011PERLSRC make-src/Makefile /^PERLSRC=htlmify-cystic yagrip.pl kai-test.pl mirro/
1012PHPSRC make-src/Makefile /^PHPSRC=lce_functions.php ptest.php sendmail.php$/
1013PHP_functions c-src/etags.c /^PHP_functions (FILE *inf)$/
1014PHP_help c-src/etags.c 639
1015PHP_suffixes c-src/etags.c 637
1016POEntry php-src/lce_functions.php /^ function POEntry()$/
1017POEntry php-src/lce_functions.php 105
1018POEntryAD php-src/lce_functions.php 29
1019PORManager php-src/lce_functions.php /^ function PORManager()$/
1020PORManager php-src/lce_functions.php 498
1021POReader php-src/lce_functions.php /^ function POReader($domain, $filename)$/
1022POReader php-src/lce_functions.php 163
1023POSTSCRIPTFLAGS make-src/Makefile /^POSTSCRIPTFLAGS=--language=none --regex='#\/[^ \\t{]/
1024PRINT_UNDOCUMENTED_OPTIONS_HELP c-src/etags.c 804
1025PROCESSP c-src/emacs/src/lisp.h /^PROCESSP (Lisp_Object a)$/
1026PROLSRC make-src/Makefile /^PROLSRC=ordsets.prolog natded.prolog$/
1027PROP c-src/emacs/src/keyboard.c /^#define PROP(IDX) AREF (tool_bar_item_properties, /
1028PROP c-src/emacs/src/keyboard.c 8379
1029PROTECT_MALLOC_STATE c-src/emacs/src/gmalloc.c /^#define PROTECT_MALLOC_STATE(PROT) \/* empty *\/$/
1030PROTECT_MALLOC_STATE c-src/emacs/src/gmalloc.c /^#define PROTECT_MALLOC_STATE(PROT) protect_malloc_/
1031PRTPKG f-src/entry.for /^ LOGICAL FUNCTION PRTPKG ( SHORT, LONG, EXPL,/
1032PRTPKG f-src/entry.strange /^ LOGICAL FUNCTION PRTPKG ( SHORT, LONG, EXPL,/
1033PRTPKG f-src/entry.strange_suffix /^ LOGICAL FUNCTION PRTPKG ( SHORT, LONG, EXPL,/
1034PSEUDO c-src/sysdep.h /^#define PSEUDO(name, syscall_name, args) /
1035PSEUDOVECSIZE c-src/emacs/src/lisp.h /^#define PSEUDOVECSIZE(type, nonlispfield) \\$/
1036PSEUDOVECTORP c-src/emacs/src/lisp.h /^PSEUDOVECTORP (Lisp_Object a, int code)$/
1037PSEUDOVECTOR_AREA_BITS c-src/emacs/src/lisp.h 818
1038PSEUDOVECTOR_FLAG c-src/emacs/src/lisp.h 774
1039PSEUDOVECTOR_REST_BITS c-src/emacs/src/lisp.h 813
1040PSEUDOVECTOR_REST_MASK c-src/emacs/src/lisp.h 814
1041PSEUDOVECTOR_SIZE_BITS c-src/emacs/src/lisp.h 808
1042PSEUDOVECTOR_SIZE_MASK c-src/emacs/src/lisp.h 809
1043PSEUDOVECTOR_TYPEP c-src/emacs/src/lisp.h /^PSEUDOVECTOR_TYPEP (struct vectorlike_header *a, i/
1044PSSRC make-src/Makefile /^PSSRC=rfc1245.ps$/
1045PS_functions c-src/etags.c /^PS_functions (FILE *inf)$/
1046PS_help c-src/etags.c 649
1047PS_suffixes c-src/etags.c 647
1048PTY_LENGTH objc-src/Subprocess.m 21
1049PTY_TEMPLATE objc-src/Subprocess.m 20
1050PUSH_C_STR c-src/emacs/src/keyboard.c /^#define PUSH_C_STR(str, listvar) \\$/
1051PUSH_HANDLER c-src/emacs/src/lisp.h /^#define PUSH_HANDLER(c, tag_ch_val, handlertype) \\/
1052PVEC_BOOL_VECTOR c-src/emacs/src/lisp.h 787
1053PVEC_BUFFER c-src/emacs/src/lisp.h 788
1054PVEC_CHAR_TABLE c-src/emacs/src/lisp.h 796
1055PVEC_COMPILED c-src/emacs/src/lisp.h 795
1056PVEC_FONT c-src/emacs/src/lisp.h 798
1057PVEC_FRAME c-src/emacs/src/lisp.h 785
1058PVEC_FREE c-src/emacs/src/lisp.h 783
1059PVEC_HASH_TABLE c-src/emacs/src/lisp.h 789
1060PVEC_NORMAL_VECTOR c-src/emacs/src/lisp.h 782
1061PVEC_OTHER c-src/emacs/src/lisp.h 793
1062PVEC_PROCESS c-src/emacs/src/lisp.h 784
1063PVEC_SUBR c-src/emacs/src/lisp.h 792
1064PVEC_SUB_CHAR_TABLE c-src/emacs/src/lisp.h 797
1065PVEC_TERMINAL c-src/emacs/src/lisp.h 790
1066PVEC_TYPE_MASK c-src/emacs/src/lisp.h 819
1067PVEC_WINDOW c-src/emacs/src/lisp.h 786
1068PVEC_WINDOW_CONFIGURATION c-src/emacs/src/lisp.h 791
1069PYTSRC make-src/Makefile /^PYTSRC=server.py$/
1070PackageInspector objc-src/PackInsp.h /^@interface PackageInspector:WMInspector$/
1071Pascal_functions c-src/etags.c /^Pascal_functions (FILE *inf)$/
1072Pascal_help c-src/etags.c 621
1073Pascal_suffixes c-src/etags.c 619
1074Perl_functions c-src/etags.c /^Perl_functions (FILE *inf)$/
1075Perl_help c-src/etags.c 630
1076Perl_interpreters c-src/etags.c 628
1077Perl_suffixes c-src/etags.c 626
1078Pkg1/b ada-src/etags-test-for.ada /^package body Pkg1 is$/
1079Pkg1/b ada-src/waroquiers.ada /^package body Pkg1 is$/
1080Pkg1/s ada-src/etags-test-for.ada /^package Pkg1 is$/
1081Pkg1/s ada-src/waroquiers.ada /^package Pkg1 is$/
1082Pkg1_Func1/f ada-src/etags-test-for.ada /^ function Pkg1_Func1 return Boolean is separate;$/
1083Pkg1_Func1/f ada-src/etags-test-for.ada /^ function Pkg1_Func1 return Boolean;$/
1084Pkg1_Func1/f ada-src/etags-test-for.ada /^function Pkg1_Func1 return Boolean is$/
1085Pkg1_Func1/f ada-src/waroquiers.ada /^ function Pkg1_Func1 return Boolean is separate;$/
1086Pkg1_Func1/f ada-src/waroquiers.ada /^ function Pkg1_Func1 return Boolean;$/
1087Pkg1_Func1/f ada-src/waroquiers.ada /^function Pkg1_Func1 return Boolean is$/
1088Pkg1_Func2/f ada-src/etags-test-for.ada /^ function Pkg1_Func2 (Ijk : Integer; Z : Integer)/
1089Pkg1_Func2/f ada-src/waroquiers.ada /^ function Pkg1_Func2 (Ijk : Integer; Z : Integer)/
1090Pkg1_Pkg1/b ada-src/etags-test-for.ada /^ package body Pkg1_Pkg1 is separate;$/
1091Pkg1_Pkg1/b ada-src/etags-test-for.ada /^package body Pkg1_Pkg1 is$/
1092Pkg1_Pkg1/b ada-src/waroquiers.ada /^ package body Pkg1_Pkg1 is separate;$/
1093Pkg1_Pkg1/b ada-src/waroquiers.ada /^package body Pkg1_Pkg1 is$/
1094Pkg1_Pkg1/s ada-src/etags-test-for.ada /^ package Pkg1_Pkg1 is$/
1095Pkg1_Pkg1/s ada-src/waroquiers.ada /^ package Pkg1_Pkg1 is$/
1096Pkg1_Pkg1_Proc1/p ada-src/etags-test-for.ada /^ procedure Pkg1_Pkg1_Proc1;$/
1097Pkg1_Pkg1_Proc1/p ada-src/etags-test-for.ada /^ procedure Pkg1_Pkg1_Proc1 is$/
1098Pkg1_Pkg1_Proc1/p ada-src/waroquiers.ada /^ procedure Pkg1_Pkg1_Proc1;$/
1099Pkg1_Pkg1_Proc1/p ada-src/waroquiers.ada /^ procedure Pkg1_Pkg1_Proc1 is$/
1100Pkg1_Proc1/p ada-src/etags-test-for.ada /^ procedure Pkg1_Proc1 is$/
1101Pkg1_Proc1/p ada-src/etags-test-for.ada /^ procedure Pkg1_Proc1;$/
1102Pkg1_Proc1/p ada-src/waroquiers.ada /^ procedure Pkg1_Proc1 is$/
1103Pkg1_Proc1/p ada-src/waroquiers.ada /^ procedure Pkg1_Proc1;$/
1104Pkg1_Proc2/p ada-src/etags-test-for.ada /^ procedure Pkg1_Proc2 (I : Integer) is$/
1105Pkg1_Proc2/p ada-src/etags-test-for.ada /^ procedure Pkg1_Proc2 (I : Integer);$/
1106Pkg1_Proc2/p ada-src/waroquiers.ada /^ procedure Pkg1_Proc2 (I : Integer) is$/
1107Pkg1_Proc2/p ada-src/waroquiers.ada /^ procedure Pkg1_Proc2 (I : Integer);$/
1108PostControls pyt-src/server.py /^ def PostControls(self):$/
1109Pre_Call_State/t ada-src/2ataspri.ads /^ type Pre_Call_State is new System.Address;$/
1110PrintAdd go-src/test1.go /^func (n intNumber) PrintAdd() {$/
1111PrintAdd go-src/test1.go /^func (s str) PrintAdd() {$/
1112Private objc-src/Subprocess.m /^@interface Subprocess(Private)$/
1113Private_T/b ada-src/etags-test-for.ada /^ task body Private_T is$/
1114Private_T/b ada-src/waroquiers.ada /^ task body Private_T is$/
1115Private_T/k ada-src/etags-test-for.ada /^ task Private_T;$/
1116Private_T/k ada-src/waroquiers.ada /^ task Private_T;$/
1117Private_T/p ada-src/etags-test-for.ada /^ procedure Private_T is$/
1118Private_T/p ada-src/etags-test-for.ada /^ procedure Private_T;$/
1119Private_T/p ada-src/waroquiers.ada /^ procedure Private_T is$/
1120Private_T/p ada-src/waroquiers.ada /^ procedure Private_T;$/
1121Private_T/t ada-src/etags-test-for.ada /^ type Private_T is private;$/
1122Private_T/t ada-src/etags-test-for.ada /^ type Private_T is$/
1123Private_T/t ada-src/waroquiers.ada /^ type Private_T is private;$/
1124Private_T/t ada-src/waroquiers.ada /^ type Private_T is$/
1125Problems tex-src/gzip.texi /^@node Problems, Concept Index, Tapes, Top$/
1126Proc/t ada-src/2ataspri.ads /^ type Proc is access procedure (Addr : System.Ad/
1127Prolog_functions c-src/etags.c /^Prolog_functions (FILE *inf)$/
1128Prolog_help c-src/etags.c 654
1129Prolog_suffixes c-src/etags.c 652
1130Public_T/t ada-src/etags-test-for.ada /^ type Public_T is$/
1131Public_T/t ada-src/waroquiers.ada /^ type Public_T is$/
1132Python_functions c-src/etags.c /^Python_functions (FILE *inf)$/
1133Python_help c-src/etags.c 660
1134Python_suffixes c-src/etags.c 658
1135QUIT c-src/emacs/src/lisp.h 3101
1136QUITP c-src/emacs/src/lisp.h 3112
1137RANGED_INTEGERP c-src/emacs/src/lisp.h /^RANGED_INTEGERP (intmax_t lo, Lisp_Object x, intma/
1138RCSid objc-src/PackInsp.m 30
1139READABLE_EVENTS_DO_TIMERS_NOW c-src/emacs/src/keyboard.c 346
1140READABLE_EVENTS_FILTER_EVENTS c-src/emacs/src/keyboard.c 347
1141READABLE_EVENTS_IGNORE_SQUEEZABLES c-src/emacs/src/keyboard.c 348
1142RECC_ALNUM c-src/emacs/src/regex.h 610
1143RECC_ALPHA c-src/emacs/src/regex.h 610
1144RECC_ASCII c-src/emacs/src/regex.h 617
1145RECC_BLANK c-src/emacs/src/regex.h 615
1146RECC_CNTRL c-src/emacs/src/regex.h 613
1147RECC_DIGIT c-src/emacs/src/regex.h 614
1148RECC_ERROR c-src/emacs/src/regex.h 609
1149RECC_GRAPH c-src/emacs/src/regex.h 611
1150RECC_LOWER c-src/emacs/src/regex.h 612
1151RECC_MULTIBYTE c-src/emacs/src/regex.h 616
1152RECC_NONASCII c-src/emacs/src/regex.h 616
1153RECC_PRINT c-src/emacs/src/regex.h 611
1154RECC_PUNCT c-src/emacs/src/regex.h 613
1155RECC_SPACE c-src/emacs/src/regex.h 615
1156RECC_UNIBYTE c-src/emacs/src/regex.h 617
1157RECC_UPPER c-src/emacs/src/regex.h 612
1158RECC_WORD c-src/emacs/src/regex.h 610
1159RECC_XDIGIT c-src/emacs/src/regex.h 614
1160RED cp-src/screen.hpp 16
1161REGEX make-src/Makefile /^REGEX=\/[ \\t]*DEFVAR_[A-Z_ \\t\\n(]+"\\([^"]+\\)"\/$/
1162REGEXOBJS make-src/Makefile /^REGEXOBJS=regex.o$/
1163REGS_FIXED c-src/emacs/src/regex.h 378
1164REGS_REALLOCATE c-src/emacs/src/regex.h 377
1165REGS_UNALLOCATED c-src/emacs/src/regex.h 376
1166REG_BADBR c-src/emacs/src/regex.h 313
1167REG_BADPAT c-src/emacs/src/regex.h 305
1168REG_BADRPT c-src/emacs/src/regex.h 316
1169REG_EBRACE c-src/emacs/src/regex.h 312
1170REG_EBRACK c-src/emacs/src/regex.h 310
1171REG_ECOLLATE c-src/emacs/src/regex.h 306
1172REG_ECTYPE c-src/emacs/src/regex.h 307
1173REG_EEND c-src/emacs/src/regex.h 319
1174REG_EESCAPE c-src/emacs/src/regex.h 308
1175REG_ENOSYS c-src/emacs/src/regex.h 297
1176REG_ENOSYS c.c 279
1177REG_EPAREN c-src/emacs/src/regex.h 311
1178REG_ERANGE c-src/emacs/src/regex.h 314
1179REG_ERANGEX c-src/emacs/src/regex.h 322
1180REG_ERPAREN c-src/emacs/src/regex.h 321
1181REG_ESIZE c-src/emacs/src/regex.h 320
1182REG_ESPACE c-src/emacs/src/regex.h 315
1183REG_ESUBREG c-src/emacs/src/regex.h 309
1184REG_EXTENDED c-src/emacs/src/regex.h 263
1185REG_ICASE c-src/emacs/src/regex.h 267
1186REG_NEWLINE c-src/emacs/src/regex.h 272
1187REG_NOERROR c-src/emacs/src/regex.h 300
1188REG_NOMATCH c-src/emacs/src/regex.h 301
1189REG_NOSUB c-src/emacs/src/regex.h 276
1190REG_NOTBOL c-src/emacs/src/regex.h 286
1191REG_NOTEOL c-src/emacs/src/regex.h 289
1192RELEASELIST make-src/Makefile /^RELEASELIST=pot@gnu.org xemacs-review@xemacs.org j/
1193RESUME_POLLING c-src/emacs/src/keyboard.c 2170
1194RETURN_UNGCPRO c-src/emacs/src/lisp.h /^#define RETURN_UNGCPRO(expr) \\$/
1195RE_BACKSLASH_ESCAPE_IN_LISTS c-src/emacs/src/regex.h 47
1196RE_BK_PLUS_QM c-src/emacs/src/regex.h 52
1197RE_CHAR_CLASSES c-src/emacs/src/regex.h 58
1198RE_CONTEXT_INDEP_ANCHORS c-src/emacs/src/regex.h 72
1199RE_CONTEXT_INDEP_OPS c-src/emacs/src/regex.h 80
1200RE_CONTEXT_INVALID_OPS c-src/emacs/src/regex.h 84
1201RE_DEBUG c-src/emacs/src/regex.h 161
1202RE_DOT_NEWLINE c-src/emacs/src/regex.h 88
1203RE_DOT_NOT_NULL c-src/emacs/src/regex.h 92
1204RE_DUP_MAX c-src/emacs/src/regex.h 253
1205RE_DUP_MAX c-src/emacs/src/regex.h 256
1206RE_FRUGAL c-src/emacs/src/regex.h 147
1207RE_HAT_LISTS_NOT_NEWLINE c-src/emacs/src/regex.h 96
1208RE_INTERVALS c-src/emacs/src/regex.h 101
1209RE_LIMITED_OPS c-src/emacs/src/regex.h 105
1210RE_NEWLINE_ALT c-src/emacs/src/regex.h 109
1211RE_NO_BK_BRACES c-src/emacs/src/regex.h 114
1212RE_NO_BK_PARENS c-src/emacs/src/regex.h 118
1213RE_NO_BK_REFS c-src/emacs/src/regex.h 122
1214RE_NO_BK_VBAR c-src/emacs/src/regex.h 126
1215RE_NO_EMPTY_RANGES c-src/emacs/src/regex.h 132
1216RE_NO_GNU_OPS c-src/emacs/src/regex.h 144
1217RE_NO_NEWLINE_ANCHOR c-src/emacs/src/regex.h 153
1218RE_NO_POSIX_BACKTRACKING c-src/emacs/src/regex.h 140
1219RE_NREGS c-src/emacs/src/regex.h 440
1220RE_SHY_GROUPS c-src/emacs/src/regex.h 150
1221RE_SYNTAX_AWK c-src/emacs/src/regex.h 186
1222RE_SYNTAX_ED c-src/emacs/src/regex.h 216
1223RE_SYNTAX_EGREP c-src/emacs/src/regex.h 206
1224RE_SYNTAX_EMACS c-src/emacs/src/regex.h 183
1225RE_SYNTAX_GNU_AWK c-src/emacs/src/regex.h 193
1226RE_SYNTAX_GREP c-src/emacs/src/regex.h 201
1227RE_SYNTAX_POSIX_AWK c-src/emacs/src/regex.h 197
1228RE_SYNTAX_POSIX_BASIC c-src/emacs/src/regex.h 225
1229RE_SYNTAX_POSIX_EGREP c-src/emacs/src/regex.h 212
1230RE_SYNTAX_POSIX_EXTENDED c-src/emacs/src/regex.h 234
1231RE_SYNTAX_POSIX_MINIMAL_BASIC c-src/emacs/src/regex.h 231
1232RE_SYNTAX_POSIX_MINIMAL_EXTENDED c-src/emacs/src/regex.h 242
1233RE_SYNTAX_SED c-src/emacs/src/regex.h 218
1234RE_TRANSLATE_TYPE c-src/emacs/src/regex.h 332
1235RE_UNMATCHED_RIGHT_PAREN_ORD c-src/emacs/src/regex.h 136
1236RSH y-src/cccp.c 17
1237RTE/s ada-src/2ataspri.adb /^ package RTE renames Interfaces.C.POSIX_RTE;$/
1238RUN make-src/Makefile /^RUN=$/
1239RUN make-src/Makefile /^RUN=time --quiet --format '%U + %S: %E'$/
1240RXINCLUDE make-src/Makefile /^RXINCLUDE=-Iemacs\/src$/
1241Range cp-src/Range.h /^ Range (const Range& r)$/
1242Range cp-src/Range.h /^ Range (double b, double l)$/
1243Range cp-src/Range.h /^ Range (double b, double l, double i)$/
1244Range cp-src/Range.h /^ Range (void)$/
1245Range cp-src/Range.h 35
1246ReadVacation cp-src/functions.cpp /^void ReadVacation ( char *filename ) {$/
1247Read_Lock/p ada-src/2ataspri.adb /^ procedure Read_Lock (L : in out Lock; Ceiling_V/
1248Read_Lock/p ada-src/2ataspri.ads /^ procedure Read_Lock (L : in out Lock; Ceiling_V/
1249Rectangle.getPos lua-src/test.lua /^function Rectangle.getPos ()$/
1250ReleaseNameString pas-src/common.pas /^procedure ReleaseNameString; (* (var NSP: NameStri/
1251RemoveLayer lua-src/allegro.lua /^function RemoveLayer ()$/
1252RemoveUnderlineControl pas-src/common.pas /^function RemoveUnderlineControl; (*($/
1253ReprOfChar pas-src/common.pas /^function ReprOfChar; (*( ch : char) : NameString;*/
1254S c.c 156
1255SAFE_ALLOCA c-src/emacs/src/lisp.h /^#define SAFE_ALLOCA(size) ((size) <= sa_avail \\/
1256SAFE_ALLOCA_LISP c-src/emacs/src/lisp.h /^#define SAFE_ALLOCA_LISP(buf, nelt) \\$/
1257SAFE_ALLOCA_STRING c-src/emacs/src/lisp.h /^#define SAFE_ALLOCA_STRING(ptr, string) \\$/
1258SAFE_FREE c-src/emacs/src/lisp.h /^#define SAFE_FREE() \\$/
1259SAFE_NALLOCA c-src/emacs/src/lisp.h /^#define SAFE_NALLOCA(buf, multiplier, nitems) \\/
1260SAVE_FUNCPOINTER c-src/emacs/src/lisp.h 2049
1261SAVE_INTEGER c-src/emacs/src/lisp.h 2048
1262SAVE_OBJECT c-src/emacs/src/lisp.h 2051
1263SAVE_POINTER c-src/emacs/src/lisp.h 2050
1264SAVE_SLOT_BITS c-src/emacs/src/lisp.h 2055
1265SAVE_TYPE_BITS c-src/emacs/src/lisp.h 2062
1266SAVE_TYPE_BITS c-src/emacs/src/lisp.h 2114
1267SAVE_TYPE_BITS c-src/emacs/src/lisp.h 2123
1268SAVE_TYPE_FUNCPTR_PTR_OBJ c-src/emacs/src/lisp.h 2076
1269SAVE_TYPE_INT_INT c-src/emacs/src/lisp.h 2066
1270SAVE_TYPE_INT_INT_INT c-src/emacs/src/lisp.h 2067
1271SAVE_TYPE_MEMORY c-src/emacs/src/lisp.h 2080
1272SAVE_TYPE_OBJ_OBJ c-src/emacs/src/lisp.h 2069
1273SAVE_TYPE_OBJ_OBJ_OBJ c-src/emacs/src/lisp.h 2070
1274SAVE_TYPE_OBJ_OBJ_OBJ_OBJ c-src/emacs/src/lisp.h 2071
1275SAVE_TYPE_PTR_INT c-src/emacs/src/lisp.h 2073
1276SAVE_TYPE_PTR_OBJ c-src/emacs/src/lisp.h 2074
1277SAVE_TYPE_PTR_PTR c-src/emacs/src/lisp.h 2075
1278SAVE_UNUSED c-src/emacs/src/lisp.h 2047
1279SAVE_VALUEP c-src/emacs/src/lisp.h /^SAVE_VALUEP (Lisp_Object x)$/
1280SAVE_VALUE_SLOTS c-src/emacs/src/lisp.h 2058
1281SBYTES c-src/emacs/src/lisp.h /^SBYTES (Lisp_Object string)$/
1282SCHARS c-src/emacs/src/lisp.h /^SCHARS (Lisp_Object string)$/
1283SCREEN_FP cp-src/screen.hpp /^#define SCREEN_FP(x,y) \\$/
1284SCREEN_START cp-src/screen.hpp 33
1285SDATA c-src/emacs/src/lisp.h /^SDATA (Lisp_Object string)$/
1286SDTrefGetInteger pas-src/common.pas /^function SDTrefGetInteger : integer;$/
1287SDTrefIsEnd pas-src/common.pas /^function SDTrefIsEnd : Boolean;$/
1288SDTrefRecToString pas-src/common.pas /^procedure SDTrefRecToString (* ($/
1289SDTrefSkipSpaces pas-src/common.pas /^procedure SDTrefSkipSpaces;$/
1290SDTrefStringToRec pas-src/common.pas /^procedure SDTrefStringToRec (* ($/
1291SETPRT f-src/entry.for /^ ENTRY SETPRT ( SHORT, EXPL, LONG, TRACE, D/
1292SETPRT f-src/entry.strange /^ ENTRY SETPRT ( SHORT, EXPL, LONG, TRACE, D/
1293SETPRT f-src/entry.strange_suffix /^ ENTRY SETPRT ( SHORT, EXPL, LONG, TRACE, D/
1294SET_SYMBOL_BLV c-src/emacs/src/lisp.h /^SET_SYMBOL_BLV (struct Lisp_Symbol *sym, struct Li/
1295SET_SYMBOL_FWD c-src/emacs/src/lisp.h /^SET_SYMBOL_FWD (struct Lisp_Symbol *sym, union Lis/
1296SET_SYMBOL_VAL c-src/emacs/src/lisp.h /^# define SET_SYMBOL_VAL(sym, v) lisp_h_SET_SYMBOL_/
1297SINGLE_LETTER_MOD c-src/emacs/src/keyboard.c /^#define SINGLE_LETTER_MOD(BIT) \\$/
1298SINGLE_LETTER_MOD c-src/emacs/src/keyboard.c 6212
1299SINGLE_LETTER_MOD c-src/emacs/src/keyboard.c 6763
1300SIZEFORMAT objc-src/PackInsp.m 57
1301SPECPDL_BACKTRACE c-src/emacs/src/lisp.h 2948
1302SPECPDL_INDEX c-src/emacs/src/lisp.h /^SPECPDL_INDEX (void)$/
1303SPECPDL_LET c-src/emacs/src/lisp.h 2949
1304SPECPDL_LET_DEFAULT c-src/emacs/src/lisp.h 2952
1305SPECPDL_LET_LOCAL c-src/emacs/src/lisp.h 2951
1306SPECPDL_UNWIND c-src/emacs/src/lisp.h 2944
1307SPECPDL_UNWIND_INT c-src/emacs/src/lisp.h 2946
1308SPECPDL_UNWIND_PTR c-src/emacs/src/lisp.h 2945
1309SPECPDL_UNWIND_VOID c-src/emacs/src/lisp.h 2947
1310SRCS make-src/Makefile /^SRCS=Makefile ${ADASRC} ${ASRC} ${CSRC} ${CPSRC} $/
1311SREF c-src/emacs/src/lisp.h /^SREF (Lisp_Object string, ptrdiff_t index)$/
1312SSDATA c-src/emacs/src/lisp.h /^SSDATA (Lisp_Object string)$/
1313SSET c-src/emacs/src/lisp.h /^SSET (Lisp_Object string, ptrdiff_t index, unsigne/
1314STACK_CONS c-src/emacs/src/lisp.h /^#define STACK_CONS(a, b) \\$/
1315STATE_ABORT php-src/lce_functions.php 25
1316STATE_COMPRESSD objc-src/PackInsp.m 54
1317STATE_INSTALLED objc-src/PackInsp.m 53
1318STATE_LOOP php-src/lce_functions.php 27
1319STATE_OK php-src/lce_functions.php 26
1320STATE_UNINSTALLED objc-src/PackInsp.m 52
1321STAT_EQ objc-src/PackInsp.m /^#define STAT_EQ(s1, s2) ((s1)->st_ino == (s2)->st_/
1322STDIN c-src/etags.c 408
1323STDIN c-src/etags.c 411
1324STOP_POLLING c-src/emacs/src/keyboard.c 2166
1325STRING_BYTES c-src/emacs/src/lisp.h /^STRING_BYTES (struct Lisp_String *s)$/
1326STRING_BYTES_BOUND c-src/emacs/src/lisp.h 1261
1327STRING_MULTIBYTE c-src/emacs/src/lisp.h /^STRING_MULTIBYTE (Lisp_Object str)$/
1328STRING_SET_CHARS c-src/emacs/src/lisp.h /^STRING_SET_CHARS (Lisp_Object string, ptrdiff_t ne/
1329STRING_SET_MULTIBYTE c-src/emacs/src/lisp.h /^#define STRING_SET_MULTIBYTE(STR) \\$/
1330STRING_SET_UNIBYTE c-src/emacs/src/lisp.h /^#define STRING_SET_UNIBYTE(STR) \\$/
1331SUBRP c-src/emacs/src/lisp.h /^SUBRP (Lisp_Object a)$/
1332SUB_CHAR_TABLE_OFFSET c-src/emacs/src/lisp.h 1701
1333SUB_CHAR_TABLE_P c-src/emacs/src/lisp.h /^SUB_CHAR_TABLE_P (Lisp_Object a)$/
1334SXHASH_REDUCE c-src/emacs/src/lisp.h /^SXHASH_REDUCE (EMACS_UINT x)$/
1335SYMBOLP c-src/emacs/src/lisp.h /^# define SYMBOLP(x) lisp_h_SYMBOLP (x)$/
1336SYMBOL_BLV c-src/emacs/src/lisp.h /^SYMBOL_BLV (struct Lisp_Symbol *sym)$/
1337SYMBOL_CONSTANT_P c-src/emacs/src/lisp.h /^# define SYMBOL_CONSTANT_P(sym) lisp_h_SYMBOL_CONS/
1338SYMBOL_FORWARDED c-src/emacs/src/lisp.h 651
1339SYMBOL_FWD c-src/emacs/src/lisp.h /^SYMBOL_FWD (struct Lisp_Symbol *sym)$/
1340SYMBOL_INDEX c-src/emacs/src/lisp.h /^#define SYMBOL_INDEX(sym) i##sym$/
1341SYMBOL_INTERNED c-src/emacs/src/lisp.h 642
1342SYMBOL_INTERNED_IN_INITIAL_OBARRAY c-src/emacs/src/lisp.h 643
1343SYMBOL_INTERNED_IN_INITIAL_OBARRAY_P c-src/emacs/src/lisp.h /^SYMBOL_INTERNED_IN_INITIAL_OBARRAY_P (Lisp_Object /
1344SYMBOL_INTERNED_P c-src/emacs/src/lisp.h /^SYMBOL_INTERNED_P (Lisp_Object sym)$/
1345SYMBOL_LOCALIZED c-src/emacs/src/lisp.h 650
1346SYMBOL_NAME c-src/emacs/src/lisp.h /^SYMBOL_NAME (Lisp_Object sym)$/
1347SYMBOL_PLAINVAL c-src/emacs/src/lisp.h 648
1348SYMBOL_UNINTERNED c-src/emacs/src/lisp.h 641
1349SYMBOL_VAL c-src/emacs/src/lisp.h /^# define SYMBOL_VAL(sym) lisp_h_SYMBOL_VAL (sym)$/
1350SYMBOL_VARALIAS c-src/emacs/src/lisp.h 649
1351SYSCALL c-src/machsyscalls.c /^#define SYSCALL(name, number, type, args, typed_ar/
1352Sample tex-src/gzip.texi /^@node Sample, Invoking gzip, Overview, Top$/
1353Scheme_functions c-src/etags.c /^Scheme_functions (FILE *inf)$/
1354Scheme_help c-src/etags.c 667
1355Scheme_suffixes c-src/etags.c 665
1356SelectLayer lua-src/allegro.lua /^function SelectLayer (layer)$/
1357Self/f ada-src/2ataspri.adb /^ function Self return TCB_Ptr is$/
1358Self/f ada-src/2ataspri.ads /^ function Self return TCB_Ptr;$/
1359Server pyt-src/server.py /^class Server:$/
1360ServerEdit pyt-src/server.py /^class ServerEdit(Frame):$/
1361Set_Own_Priority/p ada-src/2ataspri.adb /^ procedure Set_Own_Priority (Prio : System.Any_P/
1362Set_Own_Priority/p ada-src/2ataspri.ads /^ procedure Set_Own_Priority (Prio : System.Any_P/
1363Set_Priority/p ada-src/2ataspri.adb /^ procedure Set_Priority$/
1364Set_Priority/p ada-src/2ataspri.ads /^ procedure Set_Priority (T : TCB_Ptr; Prio : Sys/
1365SimpleCalc objcpp-src/SimpleCalc.H /^@interface SimpleCalc:Object$/
1366SkipBlanks pas-src/common.pas /^function SkipBlanks; (*($/
1367SkipChars pas-src/common.pas /^function SkipChars; (*($/
1368SkipSpaces pas-src/common.pas /^procedure SkipSpaces; (* (Str : NameString; var I /
1369Square.something:Bar lua-src/test.lua /^function Square.something:Bar ()$/
1370StartDay cp-src/functions.cpp /^Date StartDay(Date a,int days){\/\/Function to calcu/
1371StripPath pas-src/common.pas /^function StripPath; (*($/
1372SubString pas-src/common.pas /^function SubString; (*($/
1373Subprocess objc-src/Subprocess.h /^@interface Subprocess:Object$/
1374Subprocess objc-src/Subprocess.h 41
1375System.Task_Primitives/b ada-src/2ataspri.adb /^package body System.Task_Primitives is$/
1376System.Task_Primitives/s ada-src/2ataspri.ads /^package System.Task_Primitives is$/
1377T cp-src/fail.C 14
1378T2 cp-src/fail.C 16
1379T3 c.c 163
1380TAGS make-src/Makefile /^TAGS: etags.c$/
1381TAG_PTR c-src/emacs/src/lisp.h /^#define TAG_PTR(tag, ptr) \\$/
1382TAG_SYMOFFSET c-src/emacs/src/lisp.h /^#define TAG_SYMOFFSET(offset) \\$/
1383TAS_Cell/t ada-src/2ataspri.ads /^ type TAS_Cell is private;$/
1384TAS_Cell/t ada-src/2ataspri.ads /^ type TAS_Cell is$/
1385TCB_Ptr/t ada-src/2ataspri.ads /^ type TCB_Ptr is access all Task_Control_Block;$/
1386TCLFLAGS make-src/Makefile /^TCLFLAGS=--lang=none --regex='\/proc[ \\t]+\\([^ \\t]+/
1387TERMINALP c-src/emacs/src/lisp.h /^TERMINALP (Lisp_Object a)$/
1388TEST php-src/ptest.php 1
1389TEXSRC make-src/Makefile /^TEXSRC=testenv.tex gzip.texi texinfo.tex nonewline/
1390TEX_LESC c-src/etags.c 4986
1391TEX_SESC c-src/etags.c 4987
1392TEX_clgrp c-src/etags.c 4922
1393TEX_decode_env c-src/etags.c /^TEX_decode_env (const char *evarname, const char */
1394TEX_defenv c-src/etags.c 4912
1395TEX_esc c-src/etags.c 4920
1396TEX_mode c-src/etags.c /^TEX_mode (FILE *inf)$/
1397TEX_opgrp c-src/etags.c 4921
1398TEX_toktab c-src/etags.c 4908
1399TOTAL_KEYWORDS c-src/etags.c 2325
1400TSL/s ada-src/2ataspri.adb /^ package TSL renames System.Tasking_Soft_Links;$/
1401TYPESTOSTAT objc-src/PackInsp.h 37
1402TYPE_RANGED_INTEGERP c-src/emacs/src/lisp.h /^#define TYPE_RANGED_INTEGERP(type, x) \\$/
1403Tapes tex-src/gzip.texi /^@node Tapes, Problems, Environment, Top$/
1404Task_Control_Block/t ada-src/2ataspri.ads /^ type Task_Control_Block is record$/
1405Task_Storage_Size/t ada-src/2ataspri.ads /^ type Task_Storage_Size is new Interfaces.C.size/
1406Task_Type/b ada-src/etags-test-for.ada /^ task body Task_Type is$/
1407Task_Type/b ada-src/waroquiers.ada /^ task body Task_Type is$/
1408Task_Type/k ada-src/etags-test-for.ada /^ task type Task_Type is$/
1409Task_Type/k ada-src/waroquiers.ada /^ task type Task_Type is$/
1410TeX_commands c-src/etags.c /^TeX_commands (FILE *inf)$/
1411TeX_help c-src/etags.c 674
1412TeX_suffixes c-src/etags.c 672
1413Test_Abort/p ada-src/2ataspri.adb /^ procedure Test_Abort is$/
1414Test_Abort/p ada-src/2ataspri.ads /^ procedure Test_Abort;$/
1415Test_And_Set/p ada-src/2ataspri.adb /^ procedure Test_And_Set (Cell : in out TAS_Cell;/
1416Test_And_Set/p ada-src/2ataspri.ads /^ procedure Test_And_Set (Cell : in out TAS_Cell;/
1417Texinfo_help c-src/etags.c 688
1418Texinfo_nodes c-src/etags.c /^Texinfo_nodes (FILE *inf)$/
1419Texinfo_suffixes c-src/etags.c 686
1420Time_to_position c-src/emacs/src/keyboard.c /^Time_to_position (Time encoded_pos)$/
1421To_Lower pas-src/common.pas /^function To_Lower;(*(ch:char) : char;*)$/
1422To_Start_Addr/f ada-src/2ataspri.adb /^ function To_Start_Addr is new$/
1423To_TCB_Ptr/f ada-src/2ataspri.adb /^ function To_TCB_Ptr is new$/
1424To_Upper pas-src/common.pas /^function To_Upper;(*(ch:char) : char;*)$/
1425To_void_ptr/f ada-src/2ataspri.adb /^ function To_void_ptr is new$/
1426Top tex-src/gzip.texi /^@node Top, , , (dir)$/
1427Truc.Bidule/b ada-src/etags-test-for.ada /^package body Truc.Bidule is$/
1428Truc.Bidule/b ada-src/waroquiers.ada /^package body Truc.Bidule is$/
1429Truc.Bidule/s ada-src/etags-test-for.ada /^package Truc.Bidule is$/
1430Truc.Bidule/s ada-src/waroquiers.ada /^package Truc.Bidule is$/
1431Truc/s ada-src/etags-test-for.ada /^package Truc is$/
1432Truc/s ada-src/waroquiers.ada /^package Truc is$/
1433Type_Specific_Data/t ada-src/etags-test-for.ada /^ type Type_Specific_Data is record$/
1434UCHAR c-src/emacs/src/lisp.h 2424
1435UNARY y-src/cccp.c 18
1436UNDEFINED c-src/h.h 118
1437UNEVALLED c-src/emacs/src/lisp.h 2834
1438UNGCPRO c-src/emacs/src/lisp.h 3202
1439UNGCPRO c-src/emacs/src/lisp.h 3257
1440UNGCPRO c-src/emacs/src/lisp.h 3353
1441UNLOCK c-src/emacs/src/gmalloc.c /^#define UNLOCK() \\$/
1442UNLOCK c-src/emacs/src/gmalloc.c /^#define UNLOCK()$/
1443UNLOCK_ALIGNED_BLOCKS c-src/emacs/src/gmalloc.c /^#define UNLOCK_ALIGNED_BLOCKS() \\$/
1444UNLOCK_ALIGNED_BLOCKS c-src/emacs/src/gmalloc.c /^#define UNLOCK_ALIGNED_BLOCKS()$/
1445UNSIGNED_CMP c-src/emacs/src/lisp.h /^#define UNSIGNED_CMP(a, op, b) \\$/
1446USE_LSB_TAG c-src/emacs/src/lisp.h /^DEFINE_GDB_SYMBOL_BEGIN (bool, USE_LSB_TAG)$/
1447USE_LSB_TAG c-src/emacs/src/lisp.h 271
1448USE_PTHREAD c-src/emacs/src/gmalloc.c 25
1449USE_SAFE_ALLOCA c-src/emacs/src/lisp.h 4560
1450USE_STACK_CONS c-src/emacs/src/lisp.h 4689
1451USE_STACK_LISP_OBJECTS c-src/emacs/src/lisp.h 4652
1452USE_STACK_LISP_OBJECTS c-src/emacs/src/lisp.h 4658
1453USE_STACK_LISP_OBJECTS c-src/emacs/src/lisp.h 4659
1454USE_STACK_STRING c-src/emacs/src/lisp.h 4691
1455U_CHAR y-src/cccp.y 38
1456Unlock/p ada-src/2ataspri.adb /^ procedure Unlock (L : in out Lock) is$/
1457Unlock/p ada-src/2ataspri.ads /^ procedure Unlock (L : in out Lock);$/
1458User pyt-src/server.py /^class User:$/
1459UserEdit pyt-src/server.py /^class UserEdit(Frame):$/
1460VALBITS c-src/emacs/src/lisp.h 246
1461VALMASK c-src/emacs/src/lisp.h /^DEFINE_GDB_SYMBOL_BEGIN (EMACS_INT, VALMASK)$/
1462VALMASK c-src/emacs/src/lisp.h 829
1463VAL_MAX c-src/emacs/src/lisp.h 263
1464VECSIZE c-src/emacs/src/lisp.h /^#define VECSIZE(type) \\$/
1465VECTORLIKEP c-src/emacs/src/lisp.h /^# define VECTORLIKEP(x) lisp_h_VECTORLIKEP (x)$/
1466VECTORP c-src/emacs/src/lisp.h /^VECTORP (Lisp_Object x)$/
1467VERSION c-src/etags.c 789
1468VERSION erl-src/gs_dialog.erl /^-define(VERSION, '2001.1101').$/
1469VERSION objc-src/PackInsp.m 34
1470VHDLFLAGS make-src/Makefile /^VHDLFLAGS=--language=none --regex='\/[ \\t]*\\(ARCHIT/
1471Vabbrev_start_location c-src/abbrev.c 63
1472Vabbrev_start_location_buffer c-src/abbrev.c 66
1473Vabbrev_table_name_list c-src/abbrev.c 43
1474ValToNmStr pas-src/common.pas /^function ValToNmStr; (*($/
1475Vfundamental_mode_abbrev_table c-src/abbrev.c 52
1476Vglobal_abbrev_table c-src/abbrev.c 48
1477Vlast_abbrev c-src/abbrev.c 70
1478Vlast_abbrev_text c-src/abbrev.c 75
1479Vlispy_mouse_stem c-src/emacs/src/keyboard.c 5172
1480WAIT_READING_MAX c-src/emacs/src/lisp.h 4281
1481WAIT_READING_MAX c-src/emacs/src/lisp.h 4283
1482WARNINGS make-src/Makefile /^WARNINGS=-pedantic -Wall -Wpointer-arith -Winline /
1483WCHAR_TYPE_SIZE y-src/cccp.y 99
1484WHITE cp-src/screen.hpp 27
1485WINDOWP c-src/emacs/src/lisp.h /^WINDOWP (Lisp_Object a)$/
1486WINDOWSNT c-src/etags.c 101
1487WINDOWSNT c-src/etags.c 102
1488WINDOW_CONFIGURATIONP c-src/emacs/src/lisp.h /^WINDOW_CONFIGURATIONP (Lisp_Object a)$/
1489WORKING objc-src/PackInsp.m 368
1490WorkingDays cp-src/functions.cpp /^int WorkingDays(Date a, Date b){$/
1491Write_Lock/p ada-src/2ataspri.adb /^ procedure Write_Lock (L : in out Lock; Ceiling_/
1492Write_Lock/p ada-src/2ataspri.ads /^ procedure Write_Lock (L : in out Lock; Ceiling_/
1493X c-src/h.h 100
1494XBOOL_VECTOR c-src/emacs/src/lisp.h /^XBOOL_VECTOR (Lisp_Object a)$/
1495XBUFFER c-src/emacs/src/lisp.h /^XBUFFER (Lisp_Object a)$/
1496XBUFFER_OBJFWD c-src/emacs/src/lisp.h /^XBUFFER_OBJFWD (union Lisp_Fwd *a)$/
1497XCAR c-src/emacs/src/lisp.h /^# define XCAR(c) lisp_h_XCAR (c)$/
1498XCDR c-src/emacs/src/lisp.h /^# define XCDR(c) lisp_h_XCDR (c)$/
1499XCHAR_TABLE c-src/emacs/src/lisp.h /^XCHAR_TABLE (Lisp_Object a)$/
1500XCHG_0 c-src/sysdep.h 47
1501XCHG_1 c-src/sysdep.h 48
1502XCHG_2 c-src/sysdep.h 49
1503XCHG_3 c-src/sysdep.h 50
1504XCHG_4 c-src/sysdep.h 51
1505XCHG_5 c-src/sysdep.h 52
1506XCONS c-src/emacs/src/lisp.h /^# define XCONS(a) lisp_h_XCONS (a)$/
1507XDEFUN c.c /^XDEFUN ("x-get-selection-internal", Fx_get_selecti/
1508XFASTINT c-src/emacs/src/lisp.h /^# define XFASTINT(a) lisp_h_XFASTINT (a)$/
1509XFASTINT c-src/emacs/src/lisp.h /^XFASTINT (Lisp_Object a)$/
1510XFINALIZER c-src/emacs/src/lisp.h /^XFINALIZER (Lisp_Object a)$/
1511XFLOAT c-src/emacs/src/lisp.h /^XFLOAT (Lisp_Object a)$/
1512XFLOATINT c-src/emacs/src/lisp.h /^XFLOATINT (Lisp_Object n)$/
1513XFLOAT_DATA c-src/emacs/src/lisp.h /^XFLOAT_DATA (Lisp_Object f)$/
1514XFWDTYPE c-src/emacs/src/lisp.h /^XFWDTYPE (union Lisp_Fwd *a)$/
1515XHASH c-src/emacs/src/lisp.h /^# define XHASH(a) lisp_h_XHASH (a)$/
1516XHASH_TABLE c-src/emacs/src/lisp.h /^XHASH_TABLE (Lisp_Object a)$/
1517XIL c-src/emacs/src/lisp.h /^# define XIL(i) lisp_h_XIL (i)$/
1518XINT c-src/emacs/src/lisp.h /^# define XINT(a) lisp_h_XINT (a)$/
1519XINT c-src/emacs/src/lisp.h /^XINT (Lisp_Object a)$/
1520XINTPTR c-src/emacs/src/lisp.h /^XINTPTR (Lisp_Object a)$/
1521XLI c-src/emacs/src/lisp.h /^# define XLI(o) lisp_h_XLI (o)$/
1522XLI_BUILTIN_LISPSYM c-src/emacs/src/lisp.h /^#define XLI_BUILTIN_LISPSYM(iname) TAG_SYMOFFSET (/
1523XMARKER c-src/emacs/src/lisp.h /^XMARKER (Lisp_Object a)$/
1524XMISC c-src/emacs/src/lisp.h /^XMISC (Lisp_Object a)$/
1525XMISCANY c-src/emacs/src/lisp.h /^XMISCANY (Lisp_Object a)$/
1526XMISCTYPE c-src/emacs/src/lisp.h /^XMISCTYPE (Lisp_Object a)$/
1527XOVERLAY c-src/emacs/src/lisp.h /^XOVERLAY (Lisp_Object a)$/
1528XPNTR c-src/emacs/src/lisp.h /^# define XPNTR(a) lisp_h_XPNTR (a)$/
1529XPROCESS c-src/emacs/src/lisp.h /^XPROCESS (Lisp_Object a)$/
1530XSAVE_FUNCPOINTER c-src/emacs/src/lisp.h /^XSAVE_FUNCPOINTER (Lisp_Object obj, int n)$/
1531XSAVE_INTEGER c-src/emacs/src/lisp.h /^XSAVE_INTEGER (Lisp_Object obj, int n)$/
1532XSAVE_OBJECT c-src/emacs/src/lisp.h /^XSAVE_OBJECT (Lisp_Object obj, int n)$/
1533XSAVE_POINTER c-src/emacs/src/lisp.h /^XSAVE_POINTER (Lisp_Object obj, int n)$/
1534XSAVE_VALUE c-src/emacs/src/lisp.h /^XSAVE_VALUE (Lisp_Object a)$/
1535XSETBOOL_VECTOR c-src/emacs/src/lisp.h /^#define XSETBOOL_VECTOR(a, b) (XSETPSEUDOVECTOR (a/
1536XSETBUFFER c-src/emacs/src/lisp.h /^#define XSETBUFFER(a, b) (XSETPSEUDOVECTOR (a, b, /
1537XSETCDR c-src/emacs/src/lisp.h /^XSETCDR (Lisp_Object c, Lisp_Object n)$/
1538XSETCHAR_TABLE c-src/emacs/src/lisp.h /^#define XSETCHAR_TABLE(a, b) (XSETPSEUDOVECTOR (a,/
1539XSETCOMPILED c-src/emacs/src/lisp.h /^#define XSETCOMPILED(a, b) (XSETPSEUDOVECTOR (a, b/
1540XSETCONS c-src/emacs/src/lisp.h /^#define XSETCONS(a, b) ((a) = make_lisp_ptr (b, Li/
1541XSETFASTINT c-src/emacs/src/lisp.h /^#define XSETFASTINT(a, b) ((a) = make_natnum (b))$/
1542XSETFLOAT c-src/emacs/src/lisp.h /^#define XSETFLOAT(a, b) ((a) = make_lisp_ptr (b, L/
1543XSETINT c-src/emacs/src/lisp.h /^#define XSETINT(a, b) ((a) = make_number (b))$/
1544XSETMISC c-src/emacs/src/lisp.h /^#define XSETMISC(a, b) ((a) = make_lisp_ptr (b, Li/
1545XSETPROCESS c-src/emacs/src/lisp.h /^#define XSETPROCESS(a, b) (XSETPSEUDOVECTOR (a, b,/
1546XSETPSEUDOVECTOR c-src/emacs/src/lisp.h /^#define XSETPSEUDOVECTOR(a, b, code) \\$/
1547XSETPVECTYPE c-src/emacs/src/lisp.h /^#define XSETPVECTYPE(v, code) \\$/
1548XSETPVECTYPESIZE c-src/emacs/src/lisp.h /^#define XSETPVECTYPESIZE(v, code, lispsize, restsi/
1549XSETSTRING c-src/emacs/src/lisp.h /^#define XSETSTRING(a, b) ((a) = make_lisp_ptr (b, /
1550XSETSUBR c-src/emacs/src/lisp.h /^#define XSETSUBR(a, b) (XSETPSEUDOVECTOR (a, b, PV/
1551XSETSUB_CHAR_TABLE c-src/emacs/src/lisp.h /^#define XSETSUB_CHAR_TABLE(a, b) (XSETPSEUDOVECTOR/
1552XSETSYMBOL c-src/emacs/src/lisp.h /^#define XSETSYMBOL(a, b) ((a) = make_lisp_symbol (/
1553XSETTERMINAL c-src/emacs/src/lisp.h /^#define XSETTERMINAL(a, b) (XSETPSEUDOVECTOR (a, b/
1554XSETTYPED_PSEUDOVECTOR c-src/emacs/src/lisp.h /^#define XSETTYPED_PSEUDOVECTOR(a, b, size, code) /
1555XSETVECTOR c-src/emacs/src/lisp.h /^#define XSETVECTOR(a, b) ((a) = make_lisp_ptr (b, /
1556XSETWINDOW c-src/emacs/src/lisp.h /^#define XSETWINDOW(a, b) (XSETPSEUDOVECTOR (a, b, /
1557XSETWINDOW_CONFIGURATION c-src/emacs/src/lisp.h /^#define XSETWINDOW_CONFIGURATION(a, b) \\$/
1558XSET_HASH_TABLE c-src/emacs/src/lisp.h /^#define XSET_HASH_TABLE(VAR, PTR) \\$/
1559XSTRING c-src/emacs/src/lisp.h /^XSTRING (Lisp_Object a)$/
1560XSUBR c-src/emacs/src/lisp.h /^XSUBR (Lisp_Object a)$/
1561XSUB_CHAR_TABLE c-src/emacs/src/lisp.h /^XSUB_CHAR_TABLE (Lisp_Object a)$/
1562XSYMBOL c-src/emacs/src/lisp.h /^# define XSYMBOL(a) lisp_h_XSYMBOL (a)$/
1563XSYMBOL c-src/emacs/src/lisp.h /^XSYMBOL (Lisp_Object a)$/
1564XTERMINAL c-src/emacs/src/lisp.h /^XTERMINAL (Lisp_Object a)$/
1565XTYPE c-src/emacs/src/lisp.h /^# define XTYPE(a) lisp_h_XTYPE (a)$/
1566XTYPE c-src/emacs/src/lisp.h /^XTYPE (Lisp_Object a)$/
1567XUNTAG c-src/emacs/src/lisp.h /^# define XUNTAG(a, type) lisp_h_XUNTAG (a, type)$/
1568XUNTAG c-src/emacs/src/lisp.h /^XUNTAG (Lisp_Object a, int type)$/
1569XWINDOW c-src/emacs/src/lisp.h /^XWINDOW (Lisp_Object a)$/
1570XX cp-src/x.cc 1
1571Xyzzy ruby-src/test1.ru 13
1572Y c-src/h.h 100
1573YACC c-src/etags.c 2199
1574YELLOW cp-src/screen.hpp 26
1575YSRC make-src/Makefile /^YSRC=parse.y parse.c atest.y cccp.c cccp.y$/
1576YYABORT /usr/share/bison/bison.simple 153
1577YYABORT /usr/share/bison/bison.simple 154
1578YYACCEPT /usr/share/bison/bison.simple 152
1579YYACCEPT /usr/share/bison/bison.simple 153
1580YYBACKUP /usr/share/bison/bison.simple /^#define YYBACKUP(Token, Value) \\$/
1581YYBISON y-src/cccp.c 4
1582YYBISON y-src/parse.c 4
1583YYDPRINTF /usr/share/bison/bison.simple /^# define YYDPRINTF(Args) \\$/
1584YYDPRINTF /usr/share/bison/bison.simple /^# define YYDPRINTF(Args)$/
1585YYEMPTY /usr/share/bison/bison.simple 150
1586YYEMPTY /usr/share/bison/bison.simple 151
1587YYEOF /usr/share/bison/bison.simple 151
1588YYEOF /usr/share/bison/bison.simple 152
1589YYERRCODE /usr/share/bison/bison.simple 178
1590YYERRCODE /usr/share/bison/bison.simple 179
1591YYERROR /usr/share/bison/bison.simple 154
1592YYERROR /usr/share/bison/bison.simple 155
1593YYFAIL /usr/share/bison/bison.simple 158
1594YYFAIL /usr/share/bison/bison.simple 159
1595YYFPRINTF /usr/share/bison/bison.simple 225
1596YYFPRINTF /usr/share/bison/bison.simple 226
1597YYINITDEPTH /usr/share/bison/bison.simple 244
1598YYINITDEPTH /usr/share/bison/bison.simple 245
1599YYLEX /usr/share/bison/bison.simple 200
1600YYLEX /usr/share/bison/bison.simple 201
1601YYLEX /usr/share/bison/bison.simple 202
1602YYLEX /usr/share/bison/bison.simple 203
1603YYLEX /usr/share/bison/bison.simple 206
1604YYLEX /usr/share/bison/bison.simple 207
1605YYLEX /usr/share/bison/bison.simple 208
1606YYLEX /usr/share/bison/bison.simple 209
1607YYLEX /usr/share/bison/bison.simple 212
1608YYLEX /usr/share/bison/bison.simple 213
1609YYLLOC_DEFAULT /usr/share/bison/bison.simple /^# define YYLLOC_DEFAULT(Current, Rhs, N) \\$/
1610YYMAXDEPTH /usr/share/bison/bison.simple 255
1611YYMAXDEPTH /usr/share/bison/bison.simple 256
1612YYMAXDEPTH /usr/share/bison/bison.simple 259
1613YYMAXDEPTH /usr/share/bison/bison.simple 260
1614YYPARSE_PARAM_ARG /usr/share/bison/bison.simple 351
1615YYPARSE_PARAM_ARG /usr/share/bison/bison.simple 354
1616YYPARSE_PARAM_ARG /usr/share/bison/bison.simple 358
1617YYPARSE_PARAM_DECL /usr/share/bison/bison.simple 352
1618YYPARSE_PARAM_DECL /usr/share/bison/bison.simple 355
1619YYPARSE_PARAM_DECL /usr/share/bison/bison.simple 359
1620YYPOPSTACK /usr/share/bison/bison.simple 445
1621YYPOPSTACK /usr/share/bison/bison.simple 447
1622YYRECOVERING /usr/share/bison/bison.simple /^#define YYRECOVERING() (!!yyerrstatus)$/
1623YYSIZE_T /usr/share/bison/bison.simple 128
1624YYSIZE_T /usr/share/bison/bison.simple 129
1625YYSIZE_T /usr/share/bison/bison.simple 131
1626YYSIZE_T /usr/share/bison/bison.simple 132
1627YYSIZE_T /usr/share/bison/bison.simple 136
1628YYSIZE_T /usr/share/bison/bison.simple 137
1629YYSIZE_T /usr/share/bison/bison.simple 140
1630YYSIZE_T /usr/share/bison/bison.simple 141
1631YYSIZE_T /usr/share/bison/bison.simple 145
1632YYSIZE_T /usr/share/bison/bison.simple 146
1633YYSIZE_T /usr/share/bison/bison.simple 51
1634YYSIZE_T /usr/share/bison/bison.simple 52
1635YYSIZE_T /usr/share/bison/bison.simple 56
1636YYSIZE_T /usr/share/bison/bison.simple 57
1637YYSIZE_T /usr/share/bison/bison.simple 71
1638YYSIZE_T /usr/share/bison/bison.simple 72
1639YYSIZE_T /usr/share/bison/bison.simple 75
1640YYSIZE_T /usr/share/bison/bison.simple 76
1641YYSTACK_ALLOC /usr/share/bison/bison.simple 50
1642YYSTACK_ALLOC /usr/share/bison/bison.simple 51
1643YYSTACK_ALLOC /usr/share/bison/bison.simple 55
1644YYSTACK_ALLOC /usr/share/bison/bison.simple 56
1645YYSTACK_ALLOC /usr/share/bison/bison.simple 59
1646YYSTACK_ALLOC /usr/share/bison/bison.simple 60
1647YYSTACK_ALLOC /usr/share/bison/bison.simple 78
1648YYSTACK_ALLOC /usr/share/bison/bison.simple 79
1649YYSTACK_BYTES /usr/share/bison/bison.simple /^# define YYSTACK_BYTES(N) \\$/
1650YYSTACK_FREE /usr/share/bison/bison.simple /^# define YYSTACK_FREE(Ptr) do { \/* empty *\/; } wh/
1651YYSTACK_FREE /usr/share/bison/bison.simple 79
1652YYSTACK_FREE /usr/share/bison/bison.simple 80
1653YYSTACK_GAP_MAX /usr/share/bison/bison.simple 93
1654YYSTACK_GAP_MAX /usr/share/bison/bison.simple 94
1655YYSTACK_RELOCATE /usr/share/bison/bison.simple /^# define YYSTACK_RELOCATE(Type, Stack) \\$/
1656YYSTACK_RELOCATE /usr/share/bison/bison.simple 548
1657YYSTD /usr/share/bison/bison.simple /^# define YYSTD(x) std::x$/
1658YYSTD /usr/share/bison/bison.simple /^# define YYSTD(x) x$/
1659YYSTYPE y-src/parse.y 72
1660YYSTYPE y-src/parse.y 73
1661YYTERROR /usr/share/bison/bison.simple 177
1662YYTERROR /usr/share/bison/bison.simple 178
1663YY_DECL_NON_LSP_VARIABLES /usr/share/bison/bison.simple 374
1664YY_DECL_VARIABLES /usr/share/bison/bison.simple 385
1665YY_DECL_VARIABLES /usr/share/bison/bison.simple 391
1666Yacc_entries c-src/etags.c /^Yacc_entries (FILE *inf)$/
1667Yacc_help c-src/etags.c 693
1668Yacc_suffixes c-src/etags.c 691
1669Z c-src/h.h 100
1670[] ruby-src/test.rb /^ def [](y)$/
1671[]= ruby-src/test.rb /^ def []=(y, val)$/
1672\ tex-src/texinfo.tex /^\\def\\ {{\\fontdimen2\\font=\\tclosesave{} }}%$/
1673\ tex-src/texinfo.tex /^\\gdef\\sepspaces{\\def {\\ }}}$/
1674\' tex-src/texinfo.tex /^\\def\\'{{'}}$/
1675\* tex-src/texinfo.tex /^\\def\\*{\\hfil\\break\\hbox{}\\ignorespaces}$/
1676\. tex-src/texinfo.tex /^\\def\\.{.\\spacefactor=3000 }$/
1677\: tex-src/texinfo.tex /^\\def\\:{\\spacefactor=1000 }$/
1678\@ tex-src/texinfo.tex /^\\def\\@{@}%$/
1679\@ tex-src/texinfo.tex /^\\def\\@{{\\tt \\char '100}}$/
1680\CHAPFopen tex-src/texinfo.tex /^\\def\\CHAPFopen{$/
1681\CHAPFplain tex-src/texinfo.tex /^\\def\\CHAPFplain{$/
1682\CHAPPAGodd tex-src/texinfo.tex /^\\def\\CHAPPAGodd{$/
1683\CHAPPAGoff tex-src/texinfo.tex /^\\def\\CHAPPAGoff{$/
1684\CHAPPAGon tex-src/texinfo.tex /^\\def\\CHAPPAGon{$/
1685\ENVcheck tex-src/texinfo.tex /^\\def\\ENVcheck{%$/
1686\Ealphaenumerate tex-src/texinfo.tex /^\\def\\Ealphaenumerate{\\Eenumerate}$/
1687\Ecapsenumerate tex-src/texinfo.tex /^\\def\\Ecapsenumerate{\\Eenumerate}$/
1688\Ecartouche tex-src/texinfo.tex /^\\def\\Ecartouche{%$/
1689\Edescription tex-src/texinfo.tex /^\\def\\Edescription{\\Etable}% Necessary kludge.$/
1690\Edisplay tex-src/texinfo.tex /^\\def\\Edisplay{\\endgroup\\afterenvbreak}%$/
1691\Eexample tex-src/texinfo.tex /^\\def\\Eexample{\\Elisp}$/
1692\Eflushleft tex-src/texinfo.tex /^\\def\\Eflushleft{\\endgroup\\afterenvbreak}%$/
1693\Eflushright tex-src/texinfo.tex /^\\def\\Eflushright{\\endgroup\\afterenvbreak}%$/
1694\Eformat tex-src/texinfo.tex /^\\def\\Eformat{\\endgroup\\afterenvbreak}$/
1695\Eftable tex-src/texinfo.tex /^\\def\\Eftable{\\endgraf\\endgroup\\afterenvbreak}%$/
1696\Egroup tex-src/texinfo.tex /^ \\def\\Egroup{\\egroup\\endgroup}%$/
1697\Eifclear tex-src/texinfo.tex /^\\def\\Eifclear{}$/
1698\Eifset tex-src/texinfo.tex /^\\def\\Eifset{}$/
1699\Eiftex tex-src/texinfo.tex /^\\def\\Eiftex{}$/
1700\Elisp tex-src/texinfo.tex /^\\def\\Elisp{\\endgroup\\afterenvbreak}%$/
1701\Equotation tex-src/texinfo.tex /^\\def\\Equotation{\\par\\endgroup\\afterenvbreak}%$/
1702\Esmallexample tex-src/texinfo.tex /^\\def\\Esmallexample{\\Elisp}$/
1703\Esmallexample tex-src/texinfo.tex /^\\global\\def\\Esmallexample{\\Esmalllisp}$/
1704\Esmalllisp tex-src/texinfo.tex /^\\def\\Esmalllisp{\\endgroup\\afterenvbreak}%$/
1705\Etable tex-src/texinfo.tex /^\\def\\Etable{\\endgraf\\endgroup\\afterenvbreak}%$/
1706\Etitlepage tex-src/texinfo.tex /^\\def\\Etitlepage{%$/
1707\Evtable tex-src/texinfo.tex /^\\def\\Evtable{\\endgraf\\endgroup\\afterenvbreak}%$/
1708\HEADINGSafter tex-src/texinfo.tex /^\\def\\HEADINGSafter{\\let\\HEADINGShook=\\HEADINGSdoub/
1709\HEADINGSdouble tex-src/texinfo.tex /^\\def\\HEADINGSdouble{$/
1710\HEADINGSdoublex tex-src/texinfo.tex /^\\def\\HEADINGSdoublex{%$/
1711\HEADINGSoff tex-src/texinfo.tex /^\\def\\HEADINGSoff{$/
1712\HEADINGSon tex-src/texinfo.tex /^\\def\\HEADINGSon{\\HEADINGSdouble}$/
1713\HEADINGSon tex-src/texinfo.tex /^\\global\\def\\HEADINGSon{\\HEADINGSdouble}}$/
1714\HEADINGSon tex-src/texinfo.tex /^\\global\\def\\HEADINGSon{\\HEADINGSsingle}}$/
1715\HEADINGSsingle tex-src/texinfo.tex /^\\def\\HEADINGSsingle{$/
1716\HEADINGSsingleafter tex-src/texinfo.tex /^\\def\\HEADINGSsingleafter{\\let\\HEADINGShook=\\HEADIN/
1717\HEADINGSsinglex tex-src/texinfo.tex /^\\def\\HEADINGSsinglex{%$/
1718\TeX tex-src/texinfo.tex /^\\def\\TeX{\\realbackslash TeX}$/
1719\TeX tex-src/texinfo.tex /^\\def\\TeX{\\realbackslash TeX}%$/
1720\Yappendixletterandtype tex-src/texinfo.tex /^\\def\\Yappendixletterandtype{%$/
1721\Ynothing tex-src/texinfo.tex /^\\def\\Ynothing{}$/
1722\Ypagenumber tex-src/texinfo.tex /^\\def\\Ypagenumber{\\folio}$/
1723\Ysectionnumberandtype tex-src/texinfo.tex /^\\def\\Ysectionnumberandtype{%$/
1724\Ytitle tex-src/texinfo.tex /^\\def\\Ytitle{\\thischapter}$/
1725\_ tex-src/texinfo.tex /^\\def\\_{\\lvvmode \\kern.06em \\vbox{\\hrule width.3em /
1726\_ tex-src/texinfo.tex /^\\def\\_{{\\realbackslash _}}%$/
1727\` tex-src/texinfo.tex /^\\def\\`{{`}}$/
1728\aboveenvbreak tex-src/texinfo.tex /^\\def\\aboveenvbreak{{\\advance\\aboveenvskipamount by/
1729\activedoublequote tex-src/texinfo.tex /^\\def\\activedoublequote{{\\tt \\char '042}}$/
1730\activeparens tex-src/texinfo.tex /^\\def\\activeparens{%$/
1731\afourpaper tex-src/texinfo.tex /^\\def\\afourpaper{$/
1732\afterenvbreak tex-src/texinfo.tex /^\\def\\afterenvbreak{\\endgraf \\ifdim\\lastskip<\\above/
1733\alphaenumerate tex-src/texinfo.tex /^\\def\\alphaenumerate{\\enumerate{a}}$/
1734\appendix tex-src/texinfo.tex /^\\outer\\def\\appendix{\\parsearg\\appendixzzz}$/
1735\appendixletter tex-src/texinfo.tex /^\\def\\appendixletter{\\char\\the\\appendixno}$/
1736\appendixnoderef tex-src/texinfo.tex /^\\def\\appendixnoderef{\\ifx\\lastnode\\relax\\else$/
1737\appendixsec tex-src/texinfo.tex /^\\outer\\def\\appendixsec{\\parsearg\\appendixsectionzz/
1738\appendixsection tex-src/texinfo.tex /^\\outer\\def\\appendixsection{\\parsearg\\appendixsecti/
1739\appendixsectionzzz tex-src/texinfo.tex /^\\def\\appendixsectionzzz #1{\\seccheck{appendixsecti/
1740\appendixsetref tex-src/texinfo.tex /^\\def\\appendixsetref#1{%$/
1741\appendixsubsec tex-src/texinfo.tex /^\\outer\\def\\appendixsubsec{\\parsearg\\appendixsubsec/
1742\appendixsubseczzz tex-src/texinfo.tex /^\\def\\appendixsubseczzz #1{\\seccheck{appendixsubsec/
1743\appendixsubsubsec tex-src/texinfo.tex /^\\outer\\def\\appendixsubsubsec{\\parsearg\\appendixsub/
1744\appendixsubsubseczzz tex-src/texinfo.tex /^\\def\\appendixsubsubseczzz #1{\\seccheck{appendixsub/
1745\appendixzzz tex-src/texinfo.tex /^\\def\\appendixzzz #1{\\seccheck{appendix}%$/
1746\asis tex-src/texinfo.tex /^\\def\\asis#1{#1}$/
1747\author tex-src/texinfo.tex /^ \\def\\author{\\parsearg\\authorzzz}%$/
1748\authorfont tex-src/texinfo.tex /^ \\def\\authorfont{\\authorrm \\normalbaselineskip =/
1749\authorzzz tex-src/texinfo.tex /^ \\def\\authorzzz##1{\\ifseenauthor\\else\\vskip 0pt /
1750\b tex-src/texinfo.tex /^\\def\\b##1{\\realbackslash b {##1}}$/
1751\b tex-src/texinfo.tex /^\\def\\b##1{\\realbackslash b {##1}}%$/
1752\b tex-src/texinfo.tex /^\\def\\b#1{{\\bf #1}}$/
1753\balancecolumns tex-src/texinfo.tex /^\\def\\balancecolumns{%$/
1754\begin tex-src/texinfo.tex /^\\outer\\def\\begin{\\parsearg\\beginxxx}$/
1755\begindoublecolumns tex-src/texinfo.tex /^\\def\\begindoublecolumns{\\begingroup$/
1756\beginxxx tex-src/texinfo.tex /^\\def\\beginxxx #1{%$/
1757\bf tex-src/texinfo.tex /^\\def\\bf{\\realbackslash bf }$/
1758\bf tex-src/texinfo.tex /^\\def\\bf{\\realbackslash bf }%$/
1759\bullet tex-src/texinfo.tex /^\\def\\bullet{$\\ptexbullet$}$/
1760\bye tex-src/texinfo.tex /^\\outer\\def\\bye{\\pagealignmacro\\tracingstats=1\\ptex/
1761\capsenumerate tex-src/texinfo.tex /^\\def\\capsenumerate{\\enumerate{A}}$/
1762\cartbot tex-src/texinfo.tex /^\\def\\cartbot{\\hbox to \\cartouter{\\hskip\\lskip$/
1763\cartouche tex-src/texinfo.tex /^\\long\\def\\cartouche{%$/
1764\carttop tex-src/texinfo.tex /^\\def\\carttop{\\hbox to \\cartouter{\\hskip\\lskip$/
1765\cbl tex-src/texinfo.tex /^\\def\\cbl{{\\circle\\char'012\\hskip -6pt}}$/
1766\cbr tex-src/texinfo.tex /^\\def\\cbr{{\\hskip 6pt\\circle\\char'011}}$/
1767\center tex-src/texinfo.tex /^\\def\\center{\\parsearg\\centerzzz}$/
1768\centerzzz tex-src/texinfo.tex /^\\def\\centerzzz #1{{\\advance\\hsize by -\\leftskip$/
1769\chapbreak tex-src/texinfo.tex /^\\def\\chapbreak{\\dobreak \\chapheadingskip {-4000}}$/
1770\chapentry tex-src/texinfo.tex /^\\def\\chapentry#1#2#3{\\dochapentry{#2\\labelspace#1}/
1771\chapentryfonts tex-src/texinfo.tex /^\\def\\chapentryfonts{\\secfonts \\rm}$/
1772\chapfonts tex-src/texinfo.tex /^\\def\\chapfonts{%$/
1773\chapheading tex-src/texinfo.tex /^\\def\\chapheading{\\parsearg\\chapheadingzzz}$/
1774\chapheadingzzz tex-src/texinfo.tex /^\\def\\chapheadingzzz #1{\\chapbreak %$/
1775\chapoddpage tex-src/texinfo.tex /^\\def\\chapoddpage{\\chappager \\ifodd\\pageno \\else \\h/
1776\chappager tex-src/texinfo.tex /^\\def\\chappager{\\par\\vfill\\supereject}$/
1777\chapter tex-src/texinfo.tex /^\\outer\\def\\chapter{\\parsearg\\chapterzzz}$/
1778\chapternofonts tex-src/texinfo.tex /^\\def\\chapternofonts{%$/
1779\chapterzzz tex-src/texinfo.tex /^\\def\\chapterzzz #1{\\seccheck{chapter}%$/
1780\char tex-src/texinfo.tex /^\\def\\char{\\realbackslash char}$/
1781\char tex-src/texinfo.tex /^\\def\\char{\\realbackslash char}%$/
1782\chfopen tex-src/texinfo.tex /^\\def\\chfopen #1#2{\\chapoddpage {\\chapfonts$/
1783\chfplain tex-src/texinfo.tex /^\\def\\chfplain #1#2{%$/
1784\cindex tex-src/texinfo.tex /^\\def\\cindex {\\cpindex}$/
1785\cindexsub tex-src/texinfo.tex /^\\def\\cindexsub {\\begingroup\\obeylines\\cindexsub}$/
1786\cite tex-src/texinfo.tex /^\\def\\cite##1{\\realbackslash cite {##1}}$/
1787\cite tex-src/texinfo.tex /^\\def\\cite##1{\\realbackslash cite {##1}}%$/
1788\clear tex-src/texinfo.tex /^\\def\\clear{\\parsearg\\clearxxx}$/
1789\clearxxx tex-src/texinfo.tex /^\\def\\clearxxx #1{$/
1790\code tex-src/texinfo.tex /^\\def\\code##1{\\realbackslash code {##1}}$/
1791\code tex-src/texinfo.tex /^\\def\\code##1{\\realbackslash code {##1}}%$/
1792\comment tex-src/texinfo.tex /^\\def\\comment{\\catcode 64=\\other \\catcode 123=\\othe/
1793\commentxxx tex-src/texinfo.tex /^\\def\\commentxxx #1{\\catcode 64=0 \\catcode 123=1 \\c/
1794\contents tex-src/texinfo.tex /^\\outer\\def\\contents{%$/
1795\copyright tex-src/texinfo.tex /^\\def\\copyright{\\realbackslash copyright }%$/
1796\copyright tex-src/texinfo.tex /^\\def\\copyright{\\realbackslash copyright}$/
1797\cropmarks tex-src/texinfo.tex /^\\def\\cropmarks{\\let\\onepageout=\\croppageout }$/
1798\croppageout tex-src/texinfo.tex /^\\def\\croppageout#1{\\hoffset=0pt % make sure this d/
1799\ctl tex-src/texinfo.tex /^\\def\\ctl{{\\circle\\char'013\\hskip -6pt}}% 6pt from /
1800\ctr tex-src/texinfo.tex /^\\def\\ctr{{\\hskip 6pt\\circle\\char'010}}$/
1801\ctrl tex-src/texinfo.tex /^\\def\\ctrl #1{{\\tt \\rawbackslash \\hat}#1}$/
1802\defcodeindex tex-src/texinfo.tex /^\\def\\defcodeindex{\\parsearg\\newcodeindex}$/
1803\defcv tex-src/texinfo.tex /^\\def\\defcv #1 {\\def\\defcvtype{#1}%$/
1804\defcvarheader tex-src/texinfo.tex /^\\def\\defcvarheader #1#2#3{%$/
1805\defcvx tex-src/texinfo.tex /^\\def\\defcvx #1 {\\errmessage{@defcvx in invalid con/
1806\deffn tex-src/texinfo.tex /^\\def\\deffn{\\defmethparsebody\\Edeffn\\deffnx\\deffnhe/
1807\deffnheader tex-src/texinfo.tex /^\\def\\deffnheader #1#2#3{\\doind {fn}{\\code{#2}}%$/
1808\deffnx tex-src/texinfo.tex /^\\def\\deffnx #1 {\\errmessage{@deffnx in invalid con/
1809\defindex tex-src/texinfo.tex /^\\def\\defindex{\\parsearg\\newindex}$/
1810\defivar tex-src/texinfo.tex /^\\def\\defivar{\\defvrparsebody\\Edefivar\\defivarx\\def/
1811\defivarheader tex-src/texinfo.tex /^\\def\\defivarheader #1#2#3{%$/
1812\defivarx tex-src/texinfo.tex /^\\def\\defivarx #1 {\\errmessage{@defivarx in invalid/
1813\defmac tex-src/texinfo.tex /^\\def\\defmac{\\defparsebody\\Edefmac\\defmacx\\defmache/
1814\defmacheader tex-src/texinfo.tex /^\\def\\defmacheader #1#2{\\doind {fn}{\\code{#1}}% Mak/
1815\defmacx tex-src/texinfo.tex /^\\def\\defmacx #1 {\\errmessage{@defmacx in invalid c/
1816\defmethod tex-src/texinfo.tex /^\\def\\defmethod{\\defmethparsebody\\Edefmethod\\defmet/
1817\defmethodheader tex-src/texinfo.tex /^\\def\\defmethodheader #1#2#3{%$/
1818\defmethodx tex-src/texinfo.tex /^\\def\\defmethodx #1 {\\errmessage{@defmethodx in inv/
1819\defmethparsebody tex-src/texinfo.tex /^\\def\\defmethparsebody #1#2#3#4 {\\begingroup\\inENV /
1820\defname tex-src/texinfo.tex /^\\def\\defname #1#2{%$/
1821\defop tex-src/texinfo.tex /^\\def\\defop #1 {\\def\\defoptype{#1}%$/
1822\defopheader tex-src/texinfo.tex /^\\def\\defopheader #1#2#3{%$/
1823\defopparsebody tex-src/texinfo.tex /^\\def\\defopparsebody #1#2#3#4#5 {\\begingroup\\inENV /
1824\defopt tex-src/texinfo.tex /^\\def\\defopt{\\defvarparsebody\\Edefopt\\defoptx\\defop/
1825\defoptheader tex-src/texinfo.tex /^\\def\\defoptheader #1#2{\\doind {vr}{\\code{#1}}% Mak/
1826\defoptx tex-src/texinfo.tex /^\\def\\defoptx #1 {\\errmessage{@defoptx in invalid c/
1827\defopvarparsebody tex-src/texinfo.tex /^\\def\\defopvarparsebody #1#2#3#4#5 {\\begingroup\\inE/
1828\defopx tex-src/texinfo.tex /^\\def\\defopx #1 {\\errmessage{@defopx in invalid con/
1829\defparsebody tex-src/texinfo.tex /^\\def\\defparsebody #1#2#3{\\begingroup\\inENV% Enviro/
1830\defspec tex-src/texinfo.tex /^\\def\\defspec{\\defparsebody\\Edefspec\\defspecx\\defsp/
1831\defspecheader tex-src/texinfo.tex /^\\def\\defspecheader #1#2{\\doind {fn}{\\code{#1}}% Ma/
1832\defspecx tex-src/texinfo.tex /^\\def\\defspecx #1 {\\errmessage{@defspecx in invalid/
1833\deftp tex-src/texinfo.tex /^\\def\\deftp{\\defvrparsebody\\Edeftp\\deftpx\\deftphead/
1834\deftpargs tex-src/texinfo.tex /^\\def\\deftpargs #1{\\bf \\defvarargs{#1}}$/
1835\deftpheader tex-src/texinfo.tex /^\\def\\deftpheader #1#2#3{\\doind {tp}{\\code{#2}}%$/
1836\deftpx tex-src/texinfo.tex /^\\def\\deftpx #1 {\\errmessage{@deftpx in invalid con/
1837\deftypefn tex-src/texinfo.tex /^\\def\\deftypefn{\\defmethparsebody\\Edeftypefn\\deftyp/
1838\deftypefnheader tex-src/texinfo.tex /^\\def\\deftypefnheader #1#2#3{\\deftypefnheaderx{#1}{/
1839\deftypefnheaderx tex-src/texinfo.tex /^\\def\\deftypefnheaderx #1#2#3 #4\\relax{%$/
1840\deftypefnx tex-src/texinfo.tex /^\\def\\deftypefnx #1 {\\errmessage{@deftypefnx in inv/
1841\deftypefun tex-src/texinfo.tex /^\\def\\deftypefun{\\defparsebody\\Edeftypefun\\deftypef/
1842\deftypefunargs tex-src/texinfo.tex /^\\def\\deftypefunargs #1{%$/
1843\deftypefunheader tex-src/texinfo.tex /^\\def\\deftypefunheader #1#2{\\deftypefunheaderx{#1}#/
1844\deftypefunheaderx tex-src/texinfo.tex /^\\def\\deftypefunheaderx #1#2 #3\\relax{%$/
1845\deftypeunx tex-src/texinfo.tex /^\\def\\deftypeunx #1 {\\errmessage{@deftypeunx in inv/
1846\deftypevar tex-src/texinfo.tex /^\\def\\deftypevar{\\defvarparsebody\\Edeftypevar\\defty/
1847\deftypevarheader tex-src/texinfo.tex /^\\def\\deftypevarheader #1#2{%$/
1848\deftypevarx tex-src/texinfo.tex /^\\def\\deftypevarx #1 {\\errmessage{@deftypevarx in i/
1849\deftypevr tex-src/texinfo.tex /^\\def\\deftypevr{\\defvrparsebody\\Edeftypevr\\deftypev/
1850\deftypevrheader tex-src/texinfo.tex /^\\def\\deftypevrheader #1#2#3{\\doind {vr}{\\code{#3}}/
1851\deftypevrx tex-src/texinfo.tex /^\\def\\deftypevrx #1 {\\errmessage{@deftypevrx in inv/
1852\defun tex-src/texinfo.tex /^\\def\\defun{\\defparsebody\\Edefun\\defunx\\defunheader/
1853\defunargs tex-src/texinfo.tex /^\\def\\defunargs #1{\\functionparens \\sl$/
1854\defunheader tex-src/texinfo.tex /^\\def\\defunheader #1#2{\\doind {fn}{\\code{#1}}% Make/
1855\defunx tex-src/texinfo.tex /^\\def\\defunx #1 {\\errmessage{@defunx in invalid con/
1856\defvar tex-src/texinfo.tex /^\\def\\defvar{\\defvarparsebody\\Edefvar\\defvarx\\defva/
1857\defvarargs tex-src/texinfo.tex /^\\def\\defvarargs #1{\\normalparens #1%$/
1858\defvarheader tex-src/texinfo.tex /^\\def\\defvarheader #1#2{\\doind {vr}{\\code{#1}}% Mak/
1859\defvarparsebody tex-src/texinfo.tex /^\\def\\defvarparsebody #1#2#3{\\begingroup\\inENV% Env/
1860\defvarx tex-src/texinfo.tex /^\\def\\defvarx #1 {\\errmessage{@defvarx in invalid c/
1861\defvr tex-src/texinfo.tex /^\\def\\defvr{\\defvrparsebody\\Edefvr\\defvrx\\defvrhead/
1862\defvrheader tex-src/texinfo.tex /^\\def\\defvrheader #1#2#3{\\doind {vr}{\\code{#2}}%$/
1863\defvrparsebody tex-src/texinfo.tex /^\\def\\defvrparsebody #1#2#3#4 {\\begingroup\\inENV %$/
1864\defvrx tex-src/texinfo.tex /^\\def\\defvrx #1 {\\errmessage{@defvrx in invalid con/
1865\description tex-src/texinfo.tex /^\\def\\description{\\tablez{\\dontindex}{1}{}{}{}{}}$/
1866\df tex-src/texinfo.tex /^\\def\\df{\\let\\tentt=\\deftt \\let\\tenbf = \\defbf \\bf}/
1867\dfn tex-src/texinfo.tex /^\\def\\dfn##1{\\realbackslash dfn {##1}}$/
1868\direntry tex-src/texinfo.tex /^\\def\\direntry{\\begingroup\\direntryxxx}$/
1869\direntryxxx tex-src/texinfo.tex /^\\long\\def\\direntryxxx #1\\end direntry{\\endgroup\\ig/
1870\display tex-src/texinfo.tex /^\\def\\display{\\begingroup\\inENV %This group ends at/
1871\dmn tex-src/texinfo.tex /^\\def\\dmn#1{\\thinspace #1}$/
1872\dobreak tex-src/texinfo.tex /^\\def\\dobreak#1#2{\\par\\ifdim\\lastskip<#1\\removelast/
1873\dochapentry tex-src/texinfo.tex /^\\def\\dochapentry#1#2{%$/
1874\docodeindex tex-src/texinfo.tex /^\\def\\docodeindex#1{\\edef\\indexname{#1}\\parsearg\\si/
1875\doind tex-src/texinfo.tex /^\\def\\doind #1#2{%$/
1876\doindex tex-src/texinfo.tex /^\\def\\doindex#1{\\edef\\indexname{#1}\\parsearg\\single/
1877\donoderef tex-src/texinfo.tex /^\\def\\donoderef{\\ifx\\lastnode\\relax\\else$/
1878\dontindex tex-src/texinfo.tex /^\\def\\dontindex #1{}$/
1879\dopageno tex-src/texinfo.tex /^\\def\\dopageno#1{{\\rm #1}}$/
1880\doprintindex tex-src/texinfo.tex /^\\def\\doprintindex#1{%$/
1881\dosecentry tex-src/texinfo.tex /^\\def\\dosecentry#1#2{%$/
1882\dosetq tex-src/texinfo.tex /^\\def\\dosetq #1#2{{\\let\\folio=0 \\turnoffactive%$/
1883\doshortpageno tex-src/texinfo.tex /^\\def\\doshortpageno#1{{\\rm #1}}$/
1884\dosubind tex-src/texinfo.tex /^\\def\\dosubind #1#2#3{%$/
1885\dosubsecentry tex-src/texinfo.tex /^\\def\\dosubsecentry#1#2{%$/
1886\dosubsubsecentry tex-src/texinfo.tex /^\\def\\dosubsubsecentry#1#2{%$/
1887\dots tex-src/texinfo.tex /^\\def\\dots{$\\ldots$}$/
1888\dots tex-src/texinfo.tex /^\\def\\dots{\\realbackslash dots }%$/
1889\dots tex-src/texinfo.tex /^\\def\\dots{\\realbackslash dots}$/
1890\doublecolumnout tex-src/texinfo.tex /^\\def\\doublecolumnout{\\splittopskip=\\topskip \\split/
1891\emph tex-src/texinfo.tex /^\\def\\emph##1{\\realbackslash emph {##1}}$/
1892\end tex-src/texinfo.tex /^\\def\\end{\\parsearg\\endxxx}$/
1893\enddoublecolumns tex-src/texinfo.tex /^\\def\\enddoublecolumns{\\output={\\balancecolumns}\\ej/
1894\endxxx tex-src/texinfo.tex /^\\def\\endxxx #1{%$/
1895\entry tex-src/texinfo.tex /^\\def\\entry #1#2{\\begingroup$/
1896\enumerate tex-src/texinfo.tex /^\\def\\enumerate{\\parsearg\\enumeratezzz}$/
1897\enumeratey tex-src/texinfo.tex /^\\def\\enumeratey #1 #2\\endenumeratey{%$/
1898\enumeratezzz tex-src/texinfo.tex /^\\def\\enumeratezzz #1{\\enumeratey #1 \\endenumerate/
1899\equiv tex-src/texinfo.tex /^\\def\\equiv{\\leavevmode\\lower.1ex\\hbox to 1em{\\hfil/
1900\equiv tex-src/texinfo.tex /^\\def\\equiv{\\realbackslash equiv}$/
1901\error tex-src/texinfo.tex /^\\def\\error{\\leavevmode\\lower.7ex\\copy\\errorbox}$/
1902\errorE tex-src/texinfo.tex /^\\def\\errorE#1{$/
1903\evenfooting tex-src/texinfo.tex /^\\def\\evenfooting{\\parsearg\\evenfootingxxx}$/
1904\evenheading tex-src/texinfo.tex /^\\def\\evenheading{\\parsearg\\evenheadingxxx}$/
1905\everyfooting tex-src/texinfo.tex /^\\def\\everyfooting{\\parsearg\\everyfootingxxx}$/
1906\everyheading tex-src/texinfo.tex /^\\def\\everyheading{\\parsearg\\everyheadingxxx}$/
1907\ewbot tex-src/texinfo.tex /^\\def\\ewbot{\\vrule height0pt depth\\cornerthick widt/
1908\ewtop tex-src/texinfo.tex /^\\def\\ewtop{\\vrule height\\cornerthick depth0pt widt/
1909\exdent tex-src/texinfo.tex /^\\def\\exdent{\\parsearg\\exdentyyy}$/
1910\exdentyyy tex-src/texinfo.tex /^\\def\\exdentyyy #1{{\\hfil\\break\\hbox{\\kern -\\exdent/
1911\expansion tex-src/texinfo.tex /^\\def\\expansion{\\leavevmode\\raise.1ex\\hbox to 1em{\\/
1912\expansion tex-src/texinfo.tex /^\\def\\expansion{\\realbackslash expansion}$/
1913\file tex-src/texinfo.tex /^\\def\\file##1{\\realbackslash file {##1}}$/
1914\file tex-src/texinfo.tex /^\\def\\file##1{\\realbackslash file {##1}}%$/
1915\finalout tex-src/texinfo.tex /^\\def\\finalout{\\overfullrule=0pt}$/
1916\findex tex-src/texinfo.tex /^\\def\\findex {\\fnindex}$/
1917\finishtitlepage tex-src/texinfo.tex /^\\def\\finishtitlepage{%$/
1918\flushcr tex-src/texinfo.tex /^\\def\\flushcr{\\ifx\\par\\lisppar \\def\\next##1{}\\else /
1919\flushleft tex-src/texinfo.tex /^\\def\\flushleft{%$/
1920\flushright tex-src/texinfo.tex /^\\def\\flushright{%$/
1921\fnitemindex tex-src/texinfo.tex /^\\def\\fnitemindex #1{\\doind {fn}{\\code{#1}}}%$/
1922\format tex-src/texinfo.tex /^\\def\\format{\\begingroup\\inENV %This group ends at /
1923\frenchspacing tex-src/texinfo.tex /^\\def\\frenchspacing{\\sfcode46=1000 \\sfcode63=1000 \\/
1924\ftable tex-src/texinfo.tex /^\\def\\ftable{\\begingroup\\inENV\\obeylines\\obeyspaces/
1925\gloggingall tex-src/texinfo.tex /^\\def\\gloggingall{\\begingroup \\globaldefs = 1 \\logg/
1926\group tex-src/texinfo.tex /^\\def\\group{\\begingroup$/
1927\gtr tex-src/texinfo.tex /^\\def\\gtr{\\realbackslash gtr}$/
1928\gtr tex-src/texinfo.tex /^\\def\\gtr{\\realbackslash gtr}%$/
1929\hat tex-src/texinfo.tex /^\\def\\hat{\\realbackslash hat}$/
1930\hat tex-src/texinfo.tex /^\\def\\hat{\\realbackslash hat}%$/
1931\heading tex-src/texinfo.tex /^\\def\\heading{\\parsearg\\secheadingi}$/
1932\headings tex-src/texinfo.tex /^\\def\\headings #1 {\\csname HEADINGS#1\\endcsname}$/
1933\i tex-src/texinfo.tex /^\\def\\i##1{\\realbackslash i {##1}}$/
1934\i tex-src/texinfo.tex /^\\def\\i##1{\\realbackslash i {##1}}%$/
1935\ifclear tex-src/texinfo.tex /^\\def\\ifclear{\\begingroup\\ignoresections\\parsearg\\i/
1936\ifclearfail tex-src/texinfo.tex /^\\def\\ifclearfail{\\begingroup\\ignoresections\\ifclea/
1937\ifclearfailxxx tex-src/texinfo.tex /^\\long\\def\\ifclearfailxxx #1\\end ifclear{\\endgroup\\/
1938\ifclearxxx tex-src/texinfo.tex /^\\def\\ifclearxxx #1{\\endgroup$/
1939\ifinfo tex-src/texinfo.tex /^\\def\\ifinfo{\\begingroup\\ignoresections\\ifinfoxxx}$/
1940\ifinfoxxx tex-src/texinfo.tex /^\\long\\def\\ifinfoxxx #1\\end ifinfo{\\endgroup\\ignore/
1941\ifset tex-src/texinfo.tex /^\\def\\ifset{\\begingroup\\ignoresections\\parsearg\\ifs/
1942\ifsetfail tex-src/texinfo.tex /^\\def\\ifsetfail{\\begingroup\\ignoresections\\ifsetfai/
1943\ifsetfailxxx tex-src/texinfo.tex /^\\long\\def\\ifsetfailxxx #1\\end ifset{\\endgroup\\igno/
1944\ifsetxxx tex-src/texinfo.tex /^\\def\\ifsetxxx #1{\\endgroup$/
1945\iftex tex-src/texinfo.tex /^\\def\\iftex{}$/
1946\ifusingtt tex-src/texinfo.tex /^\\def\\ifusingtt#1#2{\\ifdim \\fontdimen3\\the\\font=0pt/
1947\ignore tex-src/texinfo.tex /^\\def\\ignore{\\begingroup\\ignoresections$/
1948\ignoresections tex-src/texinfo.tex /^\\def\\ignoresections{%$/
1949\ignorexxx tex-src/texinfo.tex /^\\long\\def\\ignorexxx #1\\end ignore{\\endgroup\\ignore/
1950\ii tex-src/texinfo.tex /^\\def\\ii#1{{\\it #1}} % italic font$/
1951\inENV tex-src/texinfo.tex /^\\newif\\ifENV \\ENVfalse \\def\\inENV{\\ifENV\\relax\\els/
1952\include tex-src/texinfo.tex /^\\def\\include{\\parsearg\\includezzz}$/
1953\includezzz tex-src/texinfo.tex /^\\def\\includezzz #1{{\\def\\thisfile{#1}\\input #1$/
1954\indexbackslash tex-src/texinfo.tex /^ \\def\\indexbackslash{\\rawbackslashxx}$/
1955\indexdotfill tex-src/texinfo.tex /^\\def\\indexdotfill{\\cleaders$/
1956\indexdummies tex-src/texinfo.tex /^\\def\\indexdummies{%$/
1957\indexdummydots tex-src/texinfo.tex /^\\def\\indexdummydots{...}$/
1958\indexdummyfont tex-src/texinfo.tex /^\\def\\indexdummyfont#1{#1}$/
1959\indexdummytex tex-src/texinfo.tex /^\\def\\indexdummytex{TeX}$/
1960\indexfonts tex-src/texinfo.tex /^\\def\\indexfonts{%$/
1961\indexnofonts tex-src/texinfo.tex /^\\def\\indexnofonts{%$/
1962\infoappendix tex-src/texinfo.tex /^\\def\\infoappendix{\\parsearg\\appendixzzz}$/
1963\infoappendixsec tex-src/texinfo.tex /^\\def\\infoappendixsec{\\parsearg\\appendixseczzz}$/
1964\infoappendixsubsec tex-src/texinfo.tex /^\\def\\infoappendixsubsec{\\parsearg\\appendixsubseczz/
1965\infoappendixsubsubsec tex-src/texinfo.tex /^\\def\\infoappendixsubsubsec{\\parsearg\\appendixsubsu/
1966\infochapter tex-src/texinfo.tex /^\\def\\infochapter{\\parsearg\\chapterzzz}$/
1967\inforef tex-src/texinfo.tex /^\\def\\inforef #1{\\inforefzzz #1,,,,**}$/
1968\inforefzzz tex-src/texinfo.tex /^\\def\\inforefzzz #1,#2,#3,#4**{See Info file \\file{/
1969\infosection tex-src/texinfo.tex /^\\def\\infosection{\\parsearg\\sectionzzz}$/
1970\infosubsection tex-src/texinfo.tex /^\\def\\infosubsection{\\parsearg\\subsectionzzz}$/
1971\infosubsubsection tex-src/texinfo.tex /^\\def\\infosubsubsection{\\parsearg\\subsubsectionzzz}/
1972\infotop tex-src/texinfo.tex /^\\def\\infotop{\\parsearg\\unnumberedzzz}$/
1973\infounnumbered tex-src/texinfo.tex /^\\def\\infounnumbered{\\parsearg\\unnumberedzzz}$/
1974\infounnumberedsec tex-src/texinfo.tex /^\\def\\infounnumberedsec{\\parsearg\\unnumberedseczzz}/
1975\infounnumberedsubsec tex-src/texinfo.tex /^\\def\\infounnumberedsubsec{\\parsearg\\unnumberedsubs/
1976\infounnumberedsubsubsec tex-src/texinfo.tex /^\\def\\infounnumberedsubsubsec{\\parsearg\\unnumbereds/
1977\initial tex-src/texinfo.tex /^\\def\\initial #1{%$/
1978\internalBitem tex-src/texinfo.tex /^\\def\\internalBitem{\\smallbreak \\parsearg\\itemzzz}$/
1979\internalBitemx tex-src/texinfo.tex /^\\def\\internalBitemx{\\par \\parsearg\\itemzzz}$/
1980\internalBkitem tex-src/texinfo.tex /^\\def\\internalBkitem{\\smallbreak \\parsearg\\kitemzzz/
1981\internalBkitemx tex-src/texinfo.tex /^\\def\\internalBkitemx{\\par \\parsearg\\kitemzzz}$/
1982\internalBxitem tex-src/texinfo.tex /^\\def\\internalBxitem "#1"{\\def\\xitemsubtopix{#1} \\s/
1983\internalBxitemx tex-src/texinfo.tex /^\\def\\internalBxitemx "#1"{\\def\\xitemsubtopix{#1} \\/
1984\internalsetq tex-src/texinfo.tex /^\\def\\internalsetq #1#2{'xrdef {#1}{\\csname #2\\endc/
1985\item tex-src/texinfo.tex /^\\def\\item{\\errmessage{@item while not in a table}}/
1986\itemcontents tex-src/texinfo.tex /^\\def\\itemcontents{#1}%$/
1987\itemfont tex-src/texinfo.tex /^\\def\\itemfont{#2}%$/
1988\itemize tex-src/texinfo.tex /^\\def\\itemize{\\parsearg\\itemizezzz}$/
1989\itemizeitem tex-src/texinfo.tex /^\\def\\itemizeitem{%$/
1990\itemizey tex-src/texinfo.tex /^\\def\\itemizey #1#2{%$/
1991\itemizezzz tex-src/texinfo.tex /^\\def\\itemizezzz #1{%$/
1992\itemx tex-src/texinfo.tex /^\\def\\itemx{\\errmessage{@itemx while not in a table/
1993\itemzzz tex-src/texinfo.tex /^\\def\\itemzzz #1{\\begingroup %$/
1994\kbd tex-src/texinfo.tex /^\\def\\kbd##1{\\realbackslash kbd {##1}}$/
1995\kbd tex-src/texinfo.tex /^\\def\\kbd##1{\\realbackslash kbd {##1}}%$/
1996\kbd tex-src/texinfo.tex /^\\def\\kbd#1{\\def\\look{#1}\\expandafter\\kbdfoo\\look??/
1997\kbdfoo tex-src/texinfo.tex /^\\def\\kbdfoo#1#2#3\\par{\\def\\one{#1}\\def\\three{#3}\\d/
1998\key tex-src/texinfo.tex /^\\def\\key #1{{\\tt \\exhyphenpenalty=10000\\uppercase{/
1999\key tex-src/texinfo.tex /^\\def\\key##1{\\realbackslash key {##1}}$/
2000\key tex-src/texinfo.tex /^\\def\\key##1{\\realbackslash key {##1}}%$/
2001\kindex tex-src/texinfo.tex /^\\def\\kindex {\\kyindex}$/
2002\kitem tex-src/texinfo.tex /^\\def\\kitem{\\errmessage{@kitem while not in a table/
2003\kitemx tex-src/texinfo.tex /^\\def\\kitemx{\\errmessage{@kitemx while not in a tab/
2004\kitemzzz tex-src/texinfo.tex /^\\def\\kitemzzz #1{\\dosubind {kw}{\\code{#1}}{for {\\b/
2005\l tex-src/texinfo.tex /^\\def\\l#1{{\\li #1}\\null} % $/
2006\labelspace tex-src/texinfo.tex /^\\def\\labelspace{\\hskip1em \\relax}$/
2007\lbrb tex-src/texinfo.tex /^\\def\\lbrb{{\\bf\\char`\\[}} \\def\\rbrb{{\\bf\\char`\\]}}$/
2008\less tex-src/texinfo.tex /^\\def\\less{\\realbackslash less}$/
2009\less tex-src/texinfo.tex /^\\def\\less{\\realbackslash less}%$/
2010\linenumber tex-src/texinfo.tex /^ \\def\\linenumber{\\the\\inputlineno:\\space}$/
2011\lisp tex-src/texinfo.tex /^\\def\\lisp{\\aboveenvbreak$/
2012\loggingall tex-src/texinfo.tex /^\\def\\loggingall{\\tracingcommands2 \\tracingstats2 $/
2013\losespace tex-src/texinfo.tex /^\\def\\losespace #1{#1}$/
2014\lowercaseenumerate tex-src/texinfo.tex /^\\def\\lowercaseenumerate{%$/
2015\lvvmode tex-src/texinfo.tex /^\\def\\lvvmode{\\vbox to 0pt{}}$/
2016\majorheading tex-src/texinfo.tex /^\\def\\majorheading{\\parsearg\\majorheadingzzz}$/
2017\majorheadingzzz tex-src/texinfo.tex /^\\def\\majorheadingzzz #1{%$/
2018\math tex-src/texinfo.tex /^\\def\\math#1{\\implicitmath #1\\implicitmath}$/
2019\menu tex-src/texinfo.tex /^\\long\\def\\menu #1\\end menu{}$/
2020\minus tex-src/texinfo.tex /^\\def\\minus{$-$}$/
2021\mylbrace tex-src/texinfo.tex /^\\def\\mylbrace {{\\tt \\char '173}}$/
2022\myrbrace tex-src/texinfo.tex /^\\def\\myrbrace {{\\tt \\char '175}}$/
2023\need tex-src/texinfo.tex /^\\def\\need{\\parsearg\\needx}$/
2024\needx tex-src/texinfo.tex /^\\def\\needx#1{%$/
2025\newcodeindex tex-src/texinfo.tex /^\\def\\newcodeindex #1{$/
2026\newindex tex-src/texinfo.tex /^\\def\\newindex #1{$/
2027\next tex-src/texinfo.tex /^\\def\\next##1{}\\next}$/
2028\nm tex-src/testenv.tex /^\\newcommand{\\nm}[2]{\\nomenclature{#1}{#2}}$/
2029\node tex-src/texinfo.tex /^\\def\\node{\\ENVcheck\\parsearg\\nodezzz}$/
2030\nodexxx[ tex-src/texinfo.tex /^\\def\\nodexxx[#1,#2]{\\gdef\\lastnode{#1}}$/
2031\nodezzz tex-src/texinfo.tex /^\\def\\nodezzz#1{\\nodexxx [#1,]}$/
2032\nofillexdent tex-src/texinfo.tex /^\\def\\nofillexdent{\\parsearg\\nofillexdentyyy}$/
2033\nofillexdentyyy tex-src/texinfo.tex /^\\def\\nofillexdentyyy #1{{\\advance \\leftskip by -\\e/
2034\normalbackslash tex-src/texinfo.tex /^\\def\\normalbackslash{{\\tt\\rawbackslashxx}}$/
2035\normalcaret tex-src/texinfo.tex /^\\def\\normalcaret{^}$/
2036\normaldoublequote tex-src/texinfo.tex /^\\def\\normaldoublequote{"}$/
2037\normalgreater tex-src/texinfo.tex /^\\def\\normalgreater{>}$/
2038\normalless tex-src/texinfo.tex /^\\def\\normalless{<}$/
2039\normalplus tex-src/texinfo.tex /^\\def\\normalplus{+}$/
2040\normaltilde tex-src/texinfo.tex /^\\def\\normaltilde{~}$/
2041\normalunderscore tex-src/texinfo.tex /^\\def\\normalunderscore{_}$/
2042\normalverticalbar tex-src/texinfo.tex /^\\def\\normalverticalbar{|}$/
2043\nsbot tex-src/texinfo.tex /^\\def\\nsbot{\\vbox$/
2044\nstop tex-src/texinfo.tex /^\\def\\nstop{\\vbox$/
2045\numberedsec tex-src/texinfo.tex /^\\outer\\def\\numberedsec{\\parsearg\\seczzz}$/
2046\numberedsubsec tex-src/texinfo.tex /^\\outer\\def\\numberedsubsec{\\parsearg\\numberedsubsec/
2047\numberedsubseczzz tex-src/texinfo.tex /^\\def\\numberedsubseczzz #1{\\seccheck{subsection}%$/
2048\numberedsubsubsec tex-src/texinfo.tex /^\\outer\\def\\numberedsubsubsec{\\parsearg\\numberedsub/
2049\numberedsubsubseczzz tex-src/texinfo.tex /^\\def\\numberedsubsubseczzz #1{\\seccheck{subsubsecti/
2050\numericenumerate tex-src/texinfo.tex /^\\def\\numericenumerate{%$/
2051\oddfooting tex-src/texinfo.tex /^\\def\\oddfooting{\\parsearg\\oddfootingxxx}$/
2052\oddheading tex-src/texinfo.tex /^\\def\\oddheading{\\parsearg\\oddheadingxxx}$/
2053\onepageout tex-src/texinfo.tex /^\\def\\onepageout#1{\\hoffset=\\normaloffset$/
2054\opencontents tex-src/texinfo.tex /^\\def\\opencontents{\\openout \\contentsfile = \\jobnam/
2055\openindices tex-src/texinfo.tex /^\\def\\openindices{%$/
2056\opnr tex-src/texinfo.tex /^\\def\\opnr{{\\sf\\char`\\(}} \\def\\clnr{{\\sf\\char`\\)}} /
2057\page tex-src/texinfo.tex /^ \\def\\page{%$/
2058\page tex-src/texinfo.tex /^\\def\\page{\\par\\vfill\\supereject}$/
2059\pagebody tex-src/texinfo.tex /^\\def\\pagebody#1{\\vbox to\\pageheight{\\boxmaxdepth=\\/
2060\pagesofar tex-src/texinfo.tex /^\\def\\pagesofar{\\unvbox\\partialpage %$/
2061\parsearg tex-src/texinfo.tex /^\\def\\parsearg #1{\\let\\next=#1\\begingroup\\obeylines/
2062\parseargline tex-src/texinfo.tex /^\\def\\parseargline{\\begingroup \\obeylines \\parsearg/
2063\parseargx tex-src/texinfo.tex /^\\def\\parseargx{%$/
2064\pindex tex-src/texinfo.tex /^\\def\\pindex {\\pgindex}$/
2065\plainsecheading tex-src/texinfo.tex /^\\def\\plainsecheading #1{\\secheadingi {#1}}$/
2066\point tex-src/texinfo.tex /^\\def\\point{$\\star$}$/
2067\primary tex-src/texinfo.tex /^\\def\\primary #1{\\line{#1\\hfil}}$/
2068\print tex-src/texinfo.tex /^\\def\\print{\\leavevmode\\lower.1ex\\hbox to 1em{\\hfil/
2069\print tex-src/texinfo.tex /^\\def\\print{\\realbackslash print}$/
2070\printedmanual tex-src/texinfo.tex /^\\def\\printedmanual{\\ignorespaces #5}%$/
2071\printedmanual tex-src/texinfo.tex /^section ``\\printednodename'' in \\cite{\\printedmanu/
2072\printednodename tex-src/texinfo.tex /^\\def\\printednodename{\\ignorespaces #1}%$/
2073\printednodename tex-src/texinfo.tex /^\\def\\printednodename{\\ignorespaces #3}%$/
2074\printindex tex-src/texinfo.tex /^\\def\\printindex{\\parsearg\\doprintindex}$/
2075\pxref tex-src/texinfo.tex /^\\def\\pxref#1{see \\xrefX[#1,,,,,,,]}$/
2076\quotation tex-src/texinfo.tex /^\\def\\quotation{%$/
2077\r tex-src/texinfo.tex /^\\def\\r##1{\\realbackslash r {##1}}$/
2078\r tex-src/texinfo.tex /^\\def\\r##1{\\realbackslash r {##1}}%$/
2079\r tex-src/texinfo.tex /^\\def\\r#1{{\\rm #1}} % roman font$/
2080\rawbackslashxx tex-src/texinfo.tex /^\\def\\rawbackslashxx{\\indexbackslash}% \\indexbacksl/
2081\rawbackslashxx tex-src/texinfo.tex /^\\def\\rawbackslashxx{\\indexbackslash}%$/
2082\readauxfile tex-src/texinfo.tex /^\\def\\readauxfile{%$/
2083\ref tex-src/texinfo.tex /^\\def\\ref#1{\\xrefX[#1,,,,,,,]}$/
2084\refx tex-src/texinfo.tex /^\\def\\refx#1#2{%$/
2085\resetmathfonts tex-src/texinfo.tex /^\\def\\resetmathfonts{%$/
2086\result tex-src/texinfo.tex /^\\def\\result{\\leavevmode\\raise.15ex\\hbox to 1em{\\hf/
2087\result tex-src/texinfo.tex /^\\def\\result{\\realbackslash result}$/
2088\rm tex-src/texinfo.tex /^\\def\\rm{\\realbackslash rm }%$/
2089\samp tex-src/texinfo.tex /^\\def\\samp #1{`\\tclose{#1}'\\null}$/
2090\samp tex-src/texinfo.tex /^\\def\\samp##1{\\realbackslash samp {##1}}$/
2091\samp tex-src/texinfo.tex /^\\def\\samp##1{\\realbackslash samp {##1}}%$/
2092\sc tex-src/texinfo.tex /^\\def\\sc#1{{\\smallcaps#1}} % smallcaps font$/
2093\seccheck tex-src/texinfo.tex /^\\def\\seccheck#1{\\if \\pageno<0 %$/
2094\secentry tex-src/texinfo.tex /^ \\def\\secentry ##1##2##3##4{}$/
2095\secentry tex-src/texinfo.tex /^\\def\\secentry#1#2#3#4{\\dosecentry{#2.#3\\labelspace/
2096\secentryfonts tex-src/texinfo.tex /^\\def\\secentryfonts{\\textfonts}$/
2097\secfonts tex-src/texinfo.tex /^\\def\\secfonts{%$/
2098\secheading tex-src/texinfo.tex /^\\def\\secheading #1#2#3{\\secheadingi {#2.#3\\enspace/
2099\secheadingbreak tex-src/texinfo.tex /^\\def\\secheadingbreak{\\dobreak \\secheadingskip {-10/
2100\secheadingi tex-src/texinfo.tex /^\\def\\secheadingi #1{{\\advance \\secheadingskip by \\/
2101\secondary tex-src/texinfo.tex /^\\def\\secondary #1#2{$/
2102\seczzz tex-src/texinfo.tex /^\\def\\seczzz #1{\\seccheck{section}%$/
2103\set tex-src/texinfo.tex /^\\def\\set{\\parsearg\\setxxx}$/
2104\setchapternewpage tex-src/texinfo.tex /^\\def\\setchapternewpage #1 {\\csname CHAPPAG#1\\endcs/
2105\setchapterstyle tex-src/texinfo.tex /^\\def\\setchapterstyle #1 {\\csname CHAPF#1\\endcsname/
2106\setdeffont tex-src/texinfo.tex /^\\def\\setdeffont #1 {\\csname DEF#1\\endcsname}$/
2107\setfilename tex-src/texinfo.tex /^\\def\\setfilename{%$/
2108\setref tex-src/texinfo.tex /^\\def\\setref#1{%$/
2109\settitle tex-src/texinfo.tex /^\\def\\settitle{\\parsearg\\settitlezzz}$/
2110\settitlezzz tex-src/texinfo.tex /^\\def\\settitlezzz #1{\\gdef\\thistitle{#1}}$/
2111\setxxx tex-src/texinfo.tex /^\\def\\setxxx #1{$/
2112\sf tex-src/texinfo.tex /^\\def\\sf{\\fam=\\sffam \\tensf}$/
2113\sf tex-src/texinfo.tex /^\\def\\sf{\\realbackslash sf}%$/
2114\shortchapentry tex-src/texinfo.tex /^\\def\\shortchapentry#1#2#3{%$/
2115\shortunnumberedentry tex-src/texinfo.tex /^\\def\\shortunnumberedentry#1#2{%$/
2116\singlecodeindexer tex-src/texinfo.tex /^\\def\\singlecodeindexer #1{\\doind{\\indexname}{\\code/
2117\singleindexer tex-src/texinfo.tex /^\\def\\singleindexer #1{\\doind{\\indexname}{#1}}$/
2118\singlespace tex-src/texinfo.tex /^\\def\\singlespace{%$/
2119\sl tex-src/texinfo.tex /^\\def\\sl{\\realbackslash sl }%$/
2120\smallbook tex-src/texinfo.tex /^\\def\\smallbook{$/
2121\smalllispx tex-src/texinfo.tex /^\\def\\smalllispx{\\aboveenvbreak\\begingroup\\inENV$/
2122\smartitalic tex-src/texinfo.tex /^\\def\\smartitalic#1{{\\sl #1}\\futurelet\\next\\smartit/
2123\smartitalicx tex-src/texinfo.tex /^\\def\\smartitalicx{\\ifx\\next,\\else\\ifx\\next-\\else\\i/
2124\sp tex-src/texinfo.tex /^\\def\\sp{\\parsearg\\spxxx}$/
2125\splitoff tex-src/texinfo.tex /^\\def\\splitoff#1#2\\endmark{\\def\\first{#1}\\def\\rest{/
2126\spxxx tex-src/texinfo.tex /^\\def\\spxxx #1{\\par \\vskip #1\\baselineskip}$/
2127\startcontents tex-src/texinfo.tex /^\\def\\startcontents#1{%$/
2128\startenumeration tex-src/texinfo.tex /^\\def\\startenumeration#1{%$/
2129\subheading tex-src/texinfo.tex /^\\def\\subheading{\\parsearg\\subsecheadingi}$/
2130\subsecentry tex-src/texinfo.tex /^ \\def\\subsecentry ##1##2##3##4##5{}$/
2131\subsecentry tex-src/texinfo.tex /^\\def\\subsecentry#1#2#3#4#5{\\dosubsecentry{#2.#3.#4/
2132\subsecfonts tex-src/texinfo.tex /^\\def\\subsecfonts{%$/
2133\subsecheading tex-src/texinfo.tex /^\\def\\subsecheading #1#2#3#4{\\subsecheadingi {#2.#3/
2134\subsecheadingbreak tex-src/texinfo.tex /^\\def\\subsecheadingbreak{\\dobreak \\subsecheadingski/
2135\subsecheadingi tex-src/texinfo.tex /^\\def\\subsecheadingi #1{{\\advance \\subsecheadingski/
2136\subsubheading tex-src/texinfo.tex /^\\def\\subsubheading{\\parsearg\\subsubsecheadingi}$/
2137\subsubsecentry tex-src/texinfo.tex /^ \\def\\subsubsecentry ##1##2##3##4##5##6{}$/
2138\subsubsecentry tex-src/texinfo.tex /^\\def\\subsubsecentry#1#2#3#4#5#6{%$/
2139\subsubsecfonts tex-src/texinfo.tex /^\\def\\subsubsecfonts{\\subsecfonts} % Maybe this sho/
2140\subsubsecheading tex-src/texinfo.tex /^\\def\\subsubsecheading #1#2#3#4#5{\\subsubsecheading/
2141\subsubsecheadingi tex-src/texinfo.tex /^\\def\\subsubsecheadingi #1{{\\advance \\subsecheading/
2142\subtitle tex-src/texinfo.tex /^ \\def\\subtitle{\\parsearg\\subtitlezzz}%$/
2143\subtitlefont tex-src/texinfo.tex /^ \\def\\subtitlefont{\\subtitlerm \\normalbaselinesk/
2144\subtitlezzz tex-src/texinfo.tex /^ \\def\\subtitlezzz##1{{\\subtitlefont \\rightline{#/
2145\summarycontents tex-src/texinfo.tex /^\\outer\\def\\summarycontents{%$/
2146\supereject tex-src/texinfo.tex /^\\def\\supereject{\\par\\penalty -20000\\footnoteno =0 /
2147\syncodeindex tex-src/texinfo.tex /^\\def\\syncodeindex #1 #2 {%$/
2148\synindex tex-src/texinfo.tex /^\\def\\synindex #1 #2 {%$/
2149\t tex-src/texinfo.tex /^\\def\\t##1{\\realbackslash r {##1}}%$/
2150\t tex-src/texinfo.tex /^\\def\\t#1{{\\tt \\exhyphenpenalty=10000\\rawbackslash /
2151\table tex-src/texinfo.tex /^\\def\\table{\\begingroup\\inENV\\obeylines\\obeyspaces\\/
2152\tablez tex-src/texinfo.tex /^\\def\\tablez #1#2#3#4#5#6{%$/
2153\tclose tex-src/texinfo.tex /^\\def\\tclose##1{\\realbackslash tclose {##1}}$/
2154\tclose tex-src/texinfo.tex /^\\def\\tclose##1{\\realbackslash tclose {##1}}%$/
2155\tclose tex-src/texinfo.tex /^\\def\\tclose#1{{\\rm \\tcloserm=\\fontdimen2\\font \\tt /
2156\tex tex-src/texinfo.tex /^\\def\\tex{\\begingroup$/
2157\texinfoversion tex-src/texinfo.tex /^\\def\\texinfoversion{2.73}$/
2158\textfonts tex-src/texinfo.tex /^\\def\\textfonts{%$/
2159\thearg tex-src/texinfo.tex /^ \\def\\thearg{#1}%$/
2160\thearg tex-src/texinfo.tex /^ \\ifx\\thearg\\empty \\def\\thearg{1}\\fi$/
2161\thischapter tex-src/texinfo.tex /^ \\unnumbchapmacro{#1}\\def\\thischapter{}%$/
2162\thischapter tex-src/texinfo.tex /^\\def\\thischapter{} \\def\\thissection{}$/
2163\thischaptername tex-src/texinfo.tex /^\\def\\thischaptername{No Chapter Title}$/
2164\thisfile tex-src/texinfo.tex /^\\def\\thisfile{}$/
2165\thistitle tex-src/texinfo.tex /^\\def\\thistitle{No Title}$/
2166\tie tex-src/texinfo.tex /^\\def\\tie{\\penalty 10000\\ } % Save plain tex de/
2167\tindex tex-src/texinfo.tex /^\\def\\tindex {\\tpindex}$/
2168\title tex-src/texinfo.tex /^ \\def\\title{\\parsearg\\titlezzz}%$/
2169\titlefont tex-src/texinfo.tex /^\\def\\titlefont#1{{\\titlerm #1}}$/
2170\titlepage tex-src/texinfo.tex /^\\def\\titlepage{\\begingroup \\parindent=0pt \\textfon/
2171\titlezzz tex-src/texinfo.tex /^ \\def\\titlezzz##1{\\leftline{\\titlefont{##1}}$/
2172\today tex-src/texinfo.tex /^\\def\\today{\\number\\day\\space$/
2173\top tex-src/texinfo.tex /^\\outer\\def\\top{\\parsearg\\unnumberedzzz}$/
2174\tt tex-src/texinfo.tex /^\\def\\tt{\\realbackslash tt}$/
2175\tt tex-src/texinfo.tex /^\\def\\tt{\\realbackslash tt}%$/
2176\turnoffactive tex-src/texinfo.tex /^\\def\\turnoffactive{\\let"=\\normaldoublequote$/
2177\unnchfopen tex-src/texinfo.tex /^\\def\\unnchfopen #1{%$/
2178\unnchfplain tex-src/texinfo.tex /^\\def\\unnchfplain #1{%$/
2179\unnumbchapentry tex-src/texinfo.tex /^\\def\\unnumbchapentry#1#2{\\dochapentry{#1}{#2}}$/
2180\unnumbered tex-src/texinfo.tex /^\\outer\\def\\unnumbered{\\parsearg\\unnumberedzzz}$/
2181\unnumberedsec tex-src/texinfo.tex /^\\outer\\def\\unnumberedsec{\\parsearg\\unnumberedseczz/
2182\unnumberedseczzz tex-src/texinfo.tex /^\\def\\unnumberedseczzz #1{\\seccheck{unnumberedsec}%/
2183\unnumberedsubsec tex-src/texinfo.tex /^\\outer\\def\\unnumberedsubsec{\\parsearg\\unnumberedsu/
2184\unnumberedsubseczzz tex-src/texinfo.tex /^\\def\\unnumberedsubseczzz #1{\\seccheck{unnumberedsu/
2185\unnumberedsubsubsec tex-src/texinfo.tex /^\\outer\\def\\unnumberedsubsubsec{\\parsearg\\unnumbere/
2186\unnumberedsubsubseczzz tex-src/texinfo.tex /^\\def\\unnumberedsubsubseczzz #1{\\seccheck{unnumbere/
2187\unnumberedzzz tex-src/texinfo.tex /^\\def\\unnumberedzzz #1{\\seccheck{unnumbered}%$/
2188\unnumbnoderef tex-src/texinfo.tex /^\\def\\unnumbnoderef{\\ifx\\lastnode\\relax\\else$/
2189\unnumbsecentry tex-src/texinfo.tex /^ \\def\\unnumbsecentry ##1##2{}$/
2190\unnumbsecentry tex-src/texinfo.tex /^\\def\\unnumbsecentry#1#2{\\dosecentry{#1}{#2}}$/
2191\unnumbsetref tex-src/texinfo.tex /^\\def\\unnumbsetref#1{%$/
2192\unnumbsubsecentry tex-src/texinfo.tex /^ \\def\\unnumbsubsecentry ##1##2{}$/
2193\unnumbsubsecentry tex-src/texinfo.tex /^\\def\\unnumbsubsecentry#1#2{\\dosubsecentry{#1}{#2}}/
2194\unnumbsubsubsecentry tex-src/texinfo.tex /^ \\def\\unnumbsubsubsecentry ##1##2{}$/
2195\unnumbsubsubsecentry tex-src/texinfo.tex /^\\def\\unnumbsubsubsecentry#1#2{\\dosubsubsecentry{#1/
2196\uppercaseenumerate tex-src/texinfo.tex /^\\def\\uppercaseenumerate{%$/
2197\var tex-src/texinfo.tex /^\\def\\var##1{\\realbackslash var {##1}}$/
2198\var tex-src/texinfo.tex /^\\def\\var##1{\\realbackslash var {##1}}%$/
2199\vindex tex-src/texinfo.tex /^\\def\\vindex {\\vrindex}$/
2200\vritemindex tex-src/texinfo.tex /^\\def\\vritemindex #1{\\doind {vr}{\\code{#1}}}%$/
2201\vtable tex-src/texinfo.tex /^\\def\\vtable{\\begingroup\\inENV\\obeylines\\obeyspaces/
2202\w tex-src/texinfo.tex /^\\def\\w#1{\\leavevmode\\hbox{#1}}$/
2203\w tex-src/texinfo.tex /^\\def\\w{\\realbackslash w }%$/
2204\w tex-src/texinfo.tex /^\\def\\w{\\realbackslash w}$/
2205\xitem tex-src/texinfo.tex /^\\def\\xitem{\\errmessage{@xitem while not in a table/
2206\xitemx tex-src/texinfo.tex /^\\def\\xitemx{\\errmessage{@xitemx while not in a tab/
2207\xitemzzz tex-src/texinfo.tex /^\\def\\xitemzzz #1{\\dosubind {kw}{\\code{#1}}{for {\\b/
2208\xkey tex-src/texinfo.tex /^\\def\\xkey{\\key}$/
2209\xrdef tex-src/texinfo.tex /^\\def\\xrdef #1#2{$/
2210\xref tex-src/texinfo.tex /^\\def\\xref#1{See \\xrefX[#1,,,,,,,]}$/
2211\xrefX[ tex-src/texinfo.tex /^\\def\\xrefX[#1,#2,#3,#4,#5,#6]{\\begingroup%$/
2212^ tex-src/texinfo.tex /^\\def^{{\\tt \\hat}}$/
2213_ tex-src/texinfo.tex /^\\def_{\\ifusingtt\\normalunderscore\\_}$/
2214_GETOPT_H c-src/getopt.h 19
2215_GNU_SOURCE c-src/etags.c 94
2216_REGEX_H c-src/emacs/src/regex.h 21
2217_RE_SYNTAX_POSIX_COMMON c-src/emacs/src/regex.h 221
2218_Restrict_ c-src/emacs/src/regex.h 540
2219_Restrict_ c-src/emacs/src/regex.h 542
2220_Restrict_ c-src/emacs/src/regex.h 544
2221_Restrict_arr_ c-src/emacs/src/regex.h 555
2222_Restrict_arr_ c-src/emacs/src/regex.h 557
2223_UCHAR_T c-src/emacs/src/lisp.h 2423
2224__COLORS cp-src/screen.hpp 9
2225__default_morecore c-src/emacs/src/gmalloc.c /^__default_morecore (ptrdiff_t increment)$/
2226__init__ pyt-src/server.py /^ def __init__(self):$/
2227__init__ pyt-src/server.py /^ def __init__(self, Master, text, textvar, widt/
2228__init__ pyt-src/server.py /^ def __init__(self, host, sitelist, master=None/
2229__init__ pyt-src/server.py /^ def __init__(self, master=None):$/
2230__init__ pyt-src/server.py /^ def __init__(self, newlegend, list, editor, ma/
2231__init__ pyt-src/server.py /^ def __init__(self, user, userlist, master=None/
2232__ip c.c 159
2233__libc_atexit c-src/exit.c 30
2234__libc_atexit c-src/exit.strange_suffix 30
2235__malloc_extra_blocks c-src/emacs/src/gmalloc.c 381
2236__malloc_initialize c-src/emacs/src/gmalloc.c /^__malloc_initialize (void)$/
2237__malloc_initialized c-src/emacs/src/gmalloc.c 379
2238__repr__ pyt-src/server.py /^ def __repr__(self):$/
2239__sbrk c-src/emacs/src/gmalloc.c 1513
2240__str__ pyt-src/server.py /^ def __str__(self):$/
2241__up c.c 160
2242_aligned_blocks c-src/emacs/src/gmalloc.c 1004
2243_aligned_blocks_mutex c-src/emacs/src/gmalloc.c 518
2244_bar? ruby-src/test1.ru /^ def self._bar?(abc)$/
2245_bytes_free c-src/emacs/src/gmalloc.c 376
2246_bytes_used c-src/emacs/src/gmalloc.c 374
2247_chunks_free c-src/emacs/src/gmalloc.c 375
2248_chunks_used c-src/emacs/src/gmalloc.c 373
2249_fraghead c-src/emacs/src/gmalloc.c 370
2250_free c-src/emacs/src/gmalloc.c /^_free (void *ptr)$/
2251_free_internal c-src/emacs/src/gmalloc.c /^_free_internal (void *ptr)$/
2252_free_internal_nolock c-src/emacs/src/gmalloc.c /^_free_internal_nolock (void *ptr)$/
2253_heapbase c-src/emacs/src/gmalloc.c 355
2254_heapindex c-src/emacs/src/gmalloc.c 364
2255_heapinfo c-src/emacs/src/gmalloc.c 358
2256_heaplimit c-src/emacs/src/gmalloc.c 367
2257_malloc c-src/emacs/src/gmalloc.c /^_malloc (size_t size)$/
2258_malloc_internal c-src/emacs/src/gmalloc.c /^_malloc_internal (size_t size)$/
2259_malloc_internal_nolock c-src/emacs/src/gmalloc.c /^_malloc_internal_nolock (size_t size)$/
2260_malloc_mutex c-src/emacs/src/gmalloc.c 517
2261_malloc_thread_enabled_p c-src/emacs/src/gmalloc.c 519
2262_realloc c-src/emacs/src/gmalloc.c /^_realloc (void *ptr, size_t size)$/
2263_realloc_internal c-src/emacs/src/gmalloc.c /^_realloc_internal (void *ptr, size_t size)$/
2264_realloc_internal_nolock c-src/emacs/src/gmalloc.c /^_realloc_internal_nolock (void *ptr, size_t size)$/
2265` ruby-src/test.rb /^ def `(command)$/
2266a c-src/h.h 103
2267a c-src/h.h 40
2268a c.c /^a ()$/
2269a c.c /^a()$/
2270a c.c 152
2271a c.c 180
2272a cp-src/c.C 132
2273a ruby-src/test1.ru /^ def a()$/
2274a-forth-constant! forth-src/test-forth.fth /^99 constant a-forth-constant!$/
2275a-forth-value? forth-src/test-forth.fth /^55 value a-forth-value?$/
2276a-forth-word forth-src/test-forth.fth /^: a-forth-word ( a b c -- )$/
2277a-forth-word forth-src/test-forth.fth /^: a-forth-word ( a b c -- a*b+c ) + * ;$/
37a0 c-src/emacs/src/lisp.h /^ Lisp_Object (*a0) (void);$/ 2278a0 c-src/emacs/src/lisp.h /^ Lisp_Object (*a0) (void);$/
38a1 c-src/emacs/src/lisp.h /^ Lisp_Object (*a1) (Lisp_Object);$/ 2279a1 c-src/emacs/src/lisp.h /^ Lisp_Object (*a1) (Lisp_Object);$/
39a2 c-src/emacs/src/lisp.h /^ Lisp_Object (*a2) (Lisp_Object, Lisp_Object)/ 2280a2 c-src/emacs/src/lisp.h /^ Lisp_Object (*a2) (Lisp_Object, Lisp_Object)/
@@ -43,44 +2284,37 @@ a5 c-src/emacs/src/lisp.h /^ Lisp_Object (*a5) (Lisp_Object, Lisp_Object,/
43a6 c-src/emacs/src/lisp.h /^ Lisp_Object (*a6) (Lisp_Object, Lisp_Object,/ 2284a6 c-src/emacs/src/lisp.h /^ Lisp_Object (*a6) (Lisp_Object, Lisp_Object,/
44a7 c-src/emacs/src/lisp.h /^ Lisp_Object (*a7) (Lisp_Object, Lisp_Object,/ 2285a7 c-src/emacs/src/lisp.h /^ Lisp_Object (*a7) (Lisp_Object, Lisp_Object,/
45a8 c-src/emacs/src/lisp.h /^ Lisp_Object (*a8) (Lisp_Object, Lisp_Object,/ 2286a8 c-src/emacs/src/lisp.h /^ Lisp_Object (*a8) (Lisp_Object, Lisp_Object,/
46aaaaaa c-src/h.h 111 2287aMANY c-src/emacs/src/lisp.h /^ Lisp_Object (*aMANY) (ptrdiff_t, Lisp_Object/
47aaa c.c 249 2288aUNEVALLED c-src/emacs/src/lisp.h /^ Lisp_Object (*aUNEVALLED) (Lisp_Object args)/
48aaa c.c 269
49aa c.c 269 2289aa c.c 269
50aa c.c 279 2290aa c.c 279
51abbrev_all_caps c-src/abbrev.c 58 2291aaa c.c 249
2292aaa c.c 269
2293aaaaaa c-src/h.h 111
52abbrev-expansion c-src/abbrev.c /^DEFUN ("abbrev-expansion", Fabbrev_expansion, Sabb/ 2294abbrev-expansion c-src/abbrev.c /^DEFUN ("abbrev-expansion", Fabbrev_expansion, Sabb/
53abbrevs_changed c-src/abbrev.c 56
54abbrev-symbol c-src/abbrev.c /^DEFUN ("abbrev-symbol", Fabbrev_symbol, Sabbrev_sy/ 2295abbrev-symbol c-src/abbrev.c /^DEFUN ("abbrev-symbol", Fabbrev_symbol, Sabbrev_sy/
2296abbrev_all_caps c-src/abbrev.c 58
2297abbrevs_changed c-src/abbrev.c 56
55abc c-src/h.h 33 2298abc c-src/h.h 33
56abc c-src/h.h 37 2299abc c-src/h.h 37
57ABC ruby-src/test1.ru 11
58Abort_Handler_Pointer/t ada-src/2ataspri.ads /^ type Abort_Handler_Pointer is access procedure /
59abort-recursive-edit c-src/emacs/src/keyboard.c /^DEFUN ("abort-recursive-edit", Fabort_recursive_ed/ 2300abort-recursive-edit c-src/emacs/src/keyboard.c /^DEFUN ("abort-recursive-edit", Fabort_recursive_ed/
60Abort_Task/p ada-src/2ataspri.adb /^ procedure Abort_Task (T : TCB_Ptr) is$/
61Abort_Task/p ada-src/2ataspri.ads /^ procedure Abort_Task (T : TCB_Ptr);$/
62Abort_Wrapper/p ada-src/2ataspri.adb /^ procedure Abort_Wrapper$/
63\aboveenvbreak tex-src/texinfo.tex /^\\def\\aboveenvbreak{{\\advance\\aboveenvskipamount by/
64abs/f ada-src/etags-test-for.ada /^ function "abs" (Right : Complex) return Real'/ 2301abs/f ada-src/etags-test-for.ada /^ function "abs" (Right : Complex) return Real'/
65absolute_dirname c-src/etags.c /^absolute_dirname (char *file, char *dir)$/ 2302absolute_dirname c-src/etags.c /^absolute_dirname (char *file, char *dir)$/
66absolute_filename c-src/etags.c /^absolute_filename (char *file, char *dir)$/ 2303absolute_filename c-src/etags.c /^absolute_filename (char *file, char *dir)$/
67abt cp-src/c.C 55 2304abt cp-src/c.C 55
68a c.c 152
69A c.c 162
70a c.c 180
71a c.c /^a ()$/
72a c.c /^a()$/
73accent_key_syms c-src/emacs/src/keyboard.c 4625
74access_keymap_keyremap c-src/emacs/src/keyboard.c /^access_keymap_keyremap (Lisp_Object map, Lisp_Obje/
75acc_pred_info merc-src/accumulator.m /^:- pred acc_pred_info(list(mer_type)::in, list(pro/ 2305acc_pred_info merc-src/accumulator.m /^:- pred acc_pred_info(list(mer_type)::in, list(pro/
76acc_proc_info merc-src/accumulator.m /^:- pred acc_proc_info(list(prog_var)::in, prog_var/ 2306acc_proc_info merc-src/accumulator.m /^:- pred acc_proc_info(list(prog_var)::in, prog_var/
2307acc_unification merc-src/accumulator.m /^:- pred acc_unification(pair(prog_var)::in, hlds_g/
2308acc_var_subst_init merc-src/accumulator.m /^:- pred acc_var_subst_init(list(prog_var)::in,$/
2309accent_key_syms c-src/emacs/src/keyboard.c 4625
2310access_keymap_keyremap c-src/emacs/src/keyboard.c /^access_keymap_keyremap (Lisp_Object map, Lisp_Obje/
77accu_assoc merc-src/accumulator.m /^:- pred accu_assoc(module_info::in, vartypes::in, / 2311accu_assoc merc-src/accumulator.m /^:- pred accu_assoc(module_info::in, vartypes::in, /
78accu_assoc merc-src/accumulator.m /^:- type accu_assoc$/ 2312accu_assoc merc-src/accumulator.m /^:- type accu_assoc$/
79accu_base merc-src/accumulator.m /^:- type accu_base$/ 2313accu_base merc-src/accumulator.m /^:- type accu_base$/
80accu_before merc-src/accumulator.m /^:- pred accu_before(module_info::in, vartypes::in,/ 2314accu_before merc-src/accumulator.m /^:- pred accu_before(module_info::in, vartypes::in,/
81accu_case merc-src/accumulator.m /^:- type accu_case$/ 2315accu_case merc-src/accumulator.m /^:- type accu_case$/
82accu_construct_assoc merc-src/accumulator.m /^:- pred accu_construct_assoc(module_info::in, vart/
83accu_construct merc-src/accumulator.m /^:- pred accu_construct(module_info::in, vartypes::/ 2316accu_construct merc-src/accumulator.m /^:- pred accu_construct(module_info::in, vartypes::/
2317accu_construct_assoc merc-src/accumulator.m /^:- pred accu_construct_assoc(module_info::in, vart/
84accu_create_goal merc-src/accumulator.m /^:- pred accu_create_goal(accu_goal_id::in, list(pr/ 2318accu_create_goal merc-src/accumulator.m /^:- pred accu_create_goal(accu_goal_id::in, list(pr/
85accu_divide_base_case merc-src/accumulator.m /^:- pred accu_divide_base_case(module_info::in, var/ 2319accu_divide_base_case merc-src/accumulator.m /^:- pred accu_divide_base_case(module_info::in, var/
86accu_goal_id merc-src/accumulator.m /^:- type accu_goal_id$/ 2320accu_goal_id merc-src/accumulator.m /^:- type accu_goal_id$/
@@ -90,144 +2324,80 @@ accu_has_heuristic merc-src/accumulator.m /^:- pred accu_has_heuristic(module_na
90accu_heuristic merc-src/accumulator.m /^:- pred accu_heuristic(module_name::in, string::in/ 2324accu_heuristic merc-src/accumulator.m /^:- pred accu_heuristic(module_name::in, string::in/
91accu_is_associative merc-src/accumulator.m /^:- pred accu_is_associative(module_info::in, pred_/ 2325accu_is_associative merc-src/accumulator.m /^:- pred accu_is_associative(module_info::in, pred_/
92accu_is_update merc-src/accumulator.m /^:- pred accu_is_update(module_info::in, pred_id::i/ 2326accu_is_update merc-src/accumulator.m /^:- pred accu_is_update(module_info::in, pred_id::i/
93acc_unification merc-src/accumulator.m /^:- pred acc_unification(pair(prog_var)::in, hlds_g/
94accu_process_assoc_set merc-src/accumulator.m /^:- pred accu_process_assoc_set(module_info::in, ac/ 2327accu_process_assoc_set merc-src/accumulator.m /^:- pred accu_process_assoc_set(module_info::in, ac/
95accu_process_update_set merc-src/accumulator.m /^:- pred accu_process_update_set(module_info::in, a/ 2328accu_process_update_set merc-src/accumulator.m /^:- pred accu_process_update_set(module_info::in, a/
96accu_related merc-src/accumulator.m /^:- pred accu_related(module_info::in, vartypes::in/ 2329accu_related merc-src/accumulator.m /^:- pred accu_related(module_info::in, vartypes::in/
97accu_rename merc-src/accumulator.m /^:- func accu_rename(list(accu_goal_id), accu_subst/ 2330accu_rename merc-src/accumulator.m /^:- func accu_rename(list(accu_goal_id), accu_subst/
98accu_sets_init merc-src/accumulator.m /^:- pred accu_sets_init(accu_sets::out) is det.$/
99accu_sets merc-src/accumulator.m /^:- type accu_sets$/ 2331accu_sets merc-src/accumulator.m /^:- type accu_sets$/
100accu_stage1_2 merc-src/accumulator.m /^:- pred accu_stage1_2(module_info::in, vartypes::i/ 2332accu_sets_init merc-src/accumulator.m /^:- pred accu_sets_init(accu_sets::out) is det.$/
101accu_stage1 merc-src/accumulator.m /^:- pred accu_stage1(module_info::in, vartypes::in,/ 2333accu_stage1 merc-src/accumulator.m /^:- pred accu_stage1(module_info::in, vartypes::in,/
2334accu_stage1_2 merc-src/accumulator.m /^:- pred accu_stage1_2(module_info::in, vartypes::i/
102accu_stage2 merc-src/accumulator.m /^:- pred accu_stage2(module_info::in, proc_info::in/ 2335accu_stage2 merc-src/accumulator.m /^:- pred accu_stage2(module_info::in, proc_info::in/
103accu_stage3 merc-src/accumulator.m /^:- pred accu_stage3(accu_goal_id::in, list(prog_va/ 2336accu_stage3 merc-src/accumulator.m /^:- pred accu_stage3(accu_goal_id::in, list(prog_va/
104accu_standardize merc-src/accumulator.m /^:- pred accu_standardize(hlds_goal::in, hlds_goal:/ 2337accu_standardize merc-src/accumulator.m /^:- pred accu_standardize(hlds_goal::in, hlds_goal:/
105accu_store merc-src/accumulator.m /^:- pred accu_store(accu_case::in, hlds_goal::in,$/ 2338accu_store merc-src/accumulator.m /^:- pred accu_store(accu_case::in, hlds_goal::in,$/
106accu_subst merc-src/accumulator.m /^:- type accu_subst == map(prog_var, prog_var).$/ 2339accu_subst merc-src/accumulator.m /^:- type accu_subst == map(prog_var, prog_var).$/
107accu_substs_init merc-src/accumulator.m /^:- pred accu_substs_init(list(prog_var)::in, prog_/
108accu_substs merc-src/accumulator.m /^:- type accu_substs$/ 2340accu_substs merc-src/accumulator.m /^:- type accu_substs$/
2341accu_substs_init merc-src/accumulator.m /^:- pred accu_substs_init(list(prog_var)::in, prog_/
109accu_top_level merc-src/accumulator.m /^:- pred accu_top_level(top_level::in, hlds_goal::i/ 2342accu_top_level merc-src/accumulator.m /^:- pred accu_top_level(top_level::in, hlds_goal::i/
110accu_transform_proc merc-src/accumulator.m /^:- pred accu_transform_proc(pred_proc_id::in, pred/ 2343accu_transform_proc merc-src/accumulator.m /^:- pred accu_transform_proc(pred_proc_id::in, pred/
111accu_update merc-src/accumulator.m /^:- pred accu_update(module_info::in, vartypes::in,/ 2344accu_update merc-src/accumulator.m /^:- pred accu_update(module_info::in, vartypes::in,/
112accu_warning merc-src/accumulator.m /^:- type accu_warning$/ 2345accu_warning merc-src/accumulator.m /^:- type accu_warning$/
113acc_var_subst_init merc-src/accumulator.m /^:- pred acc_var_subst_init(list(prog_var)::in,$/ 2346act prol-src/natded.prolog /^act(OutForm,OutSyn,Ws):-$/
114/Acircumflex ps-src/rfc1245.ps /^\/Acircumflex \/Ecircumflex \/Aacute \/Edieresis \/Egra/
115A cp-src/c.C 117
116a cp-src/c.C 132
117A cp-src/c.C 39
118A cp-src/c.C 56
119A cp-src/c.C 57
120A cp-src/c.C 73
121~A cp-src/c.C /^A::~A() {}$/
122A cp-src/c.C /^void A::A() {}$/
123A cp-src/fail.C 23
124A cp-src/fail.C 7
125a c-src/h.h 103
126a c-src/h.h 40
127action prol-src/natded.prolog /^action(KeyVals):-$/ 2347action prol-src/natded.prolog /^action(KeyVals):-$/
128\activedoublequote tex-src/texinfo.tex /^\\def\\activedoublequote{{\\tt \\char '042}}$/
129active_maps c-src/emacs/src/keyboard.c /^active_maps (Lisp_Object first_event)$/ 2348active_maps c-src/emacs/src/keyboard.c /^active_maps (Lisp_Object first_event)$/
130\activeparens tex-src/texinfo.tex /^\\def\\activeparens{%$/
131actout prol-src/natded.prolog /^actout('Text',Trees):-$/ 2349actout prol-src/natded.prolog /^actout('Text',Trees):-$/
132act prol-src/natded.prolog /^act(OutForm,OutSyn,Ws):-$/
133Ada_funcs c-src/etags.c /^Ada_funcs (FILE *inf)$/
134Ada_getit c-src/etags.c /^Ada_getit (FILE *inf, const char *name_qualifier)$/
135Ada_help c-src/etags.c 475
136ADASRC make-src/Makefile /^ADASRC=etags-test-for.ada 2ataspri.adb 2ataspri.ad/
137Ada_suffixes c-src/etags.c 473
138add_active prol-src/natded.prolog /^add_active([],Cat,Goal):-$/
139addArchs objc-src/PackInsp.m /^-(void)addArchs:(const char *)string$/ 2350addArchs objc-src/PackInsp.m /^-(void)addArchs:(const char *)string$/
2351addPOReader php-src/lce_functions.php /^ function addPOReader($d_name, &$por)$/
2352add_active prol-src/natded.prolog /^add_active([],Cat,Goal):-$/
140add_command_key c-src/emacs/src/keyboard.c /^add_command_key (Lisp_Object key)$/ 2353add_command_key c-src/emacs/src/keyboard.c /^add_command_key (Lisp_Object key)$/
141add_edge prol-src/natded.prolog /^add_edge(Left,Right,Cat):-$/ 2354add_edge prol-src/natded.prolog /^add_edge(Left,Right,Cat):-$/
142add_node c-src/etags.c /^add_node (node *np, node **cur_node_p)$/ 2355add_node c-src/etags.c /^add_node (node *np, node **cur_node_p)$/
143addnoise html-src/algrthms.html /^Adding Noise to the$/
144AddNullToNmStr pas-src/common.pas /^function AddNullToNmStr; (*($/
145addPOReader php-src/lce_functions.php /^ function addPOReader($d_name, &$por)$/
146add_regex c-src/etags.c /^add_regex (char *regexp_pattern, language *lang)$/ 2356add_regex c-src/etags.c /^add_regex (char *regexp_pattern, language *lang)$/
147ADDRESS c-src/emacs/src/gmalloc.c /^#define ADDRESS(B) ((void *) (((B) - 1) * BLOCKSIZ/
148Address_To_Call_State/f ada-src/2ataspri.adb /^ function Address_To_Call_State is new$/
149Address_To_TCB_Ptr/f ada-src/2ataspri.ads /^ function Address_To_TCB_Ptr is new$/
150address y-src/cccp.y 113
151add_user_signal c-src/emacs/src/keyboard.c /^add_user_signal (int sig, const char *name)$/ 2357add_user_signal c-src/emacs/src/keyboard.c /^add_user_signal (int sig, const char *name)$/
152#a-defer-word forth-src/test-forth.fth /^defer #a-defer-word$/ 2358addnoise html-src/algrthms.html /^Adding Noise to the$/
2359address y-src/cccp.y 113
153adjust_point_for_property c-src/emacs/src/keyboard.c /^adjust_point_for_property (ptrdiff_t last_pt, bool/ 2360adjust_point_for_property c-src/emacs/src/keyboard.c /^adjust_point_for_property (ptrdiff_t last_pt, bool/
154Advanced usage tex-src/gzip.texi /^@node Advanced usage, Environment, Invoking gzip, /
155a-forth-constant! forth-src/test-forth.fth /^99 constant a-forth-constant!$/
156(a-forth-constant forth-src/test-forth.fth /^constant (a-forth-constant$/
157:a-forth-dictionary-entry forth-src/test-forth.fth /^create :a-forth-dictionary-entry$/
158a-forth-value? forth-src/test-forth.fth /^55 value a-forth-value?$/
159a-forth-word forth-src/test-forth.fth /^: a-forth-word ( a b c -- )$/
160a-forth-word forth-src/test-forth.fth /^: a-forth-word ( a b c -- a*b+c ) + * ;$/
161\afourpaper tex-src/texinfo.tex /^\\def\\afourpaper{$/
162\afterenvbreak tex-src/texinfo.tex /^\\def\\afterenvbreak{\\endgraf \\ifdim\\lastskip<\\above/
163agent cp-src/clheir.hpp 75 2361agent cp-src/clheir.hpp 75
164algorithms html-src/algrthms.html /^Description$/ 2362algorithms html-src/algrthms.html /^Description$/
165alias c-src/emacs/src/lisp.h 688 2363alias c-src/emacs/src/lisp.h 688
166alignas c-src/emacs/src/lisp.h /^# define alignas(alignment) \/* empty *\/$/
167align c-src/emacs/src/gmalloc.c /^align (size_t size)$/ 2364align c-src/emacs/src/gmalloc.c /^align (size_t size)$/
2365alignas c-src/emacs/src/lisp.h /^# define alignas(alignment) \/* empty *\/$/
2366aligned c-src/emacs/src/gmalloc.c 199
2367aligned_alloc c-src/emacs/src/gmalloc.c /^aligned_alloc (size_t alignment, size_t size)$/
168aligned_alloc c-src/emacs/src/gmalloc.c 1718 2368aligned_alloc c-src/emacs/src/gmalloc.c 1718
169aligned_alloc c-src/emacs/src/gmalloc.c 71 2369aligned_alloc c-src/emacs/src/gmalloc.c 71
170aligned_alloc c-src/emacs/src/gmalloc.c /^aligned_alloc (size_t alignment, size_t size)$/
171_aligned_blocks c-src/emacs/src/gmalloc.c 1004
172_aligned_blocks_mutex c-src/emacs/src/gmalloc.c 518
173Aligned_Cons c-src/emacs/src/lisp.h 4670
174aligned c-src/emacs/src/gmalloc.c 199
175Aligned_String c-src/emacs/src/lisp.h 4676
176alignlist c-src/emacs/src/gmalloc.c 196 2370alignlist c-src/emacs/src/gmalloc.c 196
177ALIGNOF_STRUCT_LISP_VECTOR c-src/emacs/src/lisp.h 1378
178alive cp-src/conway.hpp 7 2371alive cp-src/conway.hpp 7
179all_kboards c-src/emacs/src/keyboard.c 86 2372all_kboards c-src/emacs/src/keyboard.c 86
180ALLOCATED_BEFORE_DUMPING c-src/emacs/src/gmalloc.c /^#define ALLOCATED_BEFORE_DUMPING(P) \\$/
181allocated c-src/emacs/src/regex.h 344
182allocate_kboard c-src/emacs/src/keyboard.c /^allocate_kboard (Lisp_Object type)$/ 2373allocate_kboard c-src/emacs/src/keyboard.c /^allocate_kboard (Lisp_Object type)$/
183ALLOCATE_PSEUDOVECTOR c-src/emacs/src/lisp.h /^#define ALLOCATE_PSEUDOVECTOR(type, field, tag) / 2374allocated c-src/emacs/src/regex.h 344
184ALLOCATE_ZEROED_PSEUDOVECTOR c-src/emacs/src/lisp.h /^#define ALLOCATE_ZEROED_PSEUDOVECTOR(type, field, /
185\alphaenumerate tex-src/texinfo.tex /^\\def\\alphaenumerate{\\enumerate{a}}$/
186aMANY c-src/emacs/src/lisp.h /^ Lisp_Object (*aMANY) (ptrdiff_t, Lisp_Object/
187analyze_regex c-src/etags.c /^analyze_regex (char *regex_arg)$/
188andkeyvalseq prol-src/natded.prolog /^andkeyvalseq(KeyVals) --> ['&'], keyvalseq(KeyVals/
189AND y-src/cccp.c 11
190an_extern_linkage c-src/h.h 44 2375an_extern_linkage c-src/h.h 44
191an_extern_linkage c-src/h.h 56 2376an_extern_linkage c-src/h.h 56
192an_extern_linkage_ptr c-src/h.h 43 2377an_extern_linkage_ptr c-src/h.h 43
2378analyze_regex c-src/etags.c /^analyze_regex (char *regex_arg)$/
2379andkeyvalseq prol-src/natded.prolog /^andkeyvalseq(KeyVals) --> ['&'], keyvalseq(KeyVals/
2380animals c-src/h.h 81
193animals cp-src/c.C 126 2381animals cp-src/c.C 126
194animals cp-src/c.C 130 2382animals cp-src/c.C 130
195animals c-src/h.h 81
196(another-forth-word) forth-src/test-forth.fth /^: (another-forth-word) ( -- )$/
197ANSIC c-src/h.h 84
198ANSIC c-src/h.h 85
199any_kboard_state c-src/emacs/src/keyboard.c /^any_kboard_state ()$/ 2383any_kboard_state c-src/emacs/src/keyboard.c /^any_kboard_state ()$/
200appDidInit objcpp-src/SimpleCalc.M /^- appDidInit:sender$/ 2384appDidInit objcpp-src/SimpleCalc.M /^- appDidInit:sender$/
201\appendixletter tex-src/texinfo.tex /^\\def\\appendixletter{\\char\\the\\appendixno}$/
202appendix_name perl-src/htlmify-cystic 13
203\appendixnoderef tex-src/texinfo.tex /^\\def\\appendixnoderef{\\ifx\\lastnode\\relax\\else$/
204appendix perl-src/htlmify-cystic 24
205\appendixsec tex-src/texinfo.tex /^\\outer\\def\\appendixsec{\\parsearg\\appendixsectionzz/
206\appendixsection tex-src/texinfo.tex /^\\outer\\def\\appendixsection{\\parsearg\\appendixsecti/
207\appendixsectionzzz tex-src/texinfo.tex /^\\def\\appendixsectionzzz #1{\\seccheck{appendixsecti/
208\appendixsetref tex-src/texinfo.tex /^\\def\\appendixsetref#1{%$/
209\appendixsubsec tex-src/texinfo.tex /^\\outer\\def\\appendixsubsec{\\parsearg\\appendixsubsec/
210\appendixsubseczzz tex-src/texinfo.tex /^\\def\\appendixsubseczzz #1{\\seccheck{appendixsubsec/
211\appendixsubsubsec tex-src/texinfo.tex /^\\outer\\def\\appendixsubsubsec{\\parsearg\\appendixsub/
212\appendixsubsubseczzz tex-src/texinfo.tex /^\\def\\appendixsubsubseczzz #1{\\seccheck{appendixsub/
213\appendix tex-src/texinfo.tex /^\\outer\\def\\appendix{\\parsearg\\appendixzzz}$/
214appendix_toc perl-src/htlmify-cystic 16
215\appendixzzz tex-src/texinfo.tex /^\\def\\appendixzzz #1{\\seccheck{appendix}%$/
216append_list prol-src/natded.prolog /^append_list([],[]).$/
217append prol-src/natded.prolog /^append([],Xs,Xs).$/ 2385append prol-src/natded.prolog /^append([],Xs,Xs).$/
218append_string pas-src/common.pas /^procedure append_string;(*($/
219AppendTextString pas-src/common.pas /^function AppendTextString;(*($/
220appendToDisplay objcpp-src/SimpleCalc.M /^- appendToDisplay:(const char *)theDigit$/ 2386appendToDisplay objcpp-src/SimpleCalc.M /^- appendToDisplay:(const char *)theDigit$/
2387append_list prol-src/natded.prolog /^append_list([],[]).$/
2388append_string pas-src/common.pas /^procedure append_string;(*($/
221append_tool_bar_item c-src/emacs/src/keyboard.c /^append_tool_bar_item (void)$/ 2389append_tool_bar_item c-src/emacs/src/keyboard.c /^append_tool_bar_item (void)$/
2390appendix perl-src/htlmify-cystic 24
2391appendix_name perl-src/htlmify-cystic 13
2392appendix_toc perl-src/htlmify-cystic 16
222apply_modifiers c-src/emacs/src/keyboard.c /^apply_modifiers (int modifiers, Lisp_Object base)$/ 2393apply_modifiers c-src/emacs/src/keyboard.c /^apply_modifiers (int modifiers, Lisp_Object base)$/
223apply_modifiers_uncached c-src/emacs/src/keyboard.c /^apply_modifiers_uncached (int modifiers, char *bas/ 2394apply_modifiers_uncached c-src/emacs/src/keyboard.c /^apply_modifiers_uncached (int modifiers, char *bas/
224/A ps-src/rfc1245.ps /^\/A { $/
225aref_addr c-src/emacs/src/lisp.h /^aref_addr (Lisp_Object array, ptrdiff_t idx)$/ 2395aref_addr c-src/emacs/src/lisp.h /^aref_addr (Lisp_Object array, ptrdiff_t idx)$/
226AREF c-src/emacs/src/lisp.h /^AREF (Lisp_Object array, ptrdiff_t idx)$/
227arg c-src/emacs/src/lisp.h 2961 2396arg c-src/emacs/src/lisp.h 2961
228arg c-src/emacs/src/lisp.h 2966 2397arg c-src/emacs/src/lisp.h 2966
229arg c-src/emacs/src/lisp.h 2971 2398arg c-src/emacs/src/lisp.h 2971
230arg c-src/h.h 13 2399arg c-src/h.h 13
2400arg_type c-src/etags.c 250
231arglist y-src/cccp.y 41 2401arglist y-src/cccp.y 41
232argno y-src/cccp.y 45 2402argno y-src/cccp.y 45
233args c-src/emacs/src/lisp.h 2986 2403args c-src/emacs/src/lisp.h 2986
@@ -235,161 +2405,69 @@ args c-src/h.h 30
235argsindent tex-src/texinfo.tex /^\\dimen1=\\hsize \\advance \\dimen1 by -\\defargsindent/ 2405argsindent tex-src/texinfo.tex /^\\dimen1=\\hsize \\advance \\dimen1 by -\\defargsindent/
236argsindent tex-src/texinfo.tex /^\\newskip\\defargsindent \\defargsindent=50pt$/ 2406argsindent tex-src/texinfo.tex /^\\newskip\\defargsindent \\defargsindent=50pt$/
237argsindent tex-src/texinfo.tex /^\\parshape 2 0in \\dimen0 \\defargsindent \\dimen1 / 2407argsindent tex-src/texinfo.tex /^\\parshape 2 0in \\dimen0 \\defargsindent \\dimen1 /
238ARGS make-src/Makefile /^ARGS=- < srclist$/
239arg_type c-src/etags.c 250
240argument c-src/etags.c 253 2408argument c-src/etags.c 253
241argvals prol-src/natded.prolog /^argvals([]) --> [].$/ 2409argvals prol-src/natded.prolog /^argvals([]) --> [].$/
242Arith_Comparison c-src/emacs/src/lisp.h 3497
243ARITH_EQUAL c-src/emacs/src/lisp.h 3498
244ARITH_GRTR c-src/emacs/src/lisp.h 3501
245ARITH_GRTR_OR_EQUAL c-src/emacs/src/lisp.h 3503
246ARITH_LESS c-src/emacs/src/lisp.h 3500
247ARITH_LESS_OR_EQUAL c-src/emacs/src/lisp.h 3502
248ARITH_NOTEQUAL c-src/emacs/src/lisp.h 3499
249array c.c 190 2410array c.c 190
250ARRAYELTS c-src/emacs/src/lisp.h /^#define ARRAYELTS(arr) (sizeof (arr) \/ sizeof (arr/
251ARRAY_MARK_FLAG c-src/emacs/src/lisp.h 768
252ARRAYP c-src/emacs/src/lisp.h /^ARRAYP (Lisp_Object x)$/
253A ruby-src/test1.ru /^class A$/
254a ruby-src/test1.ru /^ def a()$/
255A ruby-src/test1.ru /^module A$/
256ASCII_CHAR_P c-src/emacs/src/lisp.h /^#define ASCII_CHAR_P(c) UNSIGNED_CMP (c, <, 0x80)$/
257ascii c-src/emacs/src/lisp.h 1598 2411ascii c-src/emacs/src/lisp.h 1598
258ASET c-src/emacs/src/lisp.h /^ASET (Lisp_Object array, ptrdiff_t idx, Lisp_Objec/
259\asis tex-src/texinfo.tex /^\\def\\asis#1{#1}$/
260ASIZE c-src/emacs/src/lisp.h /^ASIZE (Lisp_Object array)$/
261Asm_help c-src/etags.c 504
262Asm_labels c-src/etags.c /^Asm_labels (FILE *inf)$/
263Asm_suffixes c-src/etags.c 493
264asort cp-src/functions.cpp /^void asort(int *a, int num){$/ 2412asort cp-src/functions.cpp /^void asort(int *a, int num){$/
265ASRC make-src/Makefile /^ASRC=empty.zz empty.zz.gz$/
266assemby-code-word forth-src/test-forth.fth /^code assemby-code-word ( dunno what it does )$/ 2413assemby-code-word forth-src/test-forth.fth /^code assemby-code-word ( dunno what it does )$/
267assert c-src/etags.c 135
268assert c-src/etags.c /^# define assert(x) ((void) 0)$/ 2414assert c-src/etags.c /^# define assert(x) ((void) 0)$/
2415assert c-src/etags.c 135
269assign_neighbor cp-src/clheir.hpp /^ void assign_neighbor(int direction, location */ 2416assign_neighbor cp-src/clheir.hpp /^ void assign_neighbor(int direction, location */
270associativity_assertion merc-src/accumulator.m /^:- pred associativity_assertion(module_info::in, l/
271assoc_list merc-src/accumulator.m /^:- import_module assoc_list.$/ 2417assoc_list merc-src/accumulator.m /^:- import_module assoc_list.$/
272AST_Array::AST_Array cp-src/c.C /^AST_Array::AST_Array(UTL_ScopedName *n, unsigned l/ 2418associativity_assertion merc-src/accumulator.m /^:- pred associativity_assertion(module_info::in, l/
273AST_ConcreteType::AST_ConcreteType cp-src/c.C /^AST_ConcreteType::AST_ConcreteType(AST_Decl::NodeT/
274AST_Root cp-src/c.C 92
275AT cp-src/c.C 52
276at_end c-src/etags.c 249 2419at_end c-src/etags.c 249
277at_filename c-src/etags.c 247 2420at_filename c-src/etags.c 247
278/atilde ps-src/rfc1245.ps /^\/atilde \/aring \/ccedilla \/eacute \/egrave \/ecircumf/
279at_language c-src/etags.c 245 2421at_language c-src/etags.c 245
280at_least_one_member prol-src/natded.prolog /^at_least_one_member(X,[X|_]):-!.$/ 2422at_least_one_member prol-src/natded.prolog /^at_least_one_member(X,[X|_]):-!.$/
281atom prol-src/natded.prolog /^atom(X) --> [X], {atomic(X)}.$/
282atomval prol-src/natded.prolog /^atomval(X) --> atom(X).$/
283at_regexp c-src/etags.c 246 2423at_regexp c-src/etags.c 246
284at_stdin c-src/etags.c 248 2424at_stdin c-src/etags.c 248
285AU cp-src/c.C 53 2425atom prol-src/natded.prolog /^atom(X) --> [X], {atomic(X)}.$/
286aultparindent\hang\textindent tex-src/texinfo.tex /^\\footstrut\\parindent=\\defaultparindent\\hang\\textin/ 2426atomval prol-src/natded.prolog /^atomval(X) --> atom(X).$/
287aultparindent tex-src/texinfo.tex /^\\newdimen\\defaultparindent \\defaultparindent = 15p/ 2427aultparindent tex-src/texinfo.tex /^\\newdimen\\defaultparindent \\defaultparindent = 15p/
288aultparindent tex-src/texinfo.tex /^\\parindent = \\defaultparindent$/ 2428aultparindent tex-src/texinfo.tex /^\\parindent = \\defaultparindent$/
289aUNEVALLED c-src/emacs/src/lisp.h /^ Lisp_Object (*aUNEVALLED) (Lisp_Object args)/ 2429aultparindent\hang\textindent tex-src/texinfo.tex /^\\footstrut\\parindent=\\defaultparindent\\hang\\textin/
290\authorfont tex-src/texinfo.tex /^ \\def\\authorfont{\\authorrm \\normalbaselineskip =/
291\author tex-src/texinfo.tex /^ \\def\\author{\\parsearg\\authorzzz}%$/
292\authorzzz tex-src/texinfo.tex /^ \\def\\authorzzz##1{\\ifseenauthor\\else\\vskip 0pt /
293AUTO_CONS c-src/emacs/src/lisp.h /^#define AUTO_CONS(name, a, b) Lisp_Object name = A/
294AUTO_CONS_EXPR c-src/emacs/src/lisp.h /^#define AUTO_CONS_EXPR(a, b) \\$/
295auto_help c-src/etags.c 699 2430auto_help c-src/etags.c 699
296AUTO_LIST1 c-src/emacs/src/lisp.h /^#define AUTO_LIST1(name, a) \\$/ 2431b c-src/h.h 103
297AUTO_LIST2 c-src/emacs/src/lisp.h /^#define AUTO_LIST2(name, a, b) \\$/ 2432b c-src/h.h 104
298AUTO_LIST3 c-src/emacs/src/lisp.h /^#define AUTO_LIST3(name, a, b, c) \\$/ 2433b c-src/h.h 41
299AUTO_LIST4 c-src/emacs/src/lisp.h /^#define AUTO_LIST4(name, a, b, c, d) \\$/ 2434b c.c /^b ()$/
300AUTOLOADP c-src/emacs/src/lisp.h /^AUTOLOADP (Lisp_Object x)$/ 2435b c.c 180
301AUTO_STRING c-src/emacs/src/lisp.h /^#define AUTO_STRING(name, str) \\$/ 2436b c.c 259
302AVAIL_ALLOCA c-src/emacs/src/lisp.h /^#define AVAIL_ALLOCA(size) (sa_avail -= (size), al/ 2437b c.c 260
2438b c.c 262
2439b cp-src/c.C 132
2440b ruby-src/test1.ru /^ def b()$/
303backslash=0 tex-src/texinfo.tex /^\\let\\indexbackslash=0 %overridden during \\printin/ 2441backslash=0 tex-src/texinfo.tex /^\\let\\indexbackslash=0 %overridden during \\printin/
304\balancecolumns tex-src/texinfo.tex /^\\def\\balancecolumns{%$/
305bar1 ruby-src/test1.ru /^ attr_reader(:foo1, :bar1, # comment$/
306bar c.c 143
307bar cp-src/x.cc /^XX::bar()$/
308bar c-src/c.c /^void bar() {while(0) {}}$/ 2442bar c-src/c.c /^void bar() {while(0) {}}$/
309bar c-src/h.h 19 2443bar c-src/h.h 19
310Bar lua-src/test.lua /^function Square.something:Bar ()$/ 2444bar c.c 143
311Bar perl-src/kai-test.pl /^package Bar;$/ 2445bar cp-src/x.cc /^XX::bar()$/
312Barrier_Function_Pointer/t ada-src/etags-test-for.ada /^ type Barrier_Function_Pointer is access$/ 2446bar1 ruby-src/test1.ru /^ attr_reader(:foo1, :bar1, # comment$/
313bar= ruby-src/test1.ru /^ attr_writer :bar,$/ 2447bar= ruby-src/test1.ru /^ attr_writer :bar,$/
314_bar? ruby-src/test1.ru /^ def self._bar?(abc)$/ 2448bas_syn prol-src/natded.prolog /^bas_syn(n(_)).$/
2449base c-src/emacs/src/lisp.h 2188
2450base cp-src/Range.h /^ double base (void) const { return rng_base; }$/
2451base cp-src/c.C /^double base (void) const { return rng_base; }$/
315base_case_ids merc-src/accumulator.m /^:- func base_case_ids(accu_goal_store) = list(accu/ 2452base_case_ids merc-src/accumulator.m /^:- func base_case_ids(accu_goal_store) = list(accu/
316base_case_ids_set merc-src/accumulator.m /^:- func base_case_ids_set(accu_goal_store) = set(a/ 2453base_case_ids_set merc-src/accumulator.m /^:- func base_case_ids_set(accu_goal_store) = set(a/
317base cp-src/c.C /^double base (void) const { return rng_base; }$/
318base cp-src/Range.h /^ double base (void) const { return rng_base; }$/
319base c-src/emacs/src/lisp.h 2188
320bas_syn prol-src/natded.prolog /^bas_syn(n(_)).$/
321baz= ruby-src/test1.ru /^ :baz,$/ 2454baz= ruby-src/test1.ru /^ :baz,$/
322bbbbbb c-src/h.h 113
323bbb c.c 251
324bb c.c 275 2455bb c.c 275
325b c.c 180 2456bbb c.c 251
326b c.c 259 2457bbbbbb c-src/h.h 113
327b c.c 260
328b c.c 262
329b c.c /^b ()$/
330B cp-src/c.C 122
331b cp-src/c.C 132
332B cp-src/c.C 54
333B cp-src/c.C 56
334B cp-src/c.C 74
335~B cp-src/c.C /^ ~B() {};$/
336B cp-src/c.C /^void B::B() {}$/
337B cp-src/fail.C 24
338B cp-src/fail.C 8
339b c-src/h.h 103
340b c-src/h.h 104
341b c-src/h.h 41
342been_warned c-src/etags.c 222 2458been_warned c-src/etags.c 222
343before_command_echo_length c-src/emacs/src/keyboard.c 130 2459before_command_echo_length c-src/emacs/src/keyboard.c 130
344before_command_key_count c-src/emacs/src/keyboard.c 129 2460before_command_key_count c-src/emacs/src/keyboard.c 129
345/BEGINBITMAP2BITc ps-src/rfc1245.ps /^\/BEGINBITMAP2BITc { $/
346/BEGINBITMAP2BIT ps-src/rfc1245.ps /^\/BEGINBITMAP2BIT { $/
347/BEGINBITMAPBWc ps-src/rfc1245.ps /^\/BEGINBITMAPBWc { $/
348/BEGINBITMAPBW ps-src/rfc1245.ps /^\/BEGINBITMAPBW { $/
349/BEGINBITMAPGRAYc ps-src/rfc1245.ps /^\/BEGINBITMAPGRAYc { $/
350/BEGINBITMAPGRAY ps-src/rfc1245.ps /^\/BEGINBITMAPGRAY { $/
351\begindoublecolumns tex-src/texinfo.tex /^\\def\\begindoublecolumns{\\begingroup$/
352/BEGINPRINTCODE ps-src/rfc1245.ps /^\/BEGINPRINTCODE { $/
353\begin tex-src/texinfo.tex /^\\outer\\def\\begin{\\parsearg\\beginxxx}$/
354\beginxxx tex-src/texinfo.tex /^\\def\\beginxxx #1{%$/
355begtoken c-src/etags.c /^#define begtoken(c) (_btk[CHAR (c)]) \/* c can star/ 2461begtoken c-src/etags.c /^#define begtoken(c) (_btk[CHAR (c)]) \/* c can star/
356behaviour_info erl-src/gs_dialog.erl /^behaviour_info(callbacks) ->$/ 2462behaviour_info erl-src/gs_dialog.erl /^behaviour_info(callbacks) ->$/
357BE_Node cp-src/c.C 77
358BE_Node cp-src/c.C /^void BE_Node::BE_Node() {}$/
359bf=cmbx10 tex-src/texinfo.tex /^\\font\\defbf=cmbx10 scaled \\magstep1 %was 1314$/ 2463bf=cmbx10 tex-src/texinfo.tex /^\\font\\defbf=cmbx10 scaled \\magstep1 %was 1314$/
360/BF ps-src/rfc1245.ps /^\/BF { $/
361\bf tex-src/texinfo.tex /^\\def\\bf{\\realbackslash bf }%$/
362\bf tex-src/texinfo.tex /^\\def\\bf{\\realbackslash bf }$/
363Bidule/b ada-src/etags-test-for.ada /^ protected body Bidule is$/
364Bidule/b ada-src/waroquiers.ada /^ protected body Bidule is$/
365Bidule/t ada-src/etags-test-for.ada /^ protected Bidule is$/
366Bidule/t ada-src/waroquiers.ada /^ protected Bidule is$/
367bind_polling_period c-src/emacs/src/keyboard.c /^bind_polling_period (int n)$/
368bind pyt-src/server.py /^ def bind(self, key, action):$/ 2464bind pyt-src/server.py /^ def bind(self, key, action):$/
369/BITMAPCOLORc ps-src/rfc1245.ps /^\/BITMAPCOLORc { $/ 2465bind_polling_period c-src/emacs/src/keyboard.c /^bind_polling_period (int n)$/
370/BITMAPCOLOR ps-src/rfc1245.ps /^\/BITMAPCOLOR { $/
371/BITMAPGRAYc ps-src/rfc1245.ps /^\/BITMAPGRAYc { $/
372/BITMAPGRAY ps-src/rfc1245.ps /^\/BITMAPGRAY { $/
373BITS_PER_BITS_WORD c-src/emacs/src/lisp.h 125
374BITS_PER_BITS_WORD c-src/emacs/src/lisp.h 129
375BITS_PER_CHAR c-src/emacs/src/lisp.h 136
376BITS_PER_EMACS_INT c-src/emacs/src/lisp.h 139
377BITS_PER_LONG c-src/emacs/src/lisp.h 138
378BITS_PER_SHORT c-src/emacs/src/lisp.h 137
379bits_word c-src/emacs/src/lisp.h 123 2466bits_word c-src/emacs/src/lisp.h 123
380bits_word c-src/emacs/src/lisp.h 127 2467bits_word c-src/emacs/src/lisp.h 127
381BITS_WORD_MAX c-src/emacs/src/lisp.h 124
382BITS_WORD_MAX c-src/emacs/src/lisp.h 128
383bla c.c /^int bla ()$/ 2468bla c.c /^int bla ()$/
384BLACK cp-src/screen.hpp 12
385blah tex-src/testenv.tex /^\\section{blah}$/ 2469blah tex-src/testenv.tex /^\\section{blah}$/
386bletch el-src/TAGTEST.EL /^(foo::defmumble bletch beuarghh)$/ 2470bletch el-src/TAGTEST.EL /^(foo::defmumble bletch beuarghh)$/
387BLOCK c-src/emacs/src/gmalloc.c /^#define BLOCK(A) (((char *) (A) - _heapbase) \/ BLO/
388BLOCKIFY c-src/emacs/src/gmalloc.c /^#define BLOCKIFY(SIZE) (((SIZE) + BLOCKSIZE - 1) \//
389BLOCKLOG c-src/emacs/src/gmalloc.c 125
390BLOCKSIZE c-src/emacs/src/gmalloc.c 126
391/bl ps-src/rfc1245.ps /^\/bl { $/
392BLUE cp-src/screen.hpp 13
393blv c-src/emacs/src/lisp.h 689 2471blv c-src/emacs/src/lisp.h 689
394blv_found c-src/emacs/src/lisp.h /^blv_found (struct Lisp_Buffer_Local_Value *blv)$/ 2472blv_found c-src/emacs/src/lisp.h /^blv_found (struct Lisp_Buffer_Local_Value *blv)$/
395bodyindent tex-src/texinfo.tex /^\\advance\\dimen2 by -\\defbodyindent$/ 2473bodyindent tex-src/texinfo.tex /^\\advance\\dimen2 by -\\defbodyindent$/
@@ -398,291 +2476,115 @@ bodyindent tex-src/texinfo.tex /^\\advance\\leftskip by -\\defbodyindent$/
398bodyindent tex-src/texinfo.tex /^\\advance\\leftskip by \\defbodyindent \\advance \\righ/ 2476bodyindent tex-src/texinfo.tex /^\\advance\\leftskip by \\defbodyindent \\advance \\righ/
399bodyindent tex-src/texinfo.tex /^\\exdentamount=\\defbodyindent$/ 2477bodyindent tex-src/texinfo.tex /^\\exdentamount=\\defbodyindent$/
400bodyindent tex-src/texinfo.tex /^\\newskip\\defbodyindent \\defbodyindent=.4in$/ 2478bodyindent tex-src/texinfo.tex /^\\newskip\\defbodyindent \\defbodyindent=.4in$/
401Body_Required/f ada-src/etags-test-for.ada /^ function Body_Required$/
402Boo::Boo cp-src/c.C /^Boo::Boo(Boo) :$/
403Boo cp-src/c.C 129
404Boo cp-src/c.C /^ Boo(int _i, int _a, int _b) : i(_i), a(_a), b(/
405bool c.c 222 2479bool c.c 222
406bool_header_size c-src/emacs/src/lisp.h 1472
407bool merc-src/accumulator.m /^:- import_module bool.$/ 2480bool merc-src/accumulator.m /^:- import_module bool.$/
408boolvar c-src/emacs/src/lisp.h 2287 2481bool_header_size c-src/emacs/src/lisp.h 1472
409bool_vector_bitref c-src/emacs/src/lisp.h /^bool_vector_bitref (Lisp_Object a, EMACS_INT i)$/ 2482bool_vector_bitref c-src/emacs/src/lisp.h /^bool_vector_bitref (Lisp_Object a, EMACS_INT i)$/
410BOOL_VECTOR_BITS_PER_CHAR c-src/emacs/src/lisp.h 114
411BOOL_VECTOR_BITS_PER_CHAR c-src/emacs/src/lisp.h 115
412bool_vector_bytes c-src/emacs/src/lisp.h /^bool_vector_bytes (EMACS_INT size)$/ 2483bool_vector_bytes c-src/emacs/src/lisp.h /^bool_vector_bytes (EMACS_INT size)$/
413bool_vector_data c-src/emacs/src/lisp.h /^bool_vector_data (Lisp_Object a)$/ 2484bool_vector_data c-src/emacs/src/lisp.h /^bool_vector_data (Lisp_Object a)$/
414BOOL_VECTOR_P c-src/emacs/src/lisp.h /^BOOL_VECTOR_P (Lisp_Object a)$/
415bool_vector_ref c-src/emacs/src/lisp.h /^bool_vector_ref (Lisp_Object a, EMACS_INT i)$/ 2485bool_vector_ref c-src/emacs/src/lisp.h /^bool_vector_ref (Lisp_Object a, EMACS_INT i)$/
416bool_vector_set c-src/emacs/src/lisp.h /^bool_vector_set (Lisp_Object a, EMACS_INT i, bool / 2486bool_vector_set c-src/emacs/src/lisp.h /^bool_vector_set (Lisp_Object a, EMACS_INT i, bool /
417bool_vector_size c-src/emacs/src/lisp.h /^bool_vector_size (Lisp_Object a)$/ 2487bool_vector_size c-src/emacs/src/lisp.h /^bool_vector_size (Lisp_Object a)$/
418bool_vector_uchar_data c-src/emacs/src/lisp.h /^bool_vector_uchar_data (Lisp_Object a)$/ 2488bool_vector_uchar_data c-src/emacs/src/lisp.h /^bool_vector_uchar_data (Lisp_Object a)$/
419bool_vector_words c-src/emacs/src/lisp.h /^bool_vector_words (EMACS_INT size)$/ 2489bool_vector_words c-src/emacs/src/lisp.h /^bool_vector_words (EMACS_INT size)$/
420/B ps-src/rfc1245.ps /^\/B { $/ 2490boolvar c-src/emacs/src/lisp.h 2287
421bracelev c-src/etags.c 2520 2491bracelev c-src/etags.c 2520
422/braceright ps-src/rfc1245.ps /^\/braceright \/asciitilde \/.notdef \/Adieresis \/Aring/
423/bracketright ps-src/rfc1245.ps /^\/bracketright \/asciicircum \/underscore \/grave \/a \//
424/breve ps-src/rfc1245.ps /^\/breve \/dotaccent \/ring \/cedilla \/hungarumlaut \/og/
425BROWN cp-src/screen.hpp 18
426B ruby-src/test1.ru /^ class B$/
427b ruby-src/test1.ru /^ def b()$/
428bsp_DevId c-src/h.h 25 2492bsp_DevId c-src/h.h 25
429bt c-src/emacs/src/lisp.h 2988 2493bt c-src/emacs/src/lisp.h 2988
430\b tex-src/texinfo.tex /^\\def\\b#1{{\\bf #1}}$/
431\b tex-src/texinfo.tex /^\\def\\b##1{\\realbackslash b {##1}}%$/
432\b tex-src/texinfo.tex /^\\def\\b##1{\\realbackslash b {##1}}$/
433btowc c-src/emacs/src/regex.h /^# define btowc(c) c$/ 2494btowc c-src/emacs/src/regex.h /^# define btowc(c) c$/
434buffer c-src/emacs/src/lisp.h 2000 2495buffer c-src/emacs/src/lisp.h 2000
435buffer c-src/emacs/src/regex.h 341 2496buffer c-src/emacs/src/regex.h 341
436buffer c-src/etags.c 238 2497buffer c-src/etags.c 238
437buffer c-src/h.h 119 2498buffer c-src/h.h 119
438BUFFER_OBJFWDP c-src/emacs/src/lisp.h /^BUFFER_OBJFWDP (union Lisp_Fwd *a)$/
439BUFFERP c-src/emacs/src/lisp.h /^BUFFERP (Lisp_Object a)$/
440BUFFERSIZE objc-src/Subprocess.h 43
441buildact prol-src/natded.prolog /^buildact([SynIn],Right,RightPlus1):-$/
442build prol-src/natded.prolog /^build([],Left,Left).$/ 2499build prol-src/natded.prolog /^build([],Left,Left).$/
443build_pure_c_string c-src/emacs/src/lisp.h /^build_pure_c_string (const char *str)$/ 2500build_pure_c_string c-src/emacs/src/lisp.h /^build_pure_c_string (const char *str)$/
444build_string c-src/emacs/src/lisp.h /^build_string (const char *str)$/ 2501build_string c-src/emacs/src/lisp.h /^build_string (const char *str)$/
2502buildact prol-src/natded.prolog /^buildact([SynIn],Right,RightPlus1):-$/
445builtin_lisp_symbol c-src/emacs/src/lisp.h /^builtin_lisp_symbol (int index)$/ 2503builtin_lisp_symbol c-src/emacs/src/lisp.h /^builtin_lisp_symbol (int index)$/
446\bullet tex-src/texinfo.tex /^\\def\\bullet{$\\ptexbullet$}$/
447burst c-src/h.h 28 2504burst c-src/h.h 28
448busy c-src/emacs/src/gmalloc.c 158 2505busy c-src/emacs/src/gmalloc.c 158
449ButtonBar pyt-src/server.py /^def ButtonBar(frame, legend, ref, alternatives, co/
450button_down_location c-src/emacs/src/keyboard.c 5210 2506button_down_location c-src/emacs/src/keyboard.c 5210
451button_down_time c-src/emacs/src/keyboard.c 5218 2507button_down_time c-src/emacs/src/keyboard.c 5218
452\bye tex-src/texinfo.tex /^\\outer\\def\\bye{\\pagealignmacro\\tracingstats=1\\ptex/ 2508byte_stack c-src/emacs/src/lisp.h 3049
453bytecode_dest c-src/emacs/src/lisp.h 3037 2509bytecode_dest c-src/emacs/src/lisp.h 3037
454bytecode_top c-src/emacs/src/lisp.h 3036 2510bytecode_top c-src/emacs/src/lisp.h 3036
455BYTE_MARK_STACK c-src/emacs/src/lisp.h 3181
456bytepos c-src/emacs/src/lisp.h 2016 2511bytepos c-src/emacs/src/lisp.h 2016
457bytes_free c-src/emacs/src/gmalloc.c 314 2512bytes_free c-src/emacs/src/gmalloc.c 314
458_bytes_free c-src/emacs/src/gmalloc.c 376
459byte_stack c-src/emacs/src/lisp.h 3049
460bytes_total c-src/emacs/src/gmalloc.c 310 2513bytes_total c-src/emacs/src/gmalloc.c 310
461bytes_used c-src/emacs/src/gmalloc.c 312 2514bytes_used c-src/emacs/src/gmalloc.c 312
462_bytes_used c-src/emacs/src/gmalloc.c 374 2515c c-src/h.h /^#define c() d$/
2516c c-src/h.h 106
2517c c.c 180
2518c_ext c-src/etags.c 2271
463caccacacca c.c /^caccacacca (a,b,c,d,e,f,g)$/ 2519caccacacca c.c /^caccacacca (a,b,c,d,e,f,g)$/
464cacheLRUEntry_s c.c 172 2520cacheLRUEntry_s c.c 172
465cacheLRUEntry_t c.c 177 2521cacheLRUEntry_t c.c 177
466calculate_goal_info merc-src/accumulator.m /^:- pred calculate_goal_info(hlds_goal_expr::in, hl/ 2522calculate_goal_info merc-src/accumulator.m /^:- pred calculate_goal_info(hlds_goal_expr::in, hl/
467CALLMANY c-src/emacs/src/lisp.h /^#define CALLMANY(f, array) (f) (ARRAYELTS (array),/ 2523calloc c-src/emacs/src/gmalloc.c /^calloc (size_t nmemb, size_t size)$/
468CALLN c-src/emacs/src/lisp.h /^#define CALLN(f, ...) CALLMANY (f, ((Lisp_Object [/
469calloc c-src/emacs/src/gmalloc.c 1717 2524calloc c-src/emacs/src/gmalloc.c 1717
470calloc c-src/emacs/src/gmalloc.c 66 2525calloc c-src/emacs/src/gmalloc.c 66
471calloc c-src/emacs/src/gmalloc.c 70 2526calloc c-src/emacs/src/gmalloc.c 70
472calloc c-src/emacs/src/gmalloc.c /^calloc (size_t nmemb, size_t size)$/
473can_be_null c-src/emacs/src/regex.h 370 2527can_be_null c-src/emacs/src/regex.h 370
474cancel_echoing c-src/emacs/src/keyboard.c /^cancel_echoing (void)$/ 2528cancel_echoing c-src/emacs/src/keyboard.c /^cancel_echoing (void)$/
475canonicalize_filename c-src/etags.c /^canonicalize_filename (register char *fn)$/ 2529canonicalize_filename c-src/etags.c /^canonicalize_filename (register char *fn)$/
476\capsenumerate tex-src/texinfo.tex /^\\def\\capsenumerate{\\enumerate{A}}$/
477CAR c-src/emacs/src/lisp.h /^CAR (Lisp_Object c)$/
478CAR_SAFE c-src/emacs/src/lisp.h /^CAR_SAFE (Lisp_Object c)$/
479\cartbot tex-src/texinfo.tex /^\\def\\cartbot{\\hbox to \\cartouter{\\hskip\\lskip$/
480\cartouche tex-src/texinfo.tex /^\\long\\def\\cartouche{%$/
481\carttop tex-src/texinfo.tex /^\\def\\carttop{\\hbox to \\cartouter{\\hskip\\lskip$/
482case_Lisp_Int c-src/emacs/src/lisp.h 438 2530case_Lisp_Int c-src/emacs/src/lisp.h 438
483cat_atoms prol-src/natded.prolog /^cat_atoms(A1,A2,A3):-$/ 2531cat c-src/h.h 81
484CATCHER c-src/emacs/src/lisp.h 3021
485cat cp-src/c.C 126 2532cat cp-src/c.C 126
486cat cp-src/c.C 130 2533cat cp-src/c.C 130
487cat c-src/h.h 81
488cat prol-src/natded.prolog /^cat(A, Alpha@Beta, Ass3, Qs3, tree(fe,A:Alpha@Beta/ 2534cat prol-src/natded.prolog /^cat(A, Alpha@Beta, Ass3, Qs3, tree(fe,A:Alpha@Beta/
489C_AUTO c-src/etags.c 2198 2535cat_atoms prol-src/natded.prolog /^cat_atoms(A1,A2,A3):-$/
490\cbl tex-src/texinfo.tex /^\\def\\cbl{{\\circle\\char'012\\hskip -6pt}}$/
491\cbr tex-src/texinfo.tex /^\\def\\cbr{{\\hskip 6pt\\circle\\char'011}}$/
492c c.c 180
493cccccccccc c-src/h.h 115 2536cccccccccc c-src/h.h 115
494C cp-src/fail.C 25
495C cp-src/fail.C 9
496C cp-src/fail.C /^ C(int i) {x = i;}$/
497c c-src/h.h 106
498c c-src/h.h /^#define c() d$/
499%cdiff make-src/Makefile /^%cdiff: CTAGS% CTAGS ${infiles}$/
500cdr c-src/emacs/src/lisp.h 1159 2537cdr c-src/emacs/src/lisp.h 1159
501CDR c-src/emacs/src/lisp.h /^CDR (Lisp_Object c)$/
502CDR_SAFE c-src/emacs/src/lisp.h /^CDR_SAFE (Lisp_Object c)$/
503cell y-src/parse.y 279 2538cell y-src/parse.y 279
504\center tex-src/texinfo.tex /^\\def\\center{\\parsearg\\centerzzz}$/
505\centerzzz tex-src/texinfo.tex /^\\def\\centerzzz #1{{\\advance\\hsize by -\\leftskip$/
506C_entries c-src/etags.c /^C_entries (int c_ext, FILE *inf)$/
507C_EXT c-src/etags.c 2193
508c_ext c-src/etags.c 2271
509CFLAGS make-src/Makefile /^CFLAGS=${WARNINGS} -ansi -g3 # -pg -O$/
510/cfs ps-src/rfc1245.ps /^\/cfs { $/
511cgrep html-src/software.html /^cgrep$/ 2539cgrep html-src/software.html /^cgrep$/
512chain c-src/emacs/src/lisp.h 1162 2540chain c-src/emacs/src/lisp.h 1162
513chain c-src/emacs/src/lisp.h 2206 2541chain c-src/emacs/src/lisp.h 2206
514chain c-src/emacs/src/lisp.h 2396 2542chain c-src/emacs/src/lisp.h 2396
515chain_subst_2 merc-src/accumulator.m /^:- pred chain_subst_2(list(A)::in, map(A, B)::in, /
516chain_subst merc-src/accumulator.m /^:- func chain_subst(accu_subst, accu_subst) = accu/ 2543chain_subst merc-src/accumulator.m /^:- func chain_subst(accu_subst, accu_subst) = accu/
517ChangeFileType pas-src/common.pas /^function ChangeFileType; (*(FileName : NameString;/ 2544chain_subst_2 merc-src/accumulator.m /^:- pred chain_subst_2(list(A)::in, map(A, B)::in, /
518\chapbreak tex-src/texinfo.tex /^\\def\\chapbreak{\\dobreak \\chapheadingskip {-4000}}$/
519\chapentryfonts tex-src/texinfo.tex /^\\def\\chapentryfonts{\\secfonts \\rm}$/
520\chapentry tex-src/texinfo.tex /^\\def\\chapentry#1#2#3{\\dochapentry{#2\\labelspace#1}/
521\chapfonts tex-src/texinfo.tex /^\\def\\chapfonts{%$/
522\CHAPFopen tex-src/texinfo.tex /^\\def\\CHAPFopen{$/
523\CHAPFplain tex-src/texinfo.tex /^\\def\\CHAPFplain{$/
524\chapheading tex-src/texinfo.tex /^\\def\\chapheading{\\parsearg\\chapheadingzzz}$/
525\chapheadingzzz tex-src/texinfo.tex /^\\def\\chapheadingzzz #1{\\chapbreak %$/
526\chapoddpage tex-src/texinfo.tex /^\\def\\chapoddpage{\\chappager \\ifodd\\pageno \\else \\h/
527\chappager tex-src/texinfo.tex /^\\def\\chappager{\\par\\vfill\\supereject}$/
528\CHAPPAGodd tex-src/texinfo.tex /^\\def\\CHAPPAGodd{$/
529\CHAPPAGoff tex-src/texinfo.tex /^\\def\\CHAPPAGoff{$/
530\CHAPPAGon tex-src/texinfo.tex /^\\def\\CHAPPAGon{$/
531\chapternofonts tex-src/texinfo.tex /^\\def\\chapternofonts{%$/
532\chapter tex-src/texinfo.tex /^\\outer\\def\\chapter{\\parsearg\\chapterzzz}$/
533\chapterzzz tex-src/texinfo.tex /^\\def\\chapterzzz #1{\\seccheck{chapter}%$/
534CHARACTERBITS c-src/emacs/src/lisp.h 2457
535CHAR_ALT c-src/emacs/src/lisp.h 2445
536CHAR_BIT c-src/emacs/src/lisp.h 2957
537CHAR_BIT c-src/emacs/src/lisp.h 2959
538CHAR_BIT c-src/emacs/src/lisp.h 2964
539CHAR_BIT c-src/emacs/src/lisp.h 2969
540CHAR_BIT c-src/emacs/src/lisp.h 2974
541CHAR_BIT c-src/emacs/src/lisp.h 2978
542CHAR_BIT c-src/emacs/src/lisp.h 2983
543char_bits c-src/emacs/src/lisp.h 2443 2545char_bits c-src/emacs/src/lisp.h 2443
544CHAR_CLASS_MAX_LENGTH c-src/emacs/src/regex.h 593 2546char_table_specials c-src/emacs/src/lisp.h 1692
545CHAR_CLASS_MAX_LENGTH c-src/emacs/src/regex.h 597
546CHAR_CLASS_MAX_LENGTH c-src/emacs/src/regex.h 605
547CHAR c-src/etags.c /^#define CHAR(x) ((unsigned int)(x) & (CHARS - 1))/
548CHAR_CTL c-src/emacs/src/lisp.h 2449
549CHAR_HYPER c-src/emacs/src/lisp.h 2447
550CHAR_META c-src/emacs/src/lisp.h 2450
551CHAR_MODIFIER_MASK c-src/emacs/src/lisp.h 2452
552charpos c-src/emacs/src/lisp.h 2011 2547charpos c-src/emacs/src/lisp.h 2011
553CHARS c-src/etags.c 157
554charset_unibyte c-src/emacs/src/regex.h 410 2548charset_unibyte c-src/emacs/src/regex.h 410
555CHAR_SHIFT c-src/emacs/src/lisp.h 2448
556CHAR_SUPER c-src/emacs/src/lisp.h 2446
557CHAR_TABLE_EXTRA_SLOTS c-src/emacs/src/lisp.h /^CHAR_TABLE_EXTRA_SLOTS (struct Lisp_Char_Table *ct/
558CHAR_TABLE_P c-src/emacs/src/lisp.h /^CHAR_TABLE_P (Lisp_Object a)$/
559CHAR_TABLE_REF_ASCII c-src/emacs/src/lisp.h /^CHAR_TABLE_REF_ASCII (Lisp_Object ct, ptrdiff_t id/
560CHAR_TABLE_REF c-src/emacs/src/lisp.h /^CHAR_TABLE_REF (Lisp_Object ct, int idx)$/
561CHAR_TABLE_SET c-src/emacs/src/lisp.h /^CHAR_TABLE_SET (Lisp_Object ct, int idx, Lisp_Obje/
562char_table_specials c-src/emacs/src/lisp.h 1692
563CHAR_TABLE_STANDARD_SLOTS c-src/emacs/src/lisp.h 1697
564CHARTAB_SIZE_BITS_0 c-src/emacs/src/lisp.h 1567
565CHARTAB_SIZE_BITS_1 c-src/emacs/src/lisp.h 1568
566CHARTAB_SIZE_BITS_2 c-src/emacs/src/lisp.h 1569
567CHARTAB_SIZE_BITS_3 c-src/emacs/src/lisp.h 1570
568CHARTAB_SIZE_BITS c-src/emacs/src/lisp.h 1565
569\char tex-src/texinfo.tex /^\\def\\char{\\realbackslash char}%$/
570\char tex-src/texinfo.tex /^\\def\\char{\\realbackslash char}$/
571chartonmstr pas-src/common.pas /^function chartonmstr; (*($/ 2549chartonmstr pas-src/common.pas /^function chartonmstr; (*($/
572CHAR_TYPE_SIZE y-src/cccp.y 87 2550checkQuotation php-src/lce_functions.php /^ function checkQuotation($str)$/
573CHAR y-src/cccp.c 7
574CHECK_ARRAY c-src/emacs/src/lisp.h /^CHECK_ARRAY (Lisp_Object x, Lisp_Object predicate)/
575CHECK_BOOL_VECTOR c-src/emacs/src/lisp.h /^CHECK_BOOL_VECTOR (Lisp_Object x)$/
576CHECK_BUFFER c-src/emacs/src/lisp.h /^CHECK_BUFFER (Lisp_Object x)$/
577CHECK_CONS c-src/emacs/src/lisp.h /^CHECK_CONS (Lisp_Object x)$/
578check_cons_list c-src/emacs/src/lisp.h /^# define check_cons_list() lisp_h_check_cons_list/ 2551check_cons_list c-src/emacs/src/lisp.h /^# define check_cons_list() lisp_h_check_cons_list/
579checker make-src/Makefile /^checker:$/ 2552checker make-src/Makefile /^checker:$/
580CHECKFLAGS make-src/Makefile /^CHECKFLAGS=-DDEBUG -Wno-unused-function$/
581checkhdr c-src/emacs/src/gmalloc.c /^checkhdr (const struct hdr *hdr)$/ 2553checkhdr c-src/emacs/src/gmalloc.c /^checkhdr (const struct hdr *hdr)$/
582checkiso html-src/software.html /^checkiso$/ 2554checkiso html-src/software.html /^checkiso$/
583CHECK_LISP_OBJECT_TYPE c-src/emacs/src/lisp.h 571
584CHECK_LISP_OBJECT_TYPE c-src/emacs/src/lisp.h 572
585CHECK_LISP_OBJECT_TYPE c-src/emacs/src/lisp.h 579
586CHECK_LIST_CONS c-src/emacs/src/lisp.h /^# define CHECK_LIST_CONS(x, y) lisp_h_CHECK_LIST_C/
587CHECK_LIST c-src/emacs/src/lisp.h /^CHECK_LIST (Lisp_Object x)$/
588CHECK_NATNUM c-src/emacs/src/lisp.h /^CHECK_NATNUM (Lisp_Object x)$/
589CHECK_NUMBER_CAR c-src/emacs/src/lisp.h /^CHECK_NUMBER_CAR (Lisp_Object x)$/
590CHECK_NUMBER_CDR c-src/emacs/src/lisp.h /^CHECK_NUMBER_CDR (Lisp_Object x)$/
591CHECK_NUMBER_COERCE_MARKER c-src/emacs/src/lisp.h /^#define CHECK_NUMBER_COERCE_MARKER(x) \\$/
592CHECK_NUMBER c-src/emacs/src/lisp.h /^# define CHECK_NUMBER(x) lisp_h_CHECK_NUMBER (x)$/
593CHECK_NUMBER_OR_FLOAT_COERCE_MARKER c-src/emacs/src/lisp.h /^#define CHECK_NUMBER_OR_FLOAT_COERCE_MARKER(x) /
594CHECK_NUMBER_OR_FLOAT c-src/emacs/src/lisp.h /^CHECK_NUMBER_OR_FLOAT (Lisp_Object x)$/
595CHECKOBJS make-src/Makefile /^CHECKOBJS=chkmalloc.o chkxm.o$/
596CHECK_PROCESS c-src/emacs/src/lisp.h /^CHECK_PROCESS (Lisp_Object x)$/
597checkQuotation php-src/lce_functions.php /^ function checkQuotation($str)$/
598CHECK_RANGED_INTEGER c-src/emacs/src/lisp.h /^#define CHECK_RANGED_INTEGER(x, lo, hi) \\$/
599CHECK_STRING_CAR c-src/emacs/src/lisp.h /^CHECK_STRING_CAR (Lisp_Object x)$/
600CHECK_SYMBOL c-src/emacs/src/lisp.h /^# define CHECK_SYMBOL(x) lisp_h_CHECK_SYMBOL (x)$/
601CHECK_TYPE c-src/emacs/src/lisp.h /^# define CHECK_TYPE(ok, predicate, x) lisp_h_CHECK/
602CHECK_TYPE_RANGED_INTEGER c-src/emacs/src/lisp.h /^#define CHECK_TYPE_RANGED_INTEGER(type, x) \\$/
603CHECK_VECTOR c-src/emacs/src/lisp.h /^CHECK_VECTOR (Lisp_Object x)$/
604CHECK_VECTOR_OR_STRING c-src/emacs/src/lisp.h /^CHECK_VECTOR_OR_STRING (Lisp_Object x)$/
605CHECK_WINDOW c-src/emacs/src/lisp.h /^CHECK_WINDOW (Lisp_Object x)$/
606\chfopen tex-src/texinfo.tex /^\\def\\chfopen #1#2{\\chapoddpage {\\chapfonts$/
607\chfplain tex-src/texinfo.tex /^\\def\\chfplain #1#2{%$/
608childDidExit objc-src/Subprocess.m /^- childDidExit$/ 2555childDidExit objc-src/Subprocess.m /^- childDidExit$/
609chunks_free c-src/emacs/src/gmalloc.c 313 2556chunks_free c-src/emacs/src/gmalloc.c 313
610_chunks_free c-src/emacs/src/gmalloc.c 375
611chunks_used c-src/emacs/src/gmalloc.c 311 2557chunks_used c-src/emacs/src/gmalloc.c 311
612_chunks_used c-src/emacs/src/gmalloc.c 373
613\cindexsub tex-src/texinfo.tex /^\\def\\cindexsub {\\begingroup\\obeylines\\cindexsub}$/
614\cindex tex-src/texinfo.tex /^\\def\\cindex {\\cpindex}$/
615Circle.getPos lua-src/test.lua /^function Circle.getPos ()$/
616\cite tex-src/texinfo.tex /^\\def\\cite##1{\\realbackslash cite {##1}}%$/
617\cite tex-src/texinfo.tex /^\\def\\cite##1{\\realbackslash cite {##1}}$/
618C_JAVA c-src/etags.c 2197
619cjava c-src/etags.c 2936 2558cjava c-src/etags.c 2936
620Cjava_entries c-src/etags.c /^Cjava_entries (FILE *inf)$/
621Cjava_help c-src/etags.c 551
622Cjava_suffixes c-src/etags.c 549
623CK_ABS_C y-src/parse.y /^#define CK_ABS_C(x) if((x)<MIN_COL || (x)>MAX_COL)/
624CK_ABS_R y-src/parse.y /^#define CK_ABS_R(x) if((x)<MIN_ROW || (x)>MAX_ROW)/
625CK_REL_C y-src/parse.y /^#define CK_REL_C(x) if( ((x)>0 && MAX_COL-(x)<cu/
626CK_REL_R y-src/parse.y /^#define CK_REL_R(x) if( ((x)>0 && MAX_ROW-(x)<cu/
627ClassExample ruby-src/test.rb /^ class ClassExample$/
628classifyLine php-src/lce_functions.php /^ function classifyLine($line)$/
629class_method ruby-src/test.rb /^ def ClassExample.class_method$/ 2559class_method ruby-src/test.rb /^ def ClassExample.class_method$/
2560classifyLine php-src/lce_functions.php /^ function classifyLine($line)$/
630clean make-src/Makefile /^clean:$/ 2561clean make-src/Makefile /^clean:$/
2562clear cp-src/conway.hpp /^ void clear(void) { alive = 0; }$/
631clear-abbrev-table c-src/abbrev.c /^DEFUN ("clear-abbrev-table", Fclear_abbrev_table, / 2563clear-abbrev-table c-src/abbrev.c /^DEFUN ("clear-abbrev-table", Fclear_abbrev_table, /
2564clear-this-command-keys c-src/emacs/src/keyboard.c /^DEFUN ("clear-this-command-keys", Fclear_this_comm/
632clearAllKey objcpp-src/SimpleCalc.M /^- clearAllKey:sender$/ 2565clearAllKey objcpp-src/SimpleCalc.M /^- clearAllKey:sender$/
633clear cp-src/conway.hpp /^ void clear(void) { alive = 0; }$/ 2566clearKey objcpp-src/SimpleCalc.M /^- clearKey:sender$/
634clear_event c-src/emacs/src/keyboard.c /^clear_event (struct input_event *event)$/ 2567clear_event c-src/emacs/src/keyboard.c /^clear_event (struct input_event *event)$/
635clear_input_pending c-src/emacs/src/keyboard.c /^clear_input_pending (void)$/ 2568clear_input_pending c-src/emacs/src/keyboard.c /^clear_input_pending (void)$/
636clearKey objcpp-src/SimpleCalc.M /^- clearKey:sender$/
637clear_neighbors cp-src/clheir.cpp /^void discrete_location::clear_neighbors(void)$/ 2569clear_neighbors cp-src/clheir.cpp /^void discrete_location::clear_neighbors(void)$/
638Clear/p ada-src/2ataspri.adb /^ procedure Clear (Cell : in out TAS_Cell) is$/
639Clear/p ada-src/2ataspri.ads /^ procedure Clear (Cell : in out TAS_Cell)/
640clear_screen cp-src/screen.cpp /^void clear_screen(void)$/ 2570clear_screen cp-src/screen.cpp /^void clear_screen(void)$/
641\clear tex-src/texinfo.tex /^\\def\\clear{\\parsearg\\clearxxx}$/
642clear-this-command-keys c-src/emacs/src/keyboard.c /^DEFUN ("clear-this-command-keys", Fclear_this_comm/
643clear_waiting_for_input c-src/emacs/src/keyboard.c /^clear_waiting_for_input (void)$/ 2571clear_waiting_for_input c-src/emacs/src/keyboard.c /^clear_waiting_for_input (void)$/
644\clearxxx tex-src/texinfo.tex /^\\def\\clearxxx #1{$/
645cmd_error c-src/emacs/src/keyboard.c /^cmd_error (Lisp_Object data)$/ 2572cmd_error c-src/emacs/src/keyboard.c /^cmd_error (Lisp_Object data)$/
646cmd_error_internal c-src/emacs/src/keyboard.c /^cmd_error_internal (Lisp_Object data, const char */ 2573cmd_error_internal c-src/emacs/src/keyboard.c /^cmd_error_internal (Lisp_Object data, const char */
647cmpfn c-src/emacs/src/lisp.h /^ bool (*cmpfn) (struct hash_table_test *t, Lisp_O/ 2574cmpfn c-src/emacs/src/lisp.h /^ bool (*cmpfn) (struct hash_table_test *t, Lisp_O/
648cmt prol-src/natded.prolog /^cmt:-$/ 2575cmt prol-src/natded.prolog /^cmt:-$/
649CMultiChannelCSC19_3D cp-src/c.C 2
650cname c-src/etags.c 2519 2576cname c-src/etags.c 2519
651CNL c-src/etags.c /^#define CNL() \\$/
652CNL_SAVE_DEFINEDEF c-src/etags.c /^#define CNL_SAVE_DEFINEDEF() \\$/
653cno c-src/etags.c 224 2577cno c-src/etags.c 224
654COBOLFLAGS make-src/Makefile /^COBOLFLAGS=--language=none --regex='\/.......[a-zA-/
655Cobol_help c-src/etags.c 558
656Cobol_paragraphs c-src/etags.c /^Cobol_paragraphs (FILE *inf)$/
657Cobol_suffixes c-src/etags.c 556
658\code tex-src/texinfo.tex /^\\def\\code##1{\\realbackslash code {##1}}%$/
659\code tex-src/texinfo.tex /^\\def\\code##1{\\realbackslash code {##1}}$/
660colori cp-src/c.C 40 2578colori cp-src/c.C 40
661COLORS cp-src/screen.hpp 11
662__COLORS cp-src/screen.hpp 9
663/colorsetup ps-src/rfc1245.ps /^\/colorsetup {$/
664commaargvals prol-src/natded.prolog /^commaargvals(Args) -->$/ 2579commaargvals prol-src/natded.prolog /^commaargvals(Args) -->$/
665command c-src/etags.c 187 2580command c-src/etags.c 187
666command-error-default-function c-src/emacs/src/keyboard.c /^DEFUN ("command-error-default-function", Fcommand_/ 2581command-error-default-function c-src/emacs/src/keyboard.c /^DEFUN ("command-error-default-function", Fcommand_/
2582command_loop c-src/emacs/src/keyboard.c /^command_loop (void)$/
667command_loop_1 c-src/emacs/src/keyboard.c /^command_loop_1 (void)$/ 2583command_loop_1 c-src/emacs/src/keyboard.c /^command_loop_1 (void)$/
668command_loop_2 c-src/emacs/src/keyboard.c /^command_loop_2 (Lisp_Object ignore)$/ 2584command_loop_2 c-src/emacs/src/keyboard.c /^command_loop_2 (Lisp_Object ignore)$/
669command_loop c-src/emacs/src/keyboard.c /^command_loop (void)$/
670command_loop_level c-src/emacs/src/keyboard.c 195 2585command_loop_level c-src/emacs/src/keyboard.c 195
671CommentAD php-src/lce_functions.php 70
672CommentAD php-src/lce_functions.php /^ function CommentAD($/
673comment php-src/lce_functions.php /^ function comment($line, $class)$/ 2586comment php-src/lce_functions.php /^ function comment($line, $class)$/
674\comment tex-src/texinfo.tex /^\\def\\comment{\\catcode 64=\\other \\catcode 123=\\othe/
675\commentxxx tex-src/texinfo.tex /^\\def\\commentxxx #1{\\catcode 64=0 \\catcode 123=1 \\c/
676/COMMONBITMAPc ps-src/rfc1245.ps /^\/COMMONBITMAPc { $/
677/COMMONBITMAP ps-src/rfc1245.ps /^\/COMMONBITMAP { $/
678commutativity_assertion merc-src/accumulator.m /^:- pred commutativity_assertion(module_info::in,li/ 2587commutativity_assertion merc-src/accumulator.m /^:- pred commutativity_assertion(module_info::in,li/
679COMPILED_ARGLIST c-src/emacs/src/lisp.h 2431
680COMPILED_BYTECODE c-src/emacs/src/lisp.h 2432
681COMPILED_CONSTANTS c-src/emacs/src/lisp.h 2433
682COMPILED_DOC_STRING c-src/emacs/src/lisp.h 2435
683COMPILED_INTERACTIVE c-src/emacs/src/lisp.h 2436
684COMPILEDP c-src/emacs/src/lisp.h /^COMPILEDP (Lisp_Object a)$/
685COMPILED_STACK_DEPTH c-src/emacs/src/lisp.h 2434
686compile_empty prol-src/natded.prolog /^compile_empty:-$/ 2588compile_empty prol-src/natded.prolog /^compile_empty:-$/
687compile_lex prol-src/natded.prolog /^compile_lex(File):-$/ 2589compile_lex prol-src/natded.prolog /^compile_lex(File):-$/
688complete prol-src/natded.prolog /^complete(Cat):-$/ 2590complete prol-src/natded.prolog /^complete(Cat):-$/
@@ -694,93 +2596,39 @@ compute_next_state cp-src/conway.hpp /^ void compute_next_state(void)$/
694conalgorithm html-src/algrthms.html /^Convolutionally$/ 2596conalgorithm html-src/algrthms.html /^Convolutionally$/
695concat c-src/etags.c /^concat (const char *s1, const char *s2, const char/ 2597concat c-src/etags.c /^concat (const char *s1, const char *s2, const char/
696concatenatenamestrings pas-src/common.pas /^function concatenatenamestrings; (*($/ 2598concatenatenamestrings pas-src/common.pas /^function concatenatenamestrings; (*($/
697ConcatT pas-src/common.pas /^function ConcatT;(*($/
698Concept Index tex-src/gzip.texi /^@node Concept Index, , Problems, Top$/
699CONDITION_CASE c-src/emacs/src/lisp.h 3021
700Condition_Variable/t ada-src/2ataspri.ads /^ type Condition_Variable is$/
701Condition_Variable/t ada-src/2ataspri.ads /^ type Condition_Variable is private;$/
702Cond_Signal/p ada-src/2ataspri.adb /^ procedure Cond_Signal (Cond : in out Condition_/
703Cond_Signal/p ada-src/2ataspri.ads /^ procedure Cond_Signal (Cond : in out Condition_/
704Cond_Timed_Wait/p ada-src/2ataspri.adb /^ procedure Cond_Timed_Wait$/
705Cond_Timed_Wait/p ada-src/2ataspri.ads /^ procedure Cond_Timed_Wait$/
706Cond_Wait/p ada-src/2ataspri.adb /^ procedure Cond_Wait (Cond : in out Condition_Va/
707Cond_Wait/p ada-src/2ataspri.ads /^ procedure Cond_Wait (Cond : in out Condition_Va/
708Configure pyt-src/server.py /^class Configure(Frame, ControlEdit):$/
709ConfirmQuit pyt-src/server.py /^def ConfirmQuit(frame, context):$/
710consider_token c-src/etags.c /^consider_token (char *str, int len, int c, int *c_/ 2599consider_token c-src/etags.c /^consider_token (char *str, int len, int c, int *c_/
711CONSP c-src/emacs/src/lisp.h /^# define CONSP(x) lisp_h_CONSP (x)$/
712constant_args c-src/h.h 27
713constant c-src/emacs/src/lisp.h 668 2600constant c-src/emacs/src/lisp.h 668
714constant c-src/h.h 29 2601constant c-src/h.h 29
715Constant ruby-src/test1.ru 42
716constant y-src/cccp.y 112 2602constant y-src/cccp.y 112
717CONS_TO_INTEGER c-src/emacs/src/lisp.h /^#define CONS_TO_INTEGER(cons, type, var) \\$/ 2603constant_args c-src/h.h 27
718constype c-src/emacs/src/lisp.h 3739 2604constype c-src/emacs/src/lisp.h 3739
719CONSTYPE_HEAP c-src/emacs/src/lisp.h 3739
720CONSTYPE_PURE c-src/emacs/src/lisp.h 3739
721consult_lex prol-src/natded.prolog /^consult_lex:-$/ 2605consult_lex prol-src/natded.prolog /^consult_lex:-$/
722contents c-src/emacs/src/lisp.h 1372 2606contents c-src/emacs/src/lisp.h 1372
723contents c-src/emacs/src/lisp.h 1600 2607contents c-src/emacs/src/lisp.h 1600
724contents c-src/emacs/src/lisp.h 1624 2608contents c-src/emacs/src/lisp.h 1624
725\contents tex-src/texinfo.tex /^\\outer\\def\\contents{%$/
726ControlEdit pyt-src/server.py /^class ControlEdit(Frame):$/
727Controls pyt-src/server.py /^class Controls:$/
728CONVERT_CHARSTRING_TO_VALUE pas-src/common.pas /^procedure CONVERT_CHARSTRING_TO_VALUE;(*($/
729Copying tex-src/gzip.texi /^@node Copying, Overview, , Top$/
730\copyright tex-src/texinfo.tex /^\\def\\copyright{\\realbackslash copyright }%$/
731\copyright tex-src/texinfo.tex /^\\def\\copyright{\\realbackslash copyright}$/
732CopyTextString pas-src/common.pas /^function CopyTextString;(*($/
733count c-src/emacs/src/lisp.h 1863 2609count c-src/emacs/src/lisp.h 1863
734counter cp-src/c.C 33
735counter cp-src/c.C 36
736count_layers lua-src/allegro.lua /^local function count_layers (layer)$/ 2610count_layers lua-src/allegro.lua /^local function count_layers (layer)$/
737count_words c-src/tab.c /^static int count_words(char *str, char delim)$/ 2611count_words c-src/tab.c /^static int count_words(char *str, char delim)$/
2612counter cp-src/c.C 33
2613counter cp-src/c.C 36
738cow cp-src/c.C 127 2614cow cp-src/c.C 127
739cow cp-src/c.C 131 2615cow cp-src/c.C 131
740C_PLAIN c-src/etags.c 2194
741C_PLPL c-src/etags.c 2195
742cplpl c-src/etags.c 2935 2616cplpl c-src/etags.c 2935
743Cplusplus_entries c-src/etags.c /^Cplusplus_entries (FILE *inf)$/ 2617create-bar forth-src/test-forth.fth /^: create-bar foo ;$/
744Cplusplus_help c-src/etags.c 540 2618createPOEntries php-src/lce_functions.php /^ function createPOEntries()$/
745Cplusplus_suffixes c-src/etags.c 535 2619createWidgets pyt-src/server.py /^ def createWidgets(self):$/
746CPPFLAGS make-src/Makefile /^CPPFLAGS=${CHECKFLAGS} -DSTDC_HEADERS -DHAVE_GETCW/ 2620createWidgets pyt-src/server.py /^ def createWidgets(self, host):$/
747CPSRC make-src/Makefile /^CPSRC=c.C abstract.C abstract.H cfront.H burton.cp/
748/C ps-src/rfc1245.ps /^\/C { $/
749create_acc_call merc-src/accumulator.m /^:- func create_acc_call(hlds_goal::in(goal_plain_c/ 2621create_acc_call merc-src/accumulator.m /^:- func create_acc_call(hlds_goal::in(goal_plain_c/
750create_acc_goal merc-src/accumulator.m /^:- pred create_acc_goal(hlds_goal::in, accu_substs/ 2622create_acc_goal merc-src/accumulator.m /^:- pred create_acc_goal(hlds_goal::in, accu_substs/
751create-bar forth-src/test-forth.fth /^: create-bar foo ;$/
752Create_LL_Task/p ada-src/2ataspri.adb /^ procedure Create_LL_Task$/
753Create_LL_Task/p ada-src/2ataspri.ads /^ procedure Create_LL_Task$/
754create_new_base_goals merc-src/accumulator.m /^:- func create_new_base_goals(set(accu_goal_id), a/ 2623create_new_base_goals merc-src/accumulator.m /^:- func create_new_base_goals(set(accu_goal_id), a/
755create_new_orig_recursive_goals merc-src/accumulator.m /^:- func create_new_orig_recursive_goals(set(accu_g/ 2624create_new_orig_recursive_goals merc-src/accumulator.m /^:- func create_new_orig_recursive_goals(set(accu_g/
756create_new_recursive_goals merc-src/accumulator.m /^:- func create_new_recursive_goals(set(accu_goal_i/ 2625create_new_recursive_goals merc-src/accumulator.m /^:- func create_new_recursive_goals(set(accu_goal_i/
757create_new_var merc-src/accumulator.m /^:- pred create_new_var(prog_var::in, string::in, p/ 2626create_new_var merc-src/accumulator.m /^:- pred create_new_var(prog_var::in, string::in, p/
758create_orig_goal merc-src/accumulator.m /^:- pred create_orig_goal(hlds_goal::in, accu_subst/ 2627create_orig_goal merc-src/accumulator.m /^:- pred create_orig_goal(hlds_goal::in, accu_subst/
759createPOEntries php-src/lce_functions.php /^ function createPOEntries()$/
760createWidgets pyt-src/server.py /^ def createWidgets(self):$/
761createWidgets pyt-src/server.py /^ def createWidgets(self, host):$/
762\cropmarks tex-src/texinfo.tex /^\\def\\cropmarks{\\let\\onepageout=\\croppageout }$/
763\croppageout tex-src/texinfo.tex /^\\def\\croppageout#1{\\hoffset=0pt % make sure this d/
764cscInitTime cp-src/c.C 7 2628cscInitTime cp-src/c.C 7
765cscSegmentationTime cp-src/c.C 8 2629cscSegmentationTime cp-src/c.C 8
766CSRC make-src/Makefile /^CSRC=abbrev.c ..\/etags\/h.h .\/\/c.c torture.c getopt/
767C_stab_entry c-src/etags.c 2271
768cstack c-src/etags.c 2523 2630cstack c-src/etags.c 2523
769C_STAR c-src/etags.c 2196
770Cstar_entries c-src/etags.c /^Cstar_entries (FILE *inf)$/
771Cstar_suffixes c-src/etags.c 562
772C_symtype c-src/etags.c /^C_symtype (char *str, int len, int c_ext)$/
773CTAGS13 CTAGS14 CTAGS15 make-src/Makefile /^CTAGS13 CTAGS14 CTAGS15: ctags% ${infiles}$/
774CTAGS c-src/etags.c 146
775CTAGS c-src/etags.c 147
776CTAGS c-src/etags.c 149
777CTAGS make-src/Makefile /^CTAGS: ctags ${infiles}$/
778CTAGS% make-src/Makefile /^CTAGS%: ctags% ${infiles}$/
779ctags make-src/Makefile /^ctags: etags.c ${OBJS}$/ 2631ctags make-src/Makefile /^ctags: etags.c ${OBJS}$/
780\ctl tex-src/texinfo.tex /^\\def\\ctl{{\\circle\\char'013\\hskip -6pt}}% 6pt from /
781\ctrl tex-src/texinfo.tex /^\\def\\ctrl #1{{\\tt \\rawbackslash \\hat}#1}$/
782\ctr tex-src/texinfo.tex /^\\def\\ctr{{\\hskip 6pt\\circle\\char'010}}$/
783Cube.data.getFoo lua-src/test.lua /^function Cube.data.getFoo ()$/
784curlb c-src/etags.c 2929 2632curlb c-src/etags.c 2929
785curlinepos c-src/etags.c 2931 2633curlinepos c-src/etags.c 2931
786current-idle-time c-src/emacs/src/keyboard.c /^DEFUN ("current-idle-time", Fcurrent_idle_time, Sc/ 2634current-idle-time c-src/emacs/src/keyboard.c /^DEFUN ("current-idle-time", Fcurrent_idle_time, Sc/
@@ -791,143 +2639,35 @@ curry-test scm-src/test.scm /^(define (((((curry-test a) b) c) d) e)$/
791cursor_position cp-src/screen.cpp /^void cursor_position(void)$/ 2639cursor_position cp-src/screen.cpp /^void cursor_position(void)$/
792cursor_x cp-src/screen.cpp 15 2640cursor_x cp-src/screen.cpp 15
793cursor_y cp-src/screen.cpp 15 2641cursor_y cp-src/screen.cpp 15
794CYAN cp-src/screen.hpp 15 2642d c-src/emacs/src/lisp.h 4673
795DAEMON_RUNNING c-src/emacs/src/lisp.h 4258 2643d c-src/emacs/src/lisp.h 4679
796DAEMON_RUNNING c-src/emacs/src/lisp.h 4262 2644d c.c 180
797DARKGRAY cp-src/screen.hpp 20
798data c-src/emacs/src/lisp.h 1395 2645data c-src/emacs/src/lisp.h 1395
799data c-src/emacs/src/lisp.h 2129 2646data c-src/emacs/src/lisp.h 2129
800data c-src/emacs/src/lisp.h 2395 2647data c-src/emacs/src/lisp.h 2395
801d c.c 180
802D cp-src/fail.C 41
803D cp-src/fail.C /^ D() : ::A::T2::T(97), x(1066) {}$/
804d c-src/emacs/src/lisp.h 4673
805d c-src/emacs/src/lisp.h 4679
806ddefineseen c-src/etags.c 2462 2648ddefineseen c-src/etags.c 2462
807DEAFUN c.c /^DEAFUN ("expand-file-name", Fexpand_file_name, Sex/
808debian-bug html-src/software.html /^debian-bug.el$/ 2649debian-bug html-src/software.html /^debian-bug.el$/
809Debug cp-src/functions.cpp /^void Debug ( int lineno, int level, char* func , c/
810DEBUG c-src/etags.c 84
811DEBUG c-src/etags.c 85
812DEBUG c-src/etags.c 87
813DEBUG objc-src/PackInsp.m 37
814debug_on_exit c-src/emacs/src/lisp.h 2984 2650debug_on_exit c-src/emacs/src/lisp.h 2984
815decimalKey objcpp-src/SimpleCalc.M /^- decimalKey:sender$/ 2651decimalKey objcpp-src/SimpleCalc.M /^- decimalKey:sender$/
816declared_special c-src/emacs/src/lisp.h 676 2652declared_special c-src/emacs/src/lisp.h 676
817DECLARE_GDB_SYM c-src/emacs/src/lisp.h /^#define DECLARE_GDB_SYM(type, id) type const id EX/
818decode_timer c-src/emacs/src/keyboard.c /^decode_timer (Lisp_Object timer, struct timespec */ 2653decode_timer c-src/emacs/src/keyboard.c /^decode_timer (Lisp_Object timer, struct timespec */
2654def c-src/h.h 35
2655def c-src/h.h 38
819defalt c-src/emacs/src/lisp.h 1585 2656defalt c-src/emacs/src/lisp.h 1585
2657default-tags-table-function el-src/emacs/lisp/progmodes/etags.el /^(defvar default-tags-table-function nil$/
820default_C_entries c-src/etags.c /^default_C_entries (FILE *inf)$/ 2658default_C_entries c-src/etags.c /^default_C_entries (FILE *inf)$/
821default_C_help c-src/etags.c 515 2659default_C_help c-src/etags.c 515
822default_C_help c-src/etags.c 523 2660default_C_help c-src/etags.c 523
823default_C_suffixes c-src/etags.c 512 2661default_C_suffixes c-src/etags.c 512
824DEFAULT_HASH_SIZE c-src/emacs/src/lisp.h 1940
825__default_morecore c-src/emacs/src/gmalloc.c /^__default_morecore (ptrdiff_t increment)$/
826DEFAULT_REHASH_SIZE c-src/emacs/src/lisp.h 1950
827DEFAULT_REHASH_THRESHOLD c-src/emacs/src/lisp.h 1946
828default-tags-table-function el-src/emacs/lisp/progmodes/etags.el /^(defvar default-tags-table-function nil$/
829defcell c-src/emacs/src/lisp.h 2351 2662defcell c-src/emacs/src/lisp.h 2351
830\defcodeindex tex-src/texinfo.tex /^\\def\\defcodeindex{\\parsearg\\newcodeindex}$/
831def c-src/h.h 35
832def c-src/h.h 38
833\defcvarheader tex-src/texinfo.tex /^\\def\\defcvarheader #1#2#3{%$/
834\defcv tex-src/texinfo.tex /^\\def\\defcv #1 {\\def\\defcvtype{#1}%$/
835\defcvx tex-src/texinfo.tex /^\\def\\defcvx #1 {\\errmessage{@defcvx in invalid con/
836\deffnheader tex-src/texinfo.tex /^\\def\\deffnheader #1#2#3{\\doind {fn}{\\code{#2}}%$/
837\deffn tex-src/texinfo.tex /^\\def\\deffn{\\defmethparsebody\\Edeffn\\deffnx\\deffnhe/
838\deffnx tex-src/texinfo.tex /^\\def\\deffnx #1 {\\errmessage{@deffnx in invalid con/
839\defindex tex-src/texinfo.tex /^\\def\\defindex{\\parsearg\\newindex}$/
840define-abbrev c-src/abbrev.c /^DEFUN ("define-abbrev", Fdefine_abbrev, Sdefine_ab/ 2663define-abbrev c-src/abbrev.c /^DEFUN ("define-abbrev", Fdefine_abbrev, Sdefine_ab/
841define-abbrev-table c-src/abbrev.c /^DEFUN ("define-abbrev-table", Fdefine_abbrev_table/ 2664define-abbrev-table c-src/abbrev.c /^DEFUN ("define-abbrev-table", Fdefine_abbrev_table/
842definedef c-src/etags.c 2464
843defined_GC_CHECK_STRING_BYTES c-src/emacs/src/lisp.h 4663
844defined_GC_CHECK_STRING_BYTES c-src/emacs/src/lisp.h 4665
845DEFINE_GDB_SYMBOL_BEGIN c-src/emacs/src/lisp.h /^# define DEFINE_GDB_SYMBOL_BEGIN(type, id) DECLARE/
846DEFINE_GDB_SYMBOL_BEGIN c-src/emacs/src/lisp.h /^# define DEFINE_GDB_SYMBOL_BEGIN(type, id) extern /
847DEFINE_GDB_SYMBOL_END c-src/emacs/src/lisp.h /^# define DEFINE_GDB_SYMBOL_END(id) = id;$/
848DEFINE_GDB_SYMBOL_END c-src/emacs/src/lisp.h /^# define DEFINE_GDB_SYMBOL_END(val) ;$/
849define-global-abbrev c-src/abbrev.c /^DEFUN ("define-global-abbrev", Fdefine_global_abbr/ 2665define-global-abbrev c-src/abbrev.c /^DEFUN ("define-global-abbrev", Fdefine_global_abbr/
850DEFINE_LISP_SYMBOL c-src/emacs/src/lisp.h /^#define DEFINE_LISP_SYMBOL(name) \\$/
851define-mode-abbrev c-src/abbrev.c /^DEFUN ("define-mode-abbrev", Fdefine_mode_abbrev, / 2666define-mode-abbrev c-src/abbrev.c /^DEFUN ("define-mode-abbrev", Fdefine_mode_abbrev, /
852DEFINE_NON_NIL_Q_SYMBOL_MACROS c-src/emacs/src/lisp.h 755 2667defined_GC_CHECK_STRING_BYTES c-src/emacs/src/lisp.h 4663
853\defivarheader tex-src/texinfo.tex /^\\def\\defivarheader #1#2#3{%$/ 2668defined_GC_CHECK_STRING_BYTES c-src/emacs/src/lisp.h 4665
854\defivar tex-src/texinfo.tex /^\\def\\defivar{\\defvrparsebody\\Edefivar\\defivarx\\def/ 2669definedef c-src/etags.c 2464
855\defivarx tex-src/texinfo.tex /^\\def\\defivarx #1 {\\errmessage{@defivarx in invalid/
856\defmacheader tex-src/texinfo.tex /^\\def\\defmacheader #1#2{\\doind {fn}{\\code{#1}}% Mak/
857\defmac tex-src/texinfo.tex /^\\def\\defmac{\\defparsebody\\Edefmac\\defmacx\\defmache/
858\defmacx tex-src/texinfo.tex /^\\def\\defmacx #1 {\\errmessage{@defmacx in invalid c/
859\defmethodheader tex-src/texinfo.tex /^\\def\\defmethodheader #1#2#3{%$/
860\defmethod tex-src/texinfo.tex /^\\def\\defmethod{\\defmethparsebody\\Edefmethod\\defmet/
861\defmethodx tex-src/texinfo.tex /^\\def\\defmethodx #1 {\\errmessage{@defmethodx in inv/
862\defmethparsebody tex-src/texinfo.tex /^\\def\\defmethparsebody #1#2#3#4 {\\begingroup\\inENV /
863\defname tex-src/texinfo.tex /^\\def\\defname #1#2{%$/
864\defopheader tex-src/texinfo.tex /^\\def\\defopheader #1#2#3{%$/
865\defopparsebody tex-src/texinfo.tex /^\\def\\defopparsebody #1#2#3#4#5 {\\begingroup\\inENV /
866\defop tex-src/texinfo.tex /^\\def\\defop #1 {\\def\\defoptype{#1}%$/
867\defoptheader tex-src/texinfo.tex /^\\def\\defoptheader #1#2{\\doind {vr}{\\code{#1}}% Mak/
868\defopt tex-src/texinfo.tex /^\\def\\defopt{\\defvarparsebody\\Edefopt\\defoptx\\defop/
869\defoptx tex-src/texinfo.tex /^\\def\\defoptx #1 {\\errmessage{@defoptx in invalid c/
870\defopvarparsebody tex-src/texinfo.tex /^\\def\\defopvarparsebody #1#2#3#4#5 {\\begingroup\\inE/
871\defopx tex-src/texinfo.tex /^\\def\\defopx #1 {\\errmessage{@defopx in invalid con/
872\defparsebody tex-src/texinfo.tex /^\\def\\defparsebody #1#2#3{\\begingroup\\inENV% Enviro/
873Def_ ruby-src/test1.ru 12
874\defspecheader tex-src/texinfo.tex /^\\def\\defspecheader #1#2{\\doind {fn}{\\code{#1}}% Ma/
875\defspec tex-src/texinfo.tex /^\\def\\defspec{\\defparsebody\\Edefspec\\defspecx\\defsp/
876\defspecx tex-src/texinfo.tex /^\\def\\defspecx #1 {\\errmessage{@defspecx in invalid/
877DEFSYM c-src/emacs/src/lisp.h /^#define DEFSYM(sym, name) \/* empty *\/$/
878DEFSYM c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (SYMBOL_CONSTANT_P, int, (Lisp_Ob/
879\deftpargs tex-src/texinfo.tex /^\\def\\deftpargs #1{\\bf \\defvarargs{#1}}$/
880\deftpheader tex-src/texinfo.tex /^\\def\\deftpheader #1#2#3{\\doind {tp}{\\code{#2}}%$/
881\deftp tex-src/texinfo.tex /^\\def\\deftp{\\defvrparsebody\\Edeftp\\deftpx\\deftphead/
882\deftpx tex-src/texinfo.tex /^\\def\\deftpx #1 {\\errmessage{@deftpx in invalid con/
883\deftypefnheader tex-src/texinfo.tex /^\\def\\deftypefnheader #1#2#3{\\deftypefnheaderx{#1}{/
884\deftypefnheaderx tex-src/texinfo.tex /^\\def\\deftypefnheaderx #1#2#3 #4\\relax{%$/
885\deftypefn tex-src/texinfo.tex /^\\def\\deftypefn{\\defmethparsebody\\Edeftypefn\\deftyp/
886\deftypefnx tex-src/texinfo.tex /^\\def\\deftypefnx #1 {\\errmessage{@deftypefnx in inv/
887\deftypefunargs tex-src/texinfo.tex /^\\def\\deftypefunargs #1{%$/
888\deftypefunheader tex-src/texinfo.tex /^\\def\\deftypefunheader #1#2{\\deftypefunheaderx{#1}#/
889\deftypefunheaderx tex-src/texinfo.tex /^\\def\\deftypefunheaderx #1#2 #3\\relax{%$/
890\deftypefun tex-src/texinfo.tex /^\\def\\deftypefun{\\defparsebody\\Edeftypefun\\deftypef/
891\deftypeunx tex-src/texinfo.tex /^\\def\\deftypeunx #1 {\\errmessage{@deftypeunx in inv/
892\deftypevarheader tex-src/texinfo.tex /^\\def\\deftypevarheader #1#2{%$/
893\deftypevar tex-src/texinfo.tex /^\\def\\deftypevar{\\defvarparsebody\\Edeftypevar\\defty/
894\deftypevarx tex-src/texinfo.tex /^\\def\\deftypevarx #1 {\\errmessage{@deftypevarx in i/
895\deftypevrheader tex-src/texinfo.tex /^\\def\\deftypevrheader #1#2#3{\\doind {vr}{\\code{#3}}/
896\deftypevr tex-src/texinfo.tex /^\\def\\deftypevr{\\defvrparsebody\\Edeftypevr\\deftypev/
897\deftypevrx tex-src/texinfo.tex /^\\def\\deftypevrx #1 {\\errmessage{@deftypevrx in inv/
898DEFUN_ARGS_0 c-src/emacs/src/lisp.h 714
899DEFUN_ARGS_1 c-src/emacs/src/lisp.h 715
900DEFUN_ARGS_2 c-src/emacs/src/lisp.h 716
901DEFUN_ARGS_3 c-src/emacs/src/lisp.h 717
902DEFUN_ARGS_4 c-src/emacs/src/lisp.h 718
903DEFUN_ARGS_5 c-src/emacs/src/lisp.h 719
904DEFUN_ARGS_6 c-src/emacs/src/lisp.h 721
905DEFUN_ARGS_7 c-src/emacs/src/lisp.h 723
906DEFUN_ARGS_8 c-src/emacs/src/lisp.h 725
907DEFUN_ARGS_MANY c-src/emacs/src/lisp.h 712
908\defunargs tex-src/texinfo.tex /^\\def\\defunargs #1{\\functionparens \\sl$/
909DEFUN_ARGS_UNEVALLED c-src/emacs/src/lisp.h 713
910DEFUN c-src/emacs/src/lisp.h /^#define DEFUN(lname, fnname, sname, minargs, maxar/
911defun_func1 c.c /^defun_func1()$/ 2670defun_func1 c.c /^defun_func1()$/
912DEFUN_func2 c.c /^DEFUN_func2()$/
913\defunheader tex-src/texinfo.tex /^\\def\\defunheader #1#2{\\doind {fn}{\\code{#1}}% Make/
914\defun tex-src/texinfo.tex /^\\def\\defun{\\defparsebody\\Edefun\\defunx\\defunheader/
915\defunx tex-src/texinfo.tex /^\\def\\defunx #1 {\\errmessage{@defunx in invalid con/
916\defvarargs tex-src/texinfo.tex /^\\def\\defvarargs #1{\\normalparens #1%$/
917DEFVAR_BOOL c-src/emacs/src/lisp.h /^#define DEFVAR_BOOL(lname, vname, doc) \\$/
918DEFVAR_BUFFER_DEFAULTS c-src/emacs/src/lisp.h /^#define DEFVAR_BUFFER_DEFAULTS(lname, vname, doc) /
919\defvarheader tex-src/texinfo.tex /^\\def\\defvarheader #1#2{\\doind {vr}{\\code{#1}}% Mak/
920DEFVAR_INT c-src/emacs/src/lisp.h /^#define DEFVAR_INT(lname, vname, doc) \\$/
921DEFVAR_KBOARD c-src/emacs/src/lisp.h /^#define DEFVAR_KBOARD(lname, vname, doc) \\$/
922DEFVAR_LISP c-src/emacs/src/lisp.h /^#define DEFVAR_LISP(lname, vname, doc) \\$/
923DEFVAR_LISP_NOPRO c-src/emacs/src/lisp.h /^#define DEFVAR_LISP_NOPRO(lname, vname, doc) \\$/
924\defvarparsebody tex-src/texinfo.tex /^\\def\\defvarparsebody #1#2#3{\\begingroup\\inENV% Env/
925\defvar tex-src/texinfo.tex /^\\def\\defvar{\\defvarparsebody\\Edefvar\\defvarx\\defva/
926\defvarx tex-src/texinfo.tex /^\\def\\defvarx #1 {\\errmessage{@defvarx in invalid c/
927\defvrheader tex-src/texinfo.tex /^\\def\\defvrheader #1#2#3{\\doind {vr}{\\code{#2}}%$/
928\defvrparsebody tex-src/texinfo.tex /^\\def\\defvrparsebody #1#2#3#4 {\\begingroup\\inENV %$/
929\defvr tex-src/texinfo.tex /^\\def\\defvr{\\defvrparsebody\\Edefvr\\defvrx\\defvrhead/
930\defvrx tex-src/texinfo.tex /^\\def\\defvrx #1 {\\errmessage{@defvrx in invalid con/
931delegate objc-src/Subprocess.m /^- delegate$/ 2671delegate objc-src/Subprocess.m /^- delegate$/
932deleteItem pyt-src/server.py /^ def deleteItem(self):$/ 2672deleteItem pyt-src/server.py /^ def deleteItem(self):$/
933delete_kboard c-src/emacs/src/keyboard.c /^delete_kboard (KBOARD *kb)$/ 2673delete_kboard c-src/emacs/src/keyboard.c /^delete_kboard (KBOARD *kb)$/
@@ -937,64 +2677,25 @@ deliver_user_signal c-src/emacs/src/keyboard.c /^deliver_user_signal (int sig)$/
937depth c-src/emacs/src/lisp.h 1618 2677depth c-src/emacs/src/lisp.h 1618
938derived_analyses prol-src/natded.prolog /^derived_analyses([],[]).$/ 2678derived_analyses prol-src/natded.prolog /^derived_analyses([],[]).$/
939describe_abbrev c-src/abbrev.c /^describe_abbrev (sym, stream)$/ 2679describe_abbrev c-src/abbrev.c /^describe_abbrev (sym, stream)$/
940\description tex-src/texinfo.tex /^\\def\\description{\\tablez{\\dontindex}{1}{}{}{}{}}$/
941/desperatepapersize ps-src/rfc1245.ps /^\/desperatepapersize {$/
942detect_input_pending c-src/emacs/src/keyboard.c /^detect_input_pending (void)$/ 2680detect_input_pending c-src/emacs/src/keyboard.c /^detect_input_pending (void)$/
943detect_input_pending_ignore_squeezables c-src/emacs/src/keyboard.c /^detect_input_pending_ignore_squeezables (void)$/ 2681detect_input_pending_ignore_squeezables c-src/emacs/src/keyboard.c /^detect_input_pending_ignore_squeezables (void)$/
944detect_input_pending_run_timers c-src/emacs/src/keyboard.c /^detect_input_pending_run_timers (bool do_display)$/ 2682detect_input_pending_run_timers c-src/emacs/src/keyboard.c /^detect_input_pending_run_timers (bool do_display)$/
945DEVICE_LAST c-src/h.h 24
946DEVICE_SWP c-src/h.h 23
947\dfn tex-src/texinfo.tex /^\\def\\dfn##1{\\realbackslash dfn {##1}}$/
948\df tex-src/texinfo.tex /^\\def\\df{\\let\\tentt=\\deftt \\let\\tenbf = \\defbf \\bf}/
949/DiacriticEncoding ps-src/rfc1245.ps /^\/DiacriticEncoding [$/
950dialog_loop erl-src/gs_dialog.erl /^dialog_loop(Module, Window, Frame, Extra, Args) ->/ 2683dialog_loop erl-src/gs_dialog.erl /^dialog_loop(Module, Window, Frame, Extra, Args) ->/
951/dieresis ps-src/rfc1245.ps /^\/dieresis \/.notdef \/AE \/Oslash \/.notdef \/.notdef \//
952dignorerest c-src/etags.c 2463 2684dignorerest c-src/etags.c 2463
953\direntry tex-src/texinfo.tex /^\\def\\direntry{\\begingroup\\direntryxxx}$/
954\direntryxxx tex-src/texinfo.tex /^\\long\\def\\direntryxxx #1\\end direntry{\\endgroup\\ig/
955discard-input c-src/emacs/src/keyboard.c /^DEFUN ("discard-input", Fdiscard_input, Sdiscard_i/ 2685discard-input c-src/emacs/src/keyboard.c /^DEFUN ("discard-input", Fdiscard_input, Sdiscard_i/
956discard_mouse_events c-src/emacs/src/keyboard.c /^discard_mouse_events (void)$/ 2686discard_mouse_events c-src/emacs/src/keyboard.c /^discard_mouse_events (void)$/
957discrete_location cp-src/clheir.hpp 56
958discrete_location cp-src/clheir.hpp /^ discrete_location(int xi, int yi, int zi):$/ 2687discrete_location cp-src/clheir.hpp /^ discrete_location(int xi, int yi, int zi):$/
2688discrete_location cp-src/clheir.hpp 56
959display cp-src/conway.cpp /^void display(void)$/ 2689display cp-src/conway.cpp /^void display(void)$/
960\display tex-src/texinfo.tex /^\\def\\display{\\begingroup\\inENV %This group ends at/
961DisposeANameList pas-src/common.pas /^procedure DisposeANameList( $/
962DisposeNameList pas-src/common.pas /^procedure DisposeNameList;$/
963disposetextstring pas-src/common.pas /^procedure disposetextstring;(*($/ 2690disposetextstring pas-src/common.pas /^procedure disposetextstring;(*($/
964/dmatrix ps-src/rfc1245.ps /^\/dmatrix matrix def$/
965\dmn tex-src/texinfo.tex /^\\def\\dmn#1{\\thinspace #1}$/
966dnone c-src/etags.c 2460 2691dnone c-src/etags.c 2460
967/dnormalize ps-src/rfc1245.ps /^\/dnormalize {$/
968\dobreak tex-src/texinfo.tex /^\\def\\dobreak#1#2{\\par\\ifdim\\lastskip<#1\\removelast/
969doc c-src/emacs/src/lisp.h 1689 2692doc c-src/emacs/src/lisp.h 1689
970\dochapentry tex-src/texinfo.tex /^\\def\\dochapentry#1#2{%$/ 2693dog c-src/h.h 81
971\docodeindex tex-src/texinfo.tex /^\\def\\docodeindex#1{\\edef\\indexname{#1}\\parsearg\\si/
972dog cp-src/c.C 126 2694dog cp-src/c.C 126
973dog cp-src/c.C 130 2695dog cp-src/c.C 130
974dog c-src/h.h 81
975\doindex tex-src/texinfo.tex /^\\def\\doindex#1{\\edef\\indexname{#1}\\parsearg\\single/
976\doind tex-src/texinfo.tex /^\\def\\doind #1#2{%$/
977\donoderef tex-src/texinfo.tex /^\\def\\donoderef{\\ifx\\lastnode\\relax\\else$/
978\dontindex tex-src/texinfo.tex /^\\def\\dontindex #1{}$/
979\dopageno tex-src/texinfo.tex /^\\def\\dopageno#1{{\\rm #1}}$/
980\doprintindex tex-src/texinfo.tex /^\\def\\doprintindex#1{%$/
981\dosecentry tex-src/texinfo.tex /^\\def\\dosecentry#1#2{%$/
982\dosetq tex-src/texinfo.tex /^\\def\\dosetq #1#2{{\\let\\folio=0 \\turnoffactive%$/
983\doshortpageno tex-src/texinfo.tex /^\\def\\doshortpageno#1{{\\rm #1}}$/
984DOS_NT c-src/etags.c 117
985DOS_NT c-src/etags.c 118
986\dosubind tex-src/texinfo.tex /^\\def\\dosubind #1#2#3{%$/
987\dosubsecentry tex-src/texinfo.tex /^\\def\\dosubsecentry#1#2{%$/
988\dosubsubsecentry tex-src/texinfo.tex /^\\def\\dosubsubsecentry#1#2{%$/
989dotfill tex-src/texinfo.tex /^\\noindent\\hskip\\secondaryindent\\hbox{#1}\\indexdotf/
990dotfill tex-src/texinfo.tex /^ \\null\\nobreak\\indexdotfill % Have leaders before/ 2696dotfill tex-src/texinfo.tex /^ \\null\\nobreak\\indexdotfill % Have leaders before/
991\dots tex-src/texinfo.tex /^\\def\\dots{$\\ldots$}$/ 2697dotfill tex-src/texinfo.tex /^\\noindent\\hskip\\secondaryindent\\hbox{#1}\\indexdotf/
992\dots tex-src/texinfo.tex /^\\def\\dots{\\realbackslash dots }%$/
993\dots tex-src/texinfo.tex /^\\def\\dots{\\realbackslash dots}$/
994double_click_count c-src/emacs/src/keyboard.c 5222 2698double_click_count c-src/emacs/src/keyboard.c 5222
995\doublecolumnout tex-src/texinfo.tex /^\\def\\doublecolumnout{\\splittopskip=\\topskip \\split/
996/dpi ps-src/rfc1245.ps /^\/dpi 72 0 dmatrix defaultmatrix dtransform$/
997/D ps-src/rfc1245.ps /^\/D {curveto} bind def$/
998drag_n_drop_syms c-src/emacs/src/keyboard.c 4629 2699drag_n_drop_syms c-src/emacs/src/keyboard.c 4629
999dribble c-src/emacs/src/keyboard.c 236 2700dribble c-src/emacs/src/keyboard.c 236
1000dsharpseen c-src/etags.c 2461 2701dsharpseen c-src/etags.c 2461
@@ -1014,77 +2715,39 @@ dummyfont tex-src/texinfo.tex /^\\let\\r=\\indexdummyfont$/
1014dummyfont tex-src/texinfo.tex /^\\let\\samp=\\indexdummyfont$/ 2715dummyfont tex-src/texinfo.tex /^\\let\\samp=\\indexdummyfont$/
1015dummyfont tex-src/texinfo.tex /^\\let\\sc=\\indexdummyfont$/ 2716dummyfont tex-src/texinfo.tex /^\\let\\sc=\\indexdummyfont$/
1016dummyfont tex-src/texinfo.tex /^\\let\\strong=\\indexdummyfont$/ 2717dummyfont tex-src/texinfo.tex /^\\let\\strong=\\indexdummyfont$/
1017dummyfont tex-src/texinfo.tex /^\\let\\tclose=\\indexdummyfont$/
1018dummyfont tex-src/texinfo.tex /^\\let\\t=\\indexdummyfont$/ 2718dummyfont tex-src/texinfo.tex /^\\let\\t=\\indexdummyfont$/
2719dummyfont tex-src/texinfo.tex /^\\let\\tclose=\\indexdummyfont$/
1019dummyfont tex-src/texinfo.tex /^\\let\\var=\\indexdummyfont$/ 2720dummyfont tex-src/texinfo.tex /^\\let\\var=\\indexdummyfont$/
1020dummyfont tex-src/texinfo.tex /^\\let\\w=\\indexdummyfont$/ 2721dummyfont tex-src/texinfo.tex /^\\let\\w=\\indexdummyfont$/
1021dummytex tex-src/texinfo.tex /^\\let\\TeX=\\indexdummytex$/ 2722dummytex tex-src/texinfo.tex /^\\let\\TeX=\\indexdummytex$/
1022DUMPED c-src/emacs/src/gmalloc.c 80
1023dump pyt-src/server.py /^ def dump(self, folded):$/ 2723dump pyt-src/server.py /^ def dump(self, folded):$/
1024eabs c-src/emacs/src/lisp.h /^#define eabs(x) ((x) < 0 ? -(x) : (x))$/ 2724eabs c-src/emacs/src/lisp.h /^#define eabs(x) ((x) < 0 ? -(x) : (x))$/
1025\Ealphaenumerate tex-src/texinfo.tex /^\\def\\Ealphaenumerate{\\Eenumerate}$/
1026eassert c-src/emacs/src/lisp.h /^# define eassert(cond) \\$/ 2725eassert c-src/emacs/src/lisp.h /^# define eassert(cond) \\$/
1027eassert c-src/emacs/src/lisp.h /^# define eassert(cond) ((void) (false && (cond))) / 2726eassert c-src/emacs/src/lisp.h /^# define eassert(cond) ((void) (false && (cond))) /
1028eassume c-src/emacs/src/lisp.h /^# define eassume(cond) \\$/ 2727eassume c-src/emacs/src/lisp.h /^# define eassume(cond) \\$/
1029eassume c-src/emacs/src/lisp.h /^# define eassume(cond) assume (cond)$/ 2728eassume c-src/emacs/src/lisp.h /^# define eassume(cond) assume (cond)$/
1030eax c-src/sysdep.h 31 2729eax c-src/sysdep.h 31
1031eax c-src/sysdep.h 33 2730eax c-src/sysdep.h 33
1032\Ecapsenumerate tex-src/texinfo.tex /^\\def\\Ecapsenumerate{\\Eenumerate}$/
1033\Ecartouche tex-src/texinfo.tex /^\\def\\Ecartouche{%$/
1034echo_add_key c-src/emacs/src/keyboard.c /^echo_add_key (Lisp_Object c)$/ 2731echo_add_key c-src/emacs/src/keyboard.c /^echo_add_key (Lisp_Object c)$/
1035echo_char c-src/emacs/src/keyboard.c /^echo_char (Lisp_Object c)$/ 2732echo_char c-src/emacs/src/keyboard.c /^echo_char (Lisp_Object c)$/
1036echo_dash c-src/emacs/src/keyboard.c /^echo_dash (void)$/ 2733echo_dash c-src/emacs/src/keyboard.c /^echo_dash (void)$/
1037echoing c-src/emacs/src/keyboard.c 154
1038echo_kboard c-src/emacs/src/keyboard.c 166 2734echo_kboard c-src/emacs/src/keyboard.c 166
1039echo_keystrokes_p c-src/emacs/src/keyboard.c /^echo_keystrokes_p (void)$/ 2735echo_keystrokes_p c-src/emacs/src/keyboard.c /^echo_keystrokes_p (void)$/
1040echo_length c-src/emacs/src/keyboard.c /^echo_length (void)$/ 2736echo_length c-src/emacs/src/keyboard.c /^echo_length (void)$/
1041echo_message_buffer c-src/emacs/src/keyboard.c 171 2737echo_message_buffer c-src/emacs/src/keyboard.c 171
1042echo_now c-src/emacs/src/keyboard.c /^echo_now (void)$/ 2738echo_now c-src/emacs/src/keyboard.c /^echo_now (void)$/
1043echo_truncate c-src/emacs/src/keyboard.c /^echo_truncate (ptrdiff_t nchars)$/ 2739echo_truncate c-src/emacs/src/keyboard.c /^echo_truncate (ptrdiff_t nchars)$/
1044\Edescription tex-src/texinfo.tex /^\\def\\Edescription{\\Etable}% Necessary kludge.$/ 2740echoing c-src/emacs/src/keyboard.c 154
1045%ediff make-src/Makefile /^%ediff: ETAGS% ETAGS ${infiles}$/
1046\Edisplay tex-src/texinfo.tex /^\\def\\Edisplay{\\endgroup\\afterenvbreak}%$/
1047editItem pyt-src/server.py /^ def editItem(self):$/ 2741editItem pyt-src/server.py /^ def editItem(self):$/
1048editsite pyt-src/server.py /^ def editsite(self, site):$/ 2742editsite pyt-src/server.py /^ def editsite(self, site):$/
1049edituser pyt-src/server.py /^ def edituser(self, user):$/ 2743edituser pyt-src/server.py /^ def edituser(self, user):$/
1050\Eexample tex-src/texinfo.tex /^\\def\\Eexample{\\Elisp}$/
1051\Eflushleft tex-src/texinfo.tex /^\\def\\Eflushleft{\\endgroup\\afterenvbreak}%$/
1052\Eflushright tex-src/texinfo.tex /^\\def\\Eflushright{\\endgroup\\afterenvbreak}%$/
1053\Eformat tex-src/texinfo.tex /^\\def\\Eformat{\\endgroup\\afterenvbreak}$/
1054\Eftable tex-src/texinfo.tex /^\\def\\Eftable{\\endgraf\\endgroup\\afterenvbreak}%$/
1055egetenv c-src/emacs/src/lisp.h /^egetenv (const char *var)$/ 2744egetenv c-src/emacs/src/lisp.h /^egetenv (const char *var)$/
1056\Egroup tex-src/texinfo.tex /^ \\def\\Egroup{\\egroup\\endgroup}%$/
1057\Eifclear tex-src/texinfo.tex /^\\def\\Eifclear{}$/
1058\Eifset tex-src/texinfo.tex /^\\def\\Eifset{}$/
1059\Eiftex tex-src/texinfo.tex /^\\def\\Eiftex{}$/
1060ELEM_I c-src/h.h 3
1061\Elisp tex-src/texinfo.tex /^\\def\\Elisp{\\endgroup\\afterenvbreak}%$/
1062ELSRC make-src/Makefile /^ELSRC=TAGTEST.EL emacs\/lisp\/progmodes\/etags.el$/
1063emacs_abort c-src/emacs/src/lisp.h /^extern _Noreturn void emacs_abort (void) NO_INLINE/ 2745emacs_abort c-src/emacs/src/lisp.h /^extern _Noreturn void emacs_abort (void) NO_INLINE/
1064EMACS_INT c-src/emacs/src/lisp.h 103
1065EMACS_INT c-src/emacs/src/lisp.h 91
1066EMACS_INT c-src/emacs/src/lisp.h 96
1067EMACS_INT_MAX c-src/emacs/src/lisp.h 105
1068EMACS_INT_MAX c-src/emacs/src/lisp.h 93
1069EMACS_INT_MAX c-src/emacs/src/lisp.h 98
1070EMACS_LISP_H c-src/emacs/src/lisp.h 22
1071EMACS_NAME c-src/etags.c 786
1072EMACS_UINT c-src/emacs/src/lisp.h 104
1073EMACS_UINT c-src/emacs/src/lisp.h 92
1074EMACS_UINT c-src/emacs/src/lisp.h 97
1075\emph tex-src/texinfo.tex /^\\def\\emph##1{\\realbackslash emph {##1}}$/
1076EmptyNmStr pas-src/common.pas /^function EmptyNmStr(* : NameString*);$/
1077/ENDBITMAP ps-src/rfc1245.ps /^\/ENDBITMAP {$/
1078end c-src/emacs/src/keyboard.c 8753 2746end c-src/emacs/src/keyboard.c 8753
1079end c-src/emacs/src/lisp.h 2039 2747end c-src/emacs/src/lisp.h 2039
1080end c-src/emacs/src/regex.h 432 2748end c-src/emacs/src/regex.h 432
1081\enddoublecolumns tex-src/texinfo.tex /^\\def\\enddoublecolumns{\\output={\\balancecolumns}\\ej/
1082/ENDPRINTCODE ps-src/rfc1245.ps /^\/ENDPRINTCODE {$/
1083\end tex-src/texinfo.tex /^\\def\\end{\\parsearg\\endxxx}$/
1084endtoken c-src/etags.c /^#define endtoken(c) (_etk[CHAR (c)]) \/* c ends tok/ 2749endtoken c-src/etags.c /^#define endtoken(c) (_etk[CHAR (c)]) \/* c ends tok/
1085\endxxx tex-src/texinfo.tex /^\\def\\endxxx #1{%$/
1086enter_critical_section c-src/h.h 116 2750enter_critical_section c-src/h.h 116
1087ENTRY c-src/sysdep.h /^#define ENTRY(name) \\$/
1088entry perl-src/htlmify-cystic 218 2751entry perl-src/htlmify-cystic 218
1089entry perl-src/htlmify-cystic 234 2752entry perl-src/htlmify-cystic 234
1090entry perl-src/htlmify-cystic 245 2753entry perl-src/htlmify-cystic 245
@@ -1093,113 +2756,76 @@ entry perl-src/htlmify-cystic 268
1093entry perl-src/htlmify-cystic 276 2756entry perl-src/htlmify-cystic 276
1094entry perl-src/htlmify-cystic 281 2757entry perl-src/htlmify-cystic 281
1095entry perl-src/htlmify-cystic 296 2758entry perl-src/htlmify-cystic 296
1096\entry tex-src/texinfo.tex /^\\def\\entry #1#2{\\begingroup$/
1097ENUM_BF c-src/emacs/src/lisp.h /^#define ENUM_BF(TYPE) enum TYPE$/
1098ENUM_BF c-src/emacs/src/lisp.h /^#define ENUM_BF(TYPE) unsigned int$/
1099\enumerate tex-src/texinfo.tex /^\\def\\enumerate{\\parsearg\\enumeratezzz}$/
1100\enumeratey tex-src/texinfo.tex /^\\def\\enumeratey #1 #2\\endenumeratey{%$/
1101\enumeratezzz tex-src/texinfo.tex /^\\def\\enumeratezzz #1{\\enumeratey #1 \\endenumerate/
1102\ENVcheck tex-src/texinfo.tex /^\\def\\ENVcheck{%$/
1103Environment tex-src/gzip.texi /^@node Environment, Tapes, Advanced usage, Top$/
1104/E ps-src/rfc1245.ps /^\/E {lineto} bind def$/
1105EQ c-src/emacs/src/lisp.h /^# define EQ(x, y) lisp_h_EQ (x, y)$/
1106equalsKey objcpp-src/SimpleCalc.M /^- equalsKey:sender$/ 2759equalsKey objcpp-src/SimpleCalc.M /^- equalsKey:sender$/
1107EQUAL y-src/cccp.c 12
1108\equiv tex-src/texinfo.tex /^\\def\\equiv{\\leavevmode\\lower.1ex\\hbox to 1em{\\hfil/
1109\equiv tex-src/texinfo.tex /^\\def\\equiv{\\realbackslash equiv}$/
1110\Equotation tex-src/texinfo.tex /^\\def\\Equotation{\\par\\endgroup\\afterenvbreak}%$/
1111erlang_atom c-src/etags.c /^erlang_atom (char *s)$/ 2760erlang_atom c-src/etags.c /^erlang_atom (char *s)$/
1112erlang_attribute c-src/etags.c /^erlang_attribute (char *s)$/ 2761erlang_attribute c-src/etags.c /^erlang_attribute (char *s)$/
1113erlang_func c-src/etags.c /^erlang_func (char *s, char *last)$/ 2762erlang_func c-src/etags.c /^erlang_func (char *s, char *last)$/
1114Erlang_functions c-src/etags.c /^Erlang_functions (FILE *inf)$/
1115Erlang_help c-src/etags.c 567
1116Erlang_suffixes c-src/etags.c 565
1117ERLSRC make-src/Makefile /^ERLSRC=gs_dialog.erl lines.erl lists.erl$/
1118error c-src/emacs/src/lisp.h /^extern _Noreturn void error (const char *, ...) AT/ 2763error c-src/emacs/src/lisp.h /^extern _Noreturn void error (const char *, ...) AT/
1119error c-src/etags.c /^error (const char *format, ...)$/ 2764error c-src/etags.c /^error (const char *format, ...)$/
1120error c-src/etags.c /^static void error (const char *, ...) ATTRIBUTE_FO/ 2765error c-src/etags.c /^static void error (const char *, ...) ATTRIBUTE_FO/
1121\errorE tex-src/texinfo.tex /^\\def\\errorE#1{$/
1122Error_Information/t ada-src/2ataspri.ads /^ type Error_Information is new Interfaces.C.POSI/
1123error_signaled c-src/etags.c 264
1124\error tex-src/texinfo.tex /^\\def\\error{\\leavevmode\\lower.7ex\\copy\\errorbox}$/
1125ERROR y-src/cccp.c 9
1126error y-src/cccp.y /^error (msg)$/ 2766error y-src/cccp.y /^error (msg)$/
1127ERROR y-src/parse.y 304 2767error_signaled c-src/etags.c 264
1128ErrStrToNmStr pas-src/common.pas /^function ErrStrToNmStr;(*($/
1129\Esmallexample tex-src/texinfo.tex /^\\def\\Esmallexample{\\Elisp}$/
1130\Esmallexample tex-src/texinfo.tex /^\\global\\def\\Esmallexample{\\Esmalllisp}$/
1131\Esmalllisp tex-src/texinfo.tex /^\\def\\Esmalllisp{\\endgroup\\afterenvbreak}%$/
1132\Etable tex-src/texinfo.tex /^\\def\\Etable{\\endgraf\\endgroup\\afterenvbreak}%$/
1133ETAGS12 make-src/Makefile /^ETAGS12: etags12 ${infiles}$/
1134ETAGS13 ETAGS14 ETAGS15 make-src/Makefile /^ETAGS13 ETAGS14 ETAGS15: etags% ${infiles}$/
1135etags.1.man make-src/Makefile /^etags.1.man: etags.1$/
1136etags el-src/emacs/lisp/progmodes/etags.el /^(defgroup etags nil "Tags tables."$/ 2768etags el-src/emacs/lisp/progmodes/etags.el /^(defgroup etags nil "Tags tables."$/
2769etags html-src/software.html /^Etags$/
2770etags make-src/Makefile /^etags: etags.c ${OBJS}$/
2771etags--xref-find-definitions el-src/emacs/lisp/progmodes/etags.el /^(defun etags--xref-find-definitions (pattern &opti/
2772etags--xref-limit el-src/emacs/lisp/progmodes/etags.el /^(defconst etags--xref-limit 1000)$/
1137etags-file-of-tag el-src/emacs/lisp/progmodes/etags.el /^(defun etags-file-of-tag (&optional relative) ; Do/ 2773etags-file-of-tag el-src/emacs/lisp/progmodes/etags.el /^(defun etags-file-of-tag (&optional relative) ; Do/
1138etags_getcwd c-src/etags.c /^etags_getcwd (void)$/
1139etags-goto-tag-location el-src/emacs/lisp/progmodes/etags.el /^(defun etags-goto-tag-location (tag-info)$/ 2774etags-goto-tag-location el-src/emacs/lisp/progmodes/etags.el /^(defun etags-goto-tag-location (tag-info)$/
1140etags html-src/software.html /^Etags$/
1141etags-list-tags el-src/emacs/lisp/progmodes/etags.el /^(defun etags-list-tags (file) ; Doc string?$/ 2775etags-list-tags el-src/emacs/lisp/progmodes/etags.el /^(defun etags-list-tags (file) ; Doc string?$/
1142etags make-src/Makefile /^etags: etags.c ${OBJS}$/
1143ETAGS make-src/Makefile /^ETAGS: FRC etags ${infiles}$/
1144ETAGS% make-src/Makefile /^ETAGS%: FRC etags% ${infiles}$/
1145etags-recognize-tags-table el-src/emacs/lisp/progmodes/etags.el /^(defun etags-recognize-tags-table ()$/ 2776etags-recognize-tags-table el-src/emacs/lisp/progmodes/etags.el /^(defun etags-recognize-tags-table ()$/
1146etags-snarf-tag el-src/emacs/lisp/progmodes/etags.el /^(defun etags-snarf-tag (&optional use-explicit) ; / 2777etags-snarf-tag el-src/emacs/lisp/progmodes/etags.el /^(defun etags-snarf-tag (&optional use-explicit) ; /
1147etags-tags-apropos-additional el-src/emacs/lisp/progmodes/etags.el /^(defun etags-tags-apropos-additional (regexp)$/
1148etags-tags-apropos el-src/emacs/lisp/progmodes/etags.el /^(defun etags-tags-apropos (string) ; Doc string?$/ 2778etags-tags-apropos el-src/emacs/lisp/progmodes/etags.el /^(defun etags-tags-apropos (string) ; Doc string?$/
2779etags-tags-apropos-additional el-src/emacs/lisp/progmodes/etags.el /^(defun etags-tags-apropos-additional (regexp)$/
1149etags-tags-completion-table el-src/emacs/lisp/progmodes/etags.el /^(defun etags-tags-completion-table () ; Doc string/ 2780etags-tags-completion-table el-src/emacs/lisp/progmodes/etags.el /^(defun etags-tags-completion-table () ; Doc string/
1150etags-tags-included-tables el-src/emacs/lisp/progmodes/etags.el /^(defun etags-tags-included-tables () ; Doc string?/ 2781etags-tags-included-tables el-src/emacs/lisp/progmodes/etags.el /^(defun etags-tags-included-tables () ; Doc string?/
1151etags-tags-table-files el-src/emacs/lisp/progmodes/etags.el /^(defun etags-tags-table-files () ; Doc string?$/ 2782etags-tags-table-files el-src/emacs/lisp/progmodes/etags.el /^(defun etags-tags-table-files () ; Doc string?$/
1152etags-verify-tags-table el-src/emacs/lisp/progmodes/etags.el /^(defun etags-verify-tags-table ()$/ 2783etags-verify-tags-table el-src/emacs/lisp/progmodes/etags.el /^(defun etags-verify-tags-table ()$/
1153etags--xref-find-definitions el-src/emacs/lisp/progmodes/etags.el /^(defun etags--xref-find-definitions (pattern &opti/
1154etags-xref-find-definitions-tag-order el-src/emacs/lisp/progmodes/etags.el /^(defvar etags-xref-find-definitions-tag-order '(ta/
1155etags-xref-find el-src/emacs/lisp/progmodes/etags.el /^(defun etags-xref-find (action id)$/ 2784etags-xref-find el-src/emacs/lisp/progmodes/etags.el /^(defun etags-xref-find (action id)$/
1156etags--xref-limit el-src/emacs/lisp/progmodes/etags.el /^(defconst etags--xref-limit 1000)$/ 2785etags-xref-find-definitions-tag-order el-src/emacs/lisp/progmodes/etags.el /^(defvar etags-xref-find-definitions-tag-order '(ta/
1157\Etitlepage tex-src/texinfo.tex /^\\def\\Etitlepage{%$/ 2786etags.1.man make-src/Makefile /^etags.1.man: etags.1$/
2787etags_getcwd c-src/etags.c /^etags_getcwd (void)$/
1158eval_dyn c-src/emacs/src/keyboard.c /^eval_dyn (Lisp_Object form)$/ 2788eval_dyn c-src/emacs/src/keyboard.c /^eval_dyn (Lisp_Object form)$/
1159\evenfooting tex-src/texinfo.tex /^\\def\\evenfooting{\\parsearg\\evenfootingxxx}$/
1160\evenheading tex-src/texinfo.tex /^\\def\\evenheading{\\parsearg\\evenheadingxxx}$/
1161event-convert-list c-src/emacs/src/keyboard.c /^DEFUN ("event-convert-list", Fevent_convert_list, / 2789event-convert-list c-src/emacs/src/keyboard.c /^DEFUN ("event-convert-list", Fevent_convert_list, /
1162event_head c-src/emacs/src/keyboard.c 11021
1163event-symbol-parse-modifiers c-src/emacs/src/keyboard.c /^DEFUN ("internal-event-symbol-parse-modifiers", Fe/ 2790event-symbol-parse-modifiers c-src/emacs/src/keyboard.c /^DEFUN ("internal-event-symbol-parse-modifiers", Fe/
2791event_head c-src/emacs/src/keyboard.c 11021
1164event_to_kboard c-src/emacs/src/keyboard.c /^event_to_kboard (struct input_event *event)$/ 2792event_to_kboard c-src/emacs/src/keyboard.c /^event_to_kboard (struct input_event *event)$/
1165\everyfooting tex-src/texinfo.tex /^\\def\\everyfooting{\\parsearg\\everyfootingxxx}$/
1166\everyheading tex-src/texinfo.tex /^\\def\\everyheading{\\parsearg\\everyheadingxxx}$/
1167\Evtable tex-src/texinfo.tex /^\\def\\Evtable{\\endgraf\\endgroup\\afterenvbreak}%$/
1168\ewbot tex-src/texinfo.tex /^\\def\\ewbot{\\vrule height0pt depth\\cornerthick widt/
1169\ewtop tex-src/texinfo.tex /^\\def\\ewtop{\\vrule height\\cornerthick depth0pt widt/
1170exact c-src/emacs/src/gmalloc.c 200 2793exact c-src/emacs/src/gmalloc.c 200
1171/exclamdown ps-src/rfc1245.ps /^\/exclamdown \/logicalnot \/.notdef \/florin \/.notdef /
1172\exdent tex-src/texinfo.tex /^\\def\\exdent{\\parsearg\\exdentyyy}$/
1173\exdentyyy tex-src/texinfo.tex /^\\def\\exdentyyy #1{{\\hfil\\break\\hbox{\\kern -\\exdent/
1174execute cp-src/c.C /^ void execute(CPluginCSCState& p, int w, in/ 2794execute cp-src/c.C /^ void execute(CPluginCSCState& p, int w, in/
1175EXFUN c-src/emacs/src/lisp.h /^#define EXFUN(fnname, maxargs) \\$/
1176exit_critical_to_previous c-src/h.h 117
1177exit c-src/exit.c /^DEFUN(exit, (status), int status)$/ 2795exit c-src/exit.c /^DEFUN(exit, (status), int status)$/
1178exit c-src/exit.strange_suffix /^DEFUN(exit, (status), int status)$/ 2796exit c-src/exit.strange_suffix /^DEFUN(exit, (status), int status)$/
1179Exit_LL_Task/p ada-src/2ataspri.adb /^ procedure Exit_LL_Task is$/
1180Exit_LL_Task/p ada-src/2ataspri.ads /^ procedure Exit_LL_Task;$/
1181exit-recursive-edit c-src/emacs/src/keyboard.c /^DEFUN ("exit-recursive-edit", Fexit_recursive_edit/ 2797exit-recursive-edit c-src/emacs/src/keyboard.c /^DEFUN ("exit-recursive-edit", Fexit_recursive_edit/
2798exit_critical_to_previous c-src/h.h 117
2799exp y-src/atest.y 2
2800exp y-src/cccp.y 156
2801exp y-src/cccp.y 185
2802exp y-src/parse.y 95
1182exp1 y-src/cccp.y 148 2803exp1 y-src/cccp.y 148
2804exp_list y-src/parse.y 263
1183expand-abbrev c-src/abbrev.c /^DEFUN ("expand-abbrev", Fexpand_abbrev, Sexpand_ab/ 2805expand-abbrev c-src/abbrev.c /^DEFUN ("expand-abbrev", Fexpand_abbrev, Sexpand_ab/
1184expandmng prol-src/natded.prolog /^expandmng(var(V),var(V)).$/ 2806expandmng prol-src/natded.prolog /^expandmng(var(V),var(V)).$/
1185expandmng_tree prol-src/natded.prolog /^expandmng_tree(tree(Rule,Syn:Sem,Trees),$/ 2807expandmng_tree prol-src/natded.prolog /^expandmng_tree(tree(Rule,Syn:Sem,Trees),$/
1186expandmng_trees prol-src/natded.prolog /^expandmng_trees([],[]).$/ 2808expandmng_trees prol-src/natded.prolog /^expandmng_trees([],[]).$/
1187expandsyn prol-src/natded.prolog /^expandsyn(Syn,Syn):-$/ 2809expandsyn prol-src/natded.prolog /^expandsyn(Syn,Syn):-$/
1188\expansion tex-src/texinfo.tex /^\\def\\expansion{\\leavevmode\\raise.1ex\\hbox to 1em{\\/
1189\expansion tex-src/texinfo.tex /^\\def\\expansion{\\realbackslash expansion}$/
1190explicitly-quoted-pending-delete-mode el-src/TAGTEST.EL /^(defalias (quote explicitly-quoted-pending-delete-/ 2810explicitly-quoted-pending-delete-mode el-src/TAGTEST.EL /^(defalias (quote explicitly-quoted-pending-delete-/
1191exp_list y-src/parse.y 263
1192expression_value y-src/cccp.y 68 2811expression_value y-src/cccp.y 68
1193exp y-src/atest.y 2
1194exp y-src/cccp.y 156
1195exp y-src/cccp.y 185
1196exp y-src/parse.y 95
1197EXTAGS make-src/Makefile /^EXTAGS: extags ${infiles} Makefile$/
1198EXTERNALLY_VISIBLE c-src/emacs/src/keyboard.c 3497
1199EXTERNALLY_VISIBLE c-src/emacs/src/keyboard.c 4372
1200ExtractCommentInfo pas-src/common.pas /^procedure ExtractCommentInfo; (*($/
1201extras c-src/emacs/src/lisp.h 1603 2812extras c-src/emacs/src/lisp.h 1603
1202extvar c-src/h.h 109 2813extvar c-src/h.h 109
2814f c-src/c.c /^T f(){if(x){}$/
2815f c-src/h.h 89
2816f c.c /^int f$/
2817f c.c 145
2818f c.c 156
2819f c.c 168
2820f cp-src/c.C /^ void f() {}$/
2821f cp-src/c.C /^ int f(){return 0;}; \/\/ first comment$/
2822f cp-src/c.C /^A<float,B<int> > A<B<float>,int>::f(A<int>* x) {}$/
2823f cp-src/c.C /^A<int>* f() {}$/
2824f cp-src/c.C /^class B<int> { void f() {} };$/
2825f cp-src/c.C /^int A<int>::f(A<int>* x) {}$/
2826f cp-src/c.C /^int f(A<int> x) {}$/
2827f cp-src/fail.C /^ int f() { return 5; }$/
2828f cp-src/fail.C /^int A::B::f() { return 2; }$/
1203f1 c.c /^ f1 () { \/* Do something. *\/; }$/ 2829f1 c.c /^ f1 () { \/* Do something. *\/; }$/
1204f1 perl-src/kai-test.pl /^sub f1 {$/ 2830f1 perl-src/kai-test.pl /^sub f1 {$/
1205f2 c.c /^void f2 () { \/* Do something. *\/; }$/ 2831f2 c.c /^void f2 () { \/* Do something. *\/; }$/
@@ -1209,90 +2835,34 @@ f4 perl-src/kai-test.pl /^sub Bar::f4 {$/
1209f5 perl-src/kai-test.pl /^sub f5 {$/ 2835f5 perl-src/kai-test.pl /^sub f5 {$/
1210f6 perl-src/kai-test.pl /^sub f6 {$/ 2836f6 perl-src/kai-test.pl /^sub f6 {$/
1211f7 perl-src/kai-test.pl /^sub f7 {$/ 2837f7 perl-src/kai-test.pl /^sub f7 {$/
1212Fabbrev_expansion c-src/abbrev.c /^DEFUN ("abbrev-expansion", Fabbrev_expansion, Sabb/ 2838fast_string_match_ignore_case c-src/emacs/src/lisp.h /^fast_string_match_ignore_case (Lisp_Object regexp,/
1213Fabbrev_symbol c-src/abbrev.c /^DEFUN ("abbrev-symbol", Fabbrev_symbol, Sabbrev_sy/
1214Fabort_recursive_edit c-src/emacs/src/keyboard.c /^DEFUN ("abort-recursive-edit", Fabort_recursive_ed/
1215=/f ada-src/etags-test-for.ada /^ function "=" (L, R : System.Address) return Boo/
1216Fails_t c-src/h.h 5
1217/fakecolorsetup ps-src/rfc1245.ps /^\/fakecolorsetup {$/
1218FASTCFLAGS make-src/Makefile /^FASTCFLAGS=-O3 -finline-functions -ffast-math -fun/
1219FASTCFLAGSWARN make-src/Makefile /^FASTCFLAGSWARN=${WARNINGS} -Werror ${FASTCFLAGS}$/
1220fastctags make-src/Makefile /^fastctags:$/ 2839fastctags make-src/Makefile /^fastctags:$/
1221fastetags make-src/Makefile /^fastetags:$/ 2840fastetags make-src/Makefile /^fastetags:$/
1222fastmap_accurate c-src/emacs/src/regex.h 383
1223fastmap c-src/emacs/src/regex.h 355 2841fastmap c-src/emacs/src/regex.h 355
1224fast_string_match_ignore_case c-src/emacs/src/lisp.h /^fast_string_match_ignore_case (Lisp_Object regexp,/ 2842fastmap_accurate c-src/emacs/src/regex.h 383
1225fatala c.c /^void fatala () __attribute__ ((noreturn));$/
1226fatal c-src/etags.c /^fatal (const char *s1, const char *s2)$/ 2843fatal c-src/etags.c /^fatal (const char *s1, const char *s2)$/
1227f c.c 145 2844fatala c.c /^void fatala () __attribute__ ((noreturn));$/
1228f c.c 156
1229f c.c 168
1230f c.c /^int f$/
1231Fclear_abbrev_table c-src/abbrev.c /^DEFUN ("clear-abbrev-table", Fclear_abbrev_table, /
1232Fclear_this_command_keys c-src/emacs/src/keyboard.c /^DEFUN ("clear-this-command-keys", Fclear_this_comm/
1233Fcommand_error_default_function c-src/emacs/src/keyboard.c /^DEFUN ("command-error-default-function", Fcommand_/
1234fconst forth-src/test-forth.fth /^3.1415e fconstant fconst$/ 2845fconst forth-src/test-forth.fth /^3.1415e fconstant fconst$/
1235f cp-src/c.C /^A<float,B<int> > A<B<float>,int>::f(A<int>* x) {}$/ 2846fdHandler objc-src/Subprocess.m /^- fdHandler:(int)theFd$/
1236f cp-src/c.C /^A<int>* f() {}$/ 2847fdHandler objc-src/Subprocess.m /^fdHandler (int theFd, id self)$/
1237f cp-src/c.C /^class B<int> { void f() {} };$/
1238f cp-src/c.C /^int A<int>::f(A<int>* x) {}$/
1239f cp-src/c.C /^int f(A<int> x) {}$/
1240f cp-src/c.C /^ int f(){return 0;}; \/\/ first comment$/
1241f cp-src/c.C /^ void f() {}$/
1242f cp-src/fail.C /^int A::B::f() { return 2; }$/
1243f cp-src/fail.C /^ int f() { return 5; }$/
1244f c-src/c.c /^T f(){if(x){}$/
1245f c-src/h.h 89
1246Fcurrent_idle_time c-src/emacs/src/keyboard.c /^DEFUN ("current-idle-time", Fcurrent_idle_time, Sc/
1247Fcurrent_input_mode c-src/emacs/src/keyboard.c /^DEFUN ("current-input-mode", Fcurrent_input_mode, /
1248Fdefine_abbrev c-src/abbrev.c /^DEFUN ("define-abbrev", Fdefine_abbrev, Sdefine_ab/
1249Fdefine_abbrev_table c-src/abbrev.c /^DEFUN ("define-abbrev-table", Fdefine_abbrev_table/
1250Fdefine_global_abbrev c-src/abbrev.c /^DEFUN ("define-global-abbrev", Fdefine_global_abbr/
1251Fdefine_mode_abbrev c-src/abbrev.c /^DEFUN ("define-mode-abbrev", Fdefine_mode_abbrev, /
1252fdefunkey c-src/etags.c 2409 2848fdefunkey c-src/etags.c 2409
1253fdefunname c-src/etags.c 2410 2849fdefunname c-src/etags.c 2410
1254fdesc c-src/etags.c 201 2850fdesc c-src/etags.c 201
1255fdesc c-src/etags.c 212 2851fdesc c-src/etags.c 212
1256fdHandler objc-src/Subprocess.m /^- fdHandler:(int)theFd$/
1257fdHandler objc-src/Subprocess.m /^fdHandler (int theFd, id self)$/
1258Fdiscard_input c-src/emacs/src/keyboard.c /^DEFUN ("discard-input", Fdiscard_input, Sdiscard_i/
1259fdp c-src/etags.c 217 2852fdp c-src/etags.c 217
1260Fevent_convert_list c-src/emacs/src/keyboard.c /^DEFUN ("event-convert-list", Fevent_convert_list, /
1261Fevent_symbol_parse_modifiers c-src/emacs/src/keyboard.c /^DEFUN ("internal-event-symbol-parse-modifiers", Fe/
1262Fexit_recursive_edit c-src/emacs/src/keyboard.c /^DEFUN ("exit-recursive-edit", Fexit_recursive_edit/
1263Fexpand_abbrev c-src/abbrev.c /^DEFUN ("expand-abbrev", Fexpand_abbrev, Sexpand_ab/
1264ff cp-src/c.C /^ int ff(){return 1;};$/ 2853ff cp-src/c.C /^ int ff(){return 1;};$/
1265F_getit c-src/etags.c /^F_getit (FILE *inf)$/
1266>field1 forth-src/test-forth.fth /^ 9 field >field1$/
1267>field2 forth-src/test-forth.fth /^ 5 field >field2$/
1268field_of_play cp-src/conway.cpp 18 2854field_of_play cp-src/conway.cpp 18
1269fignore c-src/etags.c 2416 2855fignore c-src/etags.c 2416
2856file-of-tag el-src/emacs/lisp/progmodes/etags.el /^(defun file-of-tag (&optional relative)$/
2857file-of-tag-function el-src/emacs/lisp/progmodes/etags.el /^(defvar file-of-tag-function nil$/
2858fileJoin php-src/lce_functions.php /^ function fileJoin()$/
1270file_end perl-src/htlmify-cystic /^sub file_end ()$/ 2859file_end perl-src/htlmify-cystic /^sub file_end ()$/
1271file_index perl-src/htlmify-cystic 33 2860file_index perl-src/htlmify-cystic 33
1272fileJoin php-src/lce_functions.php /^ function fileJoin()$/ 2861file_tocs perl-src/htlmify-cystic 30
1273filename_is_absolute c-src/etags.c /^filename_is_absolute (char *fn)$/ 2862filename_is_absolute c-src/etags.c /^filename_is_absolute (char *fn)$/
1274filenames c-src/etags.c 196 2863filenames c-src/etags.c 196
1275file-of-tag el-src/emacs/lisp/progmodes/etags.el /^(defun file-of-tag (&optional relative)$/
1276file-of-tag-function el-src/emacs/lisp/progmodes/etags.el /^(defvar file-of-tag-function nil$/
1277\file tex-src/texinfo.tex /^\\def\\file##1{\\realbackslash file {##1}}%$/
1278\file tex-src/texinfo.tex /^\\def\\file##1{\\realbackslash file {##1}}$/
1279file_tocs perl-src/htlmify-cystic 30
1280/fillprocs ps-src/rfc1245.ps /^\/fillprocs 32 array def$/
1281FILTER make-src/Makefile /^FILTER=grep -v '\\.[Cchefy][lor]*,[1-9][0-9]*' || t/
1282FINAL_FREE_BLOCKS c-src/emacs/src/gmalloc.c 135
1283Finalize_Cond/p ada-src/2ataspri.adb /^ procedure Finalize_Cond (Cond : in out Conditio/
1284Finalize_Cond/p ada-src/2ataspri.ads /^ procedure Finalize_Cond (Cond : in out Conditio/
1285Finalize_Lock/p ada-src/2ataspri.adb /^ procedure Finalize_Lock (L : in out Lock) is$/
1286Finalize_Lock/p ada-src/2ataspri.ads /^ procedure Finalize_Lock (L : in out Lock);$/
1287FINALIZERP c-src/emacs/src/lisp.h /^FINALIZERP (Lisp_Object x)$/
1288Finalize_TAS_Cell/p ada-src/2ataspri.adb /^ procedure Finalize_TAS_Cell (Cell : in out TAS_/
1289Finalize_TAS_Cell/p ada-src/2ataspri.ads /^ procedure Finalize_TAS_Cell (Cell : in out TA/
1290\finalout tex-src/texinfo.tex /^\\def\\finalout{\\overfullrule=0pt}$/
1291findcats prol-src/natded.prolog /^findcats([],Left,Left).$/
1292find_entries c-src/etags.c /^find_entries (FILE *inf)$/
1293\findex tex-src/texinfo.tex /^\\def\\findex {\\fnindex}$/
1294find-tag-default-function el-src/emacs/lisp/progmodes/etags.el /^(defcustom find-tag-default-function nil$/
1295find-tag el-src/emacs/lisp/progmodes/etags.el /^(defun find-tag (tagname &optional next-p regexp-p/ 2864find-tag el-src/emacs/lisp/progmodes/etags.el /^(defun find-tag (tagname &optional next-p regexp-p/
2865find-tag-default-function el-src/emacs/lisp/progmodes/etags.el /^(defcustom find-tag-default-function nil$/
1296find-tag-history el-src/emacs/lisp/progmodes/etags.el /^(defvar find-tag-history nil) ; Doc string?$/ 2866find-tag-history el-src/emacs/lisp/progmodes/etags.el /^(defvar find-tag-history nil) ; Doc string?$/
1297find-tag-hook el-src/emacs/lisp/progmodes/etags.el /^(defcustom find-tag-hook nil$/ 2867find-tag-hook el-src/emacs/lisp/progmodes/etags.el /^(defcustom find-tag-hook nil$/
1298find-tag-in-order el-src/emacs/lisp/progmodes/etags.el /^(defun find-tag-in-order (pattern$/ 2868find-tag-in-order el-src/emacs/lisp/progmodes/etags.el /^(defun find-tag-in-order (pattern$/
@@ -1310,160 +2880,82 @@ find-tag-regexp-tag-order el-src/emacs/lisp/progmodes/etags.el /^(defvar find-ta
1310find-tag-search-function el-src/emacs/lisp/progmodes/etags.el /^(defvar find-tag-search-function nil$/ 2880find-tag-search-function el-src/emacs/lisp/progmodes/etags.el /^(defvar find-tag-search-function nil$/
1311find-tag-tag el-src/emacs/lisp/progmodes/etags.el /^(defun find-tag-tag (string)$/ 2881find-tag-tag el-src/emacs/lisp/progmodes/etags.el /^(defun find-tag-tag (string)$/
1312find-tag-tag-order el-src/emacs/lisp/progmodes/etags.el /^(defvar find-tag-tag-order nil$/ 2882find-tag-tag-order el-src/emacs/lisp/progmodes/etags.el /^(defvar find-tag-tag-order nil$/
2883find_entries c-src/etags.c /^find_entries (FILE *inf)$/
1313find_user_signal_name c-src/emacs/src/keyboard.c /^find_user_signal_name (int sig)$/ 2884find_user_signal_name c-src/emacs/src/keyboard.c /^find_user_signal_name (int sig)$/
2885findcats prol-src/natded.prolog /^findcats([],Left,Left).$/
1314finish_appendices perl-src/htlmify-cystic /^sub finish_appendices ()$/ 2886finish_appendices perl-src/htlmify-cystic /^sub finish_appendices ()$/
1315finish_sections perl-src/htlmify-cystic /^sub finish_sections ()$/ 2887finish_sections perl-src/htlmify-cystic /^sub finish_sections ()$/
1316finish_subsections perl-src/htlmify-cystic /^sub finish_subsections ()$/ 2888finish_subsections perl-src/htlmify-cystic /^sub finish_subsections ()$/
1317finish_subsubsections perl-src/htlmify-cystic /^sub finish_subsubsections ()$/ 2889finish_subsubsections perl-src/htlmify-cystic /^sub finish_subsubsections ()$/
1318\finishtitlepage tex-src/texinfo.tex /^\\def\\finishtitlepage{%$/
1319finlist c-src/etags.c 2414 2890finlist c-src/etags.c 2414
1320Finput_pending_p c-src/emacs/src/keyboard.c /^DEFUN ("input-pending-p", Finput_pending_p, Sinput/
1321Finsert_abbrev_table_description c-src/abbrev.c /^DEFUN ("insert-abbrev-table-description", Finsert_/
1322First100Chars pas-src/common.pas /^procedure First100Chars; (*($/
1323first c-src/emacs/src/gmalloc.c 151 2891first c-src/emacs/src/gmalloc.c 151
1324fitchtreelist prol-src/natded.prolog /^fitchtreelist([]).$/ 2892fitchtreelist prol-src/natded.prolog /^fitchtreelist([]).$/
1325FIXNUM_BITS c-src/emacs/src/lisp.h 252
1326FIXNUM_OVERFLOW_P c-src/emacs/src/lisp.h /^#define FIXNUM_OVERFLOW_P(i) \\$/
1327FIXNUM_OVERFLOW_P c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (EQ, bool, (Lisp_Object x, Lisp_O/
1328fixup_locale c-src/emacs/src/lisp.h /^INLINE void fixup_locale (void) {}$/ 2893fixup_locale c-src/emacs/src/lisp.h /^INLINE void fixup_locale (void) {}$/
1329flag2str pyt-src/server.py /^def flag2str(value, string):$/
1330flag c-src/getopt.h 83 2894flag c-src/getopt.h 83
2895flag2str pyt-src/server.py /^def flag2str(value, string):$/
1331flistseen c-src/etags.c 2415 2896flistseen c-src/etags.c 2415
1332FLOATP c-src/emacs/src/lisp.h /^# define FLOATP(x) lisp_h_FLOATP (x)$/
1333FLOAT_TO_STRING_BUFSIZE c-src/emacs/src/lisp.h 3927
1334/fl ps-src/rfc1245.ps /^\/fl { $/
1335\flushcr tex-src/texinfo.tex /^\\def\\flushcr{\\ifx\\par\\lisppar \\def\\next##1{}\\else /
1336\flushleft tex-src/texinfo.tex /^\\def\\flushleft{%$/
1337\flushright tex-src/texinfo.tex /^\\def\\flushright{%$/
1338Fmake_abbrev_table c-src/abbrev.c /^DEFUN ("make-abbrev-table", Fmake_abbrev_table, Sm/
1339/FMBEGINEPSF ps-src/rfc1245.ps /^\/FMBEGINEPSF { $/
1340/FMBEGINPAGE ps-src/rfc1245.ps /^\/FMBEGINPAGE { $/
1341/Fmcc ps-src/rfc1245.ps /^\/Fmcc {$/
1342/FMDEFINEFONT ps-src/rfc1245.ps /^\/FMDEFINEFONT { $/
1343/FMDOCUMENT ps-src/rfc1245.ps /^\/FMDOCUMENT { $/
1344/FMENDEPSF ps-src/rfc1245.ps /^\/FMENDEPSF {$/
1345/FMENDPAGE ps-src/rfc1245.ps /^\/FMENDPAGE {$/
1346/FMLOCAL ps-src/rfc1245.ps /^\/FMLOCAL {$/
1347/FMNORMALIZEGRAPHICS ps-src/rfc1245.ps /^\/FMNORMALIZEGRAPHICS { $/
1348/FMVERSION ps-src/rfc1245.ps /^\/FMVERSION {$/
1349/FMversion ps-src/rfc1245.ps /^\/FMversion (2.0) def $/
1350fn c-src/exit.c /^ void EXFUN((*fn[1]), (NOARGS));$/ 2897fn c-src/exit.c /^ void EXFUN((*fn[1]), (NOARGS));$/
1351fn c-src/exit.strange_suffix /^ void EXFUN((*fn[1]), (NOARGS));$/ 2898fn c-src/exit.strange_suffix /^ void EXFUN((*fn[1]), (NOARGS));$/
1352fnin y-src/parse.y 68 2899fnin y-src/parse.y 68
1353\fnitemindex tex-src/texinfo.tex /^\\def\\fnitemindex #1{\\doind {fn}{\\code{#1}}}%$/
1354focus_set pyt-src/server.py /^ def focus_set(self):$/ 2900focus_set pyt-src/server.py /^ def focus_set(self):$/
1355follow_key c-src/emacs/src/keyboard.c /^follow_key (Lisp_Object keymap, Lisp_Object key)$/ 2901follow_key c-src/emacs/src/keyboard.c /^follow_key (Lisp_Object keymap, Lisp_Object key)$/
1356fonts\rm tex-src/texinfo.tex /^ \\indexfonts\\rm \\tolerance=9500 \\advance\\baseline/
1357fonts tex-src/texinfo.tex /^\\obeyspaces \\obeylines \\ninett \\indexfonts \\rawbac/ 2902fonts tex-src/texinfo.tex /^\\obeyspaces \\obeylines \\ninett \\indexfonts \\rawbac/
1358foo1 ruby-src/test1.ru /^ attr_reader(:foo1, :bar1, # comment$/ 2903fonts\rm tex-src/texinfo.tex /^ \\indexfonts\\rm \\tolerance=9500 \\advance\\baseline/
1359foo2 ruby-src/test1.ru /^ alias_method ( :foo2, #cmmt$/ 2904foo c-src/h.h 18
1360foobar2_ c-src/h.h 16
1361foobar2 c-src/h.h 20
1362foobar c.c /^extern void foobar (void) __attribute__ ((section /
1363foobar c-src/c.c /^int foobar() {;}$/
1364foo==bar el-src/TAGTEST.EL /^(defun foo==bar () (message "hi")) ; Bug#5624$/
1365Foo::Bar perl-src/kai-test.pl /^package Foo::Bar;$/
1366foo c.c 150 2905foo c.c 150
1367foo c.c 166 2906foo c.c 166
1368foo c.c 167 2907foo c.c 167
1369foo c.c 178 2908foo c.c 178
1370foo c.c 189 2909foo c.c 189
2910foo cp-src/c.C /^ foo() {$/
1371foo cp-src/c.C 68 2911foo cp-src/c.C 68
1372foo cp-src/c.C 79 2912foo cp-src/c.C 79
1373foo cp-src/c.C /^ foo() {$/
1374foo cp-src/x.cc /^XX::foo()$/ 2913foo cp-src/x.cc /^XX::foo()$/
1375foo c-src/h.h 18
1376(foo) forth-src/test-forth.fth /^: (foo) 1 ;$/
1377foo forth-src/test-forth.fth /^: foo (foo) ;$/
1378foo f-src/entry.for /^ character*(*) function foo()$/ 2914foo f-src/entry.for /^ character*(*) function foo()$/
1379foo f-src/entry.strange /^ character*(*) function foo()$/ 2915foo f-src/entry.strange /^ character*(*) function foo()$/
1380foo f-src/entry.strange_suffix /^ character*(*) function foo()$/ 2916foo f-src/entry.strange_suffix /^ character*(*) function foo()$/
1381Foo perl-src/kai-test.pl /^package Foo;$/ 2917foo forth-src/test-forth.fth /^: foo (foo) ;$/
1382foo php-src/ptest.php /^foo()$/ 2918foo php-src/ptest.php /^foo()$/
1383foo ruby-src/test1.ru /^ attr_reader :foo$/ 2919foo ruby-src/test1.ru /^ attr_reader :foo$/
1384foo! ruby-src/test1.ru /^ def foo!$/ 2920foo! ruby-src/test1.ru /^ def foo!$/
1385Fopen_dribble_file c-src/emacs/src/keyboard.c /^DEFUN ("open-dribble-file", Fopen_dribble_file, So/ 2921foo1 ruby-src/test1.ru /^ attr_reader(:foo1, :bar1, # comment$/
2922foo2 ruby-src/test1.ru /^ alias_method ( :foo2, #cmmt$/
2923foo==bar el-src/TAGTEST.EL /^(defun foo==bar () (message "hi")) ; Bug#5624$/
2924foobar c-src/c.c /^int foobar() {;}$/
2925foobar c.c /^extern void foobar (void) __attribute__ ((section /
2926foobar2 c-src/h.h 20
2927foobar2_ c-src/h.h 16
1386foperator c-src/etags.c 2411 2928foperator c-src/etags.c 2411
1387force_auto_save_soon c-src/emacs/src/keyboard.c /^force_auto_save_soon (void)$/ 2929force_auto_save_soon c-src/emacs/src/keyboard.c /^force_auto_save_soon (void)$/
1388force_explicit_name c-src/etags.c 265 2930force_explicit_name c-src/etags.c 265
1389force_quit_count c-src/emacs/src/keyboard.c 10387 2931force_quit_count c-src/emacs/src/keyboard.c 10387
1390FOR_EACH_ALIST_VALUE c-src/emacs/src/lisp.h /^#define FOR_EACH_ALIST_VALUE(head_var, list_var, v/
1391FOR_EACH_TAIL c-src/emacs/src/lisp.h /^#define FOR_EACH_TAIL(hare, list, tortoise, n) \\$/
1392foreign_export merc-src/accumulator.m /^:- pragma foreign_export("C", unravel_univ(in, out/ 2932foreign_export merc-src/accumulator.m /^:- pragma foreign_export("C", unravel_univ(in, out/
1393formatSize objc-src/PackInsp.m /^-(const char *)formatSize:(const char *)size inBuf/ 2933formatSize objc-src/PackInsp.m /^-(const char *)formatSize:(const char *)size inBuf/
1394\format tex-src/texinfo.tex /^\\def\\format{\\begingroup\\inENV %This group ends at /
1395Forth_help c-src/etags.c 573
1396FORTHSRC make-src/Makefile /^FORTHSRC=test-forth.fth$/
1397Forth_suffixes c-src/etags.c 571
1398Forth_words c-src/etags.c /^Forth_words (FILE *inf)$/
1399Fortran_functions c-src/etags.c /^Fortran_functions (FILE *inf)$/
1400Fortran_help c-src/etags.c 579
1401Fortran_suffixes c-src/etags.c 577
1402found c-src/emacs/src/lisp.h 2344 2934found c-src/emacs/src/lisp.h 2344
1403Fposn_at_point c-src/emacs/src/keyboard.c /^DEFUN ("posn-at-point", Fposn_at_point, Sposn_at_p/
1404Fposn_at_x_y c-src/emacs/src/keyboard.c /^DEFUN ("posn-at-x-y", Fposn_at_x_y, Sposn_at_x_y, /
1405/F ps-src/rfc1245.ps /^\/F { $/
1406fracas html-src/software.html /^Fracas$/ 2935fracas html-src/software.html /^Fracas$/
1407/fraction ps-src/rfc1245.ps /^\/fraction \/currency \/guilsinglleft \/guilsinglright/
1408frag c-src/emacs/src/gmalloc.c 152 2936frag c-src/emacs/src/gmalloc.c 152
1409_fraghead c-src/emacs/src/gmalloc.c 370
1410/FrameDict ps-src/rfc1245.ps /^\/FrameDict 190 dict def $/
1411frame_local c-src/emacs/src/lisp.h 2341 2937frame_local c-src/emacs/src/lisp.h 2341
1412FRAMEP c-src/emacs/src/lisp.h /^FRAMEP (Lisp_Object a)$/ 2938free c-src/emacs/src/gmalloc.c /^free (void *ptr)$/
1413FRC make-src/Makefile /^FRC:;$/
1414Fread_key_sequence c-src/emacs/src/keyboard.c /^DEFUN ("read-key-sequence", Fread_key_sequence, Sr/
1415Fread_key_sequence_vector c-src/emacs/src/keyboard.c /^DEFUN ("read-key-sequence-vector", Fread_key_seque/
1416Frecent_keys c-src/emacs/src/keyboard.c /^DEFUN ("recent-keys", Frecent_keys, Srecent_keys, /
1417Frecursion_depth c-src/emacs/src/keyboard.c /^DEFUN ("recursion-depth", Frecursion_depth, Srecur/
1418Frecursive_edit c-src/emacs/src/keyboard.c /^DEFUN ("recursive-edit", Frecursive_edit, Srecursi/
1419free c-src/emacs/src/gmalloc.c 166 2939free c-src/emacs/src/gmalloc.c 166
1420free c-src/emacs/src/gmalloc.c 1719 2940free c-src/emacs/src/gmalloc.c 1719
1421free c-src/emacs/src/gmalloc.c 67 2941free c-src/emacs/src/gmalloc.c 67
1422free c-src/emacs/src/gmalloc.c 72 2942free c-src/emacs/src/gmalloc.c 72
1423_free c-src/emacs/src/gmalloc.c /^_free (void *ptr)$/
1424free c-src/emacs/src/gmalloc.c /^free (void *ptr)$/
1425free_fdesc c-src/etags.c /^free_fdesc (register fdesc *fdp)$/ 2943free_fdesc c-src/etags.c /^free_fdesc (register fdesc *fdp)$/
1426FREEFLOOD c-src/emacs/src/gmalloc.c 1858
1427free_for prol-src/natded.prolog /^free_for(var(_),_,_).$/ 2944free_for prol-src/natded.prolog /^free_for(var(_),_,_).$/
1428freehook c-src/emacs/src/gmalloc.c /^freehook (void *ptr)$/
1429_free_internal c-src/emacs/src/gmalloc.c /^_free_internal (void *ptr)$/
1430_free_internal_nolock c-src/emacs/src/gmalloc.c /^_free_internal_nolock (void *ptr)$/
1431free_regexps c-src/etags.c /^free_regexps (void)$/ 2945free_regexps c-src/etags.c /^free_regexps (void)$/
1432free_tree c-src/etags.c /^free_tree (register node *np)$/ 2946free_tree c-src/etags.c /^free_tree (register node *np)$/
1433free_var prol-src/natded.prolog /^free_var(var(V),var(V)).$/ 2947free_var prol-src/natded.prolog /^free_var(var(V),var(V)).$/
1434\frenchspacing tex-src/texinfo.tex /^\\def\\frenchspacing{\\sfcode46=1000 \\sfcode63=1000 \\/ 2948freehook c-src/emacs/src/gmalloc.c /^freehook (void *ptr)$/
1435/freq ps-src/rfc1245.ps /^\/freq dpi 18.75 div 8 div round dup 0 eq {pop 1} i/
1436Freset_this_command_lengths c-src/emacs/src/keyboard.c /^DEFUN ("reset-this-command-lengths", Freset_this_c/
1437fresh_vars prol-src/natded.prolog /^fresh_vars(var(V),var(V)).$/ 2949fresh_vars prol-src/natded.prolog /^fresh_vars(var(V),var(V)).$/
1438Fset_input_interrupt_mode c-src/emacs/src/keyboard.c /^DEFUN ("set-input-interrupt-mode", Fset_input_inte/
1439Fset_input_meta_mode c-src/emacs/src/keyboard.c /^DEFUN ("set-input-meta-mode", Fset_input_meta_mode/
1440Fset_input_mode c-src/emacs/src/keyboard.c /^DEFUN ("set-input-mode", Fset_input_mode, Sset_inp/
1441Fset_output_flow_control c-src/emacs/src/keyboard.c /^DEFUN ("set-output-flow-control", Fset_output_flow/
1442Fset_quit_char c-src/emacs/src/keyboard.c /^DEFUN ("set-quit-char", Fset_quit_char, Sset_quit_/
1443FSRC make-src/Makefile /^FSRC=entry.for entry.strange_suffix entry.strange$/
1444fstartlist c-src/etags.c 2413 2950fstartlist c-src/etags.c 2413
1445Fsuspend_emacs c-src/emacs/src/keyboard.c /^DEFUN ("suspend-emacs", Fsuspend_emacs, Ssuspend_e/
1446\ftable tex-src/texinfo.tex /^\\def\\ftable{\\begingroup\\inENV\\obeylines\\obeyspaces/
1447F_takeprec c-src/etags.c /^F_takeprec (void)$/
1448Fthis_command_keys c-src/emacs/src/keyboard.c /^DEFUN ("this-command-keys", Fthis_command_keys, St/
1449Fthis_command_keys_vector c-src/emacs/src/keyboard.c /^DEFUN ("this-command-keys-vector", Fthis_command_k/
1450Fthis_single_command_keys c-src/emacs/src/keyboard.c /^DEFUN ("this-single-command-keys", Fthis_single_co/
1451Fthis_single_command_raw_keys c-src/emacs/src/keyboard.c /^DEFUN ("this-single-command-raw-keys", Fthis_singl/
1452Ftop_level c-src/emacs/src/keyboard.c /^DEFUN ("top-level", Ftop_level, Stop_level, 0, 0, /
1453Ftrack_mouse c-src/emacs/src/keyboard.c /^DEFUN ("internal--track-mouse", Ftrack_mouse, Stra/
1454FUN0 y-src/parse.y /^yylex FUN0()$/
1455FUN1 y-src/parse.y /^str_to_col FUN1(char **,str)$/
1456FUN1 y-src/parse.y /^yyerror FUN1(char *, s)$/
1457FUN2 y-src/parse.y /^make_list FUN2(YYSTYPE, car, YYSTYPE, cdr)$/
1458FUN2 y-src/parse.y /^parse_cell_or_range FUN2(char **,ptr, struct rng */
1459func1 c.c /^int func1$/
1460func2 c.c /^int func2 (a,b$/
1461funcboo c.c /^bool funcboo ()$/
1462func c-src/emacs/src/lisp.h /^ void (*func) (int);$/
1463func c-src/emacs/src/lisp.h /^ void (*func) (Lisp_Object);$/ 2951func c-src/emacs/src/lisp.h /^ void (*func) (Lisp_Object);$/
2952func c-src/emacs/src/lisp.h /^ void (*func) (int);$/
1464func c-src/emacs/src/lisp.h /^ void (*func) (void *);$/ 2953func c-src/emacs/src/lisp.h /^ void (*func) (void *);$/
1465func c-src/emacs/src/lisp.h /^ void (*func) (void);$/ 2954func c-src/emacs/src/lisp.h /^ void (*func) (void);$/
2955func1 c.c /^int func1$/
2956func2 c.c /^int func2 (a,b$/
1466func_key_syms c-src/emacs/src/keyboard.c 4626 2957func_key_syms c-src/emacs/src/keyboard.c 4626
2958funcboo c.c /^bool funcboo ()$/
1467funcpointer c-src/emacs/src/lisp.h 2126 2959funcpointer c-src/emacs/src/lisp.h 2126
1468funcptr c-src/h.h /^ fu int (*funcptr) (void *ptr);$/ 2960funcptr c-src/h.h /^ fu int (*funcptr) (void *ptr);$/
1469function c-src/emacs/src/lisp.h 1685 2961function c-src/emacs/src/lisp.h 1685
@@ -1471,11 +2963,7 @@ function c-src/emacs/src/lisp.h 2197
1471function c-src/emacs/src/lisp.h 2985 2963function c-src/emacs/src/lisp.h 2985
1472function c-src/emacs/src/lisp.h 694 2964function c-src/emacs/src/lisp.h 694
1473function c-src/etags.c 194 2965function c-src/etags.c 194
1474FUNCTION_KEY_OFFSET c-src/emacs/src/keyboard.c 4766
1475FUNCTION_KEY_OFFSET c-src/emacs/src/keyboard.c 5061
1476FUNCTIONP c-src/emacs/src/lisp.h /^FUNCTIONP (Lisp_Object obj)$/
1477functionp c-src/emacs/src/lisp.h /^functionp (Lisp_Object object)$/ 2966functionp c-src/emacs/src/lisp.h /^functionp (Lisp_Object object)$/
1478Funexpand_abbrev c-src/abbrev.c /^DEFUN ("unexpand-abbrev", Funexpand_abbrev, Sunexp/
1479fval forth-src/test-forth.fth /^fconst fvalue fval$/ 2967fval forth-src/test-forth.fth /^fconst fvalue fval$/
1480fvar forth-src/test-forth.fth /^fvariable fvar$/ 2968fvar forth-src/test-forth.fth /^fvariable fvar$/
1481fvdef c-src/etags.c 2418 2969fvdef c-src/etags.c 2418
@@ -1484,138 +2972,73 @@ fvnameseen c-src/etags.c 2412
1484fvnone c-src/etags.c 2408 2972fvnone c-src/etags.c 2408
1485fwd c-src/emacs/src/lisp.h 2346 2973fwd c-src/emacs/src/lisp.h 2346
1486fwd c-src/emacs/src/lisp.h 690 2974fwd c-src/emacs/src/lisp.h 690
1487Fx_get_selection_internal c.c /^DEFUN ("x-get-selection-internal", Fx_get_selectio/ 2975g cp-src/c.C /^ int g(){return 2;};$/
1488Fx_get_selection_internal c.c /^ Fx_get_selection_internal, Sx_get_selection/
1489Fy_get_selection_internal c.c /^ Fy_get_selection_internal, Sy_get_selection_/
1490galileo html-src/software.html /^GaliLEO$/ 2976galileo html-src/software.html /^GaliLEO$/
1491GatherControls pyt-src/server.py /^ def GatherControls(self):$/
1492gather pyt-src/server.py /^ def gather(self):$/ 2977gather pyt-src/server.py /^ def gather(self):$/
1493GCALIGNED c-src/emacs/src/lisp.h 288
1494GCALIGNED c-src/emacs/src/lisp.h 290
1495GCALIGNMENT c-src/emacs/src/lisp.h 243
1496gc_aset c-src/emacs/src/lisp.h /^gc_aset (Lisp_Object array, ptrdiff_t idx, Lisp_Ob/ 2978gc_aset c-src/emacs/src/lisp.h /^gc_aset (Lisp_Object array, ptrdiff_t idx, Lisp_Ob/
1497GC_MAKE_GCPROS_NOOPS c-src/emacs/src/lisp.h 3172
1498gcmarkbit c-src/emacs/src/lisp.h 1974 2979gcmarkbit c-src/emacs/src/lisp.h 1974
1499gcmarkbit c-src/emacs/src/lisp.h 1981 2980gcmarkbit c-src/emacs/src/lisp.h 1981
1500gcmarkbit c-src/emacs/src/lisp.h 2035 2981gcmarkbit c-src/emacs/src/lisp.h 2035
1501gcmarkbit c-src/emacs/src/lisp.h 2113 2982gcmarkbit c-src/emacs/src/lisp.h 2113
1502gcmarkbit c-src/emacs/src/lisp.h 2204 2983gcmarkbit c-src/emacs/src/lisp.h 2204
1503gcmarkbit c-src/emacs/src/lisp.h 656 2984gcmarkbit c-src/emacs/src/lisp.h 656
1504GC_MARK_STACK_CHECK_GCPROS c-src/emacs/src/lisp.h 3173
1505GC_MARK_STACK c-src/emacs/src/lisp.h 3177
1506GCPRO1 c-src/emacs/src/lisp.h /^#define GCPRO1(a) \\$/
1507GCPRO1 c-src/emacs/src/lisp.h /^#define GCPRO1(varname) ((void) gcpro1)$/
1508GCPRO2 c-src/emacs/src/lisp.h /^#define GCPRO2(a, b) \\$/
1509GCPRO2 c-src/emacs/src/lisp.h /^#define GCPRO2(varname1, varname2) ((void) gcpro2,/
1510GCPRO3 c-src/emacs/src/lisp.h /^#define GCPRO3(a, b, c) \\$/
1511GCPRO3 c-src/emacs/src/lisp.h /^#define GCPRO3(varname1, varname2, varname3) \\$/
1512GCPRO4 c-src/emacs/src/lisp.h /^#define GCPRO4(a, b, c, d) \\$/
1513GCPRO4 c-src/emacs/src/lisp.h /^#define GCPRO4(varname1, varname2, varname3, varna/
1514GCPRO5 c-src/emacs/src/lisp.h /^#define GCPRO5(a, b, c, d, e) \\$/
1515GCPRO5 c-src/emacs/src/lisp.h /^#define GCPRO5(varname1, varname2, varname3, varna/
1516GCPRO6 c-src/emacs/src/lisp.h /^#define GCPRO6(a, b, c, d, e, f) \\$/
1517GCPRO6 c-src/emacs/src/lisp.h /^#define GCPRO6(varname1, varname2, varname3, varna/
1518GCPRO7 c-src/emacs/src/lisp.h /^#define GCPRO7(a, b, c, d, e, f, g) \\$/
1519GCPRO7 c-src/emacs/src/lisp.h /^#define GCPRO7(a, b, c, d, e, f, g) (GCPRO6 (a, b,/
1520gcpro c-src/emacs/src/lisp.h 3042 2985gcpro c-src/emacs/src/lisp.h 3042
1521gcpro c-src/emacs/src/lisp.h 3132 2986gcpro c-src/emacs/src/lisp.h 3132
1522g cp-src/c.C /^ int g(){return 2;};$/ 2987gen_help_event c-src/emacs/src/keyboard.c /^gen_help_event (Lisp_Object help, Lisp_Object fram/
1523GCTYPEBITS c-src/emacs/src/lisp.h 67
1524GCTYPEBITS c-src/emacs/src/lisp.h /^DEFINE_GDB_SYMBOL_BEGIN (int, GCTYPEBITS)$/
1525GC_USE_GCPROS_AS_BEFORE c-src/emacs/src/lisp.h 3171
1526GC_USE_GCPROS_CHECK_ZOMBIES c-src/emacs/src/lisp.h 3174
1527genalgorithm html-src/algrthms.html /^Generating the Data<\/font><\/i><\/b>$/ 2988genalgorithm html-src/algrthms.html /^Generating the Data<\/font><\/i><\/b>$/
1528generate_warning merc-src/accumulator.m /^:- pred generate_warning(module_info::in, prog_var/ 2989generate_warning merc-src/accumulator.m /^:- pred generate_warning(module_info::in, prog_var/
1529generate_warnings merc-src/accumulator.m /^:- pred generate_warnings(module_info::in, prog_va/ 2990generate_warnings merc-src/accumulator.m /^:- pred generate_warnings(module_info::in, prog_va/
1530~generic_object cp-src/clheir.cpp /^generic_object::~generic_object(void)$/
1531generic_object cp-src/clheir.cpp /^generic_object::generic_object(void)$/ 2991generic_object cp-src/clheir.cpp /^generic_object::generic_object(void)$/
1532generic_object cp-src/clheir.hpp 13 2992generic_object cp-src/clheir.hpp 13
1533GENERIC_PTR y-src/cccp.y 56
1534GENERIC_PTR y-src/cccp.y 58
1535gen_help_event c-src/emacs/src/keyboard.c /^gen_help_event (Lisp_Object help, Lisp_Object fram/
1536GEQ y-src/cccp.c 15
1537getArchs objc-src/PackInsp.m /^-(void)getArchs$/ 2993getArchs objc-src/PackInsp.m /^-(void)getArchs$/
1538getcjmp c-src/emacs/src/keyboard.c 147 2994getDomainNames php-src/lce_functions.php /^ function getDomainNames()$/
2995getFoo lua-src/test.lua /^function Cube.data.getFoo ()$/
2996getPOReader php-src/lce_functions.php /^ function &getPOReader($domain)$/
2997getPath objc-src/PackInsp.m /^-(const char *)getPath:(char *)buf forType:(const /
2998getPos lua-src/test.lua /^function Circle.getPos ()$/
2999getPos lua-src/test.lua /^function Rectangle.getPos ()$/
3000getTextDomains php-src/lce_functions.php /^ function getTextDomains($lines)$/
1539get_compressor_from_suffix c-src/etags.c /^get_compressor_from_suffix (char *file, char **ext/ 3001get_compressor_from_suffix c-src/etags.c /^get_compressor_from_suffix (char *file, char **ext/
1540get_contiguous_space c-src/emacs/src/gmalloc.c /^get_contiguous_space (ptrdiff_t size, void *positi/ 3002get_contiguous_space c-src/emacs/src/gmalloc.c /^get_contiguous_space (ptrdiff_t size, void *positi/
1541get_current_dir_name c-src/emacs/src/gmalloc.c 33 3003get_current_dir_name c-src/emacs/src/gmalloc.c 33
1542getDomainNames php-src/lce_functions.php /^ function getDomainNames()$/
1543getFoo lua-src/test.lua /^function Cube.data.getFoo ()$/
1544get_input_pending c-src/emacs/src/keyboard.c /^get_input_pending (int flags)$/ 3004get_input_pending c-src/emacs/src/keyboard.c /^get_input_pending (int flags)$/
1545get_language_from_filename c-src/etags.c /^get_language_from_filename (char *file, int case_s/ 3005get_language_from_filename c-src/etags.c /^get_language_from_filename (char *file, int case_s/
1546get_language_from_interpreter c-src/etags.c /^get_language_from_interpreter (char *interpreter)$/ 3006get_language_from_interpreter c-src/etags.c /^get_language_from_interpreter (char *interpreter)$/
1547get_language_from_langname c-src/etags.c /^get_language_from_langname (const char *name)$/ 3007get_language_from_langname c-src/etags.c /^get_language_from_langname (const char *name)$/
1548GetLayerByName lua-src/allegro.lua /^function GetLayerByName (name)$/
1549get_layer_by_name lua-src/allegro.lua /^local function get_layer_by_name (sprite, layer, n/ 3008get_layer_by_name lua-src/allegro.lua /^local function get_layer_by_name (sprite, layer, n/
1550GetNameList pas-src/common.pas /^function GetNameList; (* : BinNodePointer;*)$/ 3009get_tag c-src/etags.c /^get_tag (register char *bp, char **namepp)$/
1551GetNewNameListNode pas-src/common.pas /^function GetNewNameListNode;(*($/ 3010get_word c-src/tab.c /^static char *get_word(char **str, char delim)$/
1552getopt1.o make-src/Makefile /^getopt1.o: emacs\/lib-src\/getopt1.c$/ 3011getcjmp c-src/emacs/src/keyboard.c 147
1553_GETOPT_H c-src/getopt.h 19
1554GETOPTOBJS make-src/Makefile /^GETOPTOBJS= #getopt.o getopt1.o$/
1555getopt.o make-src/Makefile /^getopt.o: emacs\/lib-src\/getopt.c$/
1556getopt perl-src/yagrip.pl /^sub getopt {$/ 3012getopt perl-src/yagrip.pl /^sub getopt {$/
1557Get_Own_Priority/f ada-src/2ataspri.adb /^ function Get_Own_Priority return System.Any_Pri/ 3013getopt.o make-src/Makefile /^getopt.o: emacs\/lib-src\/getopt.c$/
1558Get_Own_Priority/f ada-src/2ataspri.ads /^ function Get_Own_Priority return System.Any_Pri/ 3014getopt1.o make-src/Makefile /^getopt1.o: emacs\/lib-src\/getopt1.c$/
1559getPath objc-src/PackInsp.m /^-(const char *)getPath:(char *)buf forType:(const /
1560getPOReader php-src/lce_functions.php /^ function &getPOReader($domain)$/
1561getPos lua-src/test.lua /^function Circle.getPos ()$/
1562getPos lua-src/test.lua /^function Rectangle.getPos ()$/
1563Get_Priority/f ada-src/2ataspri.adb /^ function Get_Priority (T : TCB_Ptr) return Syst/
1564Get_Priority/f ada-src/2ataspri.ads /^ function Get_Priority (T : TCB_Ptr) return Syst/
1565getptys objc-src/Subprocess.m /^getptys (int *master, int *slave)$/ 3015getptys objc-src/Subprocess.m /^getptys (int *master, int *slave)$/
1566get_tag c-src/etags.c /^get_tag (register char *bp, char **namepp)$/
1567getTextDomains php-src/lce_functions.php /^ function getTextDomains($lines)$/
1568gettext php-src/lce_functions.php /^ function gettext($msgid)$/ 3016gettext php-src/lce_functions.php /^ function gettext($msgid)$/
1569GetTextRef pas-src/common.pas /^function GetTextRef;(*($/
1570GetUniqueLayerName lua-src/allegro.lua /^function GetUniqueLayerName ()$/
1571get_word c-src/tab.c /^static char *get_word(char **str, char delim)$/
1572GE y-src/parse.c 8
1573ggg c-src/h.h 10 3017ggg c-src/h.h 10
1574ghi1 c-src/h.h 36 3018ghi1 c-src/h.h 36
1575ghi2 c-src/h.h 39 3019ghi2 c-src/h.h 39
1576giallo cp-src/c.C 40 3020giallo cp-src/c.C 40
1577glider cp-src/conway.cpp /^void glider(int x, int y)$/ 3021glider cp-src/conway.cpp /^void glider(int x, int y)$/
1578\gloggingall tex-src/texinfo.tex /^\\def\\gloggingall{\\begingroup \\globaldefs = 1 \\logg/
1579/gn ps-src/rfc1245.ps /^\/gn { $/
1580gnu html-src/software.html /^Free software that I wrote for the GNU project or / 3022gnu html-src/software.html /^Free software that I wrote for the GNU project or /
1581_GNU_SOURCE c-src/etags.c 94
1582gobble_input c-src/emacs/src/keyboard.c /^gobble_input (void)$/ 3023gobble_input c-src/emacs/src/keyboard.c /^gobble_input (void)$/
1583goto-tag-location-function el-src/emacs/lisp/progmodes/etags.el /^(defvar goto-tag-location-function nil$/ 3024goto-tag-location-function el-src/emacs/lisp/progmodes/etags.el /^(defvar goto-tag-location-function nil$/
1584goto_xy cp-src/screen.cpp /^void goto_xy(unsigned char x, unsigned char y)$/ 3025goto_xy cp-src/screen.cpp /^void goto_xy(unsigned char x, unsigned char y)$/
1585/G ps-src/rfc1245.ps /^\/G { $/ 3026handleList pyt-src/server.py /^ def handleList(self, event):$/
1586/graymode ps-src/rfc1245.ps /^\/graymode true def$/ 3027handleNew pyt-src/server.py /^ def handleNew(self, event):$/
1587/grayness ps-src/rfc1245.ps /^\/grayness {$/
1588GREEN cp-src/screen.hpp 14
1589\group tex-src/texinfo.tex /^\\def\\group{\\begingroup$/
1590GROW_RAW_KEYBUF c-src/emacs/src/keyboard.c 119
1591\gtr tex-src/texinfo.tex /^\\def\\gtr{\\realbackslash gtr}%$/
1592\gtr tex-src/texinfo.tex /^\\def\\gtr{\\realbackslash gtr}$/
1593/guillemotleft ps-src/rfc1245.ps /^\/guillemotleft \/guillemotright \/ellipsis \/.notdef /
1594handle_async_input c-src/emacs/src/keyboard.c /^handle_async_input (void)$/ 3028handle_async_input c-src/emacs/src/keyboard.c /^handle_async_input (void)$/
1595handle_input_available_signal c-src/emacs/src/keyboard.c /^handle_input_available_signal (int sig)$/ 3029handle_input_available_signal c-src/emacs/src/keyboard.c /^handle_input_available_signal (int sig)$/
1596handle_interrupt c-src/emacs/src/keyboard.c /^handle_interrupt (bool in_signal_handler)$/ 3030handle_interrupt c-src/emacs/src/keyboard.c /^handle_interrupt (bool in_signal_handler)$/
1597handle_interrupt_signal c-src/emacs/src/keyboard.c /^handle_interrupt_signal (int sig)$/ 3031handle_interrupt_signal c-src/emacs/src/keyboard.c /^handle_interrupt_signal (int sig)$/
1598handleList pyt-src/server.py /^ def handleList(self, event):$/ 3032handle_user_signal c-src/emacs/src/keyboard.c /^handle_user_signal (int sig)$/
1599handleNew pyt-src/server.py /^ def handleNew(self, event):$/
1600handler c-src/emacs/src/lisp.h 3023 3033handler c-src/emacs/src/lisp.h 3023
1601handlertype c-src/emacs/src/lisp.h 3021 3034handlertype c-src/emacs/src/lisp.h 3021
1602handle_user_signal c-src/emacs/src/keyboard.c /^handle_user_signal (int sig)$/
1603has_arg c-src/getopt.h 82 3035has_arg c-src/getopt.h 82
1604hash c-src/emacs/src/lisp.h 1843 3036hash c-src/emacs/src/lisp.h 1843
1605hash c-src/etags.c /^hash (const char *str, int len)$/ 3037hash c-src/etags.c /^hash (const char *str, int len)$/
1606hashfn c-src/emacs/src/lisp.h /^ EMACS_UINT (*hashfn) (struct hash_table_test *t,/
1607HASH_HASH c-src/emacs/src/lisp.h /^HASH_HASH (struct Lisp_Hash_Table *h, ptrdiff_t id/
1608HASH_INDEX c-src/emacs/src/lisp.h /^HASH_INDEX (struct Lisp_Hash_Table *h, ptrdiff_t i/
1609HASH_KEY c-src/emacs/src/lisp.h /^HASH_KEY (struct Lisp_Hash_Table *h, ptrdiff_t idx/
1610HASH_NEXT c-src/emacs/src/lisp.h /^HASH_NEXT (struct Lisp_Hash_Table *h, ptrdiff_t id/
1611HASH_TABLE_P c-src/emacs/src/lisp.h /^HASH_TABLE_P (Lisp_Object a)$/
1612HASH_TABLE_SIZE c-src/emacs/src/lisp.h /^HASH_TABLE_SIZE (struct Lisp_Hash_Table *h)$/
1613hash_table_test c-src/emacs/src/lisp.h 1805 3038hash_table_test c-src/emacs/src/lisp.h 1805
1614HASH_VALUE c-src/emacs/src/lisp.h /^HASH_VALUE (struct Lisp_Hash_Table *h, ptrdiff_t i/ 3039hashfn c-src/emacs/src/lisp.h /^ EMACS_UINT (*hashfn) (struct hash_table_test *t,/
1615\hat tex-src/texinfo.tex /^\\def\\hat{\\realbackslash hat}%$/
1616\hat tex-src/texinfo.tex /^\\def\\hat{\\realbackslash hat}$/
1617HAVE_NTGUI c-src/etags.c 116
1618hdr c-src/emacs/src/gmalloc.c 1860 3040hdr c-src/emacs/src/gmalloc.c 1860
3041head_table c-src/emacs/src/keyboard.c 11027
1619header c-src/emacs/src/lisp.h 1371 3042header c-src/emacs/src/lisp.h 1371
1620header c-src/emacs/src/lisp.h 1388 3043header c-src/emacs/src/lisp.h 1388
1621header c-src/emacs/src/lisp.h 1581 3044header c-src/emacs/src/lisp.h 1581
@@ -1623,44 +3046,18 @@ header c-src/emacs/src/lisp.h 1610
1623header c-src/emacs/src/lisp.h 1672 3046header c-src/emacs/src/lisp.h 1672
1624header c-src/emacs/src/lisp.h 1826 3047header c-src/emacs/src/lisp.h 1826
1625header_size c-src/emacs/src/lisp.h 1471 3048header_size c-src/emacs/src/lisp.h 1471
1626\HEADINGSafter tex-src/texinfo.tex /^\\def\\HEADINGSafter{\\let\\HEADINGShook=\\HEADINGSdoub/
1627\HEADINGSdouble tex-src/texinfo.tex /^\\def\\HEADINGSdouble{$/
1628\HEADINGSdoublex tex-src/texinfo.tex /^\\def\\HEADINGSdoublex{%$/
1629\HEADINGSoff tex-src/texinfo.tex /^\\def\\HEADINGSoff{$/
1630\HEADINGSon tex-src/texinfo.tex /^\\def\\HEADINGSon{\\HEADINGSdouble}$/
1631\HEADINGSon tex-src/texinfo.tex /^\\global\\def\\HEADINGSon{\\HEADINGSdouble}}$/
1632\HEADINGSon tex-src/texinfo.tex /^\\global\\def\\HEADINGSon{\\HEADINGSsingle}}$/
1633\HEADINGSsingleafter tex-src/texinfo.tex /^\\def\\HEADINGSsingleafter{\\let\\HEADINGShook=\\HEADIN/
1634\HEADINGSsingle tex-src/texinfo.tex /^\\def\\HEADINGSsingle{$/
1635\HEADINGSsinglex tex-src/texinfo.tex /^\\def\\HEADINGSsinglex{%$/
1636\headings tex-src/texinfo.tex /^\\def\\headings #1 {\\csname HEADINGS#1\\endcsname}$/
1637\heading tex-src/texinfo.tex /^\\def\\heading{\\parsearg\\secheadingi}$/
1638head_table c-src/emacs/src/keyboard.c 11027
1639_heapbase c-src/emacs/src/gmalloc.c 355
1640HEAP c-src/emacs/src/gmalloc.c 131
1641_heapindex c-src/emacs/src/gmalloc.c 364
1642_heapinfo c-src/emacs/src/gmalloc.c 358
1643_heaplimit c-src/emacs/src/gmalloc.c 367
1644heapsize c-src/emacs/src/gmalloc.c 361 3049heapsize c-src/emacs/src/gmalloc.c 361
1645hello scm-src/test.scm /^(define hello "Hello, Emacs!")$/ 3050hello scm-src/test.scm /^(define hello "Hello, Emacs!")$/
1646hello scm-src/test.scm /^(set! hello "Hello, world!")$/ 3051hello scm-src/test.scm /^(set! hello "Hello, world!")$/
1647hello-world scm-src/test.scm /^(define (hello-world)$/ 3052hello-world scm-src/test.scm /^(define (hello-world)$/
1648help_char_p c-src/emacs/src/keyboard.c /^help_char_p (Lisp_Object c)$/
1649help c-src/etags.c 193 3053help c-src/etags.c 193
1650help_form_saved_window_configs c-src/emacs/src/keyboard.c 2156
1651helpPanel objcpp-src/SimpleCalc.M /^- helpPanel:sender$/ 3054helpPanel objcpp-src/SimpleCalc.M /^- helpPanel:sender$/
3055help_char_p c-src/emacs/src/keyboard.c /^help_char_p (Lisp_Object c)$/
3056help_form_saved_window_configs c-src/emacs/src/keyboard.c 2156
1652helpwin pyt-src/server.py /^def helpwin(helpdict):$/ 3057helpwin pyt-src/server.py /^def helpwin(helpdict):$/
1653hide_cursor cp-src/screen.cpp /^void hide_cursor(void)$/ 3058hide_cursor cp-src/screen.cpp /^void hide_cursor(void)$/
1654hlds merc-src/accumulator.m /^:- import_module hlds.$/ 3059hlds merc-src/accumulator.m /^:- import_module hlds.$/
1655/home/www/pub/etags.c.gz make-src/Makefile /^\/home\/www\/pub\/etags.c.gz: etags.c$/
1656/home/www/pub/software/unix/etags.tar.gz make-src/Makefile /^\/home\/www\/pub\/software\/unix\/etags.tar.gz: Makefile/
1657/H ps-src/rfc1245.ps /^\/H { $/
1658HTML_help c-src/etags.c 584
1659HTML_labels c-src/etags.c /^HTML_labels (FILE *inf)$/
1660HTMLSRC make-src/Makefile /^HTMLSRC=softwarelibero.html index.shtml algrthms.h/
1661HTML_suffixes c-src/etags.c 582
1662htmltreelist prol-src/natded.prolog /^htmltreelist([]).$/ 3060htmltreelist prol-src/natded.prolog /^htmltreelist([]).$/
1663/hx ps-src/rfc1245.ps /^\/hx { $/
1664hybrid_aligned_alloc c-src/emacs/src/gmalloc.c /^hybrid_aligned_alloc (size_t alignment, size_t siz/ 3061hybrid_aligned_alloc c-src/emacs/src/gmalloc.c /^hybrid_aligned_alloc (size_t alignment, size_t siz/
1665hybrid_calloc c-src/emacs/src/gmalloc.c /^hybrid_calloc (size_t nmemb, size_t size)$/ 3062hybrid_calloc c-src/emacs/src/gmalloc.c /^hybrid_calloc (size_t nmemb, size_t size)$/
1666hybrid_free c-src/emacs/src/gmalloc.c /^hybrid_free (void *ptr)$/ 3063hybrid_free c-src/emacs/src/gmalloc.c /^hybrid_free (void *ptr)$/
@@ -1668,275 +3065,137 @@ hybrid_get_current_dir_name c-src/emacs/src/gmalloc.c /^hybrid_get_current_dir_n
1668hybrid_malloc c-src/emacs/src/gmalloc.c /^hybrid_malloc (size_t size)$/ 3065hybrid_malloc c-src/emacs/src/gmalloc.c /^hybrid_malloc (size_t size)$/
1669hybrid_realloc c-src/emacs/src/gmalloc.c /^hybrid_realloc (void *ptr, size_t size)$/ 3066hybrid_realloc c-src/emacs/src/gmalloc.c /^hybrid_realloc (void *ptr, size_t size)$/
1670hypothetical_mem prol-src/natded.prolog /^hypothetical_mem(fi(N),Ass,_):-$/ 3067hypothetical_mem prol-src/natded.prolog /^hypothetical_mem(fi(N),Ass,_):-$/
1671/iacute ps-src/rfc1245.ps /^\/iacute \/igrave \/icircumflex \/idieresis \/ntilde \/o/
1672ialpage tex-src/texinfo.tex /^ \\availdimen@=\\pageheight \\advance\\availdimen@ by/
1673ialpage tex-src/texinfo.tex /^ \\dimen@=\\pageheight \\advance\\dimen@ by-\\ht\\pa/
1674ialpage tex-src/texinfo.tex /^ \\dimen@=\\pageheight \\advance\\dimen@ by-\\ht\\parti/
1675ialpage tex-src/texinfo.tex /^\\newbox\\partialpage$/
1676ialpage= tex-src/texinfo.tex /^ \\output={\\global\\setbox\\partialpage=$/
1677i c.c 169
1678/Icircumflex ps-src/rfc1245.ps /^\/Icircumflex \/Idieresis \/Igrave \/Oacute \/Ocircumfl/
1679i cp-src/c.C 132
1680/ic ps-src/rfc1245.ps /^\/ic [ $/
1681i c-src/c.c 2 3068i c-src/c.c 2
1682i c-src/emacs/src/lisp.h 4673 3069i c-src/emacs/src/lisp.h 4673
1683i c-src/emacs/src/lisp.h 4679 3070i c-src/emacs/src/lisp.h 4679
1684i c-src/emacs/src/lisp.h 567 3071i c-src/emacs/src/lisp.h 567
3072i c.c 169
3073i cp-src/c.C 132
3074ialpage tex-src/texinfo.tex /^ \\dimen@=\\pageheight \\advance\\dimen@ by-\\ht\\pa/
3075ialpage tex-src/texinfo.tex /^ \\availdimen@=\\pageheight \\advance\\availdimen@ by/
3076ialpage tex-src/texinfo.tex /^ \\dimen@=\\pageheight \\advance\\dimen@ by-\\ht\\parti/
3077ialpage tex-src/texinfo.tex /^\\newbox\\partialpage$/
3078ialpage= tex-src/texinfo.tex /^ \\output={\\global\\setbox\\partialpage=$/
1685identify_goal_type merc-src/accumulator.m /^:- pred identify_goal_type(pred_id::in, proc_id::i/ 3079identify_goal_type merc-src/accumulator.m /^:- pred identify_goal_type(pred_id::in, proc_id::i/
1686identify_out_and_out_prime merc-src/accumulator.m /^:- pred identify_out_and_out_prime(module_info::in/ 3080identify_out_and_out_prime merc-src/accumulator.m /^:- pred identify_out_and_out_prime(module_info::in/
1687identify_recursive_calls merc-src/accumulator.m /^:- pred identify_recursive_calls(pred_id::in, proc/ 3081identify_recursive_calls merc-src/accumulator.m /^:- pred identify_recursive_calls(pred_id::in, proc/
1688idx c-src/emacs/src/lisp.h 3150 3082idx c-src/emacs/src/lisp.h 3150
1689IEEE_FLOATING_POINT c-src/emacs/src/lisp.h 2415
1690\ifclearfail tex-src/texinfo.tex /^\\def\\ifclearfail{\\begingroup\\ignoresections\\ifclea/
1691\ifclearfailxxx tex-src/texinfo.tex /^\\long\\def\\ifclearfailxxx #1\\end ifclear{\\endgroup\\/
1692\ifclear tex-src/texinfo.tex /^\\def\\ifclear{\\begingroup\\ignoresections\\parsearg\\i/
1693\ifclearxxx tex-src/texinfo.tex /^\\def\\ifclearxxx #1{\\endgroup$/
1694\ifinfo tex-src/texinfo.tex /^\\def\\ifinfo{\\begingroup\\ignoresections\\ifinfoxxx}$/
1695\ifinfoxxx tex-src/texinfo.tex /^\\long\\def\\ifinfoxxx #1\\end ifinfo{\\endgroup\\ignore/
1696\ifsetfail tex-src/texinfo.tex /^\\def\\ifsetfail{\\begingroup\\ignoresections\\ifsetfai/
1697\ifsetfailxxx tex-src/texinfo.tex /^\\long\\def\\ifsetfailxxx #1\\end ifset{\\endgroup\\igno/
1698\ifset tex-src/texinfo.tex /^\\def\\ifset{\\begingroup\\ignoresections\\parsearg\\ifs/
1699\ifsetxxx tex-src/texinfo.tex /^\\def\\ifsetxxx #1{\\endgroup$/
1700\iftex tex-src/texinfo.tex /^\\def\\iftex{}$/
1701\ifusingtt tex-src/texinfo.tex /^\\def\\ifusingtt#1#2{\\ifdim \\fontdimen3\\the\\font=0pt/
1702ignore_case c-src/etags.c 266 3083ignore_case c-src/etags.c 266
1703ignore_mouse_drag_p c-src/emacs/src/keyboard.c 1256 3084ignore_mouse_drag_p c-src/emacs/src/keyboard.c 1256
1704\ignoresections tex-src/texinfo.tex /^\\def\\ignoresections{%$/
1705\ignore tex-src/texinfo.tex /^\\def\\ignore{\\begingroup\\ignoresections$/
1706\ignorexxx tex-src/texinfo.tex /^\\long\\def\\ignorexxx #1\\end ignore{\\endgroup\\ignore/
1707\ii tex-src/texinfo.tex /^\\def\\ii#1{{\\it #1}} % italic font$/
1708ill=\relax tex-src/texinfo.tex /^\\let\\refill=\\relax$/ 3085ill=\relax tex-src/texinfo.tex /^\\let\\refill=\\relax$/
1709IMAGEP c-src/emacs/src/lisp.h /^IMAGEP (Lisp_Object x)$/
1710immediate_quit c-src/emacs/src/keyboard.c 174 3086immediate_quit c-src/emacs/src/keyboard.c 174
1711impatto html-src/softwarelibero.html /^Impatto pratico del software libero$/ 3087impatto html-src/softwarelibero.html /^Impatto pratico del software libero$/
1712implementation merc-src/accumulator.m /^:- implementation.$/ 3088implementation merc-src/accumulator.m /^:- implementation.$/
3089in_word_set c-src/etags.c /^in_word_set (register const char *str, register un/
1713inattribute c-src/etags.c 2400 3090inattribute c-src/etags.c 2400
1714inc cp-src/Range.h /^ double inc (void) const { return rng_inc; }$/ 3091inc cp-src/Range.h /^ double inc (void) const { return rng_inc; }$/
1715/inch ps-src/rfc1245.ps /^\/inch {72 mul} def$/
1716\include tex-src/texinfo.tex /^\\def\\include{\\parsearg\\includezzz}$/
1717\includezzz tex-src/texinfo.tex /^\\def\\includezzz #1{{\\def\\thisfile{#1}\\input #1$/
1718\indexbackslash tex-src/texinfo.tex /^ \\def\\indexbackslash{\\rawbackslashxx}$/
1719index c-src/emacs/src/lisp.h 1856 3092index c-src/emacs/src/lisp.h 1856
1720\indexdotfill tex-src/texinfo.tex /^\\def\\indexdotfill{\\cleaders$/
1721\indexdummies tex-src/texinfo.tex /^\\def\\indexdummies{%$/
1722\indexdummydots tex-src/texinfo.tex /^\\def\\indexdummydots{...}$/
1723\indexdummyfont tex-src/texinfo.tex /^\\def\\indexdummyfont#1{#1}$/
1724=\indexdummyfont tex-src/texinfo.tex /^\\let\\cite=\\indexdummyfont$/
1725\indexdummytex tex-src/texinfo.tex /^\\def\\indexdummytex{TeX}$/
1726\indexfonts tex-src/texinfo.tex /^\\def\\indexfonts{%$/
1727\indexnofonts tex-src/texinfo.tex /^\\def\\indexnofonts{%$/
1728\inENV tex-src/texinfo.tex /^\\newif\\ifENV \\ENVfalse \\def\\inENV{\\ifENV\\relax\\els/
1729infabsdir c-src/etags.c 206 3093infabsdir c-src/etags.c 206
1730infabsname c-src/etags.c 205 3094infabsname c-src/etags.c 205
1731infiles make-src/Makefile /^infiles = $(filter-out ${NONSRCS},${SRCS}) srclist/ 3095infiles make-src/Makefile /^infiles = $(filter-out ${NONSRCS},${SRCS}) srclist/
1732infname c-src/etags.c 204 3096infname c-src/etags.c 204
1733\infoappendixsec tex-src/texinfo.tex /^\\def\\infoappendixsec{\\parsearg\\appendixseczzz}$/
1734\infoappendixsubsec tex-src/texinfo.tex /^\\def\\infoappendixsubsec{\\parsearg\\appendixsubseczz/
1735\infoappendixsubsubsec tex-src/texinfo.tex /^\\def\\infoappendixsubsubsec{\\parsearg\\appendixsubsu/
1736\infoappendix tex-src/texinfo.tex /^\\def\\infoappendix{\\parsearg\\appendixzzz}$/
1737\infochapter tex-src/texinfo.tex /^\\def\\infochapter{\\parsearg\\chapterzzz}$/
1738info c-src/emacs/src/gmalloc.c 157 3097info c-src/emacs/src/gmalloc.c 157
1739infoPanel objcpp-src/SimpleCalc.M /^- infoPanel:sender$/ 3098infoPanel objcpp-src/SimpleCalc.M /^- infoPanel:sender$/
1740\inforef tex-src/texinfo.tex /^\\def\\inforef #1{\\inforefzzz #1,,,,**}$/
1741\inforefzzz tex-src/texinfo.tex /^\\def\\inforefzzz #1,#2,#3,#4**{See Info file \\file{/
1742\infosection tex-src/texinfo.tex /^\\def\\infosection{\\parsearg\\sectionzzz}$/
1743\infosubsection tex-src/texinfo.tex /^\\def\\infosubsection{\\parsearg\\subsectionzzz}$/
1744\infosubsubsection tex-src/texinfo.tex /^\\def\\infosubsubsection{\\parsearg\\subsubsectionzzz}/
1745\infotop tex-src/texinfo.tex /^\\def\\infotop{\\parsearg\\unnumberedzzz}$/
1746\infounnumberedsec tex-src/texinfo.tex /^\\def\\infounnumberedsec{\\parsearg\\unnumberedseczzz}/
1747\infounnumberedsubsec tex-src/texinfo.tex /^\\def\\infounnumberedsubsec{\\parsearg\\unnumberedsubs/
1748\infounnumberedsubsubsec tex-src/texinfo.tex /^\\def\\infounnumberedsubsubsec{\\parsearg\\unnumbereds/
1749\infounnumbered tex-src/texinfo.tex /^\\def\\infounnumbered{\\parsearg\\unnumberedzzz}$/
1750inita c.c /^static void inita () {}$/
1751initb c.c /^static void initb () {}$/
1752init_control c.c 239
1753init c-src/etags.c /^init (void)$/ 3099init c-src/etags.c /^init (void)$/
1754Initialize_Cond/p ada-src/2ataspri.adb /^ procedure Initialize_Cond (Cond : in out Condit/
1755Initialize_Cond/p ada-src/2ataspri.ads /^ procedure Initialize_Cond (Cond : in out Condit/
1756initialize_goal_store merc-src/accumulator.m /^:- func initialize_goal_store(list(hlds_goal), ins/
1757Initialize_LL_Tasks/p ada-src/2ataspri.adb /^ procedure Initialize_LL_Tasks (T : TCB_Ptr) is$/
1758Initialize_LL_Tasks/p ada-src/2ataspri.ads /^ procedure Initialize_LL_Tasks (T : TCB_Ptr);$/
1759Initialize_Lock/p ada-src/2ataspri.adb /^ procedure Initialize_Lock$/
1760Initialize_Lock/p ada-src/2ataspri.ads /^ procedure Initialize_Lock (Prio : System.Any_Pr/
1761initialize-new-tags-table el-src/emacs/lisp/progmodes/etags.el /^(defun initialize-new-tags-table ()$/
1762initialize_random_junk y-src/cccp.y /^initialize_random_junk ()$/
1763InitializeStringPackage pas-src/common.pas /^procedure InitializeStringPackage;$/
1764Initialize_TAS_Cell/p ada-src/2ataspri.adb /^ procedure Initialize_TAS_Cell (Cell : out TAS_C/
1765Initialize_TAS_Cell/p ada-src/2ataspri.ads /^ procedure Initialize_TAS_Cell (Cell : out TA/
1766initial_kboard c-src/emacs/src/keyboard.c 84
1767\initial tex-src/texinfo.tex /^\\def\\initial #1{%$/
1768init_kboard c-src/emacs/src/keyboard.c /^init_kboard (KBOARD *kb, Lisp_Object type)$/
1769init_keyboard c-src/emacs/src/keyboard.c /^init_keyboard (void)$/
1770InitNameList pas-src/common.pas /^procedure InitNameList;$/
1771InitNameStringPool pas-src/common.pas /^procedure InitNameStringPool;$/
1772init objcpp-src/SimpleCalc.M /^- init$/
1773init objc-src/Subprocess.m /^ andStdErr:(BOOL)wantsStdErr$/ 3100init objc-src/Subprocess.m /^ andStdErr:(BOOL)wantsStdErr$/
1774init objc-src/Subprocess.m /^- init:(const char *)subprocessString$/ 3101init objc-src/Subprocess.m /^- init:(const char *)subprocessString$/
1775__init__ pyt-src/server.py /^ def __init__(self):$/ 3102init objcpp-src/SimpleCalc.M /^- init$/
1776__init__ pyt-src/server.py /^ def __init__(self, host, sitelist, master=None/ 3103init_control c.c 239
1777__init__ pyt-src/server.py /^ def __init__(self, master=None):$/ 3104init_kboard c-src/emacs/src/keyboard.c /^init_kboard (KBOARD *kb, Lisp_Object type)$/
1778__init__ pyt-src/server.py /^ def __init__(self, Master, text, textvar, widt/ 3105init_keyboard c-src/emacs/src/keyboard.c /^init_keyboard (void)$/
1779__init__ pyt-src/server.py /^ def __init__(self, newlegend, list, editor, ma/
1780__init__ pyt-src/server.py /^ def __init__(self, user, userlist, master=None/
1781init_registry cp-src/clheir.cpp /^void init_registry(void)$/ 3106init_registry cp-src/clheir.cpp /^void init_registry(void)$/
1782init_tool_bar_items c-src/emacs/src/keyboard.c /^init_tool_bar_items (Lisp_Object reuse)$/ 3107init_tool_bar_items c-src/emacs/src/keyboard.c /^init_tool_bar_items (Lisp_Object reuse)$/
1783Inner1/b ada-src/etags-test-for.ada /^ package body Inner1 is$/ 3108inita c.c /^static void inita () {}$/
1784Inner1/b ada-src/waroquiers.ada /^ package body Inner1 is$/ 3109initb c.c /^static void initb () {}$/
1785Inner1/s ada-src/etags-test-for.ada /^ package Inner1 is$/ 3110initial_kboard c-src/emacs/src/keyboard.c 84
1786Inner1/s ada-src/waroquiers.ada /^ package Inner1 is$/ 3111initialize-new-tags-table el-src/emacs/lisp/progmodes/etags.el /^(defun initialize-new-tags-table ()$/
1787Inner2/b ada-src/etags-test-for.ada /^ package body Inner2 is$/ 3112initialize_goal_store merc-src/accumulator.m /^:- func initialize_goal_store(list(hlds_goal), ins/
1788Inner2/b ada-src/waroquiers.ada /^ package body Inner2 is$/ 3113initialize_random_junk y-src/cccp.y /^initialize_random_junk ()$/
1789Inner2/s ada-src/etags-test-for.ada /^ package Inner2 is$/ 3114input-pending-p c-src/emacs/src/keyboard.c /^DEFUN ("input-pending-p", Finput_pending_p, Sinput/
1790Inner2/s ada-src/waroquiers.ada /^ package Inner2 is$/
1791input_available_clear_time c-src/emacs/src/keyboard.c 324 3115input_available_clear_time c-src/emacs/src/keyboard.c 324
1792INPUT_EVENT_POS_MAX c-src/emacs/src/keyboard.c 3698
1793INPUT_EVENT_POS_MIN c-src/emacs/src/keyboard.c 3701
1794input_pending c-src/emacs/src/keyboard.c 239 3116input_pending c-src/emacs/src/keyboard.c 239
1795input-pending-p c-src/emacs/src/keyboard.c /^DEFUN ("input-pending-p", Finput_pending_p, Sinput/
1796input_polling_used c-src/emacs/src/keyboard.c /^input_polling_used (void)$/ 3117input_polling_used c-src/emacs/src/keyboard.c /^input_polling_used (void)$/
1797input_was_pending c-src/emacs/src/keyboard.c 287 3118input_was_pending c-src/emacs/src/keyboard.c 287
1798insert-abbrev-table-description c-src/abbrev.c /^DEFUN ("insert-abbrev-table-description", Finsert_/ 3119insert-abbrev-table-description c-src/abbrev.c /^DEFUN ("insert-abbrev-table-description", Finsert_/
1799insertion_type c-src/emacs/src/lisp.h 1989 3120insertion_type c-src/emacs/src/lisp.h 1989
1800insertname pas-src/common.pas /^function insertname;(*($/ 3121insertname pas-src/common.pas /^function insertname;(*($/
1801INSERT_TREE_NODE pas-src/common.pas /^procedure INSERT_TREE_NODE;(*( $/ 3122instance_method ruby-src/test.rb /^ def instance_method$/
1802Install_Abort_Handler/p ada-src/2ataspri.adb /^ procedure Install_Abort_Handler (Handler : Abor/
1803Install_Abort_Handler/p ada-src/2ataspri.ads /^ procedure Install_Abort_Handler (Handler : Abor/
1804Install_Error_Handler/p ada-src/2ataspri.adb /^ procedure Install_Error_Handler (Handler : Syst/
1805Install_Error_Handler/p ada-src/2ataspri.ads /^ procedure Install_Error_Handler (Handler : Syst/
1806instance_method_equals= ruby-src/test.rb /^ def instance_method_equals=$/ 3123instance_method_equals= ruby-src/test.rb /^ def instance_method_equals=$/
1807instance_method_exclamation! ruby-src/test.rb /^ def instance_method_exclamation!$/ 3124instance_method_exclamation! ruby-src/test.rb /^ def instance_method_exclamation!$/
1808instance_method_question? ruby-src/test.rb /^ def instance_method_question?$/ 3125instance_method_question? ruby-src/test.rb /^ def instance_method_question?$/
1809instance_method ruby-src/test.rb /^ def instance_method$/
1810INSTANTIATE_MDIAGARRAY_FRIENDS cp-src/MDiagArray2.h /^#define INSTANTIATE_MDIAGARRAY_FRIENDS(T) \\$/
1811instruct c-src/etags.c 2527
1812instr y-src/parse.y 81 3126instr y-src/parse.y 81
1813INT_BIT c-src/emacs/src/gmalloc.c 124 3127instruct c-src/etags.c 2527
1814INT c-src/h.h 32 3128int merc-src/accumulator.m /^:- import_module int.$/
3129intNumber go-src/test1.go 13
1815integer c-src/emacs/src/lisp.h 2127 3130integer c-src/emacs/src/lisp.h 2127
3131integer y-src/cccp.y 112
1816integer_overflow y-src/cccp.y /^integer_overflow ()$/ 3132integer_overflow y-src/cccp.y /^integer_overflow ()$/
1817INTEGERP c-src/emacs/src/lisp.h /^# define INTEGERP(x) lisp_h_INTEGERP (x)$/
1818INTEGER_TO_CONS c-src/emacs/src/lisp.h /^#define INTEGER_TO_CONS(i) \\$/
1819integertonmstr pas-src/common.pas /^function integertonmstr; (* (TheInteger : integer)/ 3133integertonmstr pas-src/common.pas /^function integertonmstr; (* (TheInteger : integer)/
1820integer y-src/cccp.y 112
1821intensity1 f-src/entry.for /^ & intensity1(efv,fv,svin,svquad,sfpv,maxp,val/ 3134intensity1 f-src/entry.for /^ & intensity1(efv,fv,svin,svquad,sfpv,maxp,val/
1822intensity1 f-src/entry.strange /^ & intensity1(efv,fv,svin,svquad,sfpv,maxp,val/ 3135intensity1 f-src/entry.strange /^ & intensity1(efv,fv,svin,svquad,sfpv,maxp,val/
1823intensity1 f-src/entry.strange_suffix /^ & intensity1(efv,fv,svin,svquad,sfpv,maxp,val/ 3136intensity1 f-src/entry.strange_suffix /^ & intensity1(efv,fv,svin,svquad,sfpv,maxp,val/
1824interface_locate c-src/c.c /^interface_locate(void)$/
1825interface merc-src/accumulator.m /^:- interface.$/ 3137interface merc-src/accumulator.m /^:- interface.$/
1826\internalBitem tex-src/texinfo.tex /^\\def\\internalBitem{\\smallbreak \\parsearg\\itemzzz}$/ 3138interface_locate c-src/c.c /^interface_locate(void)$/
1827\internalBitemx tex-src/texinfo.tex /^\\def\\internalBitemx{\\par \\parsearg\\itemzzz}$/
1828\internalBkitem tex-src/texinfo.tex /^\\def\\internalBkitem{\\smallbreak \\parsearg\\kitemzzz/
1829\internalBkitemx tex-src/texinfo.tex /^\\def\\internalBkitemx{\\par \\parsearg\\kitemzzz}$/
1830\internalBxitem tex-src/texinfo.tex /^\\def\\internalBxitem "#1"{\\def\\xitemsubtopix{#1} \\s/
1831\internalBxitemx tex-src/texinfo.tex /^\\def\\internalBxitemx "#1"{\\def\\xitemsubtopix{#1} \\/
1832internal_last_event_frame c-src/emacs/src/keyboard.c 228
1833\internalsetq tex-src/texinfo.tex /^\\def\\internalsetq #1#2{'xrdef {#1}{\\csname #2\\endc/
1834intern c-src/emacs/src/lisp.h /^intern (const char *str)$/ 3139intern c-src/emacs/src/lisp.h /^intern (const char *str)$/
1835intern_c_string c-src/emacs/src/lisp.h /^intern_c_string (const char *str)$/ 3140intern_c_string c-src/emacs/src/lisp.h /^intern_c_string (const char *str)$/
3141internal_last_event_frame c-src/emacs/src/keyboard.c 228
1836interned c-src/emacs/src/lisp.h 672 3142interned c-src/emacs/src/lisp.h 672
1837interpreters c-src/etags.c 197 3143interpreters c-src/etags.c 197
3144interrupt_input c-src/emacs/src/keyboard.c 328
1838interrupt_input_blocked c-src/emacs/src/keyboard.c 76 3145interrupt_input_blocked c-src/emacs/src/keyboard.c 76
1839interrupt_input_blocked c-src/emacs/src/lisp.h 3048 3146interrupt_input_blocked c-src/emacs/src/lisp.h 3048
1840interrupt_input c-src/emacs/src/keyboard.c 328
1841interrupts_deferred c-src/emacs/src/keyboard.c 331 3147interrupts_deferred c-src/emacs/src/keyboard.c 331
1842INTERVAL c-src/emacs/src/lisp.h 1149
1843INTMASK c-src/emacs/src/lisp.h 437
1844int merc-src/accumulator.m /^:- import_module int.$/
1845intNumber go-src/test1.go 13
1846intoken c-src/etags.c /^#define intoken(c) (_itk[CHAR (c)]) \/* c can be in/ 3148intoken c-src/etags.c /^#define intoken(c) (_itk[CHAR (c)]) \/* c can be in/
1847intspec c-src/emacs/src/lisp.h 1688 3149intspec c-src/emacs/src/lisp.h 1688
1848INTTYPEBITS c-src/emacs/src/lisp.h 249
1849INT_TYPE_SIZE y-src/cccp.y 91
1850intvar c-src/emacs/src/lisp.h 2277 3150intvar c-src/emacs/src/lisp.h 2277
1851INT y-src/cccp.c 6
1852invalidate_nodes c-src/etags.c /^invalidate_nodes (fdesc *badfdp, node **npp)$/ 3151invalidate_nodes c-src/etags.c /^invalidate_nodes (fdesc *badfdp, node **npp)$/
1853Invoking gzip tex-src/gzip.texi /^@node Invoking gzip, Advanced usage, Sample, Top$/
1854in_word_set c-src/etags.c /^in_word_set (register const char *str, register un/
1855io merc-src/accumulator.m /^:- import_module io.$/ 3152io merc-src/accumulator.m /^:- import_module io.$/
1856IpAddrKind rs-src/test.rs 3
1857ipc3dChannelType cp-src/c.C 1
1858ipc3dCSC19 cp-src/c.C 6 3153ipc3dCSC19 cp-src/c.C 6
3154ipc3dChannelType cp-src/c.C 1
1859ipc3dIslandHierarchy cp-src/c.C 1 3155ipc3dIslandHierarchy cp-src/c.C 1
1860ipc3dLinkControl cp-src/c.C 1 3156ipc3dLinkControl cp-src/c.C 1
1861__ip c.c 159
1862/ip ps-src/rfc1245.ps /^\/ip { $/
1863/i ps-src/rfc1245.ps /^\/i \/j \/k \/l \/m \/n \/o \/p \/q \/r \/s \/t \/u \/v \/w \/x \/y/
1864irregular_location cp-src/clheir.hpp 47
1865irregular_location cp-src/clheir.hpp /^ irregular_location(double xi, double yi, doubl/ 3157irregular_location cp-src/clheir.hpp /^ irregular_location(double xi, double yi, doubl/
1866ISALNUM c-src/etags.c /^#define ISALNUM(c) isalnum (CHAR (c))$/ 3158irregular_location cp-src/clheir.hpp 47
1867ISALPHA c-src/etags.c /^#define ISALPHA(c) isalpha (CHAR (c))$/
1868is_associative_construction merc-src/accumulator.m /^:- pred is_associative_construction(module_info::i/
1869isComment php-src/lce_functions.php /^ function isComment($class)$/ 3159isComment php-src/lce_functions.php /^ function isComment($class)$/
1870IsControlCharName pas-src/common.pas /^function IsControlCharName($/ 3160isHoliday cp-src/functions.cpp /^bool isHoliday ( Date d ){$/
1871IsControlChar pas-src/common.pas /^function IsControlChar; (*($/ 3161isLeap cp-src/functions.cpp /^bool isLeap ( int year ){$/
3162is_associative_construction merc-src/accumulator.m /^:- pred is_associative_construction(module_info::i/
1872is_curly_brace_form c-src/h.h 54 3163is_curly_brace_form c-src/h.h 54
1873IS_DAEMON c-src/emacs/src/lisp.h 4257
1874IS_DAEMON c-src/emacs/src/lisp.h 4261
1875ISDIGIT c-src/etags.c /^#define ISDIGIT(c) isdigit (CHAR (c))$/
1876is_explicit c-src/h.h 49 3164is_explicit c-src/h.h 49
1877is_func c-src/etags.c 221 3165is_func c-src/etags.c 221
1878isHoliday cp-src/functions.cpp /^bool isHoliday ( Date d ){$/
1879is_hor_space y-src/cccp.y 953 3166is_hor_space y-src/cccp.y 953
1880is_idchar y-src/cccp.y 948 3167is_idchar y-src/cccp.y 948
1881is_idstart y-src/cccp.y 950 3168is_idstart y-src/cccp.y 950
1882isLeap cp-src/functions.cpp /^bool isLeap ( int year ){$/
1883ISLOWER c-src/etags.c /^#define ISLOWER(c) islower (CHAR (c))$/
1884is_muldiv_operation cp-src/c.C /^is_muldiv_operation(pc)$/ 3169is_muldiv_operation cp-src/c.C /^is_muldiv_operation(pc)$/
1885ISO_FUNCTION_KEY_OFFSET c-src/emacs/src/keyboard.c 5149 3170is_ordset prol-src/ordsets.prolog /^is_ordset(X) :- var(X), !, fail.$/
3171is_recursive_case merc-src/accumulator.m /^:- pred is_recursive_case(list(hlds_goal)::in, pre/
1886iso_lispy_function_keys c-src/emacs/src/keyboard.c 5151 3172iso_lispy_function_keys c-src/emacs/src/keyboard.c 5151
1887isoperator prol-src/natded.prolog /^isoperator(Char):-$/ 3173isoperator prol-src/natded.prolog /^isoperator(Char):-$/
1888isoptab prol-src/natded.prolog /^isoptab('%').$/ 3174isoptab prol-src/natded.prolog /^isoptab('%').$/
1889is_ordset prol-src/ordsets.prolog /^is_ordset(X) :- var(X), !, fail.$/
1890is_recursive_case merc-src/accumulator.m /^:- pred is_recursive_case(list(hlds_goal)::in, pre/
1891Is_Set/f ada-src/2ataspri.adb /^ function Is_Set (Cell : in TAS_Cell) return Bo/
1892Is_Set/f ada-src/2ataspri.ads /^ function Is_Set (Cell : in TAS_Cell)/
1893ISUPPER c-src/etags.c /^# define ISUPPER(c) isupper (CHAR (c))$/
1894iswhite c-src/etags.c /^#define iswhite(c) (_wht[CHAR (c)]) \/* c is white / 3175iswhite c-src/etags.c /^#define iswhite(c) (_wht[CHAR (c)]) \/* c is white /
1895\itemcontents tex-src/texinfo.tex /^\\def\\itemcontents{#1}%$/
1896\itemfont tex-src/texinfo.tex /^\\def\\itemfont{#2}%$/
1897\itemizeitem tex-src/texinfo.tex /^\\def\\itemizeitem{%$/
1898\itemize tex-src/texinfo.tex /^\\def\\itemize{\\parsearg\\itemizezzz}$/
1899\itemizey tex-src/texinfo.tex /^\\def\\itemizey #1#2{%$/
1900\itemizezzz tex-src/texinfo.tex /^\\def\\itemizezzz #1{%$/
1901item_properties c-src/emacs/src/keyboard.c 7568 3176item_properties c-src/emacs/src/keyboard.c 7568
1902\item tex-src/texinfo.tex /^\\def\\item{\\errmessage{@item while not in a table}}/
1903\itemx tex-src/texinfo.tex /^\\def\\itemx{\\errmessage{@itemx while not in a table/
1904\itemzzz tex-src/texinfo.tex /^\\def\\itemzzz #1{\\begingroup %$/
1905\i tex-src/texinfo.tex /^\\def\\i##1{\\realbackslash i {##1}}%$/
1906\i tex-src/texinfo.tex /^\\def\\i##1{\\realbackslash i {##1}}$/
1907JAVASRC make-src/Makefile /^JAVASRC=AWTEMul.java KeyEve.java SMan.java SysCol./
1908jmp c-src/emacs/src/lisp.h 3044 3177jmp c-src/emacs/src/lisp.h 3044
1909just_read_file c-src/etags.c /^just_read_file (FILE *inf)$/ 3178just_read_file c-src/etags.c /^just_read_file (FILE *inf)$/
1910kbd_buffer c-src/emacs/src/keyboard.c 291 3179kbd_buffer c-src/emacs/src/keyboard.c 291
1911kbd_buffer_events_waiting c-src/emacs/src/keyboard.c /^kbd_buffer_events_waiting (void)$/ 3180kbd_buffer_events_waiting c-src/emacs/src/keyboard.c /^kbd_buffer_events_waiting (void)$/
1912kbd_buffer_get_event c-src/emacs/src/keyboard.c /^kbd_buffer_get_event (KBOARD **kbp,$/ 3181kbd_buffer_get_event c-src/emacs/src/keyboard.c /^kbd_buffer_get_event (KBOARD **kbp,$/
1913kbd_buffer_nr_stored c-src/emacs/src/keyboard.c /^kbd_buffer_nr_stored (void)$/ 3182kbd_buffer_nr_stored c-src/emacs/src/keyboard.c /^kbd_buffer_nr_stored (void)$/
1914KBD_BUFFER_SIZE c-src/emacs/src/keyboard.c 82
1915kbd_buffer_store_event c-src/emacs/src/keyboard.c /^kbd_buffer_store_event (register struct input_even/ 3183kbd_buffer_store_event c-src/emacs/src/keyboard.c /^kbd_buffer_store_event (register struct input_even/
1916kbd_buffer_store_event_hold c-src/emacs/src/keyboard.c /^kbd_buffer_store_event_hold (register struct input/ 3184kbd_buffer_store_event_hold c-src/emacs/src/keyboard.c /^kbd_buffer_store_event_hold (register struct input/
1917kbd_buffer_store_help_event c-src/emacs/src/keyboard.c /^kbd_buffer_store_help_event (Lisp_Object frame, Li/ 3185kbd_buffer_store_help_event c-src/emacs/src/keyboard.c /^kbd_buffer_store_help_event (Lisp_Object frame, Li/
1918kbd_buffer_unget_event c-src/emacs/src/keyboard.c /^kbd_buffer_unget_event (register struct input_even/ 3186kbd_buffer_unget_event c-src/emacs/src/keyboard.c /^kbd_buffer_unget_event (register struct input_even/
1919kbd_fetch_ptr c-src/emacs/src/keyboard.c 297 3187kbd_fetch_ptr c-src/emacs/src/keyboard.c 297
1920\kbdfoo tex-src/texinfo.tex /^\\def\\kbdfoo#1#2#3\\par{\\def\\one{#1}\\def\\three{#3}\\d/
1921kbd_store_ptr c-src/emacs/src/keyboard.c 302 3188kbd_store_ptr c-src/emacs/src/keyboard.c 302
1922\kbd tex-src/texinfo.tex /^\\def\\kbd#1{\\def\\look{#1}\\expandafter\\kbdfoo\\look??/
1923\kbd tex-src/texinfo.tex /^\\def\\kbd##1{\\realbackslash kbd {##1}}%$/
1924\kbd tex-src/texinfo.tex /^\\def\\kbd##1{\\realbackslash kbd {##1}}$/
1925kboard c-src/emacs/src/keyboard.c 860 3189kboard c-src/emacs/src/keyboard.c 860
1926kboard_stack c-src/emacs/src/keyboard.c 858 3190kboard_stack c-src/emacs/src/keyboard.c 858
1927kboard_stack c-src/emacs/src/keyboard.c 864 3191kboard_stack c-src/emacs/src/keyboard.c 864
1928KBYTES objc-src/PackInsp.m 58
1929key_and_value c-src/emacs/src/lisp.h 1868 3192key_and_value c-src/emacs/src/lisp.h 1868
1930keyremap c-src/emacs/src/keyboard.c 8742 3193keyremap c-src/emacs/src/keyboard.c 8742
1931keyremap c-src/emacs/src/keyboard.c 8754 3194keyremap c-src/emacs/src/keyboard.c 8754
1932keyremap_step c-src/emacs/src/keyboard.c /^keyremap_step (Lisp_Object *keybuf, int bufsize, v/ 3195keyremap_step c-src/emacs/src/keyboard.c /^keyremap_step (Lisp_Object *keybuf, int bufsize, v/
1933keys_of_keyboard c-src/emacs/src/keyboard.c /^keys_of_keyboard (void)$/ 3196keys_of_keyboard c-src/emacs/src/keyboard.c /^keys_of_keyboard (void)$/
1934\key tex-src/texinfo.tex /^\\def\\key##1{\\realbackslash key {##1}}%$/
1935\key tex-src/texinfo.tex /^\\def\\key##1{\\realbackslash key {##1}}$/
1936\key tex-src/texinfo.tex /^\\def\\key #1{{\\tt \\exhyphenpenalty=10000\\uppercase{/
1937KEY_TO_CHAR c-src/emacs/src/keyboard.c /^#define KEY_TO_CHAR(k) (XINT (k) & ((1 << CHARACTE/
1938keyvalcgi prol-src/natded.prolog /^keyvalcgi(Key,Val):-$/
1939keyval prol-src/natded.prolog /^keyval(key(Key,Val)) --> [Key,'='], valseq(Val).$/ 3197keyval prol-src/natded.prolog /^keyval(key(Key,Val)) --> [Key,'='], valseq(Val).$/
3198keyvalcgi prol-src/natded.prolog /^keyvalcgi(Key,Val):-$/
1940keyvalscgi prol-src/natded.prolog /^keyvalscgi(KeyVals),$/ 3199keyvalscgi prol-src/natded.prolog /^keyvalscgi(KeyVals),$/
1941keyvalseq prol-src/natded.prolog /^keyvalseq([KeyVal|KeyVals]) --> $/ 3200keyvalseq prol-src/natded.prolog /^keyvalseq([KeyVal|KeyVals]) --> $/
1942keyword_parsing y-src/cccp.y 73 3201keyword_parsing y-src/cccp.y 73
@@ -1944,10 +3203,6 @@ keywords y-src/cccp.y 114
1944keywords y-src/cccp.y 306 3203keywords y-src/cccp.y 306
1945kind c-src/emacs/src/keyboard.c 11024 3204kind c-src/emacs/src/keyboard.c 11024
1946kind c-src/h.h 46 3205kind c-src/h.h 46
1947\kindex tex-src/texinfo.tex /^\\def\\kindex {\\kyindex}$/
1948\kitem tex-src/texinfo.tex /^\\def\\kitem{\\errmessage{@kitem while not in a table/
1949\kitemx tex-src/texinfo.tex /^\\def\\kitemx{\\errmessage{@kitemx while not in a tab/
1950\kitemzzz tex-src/texinfo.tex /^\\def\\kitemzzz #1{\\dosubind {kw}{\\code{#1}}{for {\\b/
1951kset_echo_string c-src/emacs/src/keyboard.c /^kset_echo_string (struct kboard *kb, Lisp_Object v/ 3206kset_echo_string c-src/emacs/src/keyboard.c /^kset_echo_string (struct kboard *kb, Lisp_Object v/
1952kset_kbd_queue c-src/emacs/src/keyboard.c /^kset_kbd_queue (struct kboard *kb, Lisp_Object val/ 3207kset_kbd_queue c-src/emacs/src/keyboard.c /^kset_kbd_queue (struct kboard *kb, Lisp_Object val/
1953kset_keyboard_translate_table c-src/emacs/src/keyboard.c /^kset_keyboard_translate_table (struct kboard *kb, / 3208kset_keyboard_translate_table c-src/emacs/src/keyboard.c /^kset_keyboard_translate_table (struct kboard *kb, /
@@ -1957,21 +3212,14 @@ kset_local_function_key_map c-src/emacs/src/keyboard.c /^kset_local_function_key
1957kset_overriding_terminal_local_map c-src/emacs/src/keyboard.c /^kset_overriding_terminal_local_map (struct kboard / 3212kset_overriding_terminal_local_map c-src/emacs/src/keyboard.c /^kset_overriding_terminal_local_map (struct kboard /
1958kset_real_last_command c-src/emacs/src/keyboard.c /^kset_real_last_command (struct kboard *kb, Lisp_Ob/ 3213kset_real_last_command c-src/emacs/src/keyboard.c /^kset_real_last_command (struct kboard *kb, Lisp_Ob/
1959kset_system_key_syms c-src/emacs/src/keyboard.c /^kset_system_key_syms (struct kboard *kb, Lisp_Obje/ 3214kset_system_key_syms c-src/emacs/src/keyboard.c /^kset_system_key_syms (struct kboard *kb, Lisp_Obje/
1960LabeledEntry pyt-src/server.py /^class LabeledEntry(Frame):$/
1961\labelspace tex-src/texinfo.tex /^\\def\\labelspace{\\hskip1em \\relax}$/
1962lang c-src/etags.c 208 3215lang c-src/etags.c 208
1963lang c-src/etags.c 251 3216lang c-src/etags.c 251
1964lang c-src/etags.c 259 3217lang c-src/etags.c 259
1965Lang_function c-src/etags.c 182
1966Lang_function c-src/h.h 6
1967lang_names c-src/etags.c 718 3218lang_names c-src/etags.c 718
1968language c-src/etags.c 199 3219language c-src/etags.c 199
3220last-tag el-src/emacs/lisp/progmodes/etags.el /^(defvar last-tag nil$/
1969last_abbrev_point c-src/abbrev.c 79 3221last_abbrev_point c-src/abbrev.c 79
1970lasta c.c 272
1971lastargmargin tex-src/texinfo.tex /^\\newskip\\deflastargmargin \\deflastargmargin=18pt$/
1972lastargmargin tex-src/texinfo.tex /^\\setbox0=\\hbox{\\hskip \\deflastargmargin{\\rm #2}\\hs/
1973last_auto_save c-src/emacs/src/keyboard.c 214 3222last_auto_save c-src/emacs/src/keyboard.c 214
1974lastb c.c 278
1975last_heapinfo c-src/emacs/src/gmalloc.c 402 3223last_heapinfo c-src/emacs/src/gmalloc.c 402
1976last_mouse_button c-src/emacs/src/keyboard.c 5215 3224last_mouse_button c-src/emacs/src/keyboard.c 5215
1977last_mouse_x c-src/emacs/src/keyboard.c 5216 3225last_mouse_x c-src/emacs/src/keyboard.c 5216
@@ -1979,31 +3227,20 @@ last_mouse_y c-src/emacs/src/keyboard.c 5217
1979last_non_minibuf_size c-src/emacs/src/keyboard.c 207 3227last_non_minibuf_size c-src/emacs/src/keyboard.c 207
1980last_point_position c-src/emacs/src/keyboard.c 217 3228last_point_position c-src/emacs/src/keyboard.c 217
1981last_state_size c-src/emacs/src/gmalloc.c 401 3229last_state_size c-src/emacs/src/gmalloc.c 401
1982last-tag el-src/emacs/lisp/progmodes/etags.el /^(defvar last-tag nil$/
1983last_undo_boundary c-src/emacs/src/keyboard.c 1287 3230last_undo_boundary c-src/emacs/src/keyboard.c 1287
1984LATEST make-src/Makefile /^LATEST=17$/ 3231lasta c.c 272
3232lastargmargin tex-src/texinfo.tex /^\\newskip\\deflastargmargin \\deflastargmargin=18pt$/
3233lastargmargin tex-src/texinfo.tex /^\\setbox0=\\hbox{\\hskip \\deflastargmargin{\\rm #2}\\hs/
3234lastb c.c 278
1985lb c-src/etags.c 2923 3235lb c-src/etags.c 2923
1986\lbrb tex-src/texinfo.tex /^\\def\\lbrb{{\\bf\\char`\\[}} \\def\\rbrb{{\\bf\\char`\\]}}$/
1987lbs c-src/etags.c 2924 3236lbs c-src/etags.c 2924
3237lce php-src/lce_functions.php /^ function lce()$/
1988lce_bindtextdomain php-src/lce_functions.php /^ function lce_bindtextdomain($d_name, $d_path/ 3238lce_bindtextdomain php-src/lce_functions.php /^ function lce_bindtextdomain($d_name, $d_path/
1989lce_bindtextdomain php-src/lce_functions.php /^ function lce_bindtextdomain($domain, $path)$/ 3239lce_bindtextdomain php-src/lce_functions.php /^ function lce_bindtextdomain($domain, $path)$/
1990LCE_COMMENT php-src/lce_functions.php 13
1991LCE_COMMENT_TOOL php-src/lce_functions.php 17
1992LCE_COMMENT_USER php-src/lce_functions.php 15
1993lce_dgettext php-src/lce_functions.php /^ function lce_dgettext($domain, $msgid)$/ 3240lce_dgettext php-src/lce_functions.php /^ function lce_dgettext($domain, $msgid)$/
1994LCE_FUNCTIONS php-src/lce_functions.php 4
1995lce_geteditcode php-src/lce_functions.php /^ function lce_geteditcode($type, $name, $text, $r/ 3241lce_geteditcode php-src/lce_functions.php /^ function lce_geteditcode($type, $name, $text, $r/
1996lce_gettext php-src/lce_functions.php /^ function lce_gettext($msgid)$/ 3242lce_gettext php-src/lce_functions.php /^ function lce_gettext($msgid)$/
1997L_CELL y-src/parse.c 10
1998LCE_MSGID php-src/lce_functions.php 19
1999LCE_MSGSTR php-src/lce_functions.php 21
2000lce php-src/lce_functions.php /^ function lce()$/
2001lce_textdomain php-src/lce_functions.php /^ function lce_textdomain($domain)$/ 3243lce_textdomain php-src/lce_functions.php /^ function lce_textdomain($domain)$/
2002LCE_TEXT php-src/lce_functions.php 23
2003LCE_UNKNOWN php-src/lce_functions.php 9
2004LCE_WS php-src/lce_functions.php 11
2005L_CONST y-src/parse.c 13
2006LDFLAGS make-src/Makefile /^LDFLAGS=#-static -lc_p$/
2007leasqr html-src/software.html /^Leasqr$/ 3244leasqr html-src/software.html /^Leasqr$/
2008left c-src/etags.c 216 3245left c-src/etags.c 216
2009left_shift y-src/cccp.y /^left_shift (a, b)$/ 3246left_shift y-src/cccp.y /^left_shift (a, b)$/
@@ -2011,100 +3248,49 @@ len c-src/etags.c 237
2011length c-src/etags.c 2495 3248length c-src/etags.c 2495
2012length y-src/cccp.y 113 3249length y-src/cccp.y 113
2013length y-src/cccp.y 44 3250length y-src/cccp.y 44
2014LEQ y-src/cccp.c 14
2015/less ps-src/rfc1245.ps /^\/less \/equal \/greater \/question \/at \/A \/B \/C \/D \/E/
2016\less tex-src/texinfo.tex /^\\def\\less{\\realbackslash less}%$/
2017\less tex-src/texinfo.tex /^\\def\\less{\\realbackslash less}$/
2018let c-src/emacs/src/lisp.h 2981 3251let c-src/emacs/src/lisp.h 2981
2019letter tex-src/texinfo.tex /^ {#1}{Appendix \\appendixletter}{\\noexpand\\folio}}/ 3252letter tex-src/texinfo.tex /^ {#1}{Appendix \\appendixletter}{\\noexpand\\folio}}/
2020letter tex-src/texinfo.tex /^{#1}{\\appendixletter}{\\the\\secno}{\\noexpand\\folio}/
2021letter tex-src/texinfo.tex /^{#1}{\\appendixletter}{\\the\\secno}{\\the\\subsecno}{\\/
2022letter tex-src/texinfo.tex /^ {\\appendixletter}$/ 3253letter tex-src/texinfo.tex /^ {\\appendixletter}$/
2023letter tex-src/texinfo.tex /^ {\\appendixletter}{\\the\\secno}{\\the\\subsecno}{\\th/ 3254letter tex-src/texinfo.tex /^ {\\appendixletter}{\\the\\secno}{\\the\\subsecno}{\\th/
2024letter tex-src/texinfo.tex /^\\chapmacro {#1}{Appendix \\appendixletter}%$/ 3255letter tex-src/texinfo.tex /^\\chapmacro {#1}{Appendix \\appendixletter}%$/
2025letter tex-src/texinfo.tex /^\\gdef\\thissection{#1}\\secheading {#1}{\\appendixlet/ 3256letter tex-src/texinfo.tex /^\\gdef\\thissection{#1}\\secheading {#1}{\\appendixlet/
2026letter tex-src/texinfo.tex /^\\subsecheading {#1}{\\appendixletter}{\\the\\secno}{\\/ 3257letter tex-src/texinfo.tex /^\\subsecheading {#1}{\\appendixletter}{\\the\\secno}{\\/
3258letter tex-src/texinfo.tex /^{#1}{\\appendixletter}{\\the\\secno}{\\noexpand\\folio}/
3259letter tex-src/texinfo.tex /^{#1}{\\appendixletter}{\\the\\secno}{\\the\\subsecno}{\\/
2027letter: tex-src/texinfo.tex /^\\xdef\\thischapter{Appendix \\appendixletter: \\noexp/ 3260letter: tex-src/texinfo.tex /^\\xdef\\thischapter{Appendix \\appendixletter: \\noexp/
2028level c-src/emacs/src/lisp.h 3153 3261level c-src/emacs/src/lisp.h 3153
2029lex prol-src/natded.prolog /^lex(W,SynOut,Sem):-$/ 3262lex prol-src/natded.prolog /^lex(W,SynOut,Sem):-$/
2030lexptr y-src/cccp.y 332 3263lexptr y-src/cccp.y 332
2031LE y-src/parse.c 7
2032L_FN0 y-src/parse.c 14
2033L_FN1R y-src/parse.c 20
2034L_FN1 y-src/parse.c 15
2035L_FN2R y-src/parse.c 21
2036L_FN2 y-src/parse.c 16
2037L_FN3R y-src/parse.c 22
2038L_FN3 y-src/parse.c 17
2039L_FN4R y-src/parse.c 23
2040L_FN4 y-src/parse.c 18
2041L_FNNR y-src/parse.c 24
2042L_FNN y-src/parse.c 19
2043L_getit c-src/etags.c /^L_getit (void)$/
2044L_GE y-src/parse.c 27
2045__libc_atexit c-src/exit.c 30
2046__libc_atexit c-src/exit.strange_suffix 30
2047libs merc-src/accumulator.m /^:- import_module libs.$/ 3264libs merc-src/accumulator.m /^:- import_module libs.$/
2048licenze html-src/softwarelibero.html /^Licenze d'uso di un programma$/ 3265licenze html-src/softwarelibero.html /^Licenze d'uso di un programma$/
2049LIGHTBLUE cp-src/screen.hpp 21
2050LIGHTCYAN cp-src/screen.hpp 23
2051LIGHTGRAY cp-src/screen.hpp 19
2052LIGHTGREEN cp-src/screen.hpp 22
2053LIGHTMAGENTA cp-src/screen.hpp 25
2054LIGHTRED cp-src/screen.hpp 24
2055limit cp-src/Range.h /^ double limit (void) const { return rng_limit; }$/ 3266limit cp-src/Range.h /^ double limit (void) const { return rng_limit; }$/
3267line c-src/etags.c 2493
3268line perl-src/htlmify-cystic 37
3269line y-src/parse.y 87
3270lineCount php-src/lce_functions.php /^ function lineCount($entry)$/
2056linebuffer c-src/etags.c 239 3271linebuffer c-src/etags.c 239
2057linebuffer_init c-src/etags.c /^linebuffer_init (linebuffer *lbp)$/ 3272linebuffer_init c-src/etags.c /^linebuffer_init (linebuffer *lbp)$/
2058linebuffer_setlen c-src/etags.c /^linebuffer_setlen (linebuffer *lbp, int toksize)$/ 3273linebuffer_setlen c-src/etags.c /^linebuffer_setlen (linebuffer *lbp, int toksize)$/
2059lineCount php-src/lce_functions.php /^ function lineCount($entry)$/
2060line c-src/etags.c 2493
2061lineno c-src/emacs/src/lisp.h 3147 3274lineno c-src/emacs/src/lisp.h 3147
2062lineno c-src/etags.c 2506 3275lineno c-src/etags.c 2506
2063\linenumber tex-src/texinfo.tex /^ \\def\\linenumber{\\the\\inputlineno:\\space}$/
2064line perl-src/htlmify-cystic 37
2065linepos c-src/etags.c 2507 3276linepos c-src/etags.c 2507
2066linepos c-src/etags.c 2922 3277linepos c-src/etags.c 2922
2067line y-src/parse.y 87
2068links html-src/software.html /^Links to interesting software$/ 3278links html-src/software.html /^Links to interesting software$/
2069Lisp_Bits c-src/emacs/src/lisp.h 239
2070Lisp_Boolfwd c-src/emacs/src/lisp.h 2284
2071Lisp_Bool_Vector c-src/emacs/src/lisp.h 1384
2072Lisp_Buffer_Local_Value c-src/emacs/src/lisp.h 2334
2073Lisp_Buffer_Objfwd c-src/emacs/src/lisp.h 2302
2074Lisp_Char_Table c-src/emacs/src/lisp.h 1575
2075Lisp_Compiled c-src/emacs/src/lisp.h 2429
2076Lisp_Cons c-src/emacs/src/lisp.h 475
2077lisp_eval_depth c-src/emacs/src/lisp.h 3045 3279lisp_eval_depth c-src/emacs/src/lisp.h 3045
2078Lisp_Finalizer c-src/emacs/src/lisp.h 2186
2079Lisp_Float c-src/emacs/src/lisp.h 2391
2080Lisp_Float c-src/emacs/src/lisp.h 477
2081Lisp_Free c-src/emacs/src/lisp.h 2201
2082Lisp_functions c-src/etags.c /^Lisp_functions (FILE *inf)$/
2083Lisp_Fwd_Bool c-src/emacs/src/lisp.h 505
2084Lisp_Fwd_Buffer_Obj c-src/emacs/src/lisp.h 507
2085Lisp_Fwd c-src/emacs/src/lisp.h 2368
2086Lisp_Fwd_Int c-src/emacs/src/lisp.h 504
2087Lisp_Fwd_Kboard_Obj c-src/emacs/src/lisp.h 508
2088Lisp_Fwd_Obj c-src/emacs/src/lisp.h 506
2089Lisp_Fwd_Type c-src/emacs/src/lisp.h 502
2090Lisp_Hash_Table c-src/emacs/src/lisp.h 1823
2091lisp_h_check_cons_list c-src/emacs/src/lisp.h /^# define lisp_h_check_cons_list() ((void) 0)$/
2092lisp_h_CHECK_LIST_CONS c-src/emacs/src/lisp.h /^#define lisp_h_CHECK_LIST_CONS(x, y) CHECK_TYPE (C/ 3280lisp_h_CHECK_LIST_CONS c-src/emacs/src/lisp.h /^#define lisp_h_CHECK_LIST_CONS(x, y) CHECK_TYPE (C/
2093lisp_h_CHECK_NUMBER c-src/emacs/src/lisp.h /^#define lisp_h_CHECK_NUMBER(x) CHECK_TYPE (INTEGER/ 3281lisp_h_CHECK_NUMBER c-src/emacs/src/lisp.h /^#define lisp_h_CHECK_NUMBER(x) CHECK_TYPE (INTEGER/
2094lisp_h_CHECK_SYMBOL c-src/emacs/src/lisp.h /^#define lisp_h_CHECK_SYMBOL(x) CHECK_TYPE (SYMBOLP/ 3282lisp_h_CHECK_SYMBOL c-src/emacs/src/lisp.h /^#define lisp_h_CHECK_SYMBOL(x) CHECK_TYPE (SYMBOLP/
2095lisp_h_CHECK_TYPE c-src/emacs/src/lisp.h /^#define lisp_h_CHECK_TYPE(ok, predicate, x) \\$/ 3283lisp_h_CHECK_TYPE c-src/emacs/src/lisp.h /^#define lisp_h_CHECK_TYPE(ok, predicate, x) \\$/
2096lisp_h_CONSP c-src/emacs/src/lisp.h /^#define lisp_h_CONSP(x) (XTYPE (x) == Lisp_Cons)$/ 3284lisp_h_CONSP c-src/emacs/src/lisp.h /^#define lisp_h_CONSP(x) (XTYPE (x) == Lisp_Cons)$/
2097Lisp_help c-src/etags.c 591
2098lisp_h_EQ c-src/emacs/src/lisp.h /^#define lisp_h_EQ(x, y) (XLI (x) == XLI (y))$/ 3285lisp_h_EQ c-src/emacs/src/lisp.h /^#define lisp_h_EQ(x, y) (XLI (x) == XLI (y))$/
2099lisp_h_FLOATP c-src/emacs/src/lisp.h /^#define lisp_h_FLOATP(x) (XTYPE (x) == Lisp_Float)/ 3286lisp_h_FLOATP c-src/emacs/src/lisp.h /^#define lisp_h_FLOATP(x) (XTYPE (x) == Lisp_Float)/
2100lisp_h_INTEGERP c-src/emacs/src/lisp.h /^#define lisp_h_INTEGERP(x) ((XTYPE (x) & (Lisp_Int/ 3287lisp_h_INTEGERP c-src/emacs/src/lisp.h /^#define lisp_h_INTEGERP(x) ((XTYPE (x) & (Lisp_Int/
2101lisp_h_make_number c-src/emacs/src/lisp.h /^# define lisp_h_make_number(n) \\$/
2102lisp_h_MARKERP c-src/emacs/src/lisp.h /^#define lisp_h_MARKERP(x) (MISCP (x) && XMISCTYPE / 3288lisp_h_MARKERP c-src/emacs/src/lisp.h /^#define lisp_h_MARKERP(x) (MISCP (x) && XMISCTYPE /
2103lisp_h_MISCP c-src/emacs/src/lisp.h /^#define lisp_h_MISCP(x) (XTYPE (x) == Lisp_Misc)$/ 3289lisp_h_MISCP c-src/emacs/src/lisp.h /^#define lisp_h_MISCP(x) (XTYPE (x) == Lisp_Misc)$/
2104lisp_h_NILP c-src/emacs/src/lisp.h /^#define lisp_h_NILP(x) EQ (x, Qnil)$/ 3290lisp_h_NILP c-src/emacs/src/lisp.h /^#define lisp_h_NILP(x) EQ (x, Qnil)$/
2105lisp_h_SET_SYMBOL_VAL c-src/emacs/src/lisp.h /^#define lisp_h_SET_SYMBOL_VAL(sym, v) \\$/ 3291lisp_h_SET_SYMBOL_VAL c-src/emacs/src/lisp.h /^#define lisp_h_SET_SYMBOL_VAL(sym, v) \\$/
2106lisp_h_SYMBOL_CONSTANT_P c-src/emacs/src/lisp.h /^#define lisp_h_SYMBOL_CONSTANT_P(sym) (XSYMBOL (sy/
2107lisp_h_SYMBOLP c-src/emacs/src/lisp.h /^#define lisp_h_SYMBOLP(x) (XTYPE (x) == Lisp_Symbo/ 3292lisp_h_SYMBOLP c-src/emacs/src/lisp.h /^#define lisp_h_SYMBOLP(x) (XTYPE (x) == Lisp_Symbo/
3293lisp_h_SYMBOL_CONSTANT_P c-src/emacs/src/lisp.h /^#define lisp_h_SYMBOL_CONSTANT_P(sym) (XSYMBOL (sy/
2108lisp_h_SYMBOL_VAL c-src/emacs/src/lisp.h /^#define lisp_h_SYMBOL_VAL(sym) \\$/ 3294lisp_h_SYMBOL_VAL c-src/emacs/src/lisp.h /^#define lisp_h_SYMBOL_VAL(sym) \\$/
2109lisp_h_VECTORLIKEP c-src/emacs/src/lisp.h /^#define lisp_h_VECTORLIKEP(x) (XTYPE (x) == Lisp_V/ 3295lisp_h_VECTORLIKEP c-src/emacs/src/lisp.h /^#define lisp_h_VECTORLIKEP(x) (XTYPE (x) == Lisp_V/
2110lisp_h_XCAR c-src/emacs/src/lisp.h /^#define lisp_h_XCAR(c) XCONS (c)->car$/ 3296lisp_h_XCAR c-src/emacs/src/lisp.h /^#define lisp_h_XCAR(c) XCONS (c)->car$/
@@ -2112,63 +3298,17 @@ lisp_h_XCDR c-src/emacs/src/lisp.h /^#define lisp_h_XCDR(c) XCONS (c)->u.cdr$/
2112lisp_h_XCONS c-src/emacs/src/lisp.h /^#define lisp_h_XCONS(a) \\$/ 3298lisp_h_XCONS c-src/emacs/src/lisp.h /^#define lisp_h_XCONS(a) \\$/
2113lisp_h_XFASTINT c-src/emacs/src/lisp.h /^# define lisp_h_XFASTINT(a) XINT (a)$/ 3299lisp_h_XFASTINT c-src/emacs/src/lisp.h /^# define lisp_h_XFASTINT(a) XINT (a)$/
2114lisp_h_XHASH c-src/emacs/src/lisp.h /^#define lisp_h_XHASH(a) XUINT (a)$/ 3300lisp_h_XHASH c-src/emacs/src/lisp.h /^#define lisp_h_XHASH(a) XUINT (a)$/
2115lisp_h_XIL c-src/emacs/src/lisp.h /^# define lisp_h_XIL(i) (i)$/
2116lisp_h_XIL c-src/emacs/src/lisp.h /^# define lisp_h_XIL(i) ((Lisp_Object) { i })$/ 3301lisp_h_XIL c-src/emacs/src/lisp.h /^# define lisp_h_XIL(i) ((Lisp_Object) { i })$/
3302lisp_h_XIL c-src/emacs/src/lisp.h /^# define lisp_h_XIL(i) (i)$/
2117lisp_h_XINT c-src/emacs/src/lisp.h /^# define lisp_h_XINT(a) (XLI (a) >> INTTYPEBITS)$/ 3303lisp_h_XINT c-src/emacs/src/lisp.h /^# define lisp_h_XINT(a) (XLI (a) >> INTTYPEBITS)$/
2118lisp_h_XLI c-src/emacs/src/lisp.h /^# define lisp_h_XLI(o) (o)$/
2119lisp_h_XLI c-src/emacs/src/lisp.h /^# define lisp_h_XLI(o) ((o).i)$/ 3304lisp_h_XLI c-src/emacs/src/lisp.h /^# define lisp_h_XLI(o) ((o).i)$/
3305lisp_h_XLI c-src/emacs/src/lisp.h /^# define lisp_h_XLI(o) (o)$/
2120lisp_h_XPNTR c-src/emacs/src/lisp.h /^#define lisp_h_XPNTR(a) \\$/ 3306lisp_h_XPNTR c-src/emacs/src/lisp.h /^#define lisp_h_XPNTR(a) \\$/
2121lisp_h_XSYMBOL c-src/emacs/src/lisp.h /^# define lisp_h_XSYMBOL(a) \\$/ 3307lisp_h_XSYMBOL c-src/emacs/src/lisp.h /^# define lisp_h_XSYMBOL(a) \\$/
2122lisp_h_XTYPE c-src/emacs/src/lisp.h /^# define lisp_h_XTYPE(a) ((enum Lisp_Type) (XLI (a/ 3308lisp_h_XTYPE c-src/emacs/src/lisp.h /^# define lisp_h_XTYPE(a) ((enum Lisp_Type) (XLI (a/
2123lisp_h_XUNTAG c-src/emacs/src/lisp.h /^# define lisp_h_XUNTAG(a, type) ((void *) (intptr_/ 3309lisp_h_XUNTAG c-src/emacs/src/lisp.h /^# define lisp_h_XUNTAG(a, type) ((void *) (intptr_/
2124LISP_INITIALLY c-src/emacs/src/lisp.h /^#define LISP_INITIALLY(i) (i)$/ 3310lisp_h_check_cons_list c-src/emacs/src/lisp.h /^# define lisp_h_check_cons_list() ((void) 0)$/
2125LISP_INITIALLY c-src/emacs/src/lisp.h /^#define LISP_INITIALLY(i) {i}$/ 3311lisp_h_make_number c-src/emacs/src/lisp.h /^# define lisp_h_make_number(n) \\$/
2126LISP_INITIALLY_ZERO c-src/emacs/src/lisp.h 582
2127Lisp_Int0 c-src/emacs/src/lisp.h 461
2128Lisp_Int1 c-src/emacs/src/lisp.h 462
2129Lisp_Intfwd c-src/emacs/src/lisp.h 2274
2130Lisp_Kboard_Objfwd c-src/emacs/src/lisp.h 2362
2131LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^#define LISP_MACRO_DEFUN(name, type, argdecls, arg/
2132LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (CONSP, bool, (Lisp_Object x), (x/
2133LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (NILP, bool, (Lisp_Object x), (x)/
2134LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (SYMBOL_VAL, Lisp_Object, (struct/
2135LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (XCAR, Lisp_Object, (Lisp_Object /
2136LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (XCONS, struct Lisp_Cons *, (Lisp/
2137LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (XHASH, EMACS_INT, (Lisp_Object a/
2138LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (XLI, EMACS_INT, (Lisp_Object o),/
2139LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (XPNTR, void *, (Lisp_Object a), /
2140LISP_MACRO_DEFUN_VOID c-src/emacs/src/lisp.h /^#define LISP_MACRO_DEFUN_VOID(name, argdecls, args/
2141LISP_MACRO_DEFUN_VOID c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN_VOID (CHECK_LIST_CONS, (Lisp_Obje/
2142LISP_MACRO_DEFUN_VOID c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN_VOID (CHECK_TYPE,$/
2143LISP_MACRO_DEFUN_VOID c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN_VOID (SET_SYMBOL_VAL,$/
2144Lisp_Marker c-src/emacs/src/lisp.h 1978
2145Lisp_Misc_Any c-src/emacs/src/lisp.h 1971
2146Lisp_Misc c-src/emacs/src/lisp.h 2212
2147Lisp_Misc c-src/emacs/src/lisp.h 458
2148Lisp_Misc_Finalizer c-src/emacs/src/lisp.h 491
2149Lisp_Misc_Float c-src/emacs/src/lisp.h 494
2150Lisp_Misc_Free c-src/emacs/src/lisp.h 487
2151Lisp_Misc_Limit c-src/emacs/src/lisp.h 496
2152Lisp_Misc_Marker c-src/emacs/src/lisp.h 488
2153Lisp_Misc_Overlay c-src/emacs/src/lisp.h 489
2154Lisp_Misc_Save_Value c-src/emacs/src/lisp.h 490
2155Lisp_Misc_Type c-src/emacs/src/lisp.h 485
2156Lisp_Object c-src/emacs/src/lisp.h 567
2157Lisp_Object c-src/emacs/src/lisp.h 577
2158Lisp_Objfwd c-src/emacs/src/lisp.h 2294
2159Lisp_Overlay c-src/emacs/src/lisp.h 2021
2160Lisp_Save_Type c-src/emacs/src/lisp.h 2064
2161Lisp_Save_Value c-src/emacs/src/lisp.h 2110
2162Lisp_String c-src/emacs/src/lisp.h 466
2163Lisp_Sub_Char_Table c-src/emacs/src/lisp.h 1606
2164Lisp_Subr c-src/emacs/src/lisp.h 1670
2165Lisp_suffixes c-src/etags.c 589
2166Lisp_Symbol c-src/emacs/src/lisp.h 454
2167Lisp_Symbol c-src/emacs/src/lisp.h 654
2168\lisp tex-src/texinfo.tex /^\\def\\lisp{\\aboveenvbreak$/
2169Lisp_Type c-src/emacs/src/lisp.h 451
2170Lisp_Vector c-src/emacs/src/lisp.h 1369
2171Lisp_Vectorlike c-src/emacs/src/lisp.h 472
2172lispy_accent_codes c-src/emacs/src/keyboard.c 4634 3312lispy_accent_codes c-src/emacs/src/keyboard.c 4634
2173lispy_accent_keys c-src/emacs/src/keyboard.c 4741 3313lispy_accent_keys c-src/emacs/src/keyboard.c 4741
2174lispy_drag_n_drop_names c-src/emacs/src/keyboard.c 5181 3314lispy_drag_n_drop_names c-src/emacs/src/keyboard.c 5181
@@ -2178,102 +3318,39 @@ lispy_kana_keys c-src/emacs/src/keyboard.c 5026
2178lispy_modifier_list c-src/emacs/src/keyboard.c /^lispy_modifier_list (int modifiers)$/ 3318lispy_modifier_list c-src/emacs/src/keyboard.c /^lispy_modifier_list (int modifiers)$/
2179lispy_multimedia_keys c-src/emacs/src/keyboard.c 4962 3319lispy_multimedia_keys c-src/emacs/src/keyboard.c 4962
2180lispy_wheel_names c-src/emacs/src/keyboard.c 5174 3320lispy_wheel_names c-src/emacs/src/keyboard.c 5174
2181list2i c-src/emacs/src/lisp.h /^list2i (EMACS_INT x, EMACS_INT y)$/
2182list3i c-src/emacs/src/lisp.h /^list3i (EMACS_INT x, EMACS_INT y, EMACS_INT w)$/
2183list4i c-src/emacs/src/lisp.h /^list4i (EMACS_INT x, EMACS_INT y, EMACS_INT w, EMA/
2184LISTCONTENTSBUTTON objc-src/PackInsp.m 48
2185LISTCONTENTS objc-src/PackInsp.m 39
2186list c-src/emacs/src/gmalloc.c 186 3321list c-src/emacs/src/gmalloc.c 186
2187LISTDESCRIPTIONBUTTON objc-src/PackInsp.m 49
2188ListEdit pyt-src/server.py /^class ListEdit(Frame):$/
2189list merc-src/accumulator.m /^:- import_module list.$/ 3322list merc-src/accumulator.m /^:- import_module list.$/
2190list-tags el-src/emacs/lisp/progmodes/etags.el /^(defun list-tags (file &optional _next-match)$/ 3323list-tags el-src/emacs/lisp/progmodes/etags.el /^(defun list-tags (file &optional _next-match)$/
2191list-tags-function el-src/emacs/lisp/progmodes/etags.el /^(defvar list-tags-function nil$/ 3324list-tags-function el-src/emacs/lisp/progmodes/etags.el /^(defvar list-tags-function nil$/
3325list2i c-src/emacs/src/lisp.h /^list2i (EMACS_INT x, EMACS_INT y)$/
3326list3i c-src/emacs/src/lisp.h /^list3i (EMACS_INT x, EMACS_INT y, EMACS_INT w)$/
3327list4i c-src/emacs/src/lisp.h /^list4i (EMACS_INT x, EMACS_INT y, EMACS_INT w, EMA/
2192list_to_ord_set prol-src/ordsets.prolog /^list_to_ord_set(List, Set) :-$/ 3328list_to_ord_set prol-src/ordsets.prolog /^list_to_ord_set(List, Set) :-$/
2193LL_Assert/p ada-src/2ataspri.adb /^ procedure LL_Assert (B : Boolean; M : String) i/
2194LL_Assert/p ada-src/2ataspri.ads /^ procedure LL_Assert (B : Boolean; M : String);$/
2195L_LE y-src/parse.c 25
2196LL_Task_Procedure_Access/t ada-src/2ataspri.ads /^ type LL_Task_Procedure_Access is access procedu/
2197LL_Task_Procedure_Access/t ada-src/etags-test-for.ada /^ type LL_Task_Procedure_Access is access procedu/
2198LL_Wrapper/p ada-src/2ataspri.adb /^ procedure LL_Wrapper (T : TCB_Ptr);$/
2199LL_Wrapper/p ada-src/2ataspri.adb /^ procedure LL_Wrapper (T : TCB_Ptr) is$/
2200LL_Wrapper/p ada-src/etags-test-for.ada /^ procedure LL_Wrapper (T : TCB_Ptr);$/
2201L_NE y-src/parse.c 26
2202lno c-src/etags.c 223 3329lno c-src/etags.c 223
2203/lnormalize ps-src/rfc1245.ps /^\/lnormalize { $/ 3330load objc-src/PackInsp.m /^-load$/
2204loadContentsOf objc-src/PackInsp.m /^-loadContentsOf:(const char *)type inTable:(HashTa/ 3331loadContentsOf objc-src/PackInsp.m /^-loadContentsOf:(const char *)type inTable:(HashTa/
2205loadImage objc-src/PackInsp.m /^-loadImage$/ 3332loadImage objc-src/PackInsp.m /^-loadImage$/
2206loadKeyValuesFrom objc-src/PackInsp.m /^-loadKeyValuesFrom:(const char *)type inTable:(Has/ 3333loadKeyValuesFrom objc-src/PackInsp.m /^-loadKeyValuesFrom:(const char *)type inTable:(Has/
2207load objc-src/PackInsp.m /^-load$/
2208loadPORManager php-src/lce_functions.php /^ function &loadPORManager()$/ 3334loadPORManager php-src/lce_functions.php /^ function &loadPORManager()$/
2209local_if_set c-src/emacs/src/lisp.h 2338 3335local_if_set c-src/emacs/src/lisp.h 2338
2210LOCALIZE_ARCH objc-src/PackInsp.m /^#define LOCALIZE_ARCH(s) NXLoadLocalizedStringFrom/
2211LOCALIZE objc-src/PackInsp.m /^#define LOCALIZE(s) NXLoadLocalizedStringFromTabl/
2212Locate pas-src/common.pas /^function Locate; (*($/
2213location cp-src/clheir.hpp 33
2214location cp-src/clheir.hpp /^ location() { }$/ 3336location cp-src/clheir.hpp /^ location() { }$/
2215LOCK_ALIGNED_BLOCKS c-src/emacs/src/gmalloc.c /^#define LOCK_ALIGNED_BLOCKS() \\$/ 3337location cp-src/clheir.hpp 33
2216LOCK_ALIGNED_BLOCKS c-src/emacs/src/gmalloc.c /^#define LOCK_ALIGNED_BLOCKS()$/
2217LOCK c-src/emacs/src/gmalloc.c /^#define LOCK() \\$/
2218LOCK c-src/emacs/src/gmalloc.c /^#define LOCK()$/
2219Lock/t ada-src/2ataspri.ads /^ type Lock is$/
2220Lock/t ada-src/2ataspri.ads /^ type Lock is private;$/
2221\loggingall tex-src/texinfo.tex /^\\def\\loggingall{\\tracingcommands2 \\tracingstats2 $/
2222LONG_TYPE_SIZE y-src/cccp.y 95
2223LOOKING_AT c-src/etags.c /^#define LOOKING_AT(cp, kw) \/* kw is the keyword, /
2224LOOKING_AT_NOCASE c-src/etags.c /^#define LOOKING_AT_NOCASE(cp, kw) \/* the keyword i/
2225lookup_call merc-src/accumulator.m /^:- pred lookup_call(accu_goal_store::in, accu_goal/
2226LOOKUP objc-src/PackInsp.m 176
2227LOOKUP objc-src/PackInsp.m /^#define LOOKUP(key, notfound) ([table isKey:key] ?/
2228lookup y-src/cccp.y /^lookup (name, len, hash)$/ 3338lookup y-src/cccp.y /^lookup (name, len, hash)$/
2229LOOP_ON_INPUT_LINES c-src/etags.c /^#define LOOP_ON_INPUT_LINES(file_pointer, line_buf/ 3339lookup_call merc-src/accumulator.m /^:- pred lookup_call(accu_goal_store::in, accu_goal/
2230\losespace tex-src/texinfo.tex /^\\def\\losespace #1{#1}$/
2231lowcase c-src/etags.c /^#define lowcase(c) tolower (CHAR (c))$/ 3340lowcase c-src/etags.c /^#define lowcase(c) tolower (CHAR (c))$/
2232\lowercaseenumerate tex-src/texinfo.tex /^\\def\\lowercaseenumerate{%$/
2233LowerCaseNmStr pas-src/common.pas /^function LowerCaseNmStr; (*($/
2234/L ps-src/rfc1245.ps /^\/L { $/
2235/L ps-src/rfc1245.ps /^\/L \/M \/N \/O \/P \/Q \/R \/S \/T \/U \/V \/W \/X \/Y \/Z \/brac/
2236L_RANGE y-src/parse.c 11
2237LSH y-src/cccp.c 16
2238\l tex-src/texinfo.tex /^\\def\\l#1{{\\li #1}\\null} % $/
2239LTGT cp-src/MDiagArray2.h 144
2240LTGT cp-src/MDiagArray2.h 35
2241LTGT cp-src/MDiagArray2.h 39
2242LTGT cp-src/MDiagArray2.h 42
2243Lua_functions c-src/etags.c /^Lua_functions (FILE *inf)$/
2244Lua_help c-src/etags.c 600
2245LUASRC make-src/Makefile /^LUASRC=allegro.lua$/
2246Lua_suffixes c-src/etags.c 598
2247lucid_event_type_list_p c-src/emacs/src/keyboard.c /^lucid_event_type_list_p (Lisp_Object object)$/ 3341lucid_event_type_list_p c-src/emacs/src/keyboard.c /^lucid_event_type_list_p (Lisp_Object object)$/
2248L_VAR y-src/parse.c 12
2249\lvvmode tex-src/texinfo.tex /^\\def\\lvvmode{\\vbox to 0pt{}}$/
2250mabort c-src/emacs/src/gmalloc.c /^mabort (enum mcheck_status status)$/ 3342mabort c-src/emacs/src/gmalloc.c /^mabort (enum mcheck_status status)$/
2251mach_host_self c-src/machsyscalls.h /^SYSCALL (mach_host_self, -29,$/ 3343mach_host_self c-src/machsyscalls.h /^SYSCALL (mach_host_self, -29,$/
2252Machine_Exceptions/t ada-src/2ataspri.ads /^ type Machine_Exceptions is new Interfaces.C.POS/
2253Machin_T/b ada-src/waroquiers.ada /^ protected body Machin_T is$/
2254Machin_T/t ada-src/etags-test-for.ada /^ protected Machin_T is$/
2255Machin_T/t ada-src/etags-test-for.ada /^ protected type Machin_T is$/
2256Machin_T/t ada-src/waroquiers.ada /^ protected type Machin_T is$/
2257mach_msg_trap c-src/machsyscalls.h /^SYSCALL (mach_msg_trap, -25,$/ 3344mach_msg_trap c-src/machsyscalls.h /^SYSCALL (mach_msg_trap, -25,$/
2258mach_reply_port c-src/machsyscalls.h /^SYSCALL (mach_reply_port, -26,$/ 3345mach_reply_port c-src/machsyscalls.h /^SYSCALL (mach_reply_port, -26,$/
2259mach_task_self c-src/machsyscalls.h /^SYSCALL (mach_task_self, -28,$/ 3346mach_task_self c-src/machsyscalls.h /^SYSCALL (mach_task_self, -28,$/
2260mach_thread_self c-src/machsyscalls.h /^SYSCALL (mach_thread_self, -27,$/ 3347mach_thread_self c-src/machsyscalls.h /^SYSCALL (mach_thread_self, -27,$/
2261MAGENTA cp-src/screen.hpp 17
2262MAGICBYTE c-src/emacs/src/gmalloc.c 1856
2263magic c-src/emacs/src/gmalloc.c 1863 3348magic c-src/emacs/src/gmalloc.c 1863
2264MAGICFREE c-src/emacs/src/gmalloc.c 1855
2265MAGICWORD c-src/emacs/src/gmalloc.c 1854
2266maintaining.info make-src/Makefile /^maintaining.info: maintaining.texi$/ 3349maintaining.info make-src/Makefile /^maintaining.info: maintaining.texi$/
2267\majorheading tex-src/texinfo.tex /^\\def\\majorheading{\\parsearg\\majorheadingzzz}$/
2268\majorheadingzzz tex-src/texinfo.tex /^\\def\\majorheadingzzz #1{%$/
2269make-abbrev-table c-src/abbrev.c /^DEFUN ("make-abbrev-table", Fmake_abbrev_table, Sm/ 3350make-abbrev-table c-src/abbrev.c /^DEFUN ("make-abbrev-table", Fmake_abbrev_table, Sm/
2270make_coor prol-src/natded.prolog /^make_coor(s(_),Alpha,Sem1,Sem2,Alpha@Sem1@Sem2).$/
2271make_C_tag c-src/etags.c /^make_C_tag (bool isfun)$/ 3351make_C_tag c-src/etags.c /^make_C_tag (bool isfun)$/
3352make_coor prol-src/natded.prolog /^make_coor(s(_),Alpha,Sem1,Sem2,Alpha@Sem1@Sem2).$/
2272make_ctrl_char c-src/emacs/src/keyboard.c /^make_ctrl_char (int c)$/ 3353make_ctrl_char c-src/emacs/src/keyboard.c /^make_ctrl_char (int c)$/
2273MakeDispose pyt-src/server.py /^ def MakeDispose(self):$/
2274Makefile_filenames c-src/etags.c 603
2275Makefile_help c-src/etags.c 605
2276Makefile_targets c-src/etags.c /^Makefile_targets (FILE *inf)$/
2277make_fixnum_or_float c-src/emacs/src/lisp.h /^#define make_fixnum_or_float(val) \\$/ 3354make_fixnum_or_float c-src/emacs/src/lisp.h /^#define make_fixnum_or_float(val) \\$/
2278make_formatted_string c-src/emacs/src/lisp.h /^extern Lisp_Object make_formatted_string (char *, / 3355make_formatted_string c-src/emacs/src/lisp.h /^extern Lisp_Object make_formatted_string (char *, /
2279make_lisp_ptr c-src/emacs/src/lisp.h /^make_lisp_ptr (void *ptr, enum Lisp_Type type)$/ 3356make_lisp_ptr c-src/emacs/src/lisp.h /^make_lisp_ptr (void *ptr, enum Lisp_Type type)$/
@@ -2284,176 +3361,98 @@ make_lispy_focus_out c-src/emacs/src/keyboard.c /^make_lispy_focus_out (Lisp_Obj
2284make_lispy_movement c-src/emacs/src/keyboard.c /^make_lispy_movement (struct frame *frame, Lisp_Obj/ 3361make_lispy_movement c-src/emacs/src/keyboard.c /^make_lispy_movement (struct frame *frame, Lisp_Obj/
2285make_lispy_position c-src/emacs/src/keyboard.c /^make_lispy_position (struct frame *f, Lisp_Object / 3362make_lispy_position c-src/emacs/src/keyboard.c /^make_lispy_position (struct frame *f, Lisp_Object /
2286make_lispy_switch_frame c-src/emacs/src/keyboard.c /^make_lispy_switch_frame (Lisp_Object frame)$/ 3363make_lispy_switch_frame c-src/emacs/src/keyboard.c /^make_lispy_switch_frame (Lisp_Object frame)$/
2287MAKE make-src/Makefile /^MAKE:=$(MAKE) --no-print-directory$/
2288make_number c-src/emacs/src/lisp.h /^# define make_number(n) lisp_h_make_number (n)$/ 3364make_number c-src/emacs/src/lisp.h /^# define make_number(n) lisp_h_make_number (n)$/
2289make_pointer_integer c-src/emacs/src/lisp.h /^make_pointer_integer (void *p)$/ 3365make_pointer_integer c-src/emacs/src/lisp.h /^make_pointer_integer (void *p)$/
2290make_scroll_bar_position c-src/emacs/src/keyboard.c /^make_scroll_bar_position (struct input_event *ev, / 3366make_scroll_bar_position c-src/emacs/src/keyboard.c /^make_scroll_bar_position (struct input_event *ev, /
2291MakeSitelist pyt-src/server.py /^ def MakeSitelist(self, master):$/
2292MAKESRC make-src/Makefile /^MAKESRC=Makefile$/
2293make_tag c-src/etags.c /^make_tag (const char *name, \/* tag name, or NULL / 3367make_tag c-src/etags.c /^make_tag (const char *name, \/* tag name, or NULL /
2294make_uninit_sub_char_table c-src/emacs/src/lisp.h /^make_uninit_sub_char_table (int depth, int min_cha/ 3368make_uninit_sub_char_table c-src/emacs/src/lisp.h /^make_uninit_sub_char_table (int depth, int min_cha/
2295make_uninit_vector c-src/emacs/src/lisp.h /^make_uninit_vector (ptrdiff_t size)$/ 3369make_uninit_vector c-src/emacs/src/lisp.h /^make_uninit_vector (ptrdiff_t size)$/
2296malloc_atfork_handler_child c-src/emacs/src/gmalloc.c /^malloc_atfork_handler_child (void)$/ 3370malloc c-src/emacs/src/gmalloc.c /^extern void *malloc (size_t size) ATTRIBUTE_MALLOC/
2297malloc_atfork_handler_parent c-src/emacs/src/gmalloc.c /^malloc_atfork_handler_parent (void)$/ 3371malloc c-src/emacs/src/gmalloc.c /^malloc (size_t size)$/
2298malloc_atfork_handler_prepare c-src/emacs/src/gmalloc.c /^malloc_atfork_handler_prepare (void)$/
2299malloc c-src/emacs/src/gmalloc.c 1715 3372malloc c-src/emacs/src/gmalloc.c 1715
2300malloc c-src/emacs/src/gmalloc.c 64 3373malloc c-src/emacs/src/gmalloc.c 64
2301malloc c-src/emacs/src/gmalloc.c 68 3374malloc c-src/emacs/src/gmalloc.c 68
2302malloc c-src/emacs/src/gmalloc.c /^extern void *malloc (size_t size) ATTRIBUTE_MALLOC/ 3375malloc_atfork_handler_child c-src/emacs/src/gmalloc.c /^malloc_atfork_handler_child (void)$/
2303_malloc c-src/emacs/src/gmalloc.c /^_malloc (size_t size)$/ 3376malloc_atfork_handler_parent c-src/emacs/src/gmalloc.c /^malloc_atfork_handler_parent (void)$/
2304malloc c-src/emacs/src/gmalloc.c /^malloc (size_t size)$/ 3377malloc_atfork_handler_prepare c-src/emacs/src/gmalloc.c /^malloc_atfork_handler_prepare (void)$/
2305malloc_enable_thread c-src/emacs/src/gmalloc.c /^malloc_enable_thread (void)$/ 3378malloc_enable_thread c-src/emacs/src/gmalloc.c /^malloc_enable_thread (void)$/
2306__malloc_extra_blocks c-src/emacs/src/gmalloc.c 381
2307MALLOCFLOOD c-src/emacs/src/gmalloc.c 1857
2308mallochook c-src/emacs/src/gmalloc.c /^mallochook (size_t size)$/
2309malloc_info c-src/emacs/src/gmalloc.c 167 3379malloc_info c-src/emacs/src/gmalloc.c 167
2310malloc_initialize_1 c-src/emacs/src/gmalloc.c /^malloc_initialize_1 (void)$/ 3380malloc_initialize_1 c-src/emacs/src/gmalloc.c /^malloc_initialize_1 (void)$/
2311__malloc_initialize c-src/emacs/src/gmalloc.c /^__malloc_initialize (void)$/ 3381mallochook c-src/emacs/src/gmalloc.c /^mallochook (size_t size)$/
2312__malloc_initialized c-src/emacs/src/gmalloc.c 379
2313_malloc_internal c-src/emacs/src/gmalloc.c /^_malloc_internal (size_t size)$/
2314_malloc_internal_nolock c-src/emacs/src/gmalloc.c /^_malloc_internal_nolock (size_t size)$/
2315_malloc_mutex c-src/emacs/src/gmalloc.c 517
2316_malloc_thread_enabled_p c-src/emacs/src/gmalloc.c 519
2317man manpage make-src/Makefile /^man manpage: etags.1.man$/ 3382man manpage make-src/Makefile /^man manpage: etags.1.man$/
2318/manualpapersize ps-src/rfc1245.ps /^\/manualpapersize {$/
2319MANY c-src/emacs/src/lisp.h 2833
2320mao c-src/h.h 101 3383mao c-src/h.h 101
2321map c-src/emacs/src/keyboard.c 8748 3384map c-src/emacs/src/keyboard.c 8748
2322map merc-src/accumulator.m /^:- import_module map.$/ 3385map merc-src/accumulator.m /^:- import_module map.$/
3386map_word prol-src/natded.prolog /^map_word([[_]|Ws],Exp):-$/
2323mapping html-src/algrthms.html /^Mapping the Channel Symbols$/ 3387mapping html-src/algrthms.html /^Mapping the Channel Symbols$/
2324mapsyn prol-src/natded.prolog /^mapsyn(A\/B,AM\/BM):-$/ 3388mapsyn prol-src/natded.prolog /^mapsyn(A\/B,AM\/BM):-$/
2325map_word prol-src/natded.prolog /^map_word([[_]|Ws],Exp):-$/
2326MARKERP c-src/emacs/src/lisp.h /^# define MARKERP(x) lisp_h_MARKERP (x)$/
2327mark_kboards c-src/emacs/src/keyboard.c /^mark_kboards (void)$/ 3389mark_kboards c-src/emacs/src/keyboard.c /^mark_kboards (void)$/
2328\math tex-src/texinfo.tex /^\\def\\math#1{\\implicitmath #1\\implicitmath}$/ 3390max c-src/emacs/src/lisp.h /^#define max(a, b) ((a) > (b) ? (a) : (b))$/
2329MAX_ALLOCA c-src/emacs/src/lisp.h 4556 3391max c-src/emacs/src/lisp.h 58
2330max_args c-src/emacs/src/lisp.h 1686
2331maxargs c-src/emacs/src/lisp.h 2831
2332max c.c /^__attribute__ ((always_inline)) max (int a, int b)/ 3392max c.c /^__attribute__ ((always_inline)) max (int a, int b)/
2333max c.c /^max (int a, int b)$/ 3393max c.c /^max (int a, int b)$/
2334max cp-src/conway.cpp /^#define max(x,y) ((x > y) ? x : y)$/ 3394max cp-src/conway.cpp /^#define max(x,y) ((x > y) ? x : y)$/
2335max c-src/emacs/src/lisp.h 58 3395max_args c-src/emacs/src/lisp.h 1686
2336max c-src/emacs/src/lisp.h /^#define max(a, b) ((a) > (b) ? (a) : (b))$/
2337MAX_ENCODED_BYTES c-src/emacs/src/keyboard.c 2254
2338MAX_HASH_VALUE c-src/etags.c 2329
2339max_num_directions cp-src/clheir.hpp 31 3396max_num_directions cp-src/clheir.hpp 31
2340max_num_generic_objects cp-src/clheir.cpp 9 3397max_num_generic_objects cp-src/clheir.cpp 9
2341MAXPATHLEN c-src/etags.c 115 3398maxargs c-src/emacs/src/lisp.h 2831
2342/max ps-src/rfc1245.ps /^\/max {2 copy lt {exch} if pop} bind def$/
2343MAX_WORD_LENGTH c-src/etags.c 2327
2344maybe_gc c-src/emacs/src/lisp.h /^maybe_gc (void)$/
2345maybe merc-src/accumulator.m /^:- import_module maybe.$/ 3399maybe merc-src/accumulator.m /^:- import_module maybe.$/
2346MAYBEREL y-src/parse.y /^#define MAYBEREL(p) (*(p)=='[' && (isdigit((p)[1])/ 3400maybe_gc c-src/emacs/src/lisp.h /^maybe_gc (void)$/
2347MBYTES objc-src/PackInsp.m 59
2348Mcccp y-src/cccp.y /^main ()$/
2349Mc cp-src/c.C /^int main (void) { my_function0(0); my_function1(1)/
2350mcCSC cp-src/c.C 6 3401mcCSC cp-src/c.C 6
2351mcheck c-src/emacs/src/gmalloc.c /^mcheck (void (*func) (enum mcheck_status))$/ 3402mcheck c-src/emacs/src/gmalloc.c /^mcheck (void (*func) (enum mcheck_status))$/
2352MCHECK_DISABLED c-src/emacs/src/gmalloc.c 285
2353MCHECK_FREE c-src/emacs/src/gmalloc.c 287
2354MCHECK_HEAD c-src/emacs/src/gmalloc.c 288
2355MCHECK_OK c-src/emacs/src/gmalloc.c 286
2356mcheck_status c-src/emacs/src/gmalloc.c 283 3403mcheck_status c-src/emacs/src/gmalloc.c 283
2357MCHECK_TAIL c-src/emacs/src/gmalloc.c 289
2358mcheck_used c-src/emacs/src/gmalloc.c 2012 3404mcheck_used c-src/emacs/src/gmalloc.c 2012
2359Mconway.cpp cp-src/conway.cpp /^void main(void)$/
2360mdbcomp merc-src/accumulator.m /^:- import_module mdbcomp.$/ 3405mdbcomp merc-src/accumulator.m /^:- import_module mdbcomp.$/
2361MDiagArray2 cp-src/MDiagArray2.h 78
2362MDiagArray2 cp-src/MDiagArray2.h /^ MDiagArray2 (const Array<T>& a) : DiagArray2<T> /
2363MDiagArray2 cp-src/MDiagArray2.h /^ MDiagArray2 (const DiagArray2<T>& a) : DiagArray/
2364MDiagArray2 cp-src/MDiagArray2.h /^ MDiagArray2 (const MDiagArray2<T>& a) : DiagArra/
2365MDiagArray2 cp-src/MDiagArray2.h /^ MDiagArray2 (int r, int c, const T& val) : DiagA/
2366MDiagArray2 cp-src/MDiagArray2.h /^ MDiagArray2 (int r, int c) : DiagArray2<T> (r, c/
2367MDiagArray2 cp-src/MDiagArray2.h /^ MDiagArray2 (T *d, int r, int c) : DiagArray2<T>/
2368~MDiagArray2 cp-src/MDiagArray2.h /^ ~MDiagArray2 (void) { }$/
2369MDiagArray2 cp-src/MDiagArray2.h /^ MDiagArray2 (void) : DiagArray2<T> () { }$/
2370me_22a lua-src/test.lua /^ function test.me_22a(one, two)$/
2371me22b lua-src/test.lua /^ local function test.me22b (one)$/ 3406me22b lua-src/test.lua /^ local function test.me22b (one)$/
3407me_22a lua-src/test.lua /^ function test.me_22a(one, two)$/
2372memalign c-src/emacs/src/gmalloc.c /^memalign (size_t alignment, size_t size)$/ 3408memalign c-src/emacs/src/gmalloc.c /^memalign (size_t alignment, size_t size)$/
2373member_lessthan_goalid merc-src/accumulator.m /^:- pred member_lessthan_goalid(accu_goal_store::in/
2374member prol-src/natded.prolog /^member(X,[X|_]).$/ 3409member prol-src/natded.prolog /^member(X,[X|_]).$/
3410member_lessthan_goalid merc-src/accumulator.m /^:- pred member_lessthan_goalid(accu_goal_store::in/
2375memclear c-src/emacs/src/lisp.h /^memclear (void *p, ptrdiff_t nbytes)$/ 3411memclear c-src/emacs/src/lisp.h /^memclear (void *p, ptrdiff_t nbytes)$/
2376menu_bar_item c-src/emacs/src/keyboard.c /^menu_bar_item (Lisp_Object key, Lisp_Object item, / 3412menu_bar_item c-src/emacs/src/keyboard.c /^menu_bar_item (Lisp_Object key, Lisp_Object item, /
2377menu_bar_items c-src/emacs/src/keyboard.c /^menu_bar_items (Lisp_Object old)$/ 3413menu_bar_items c-src/emacs/src/keyboard.c /^menu_bar_items (Lisp_Object old)$/
2378menu_bar_items_index c-src/emacs/src/keyboard.c 7369 3414menu_bar_items_index c-src/emacs/src/keyboard.c 7369
2379menu_bar_items_vector c-src/emacs/src/keyboard.c 7368 3415menu_bar_items_vector c-src/emacs/src/keyboard.c 7368
2380menu_bar_one_keymap_changed_items c-src/emacs/src/keyboard.c 7363 3416menu_bar_one_keymap_changed_items c-src/emacs/src/keyboard.c 7363
2381menu_item_eval_property_1 c-src/emacs/src/keyboard.c /^menu_item_eval_property_1 (Lisp_Object arg)$/
2382menu_item_eval_property c-src/emacs/src/keyboard.c /^menu_item_eval_property (Lisp_Object sexpr)$/ 3417menu_item_eval_property c-src/emacs/src/keyboard.c /^menu_item_eval_property (Lisp_Object sexpr)$/
3418menu_item_eval_property_1 c-src/emacs/src/keyboard.c /^menu_item_eval_property_1 (Lisp_Object arg)$/
2383menu_separator_name_p c-src/emacs/src/keyboard.c /^menu_separator_name_p (const char *label)$/ 3419menu_separator_name_p c-src/emacs/src/keyboard.c /^menu_separator_name_p (const char *label)$/
2384\menu tex-src/texinfo.tex /^\\long\\def\\menu #1\\end menu{}$/
2385Metags c-src/etags.c /^main (int argc, char **argv)$/
2386metasource c-src/etags.c 198 3420metasource c-src/etags.c 198
2387Mfail cp-src/fail.C /^main()$/
2388min_args c-src/emacs/src/lisp.h 1686
2389min_char c-src/emacs/src/lisp.h 1621
2390min cp-src/conway.cpp /^#define min(x,y) ((x > y) ? y : x)$/
2391min c-src/emacs/src/gmalloc.c /^#define min(a, b) ((a) < (b) ? (a) : (b))$/ 3421min c-src/emacs/src/gmalloc.c /^#define min(a, b) ((a) < (b) ? (a) : (b))$/
2392min c-src/emacs/src/lisp.h 57
2393min c-src/emacs/src/lisp.h /^#define min(a, b) ((a) < (b) ? (a) : (b))$/ 3422min c-src/emacs/src/lisp.h /^#define min(a, b) ((a) < (b) ? (a) : (b))$/
2394MIN_HASH_VALUE c-src/etags.c 2328 3423min c-src/emacs/src/lisp.h 57
2395/min ps-src/rfc1245.ps /^\/min {2 copy gt {exch} if pop} bind def$/ 3424min cp-src/conway.cpp /^#define min(x,y) ((x > y) ? y : x)$/
3425min_args c-src/emacs/src/lisp.h 1686
3426min_char c-src/emacs/src/lisp.h 1621
2396minus cp-src/functions.cpp /^void Date::minus ( int days , int month , int year/ 3427minus cp-src/functions.cpp /^void Date::minus ( int days , int month , int year/
2397\minus tex-src/texinfo.tex /^\\def\\minus{$-$}$/
2398MIN_WORD_LENGTH c-src/etags.c 2326
2399MISCP c-src/emacs/src/lisp.h /^# define MISCP(x) lisp_h_MISCP (x)$/
2400miti html-src/softwarelibero.html /^Sfatiamo alcuni miti$/ 3428miti html-src/softwarelibero.html /^Sfatiamo alcuni miti$/
2401Mkai-test.pl perl-src/kai-test.pl /^package main;$/
2402modifier_names c-src/emacs/src/keyboard.c 6319 3429modifier_names c-src/emacs/src/keyboard.c 6319
2403modifier_symbols c-src/emacs/src/keyboard.c 6327 3430modifier_symbols c-src/emacs/src/keyboard.c 6327
2404modify_event_symbol c-src/emacs/src/keyboard.c /^modify_event_symbol (ptrdiff_t symbol_num, int mod/ 3431modify_event_symbol c-src/emacs/src/keyboard.c /^modify_event_symbol (ptrdiff_t symbol_num, int mod/
2405module_class_method ruby-src/test.rb /^ def ModuleExample.module_class_method$/ 3432module_class_method ruby-src/test.rb /^ def ModuleExample.module_class_method$/
2406ModuleExample ruby-src/test.rb /^module ModuleExample$/
2407module_instance_method ruby-src/test.rb /^ def module_instance_method$/ 3433module_instance_method ruby-src/test.rb /^ def module_instance_method$/
3434more= ruby-src/test1.ru /^ :more$/
2408more_aligned_int c.c 165 3435more_aligned_int c.c 165
2409morecore_nolock c-src/emacs/src/gmalloc.c /^morecore_nolock (size_t size)$/ 3436morecore_nolock c-src/emacs/src/gmalloc.c /^morecore_nolock (size_t size)$/
2410morecore_recursing c-src/emacs/src/gmalloc.c 604 3437morecore_recursing c-src/emacs/src/gmalloc.c 604
2411More_Lisp_Bits c-src/emacs/src/lisp.h 801
2412more= ruby-src/test1.ru /^ :more$/
2413MOST_NEGATIVE_FIXNUM c-src/emacs/src/lisp.h 835
2414MOST_POSITIVE_FIXNUM c-src/emacs/src/lisp.h 834
2415mouse_syms c-src/emacs/src/keyboard.c 4627 3438mouse_syms c-src/emacs/src/keyboard.c 4627
2416move cp-src/clheir.cpp /^void agent::move(int direction)$/ 3439move cp-src/clheir.cpp /^void agent::move(int direction)$/
2417MOVE c-src/sysdep.h /^#define MOVE(x,y) movl x, y$/
2418MoveLayerAfter lua-src/allegro.lua /^function MoveLayerAfter (this_one)$/
2419MoveLayerBefore lua-src/allegro.lua /^function MoveLayerBefore (this_one)$/
2420MoveLayerBottom lua-src/allegro.lua /^function MoveLayerBottom ()$/
2421MoveLayerTop lua-src/allegro.lua /^function MoveLayerTop ()$/
2422mprobe c-src/emacs/src/gmalloc.c /^mprobe (void *ptr)$/ 3440mprobe c-src/emacs/src/gmalloc.c /^mprobe (void *ptr)$/
2423/M ps-src/rfc1245.ps /^\/M {newpath moveto} bind def$/
2424MSDOS c-src/etags.c 100
2425MSDOS c-src/etags.c 106
2426MSDOS c-src/etags.c 107
2427MSDOS c-src/etags.c 110
2428msgid php-src/lce_functions.php /^ function msgid($line, $class)$/ 3441msgid php-src/lce_functions.php /^ function msgid($line, $class)$/
2429MSGSEL f-src/entry.for /^ ENTRY MSGSEL ( TYPE )$/
2430MSGSEL f-src/entry.strange /^ ENTRY MSGSEL ( TYPE )$/
2431MSGSEL f-src/entry.strange_suffix /^ ENTRY MSGSEL ( TYPE )$/
2432msgstr php-src/lce_functions.php /^ function msgstr($line, $class)$/ 3442msgstr php-src/lce_functions.php /^ function msgstr($line, $class)$/
2433/ms ps-src/rfc1245.ps /^\/ms { $/
2434mstats c-src/emacs/src/gmalloc.c 308 3443mstats c-src/emacs/src/gmalloc.c 308
2435Mtest1.go go-src/test1.go 1
2436Mtest1.go go-src/test1.go /^func main() {$/
2437Mtest.go go-src/test.go 1
2438Mtest.go go-src/test.go /^func main() {$/
2439Mtest.rs rs-src/test.rs /^fn main() {$/
2440mtg html-src/software.html /^MTG$/
2441mt prol-src/natded.prolog /^mt:-$/ 3444mt prol-src/natded.prolog /^mt:-$/
2442multibyte c-src/emacs/src/regex.h 403 3445mtg html-src/software.html /^MTG$/
2443MULTI_LETTER_MOD c-src/emacs/src/keyboard.c 6231
2444MULTI_LETTER_MOD c-src/emacs/src/keyboard.c 6764
2445MULTI_LETTER_MOD c-src/emacs/src/keyboard.c /^#define MULTI_LETTER_MOD(BIT, NAME, LEN) \\$/
2446MULTI_LETTER_MOD c-src/emacs/src/keyboard.c /^#define MULTI_LETTER_MOD(BIT, NAME, LEN) \\$/
2447multi_line c-src/etags.c 267 3446multi_line c-src/etags.c 267
2448Mx.cc cp-src/x.cc /^main(int argc, char *argv[])$/ 3447multibyte c-src/emacs/src/regex.h 403
2449\mylbrace tex-src/texinfo.tex /^\\def\\mylbrace {{\\tt \\char '173}}$/
2450mypi forth-src/test-forth.fth /^synonym mypi fconst$/
2451my_printf c.c /^my_printf (void *my_object, const char *my_format,/ 3448my_printf c.c /^my_printf (void *my_object, const char *my_format,/
2452\myrbrace tex-src/texinfo.tex /^\\def\\myrbrace {{\\tt \\char '175}}$/
2453my_struct c.c 226
2454my_struct c-src/h.h 91 3449my_struct c-src/h.h 91
2455my_typedef c.c 228 3450my_struct c.c 226
2456my_typedef c-src/h.h 93 3451my_typedef c-src/h.h 93
3452my_typedef c.c 228
3453mypi forth-src/test-forth.fth /^synonym mypi fconst$/
3454n c-src/exit.c 28
3455n c-src/exit.strange_suffix 28
2457name c-src/emacs/src/keyboard.c 7241 3456name c-src/emacs/src/keyboard.c 7241
2458name c-src/emacs/src/lisp.h 1808 3457name c-src/emacs/src/lisp.h 1808
2459name c-src/emacs/src/lisp.h 3144 3458name c-src/emacs/src/lisp.h 3144
@@ -2464,11 +3463,7 @@ name c-src/etags.c 2271
2464name c-src/etags.c 261 3463name c-src/etags.c 261
2465name c-src/getopt.h 76 3464name c-src/getopt.h 76
2466name c-src/getopt.h 78 3465name c-src/getopt.h 78
2467named c-src/etags.c 2505
2468NameHasChar pas-src/common.pas /^function NameHasChar; (* (TheName : NameString; Th/
2469name perl-src/htlmify-cystic 357 3466name perl-src/htlmify-cystic 357
2470namestringequal pas-src/common.pas /^function namestringequal;(*(var Name1,Name2 : Name/
2471NameStringLess pas-src/common.pas /^function NameStringLess;(*(var Name1,Name2 : NameS/
2472name tex-src/texinfo.tex /^\\begingroup\\defname {#1}{Function}%$/ 3467name tex-src/texinfo.tex /^\\begingroup\\defname {#1}{Function}%$/
2473name tex-src/texinfo.tex /^\\begingroup\\defname {#1}{Macro}%$/ 3468name tex-src/texinfo.tex /^\\begingroup\\defname {#1}{Macro}%$/
2474name tex-src/texinfo.tex /^\\begingroup\\defname {#1}{Special Form}%$/ 3469name tex-src/texinfo.tex /^\\begingroup\\defname {#1}{Special Form}%$/
@@ -2477,45 +3472,29 @@ name tex-src/texinfo.tex /^\\begingroup\\defname {#1}{Variable}%$/
2477name tex-src/texinfo.tex /^\\begingroup\\defname {#2}{#1}\\deftpargs{#3}\\endgrou/ 3472name tex-src/texinfo.tex /^\\begingroup\\defname {#2}{#1}\\deftpargs{#3}\\endgrou/
2478name tex-src/texinfo.tex /^\\begingroup\\defname {#2}{#1}\\defunargs{#3}\\endgrou/ 3473name tex-src/texinfo.tex /^\\begingroup\\defname {#2}{#1}\\defunargs{#3}\\endgrou/
2479name tex-src/texinfo.tex /^\\begingroup\\defname {#2}{#1}\\defvarargs{#3}\\endgro/ 3474name tex-src/texinfo.tex /^\\begingroup\\defname {#2}{#1}\\defvarargs{#3}\\endgro/
2480name tex-src/texinfo.tex /^\\begingroup\\defname {#2}{\\defcvtype{} of #1}%$/
2481name tex-src/texinfo.tex /^\\begingroup\\defname {#2}{\\defoptype{} on #1}%$/
2482name tex-src/texinfo.tex /^\\begingroup\\defname {#2}{Instance Variable of #1}%/ 3475name tex-src/texinfo.tex /^\\begingroup\\defname {#2}{Instance Variable of #1}%/
2483name tex-src/texinfo.tex /^\\begingroup\\defname {#2}{Method on #1}%$/ 3476name tex-src/texinfo.tex /^\\begingroup\\defname {#2}{Method on #1}%$/
3477name tex-src/texinfo.tex /^\\begingroup\\defname {#2}{\\defcvtype{} of #1}%$/
3478name tex-src/texinfo.tex /^\\begingroup\\defname {#2}{\\defoptype{} on #1}%$/
2484name tex-src/texinfo.tex /^\\begingroup\\defname {\\code{#1} #2}{Function}%$/ 3479name tex-src/texinfo.tex /^\\begingroup\\defname {\\code{#1} #2}{Function}%$/
2485name tex-src/texinfo.tex /^\\begingroup\\defname {\\code{#1} #2}{Variable}%$/ 3480name tex-src/texinfo.tex /^\\begingroup\\defname {\\code{#1} #2}{Variable}%$/
2486name tex-src/texinfo.tex /^\\begingroup\\defname {\\code{#2} #3}{#1}%$/
2487name tex-src/texinfo.tex /^\\begingroup\\defname {\\code{#2} #3}{#1}$/ 3481name tex-src/texinfo.tex /^\\begingroup\\defname {\\code{#2} #3}{#1}$/
2488NAME y-src/cccp.c 8 3482name tex-src/texinfo.tex /^\\begingroup\\defname {\\code{#2} #3}{#1}%$/
2489name y-src/cccp.y 113 3483name y-src/cccp.y 113
2490name y-src/cccp.y 43 3484name y-src/cccp.y 43
3485named c-src/etags.c 2505
3486namestringequal pas-src/common.pas /^function namestringequal;(*(var Name1,Name2 : Name/
2491nargs c-src/emacs/src/lisp.h 2987 3487nargs c-src/emacs/src/lisp.h 2987
2492NATNUMP c-src/emacs/src/lisp.h /^NATNUMP (Lisp_Object x)$/
2493/nbluet ps-src/rfc1245.ps /^\/nbluet 256 array def$/
2494n c-src/exit.c 28
2495n c-src/exit.strange_suffix 28
2496NDEBUG c-src/etags.c 88
2497need_adjustment c-src/emacs/src/lisp.h 1986 3488need_adjustment c-src/emacs/src/lisp.h 1986
2498\need tex-src/texinfo.tex /^\\def\\need{\\parsearg\\needx}$/
2499\needx tex-src/texinfo.tex /^\\def\\needx#1{%$/
2500NEG y-src/parse.c 9
2501neighbors cp-src/clheir.hpp 59 3489neighbors cp-src/clheir.hpp 59
2502nelem cp-src/Range.h /^ int nelem (void) const { return rng_nelem; }$/ 3490nelem cp-src/Range.h /^ int nelem (void) const { return rng_nelem; }$/
2503nestlev c-src/etags.c 2525 3491nestlev c-src/etags.c 2525
2504\newcodeindex tex-src/texinfo.tex /^\\def\\newcodeindex #1{$/
2505\newindex tex-src/texinfo.tex /^\\def\\newindex #1{$/
2506NewLayer lua-src/allegro.lua /^function NewLayer (name, x, y, w, h)$/
2507NewLayerSet lua-src/allegro.lua /^function NewLayerSet (name)$/
2508newlb c-src/etags.c 2930
2509newlinepos c-src/etags.c 2932
2510NewNameString pas-src/common.pas /^procedure NewNameString; (* (var NSP: NameStringPo/
2511new objc-src/PackInsp.m /^+new$/ 3492new objc-src/PackInsp.m /^+new$/
2512new perl-src/htlmify-cystic 163 3493new perl-src/htlmify-cystic 163
2513new_tag perl-src/htlmify-cystic 18 3494new_tag perl-src/htlmify-cystic 18
3495newlb c-src/etags.c 2930
3496newlinepos c-src/etags.c 2932
2514newtextstring pas-src/common.pas /^function newtextstring; (*: TextString;*)$/ 3497newtextstring pas-src/common.pas /^function newtextstring; (*: TextString;*)$/
2515next_alive cp-src/conway.hpp 7
2516next_almost_prime c-src/emacs/src/lisp.h /^extern EMACS_INT next_almost_prime (EMACS_INT) ATT/
2517NEXT_ALMOST_PRIME_LIMIT c-src/emacs/src/lisp.h 3573
2518next c.c 174
2519next c-src/emacs/src/gmalloc.c 164 3498next c-src/emacs/src/gmalloc.c 164
2520next c-src/emacs/src/gmalloc.c 188 3499next c-src/emacs/src/gmalloc.c 188
2521next c-src/emacs/src/gmalloc.c 198 3500next c-src/emacs/src/gmalloc.c 198
@@ -2529,119 +3508,67 @@ next c-src/emacs/src/lisp.h 3028
2529next c-src/emacs/src/lisp.h 3134 3508next c-src/emacs/src/lisp.h 3134
2530next c-src/emacs/src/lisp.h 700 3509next c-src/emacs/src/lisp.h 700
2531next c-src/etags.c 203 3510next c-src/etags.c 203
3511next c.c 174
3512next y-src/cccp.y 42
2532next-file el-src/emacs/lisp/progmodes/etags.el /^(defun next-file (&optional initialize novisit)$/ 3513next-file el-src/emacs/lisp/progmodes/etags.el /^(defun next-file (&optional initialize novisit)$/
2533next-file-list el-src/emacs/lisp/progmodes/etags.el /^(defvar next-file-list nil$/ 3514next-file-list el-src/emacs/lisp/progmodes/etags.el /^(defvar next-file-list nil$/
3515next_alive cp-src/conway.hpp 7
3516next_almost_prime c-src/emacs/src/lisp.h /^extern EMACS_INT next_almost_prime (EMACS_INT) ATT/
2534next_free c-src/emacs/src/lisp.h 1851 3517next_free c-src/emacs/src/lisp.h 1851
2535nextfree c-src/emacs/src/lisp.h 3029
2536\next tex-src/texinfo.tex /^\\def\\next##1{}\\next}$/
2537next_weak c-src/emacs/src/lisp.h 1875 3518next_weak c-src/emacs/src/lisp.h 1875
2538next y-src/cccp.y 42 3519nextfree c-src/emacs/src/lisp.h 3029
2539NE y-src/parse.c 6
2540nfree c-src/emacs/src/gmalloc.c 150 3520nfree c-src/emacs/src/gmalloc.c 150
2541/ngrayt ps-src/rfc1245.ps /^\/ngrayt 256 array def$/
2542/ngreent ps-src/rfc1245.ps /^\/ngreent 256 array def$/
2543NIL_IS_ZERO c-src/emacs/src/lisp.h 1515
2544NILP c-src/emacs/src/lisp.h /^# define NILP(x) lisp_h_NILP (x)$/
2545nl c-src/etags.c 2521 3521nl c-src/etags.c 2521
2546NmStrToErrStr pas-src/common.pas /^function NmStrToErrStr;(*($/ 3522no tex-src/texinfo.tex /^\\global\\advance \\appendixno by 1 \\message{Appendix/
2547NmStrToInteger pas-src/common.pas /^function NmStrToInteger; (* (Str : NameString) : i/ 3523no tex-src/texinfo.tex /^\\ifnum\\secno=0 Appendix\\xreftie'char\\the\\appendixn/
2548\nm tex-src/testenv.tex /^\\newcommand{\\nm}[2]{\\nomenclature{#1}{#2}}$/ 3524no tex-src/texinfo.tex /^\\newcount \\appendixno \\appendixno = `\\@$/
3525no.\the\secno tex-src/texinfo.tex /^\\else \\ifnum \\subsecno=0 Section\\xreftie'char\\the\\/
3526no.\the\secno.\the\subsecno tex-src/texinfo.tex /^Section\\xreftie'char\\the\\appendixno.\\the\\secno.\\th/
3527no.\the\secno.\the\subsecno.\the\subsubsecno tex-src/texinfo.tex /^Section\\xreftie'char\\the\\appendixno.\\the\\secno.\\th/
2549no_argument c-src/getopt.h 89 3528no_argument c-src/getopt.h 89
3529no_lang_help c-src/etags.c 707
3530no_sub c-src/emacs/src/regex.h 387
2550nocase_tail c-src/etags.c /^nocase_tail (const char *cp)$/ 3531nocase_tail c-src/etags.c /^nocase_tail (const char *cp)$/
2551node c-src/etags.c 225 3532node c-src/etags.c 225
2552noderef tex-src/texinfo.tex /^\\appendixnoderef %$/
2553node_st c-src/etags.c 214 3533node_st c-src/etags.c 214
2554\node tex-src/texinfo.tex /^\\def\\node{\\ENVcheck\\parsearg\\nodezzz}$/ 3534noderef tex-src/texinfo.tex /^\\appendixnoderef %$/
2555\nodexxx[ tex-src/texinfo.tex /^\\def\\nodexxx[#1,#2]{\\gdef\\lastnode{#1}}$/
2556\nodezzz tex-src/texinfo.tex /^\\def\\nodezzz#1{\\nodexxx [#1,]}$/
2557\nofillexdent tex-src/texinfo.tex /^\\def\\nofillexdent{\\parsearg\\nofillexdentyyy}$/
2558\nofillexdentyyy tex-src/texinfo.tex /^\\def\\nofillexdentyyy #1{{\\advance \\leftskip by -\\e/
2559nofonts% tex-src/texinfo.tex /^{\\chapternofonts%$/
2560nofonts tex-src/texinfo.tex /^{\\indexnofonts$/ 3535nofonts tex-src/texinfo.tex /^{\\indexnofonts$/
2561no_lang_help c-src/etags.c 707 3536nofonts% tex-src/texinfo.tex /^{\\chapternofonts%$/
2562none_help c-src/etags.c 703 3537none_help c-src/etags.c 703
2563NONPOINTER_BITS c-src/emacs/src/lisp.h 78
2564NONPOINTER_BITS c-src/emacs/src/lisp.h 80
2565NONSRCS make-src/Makefile /^NONSRCS=entry.strange lists.erl clheir.hpp.gz$/
2566\normalbackslash tex-src/texinfo.tex /^\\def\\normalbackslash{{\\tt\\rawbackslashxx}}$/
2567\normalcaret tex-src/texinfo.tex /^\\def\\normalcaret{^}$/
2568\normaldoublequote tex-src/texinfo.tex /^\\def\\normaldoublequote{"}$/
2569\normalgreater tex-src/texinfo.tex /^\\def\\normalgreater{>}$/
2570normalize_fresh prol-src/natded.prolog /^normalize_fresh(M,N):-$/
2571normalize prol-src/natded.prolog /^normalize(M,MNorm):-$/ 3538normalize prol-src/natded.prolog /^normalize(M,MNorm):-$/
2572/normalize ps-src/rfc1245.ps /^\/normalize {$/ 3539normalize_fresh prol-src/natded.prolog /^normalize_fresh(M,N):-$/
2573normalize_tree prol-src/natded.prolog /^normalize_tree(tree(Rule,Syn:Sem,Trees),$/ 3540normalize_tree prol-src/natded.prolog /^normalize_tree(tree(Rule,Syn:Sem,Trees),$/
2574normalize_trees prol-src/natded.prolog /^normalize_trees([],[]).$/ 3541normalize_trees prol-src/natded.prolog /^normalize_trees([],[]).$/
2575\normalless tex-src/texinfo.tex /^\\def\\normalless{<}$/
2576\normalplus tex-src/texinfo.tex /^\\def\\normalplus{+}$/
2577\normaltilde tex-src/texinfo.tex /^\\def\\normaltilde{~}$/
2578\normalunderscore tex-src/texinfo.tex /^\\def\\normalunderscore{_}$/
2579\normalverticalbar tex-src/texinfo.tex /^\\def\\normalverticalbar{|}$/
2580nosave pyt-src/server.py /^ def nosave(self):$/ 3542nosave pyt-src/server.py /^ def nosave(self):$/
2581no_sub c-src/emacs/src/regex.h 387 3543not_bol c-src/emacs/src/regex.h 391
3544not_eol c-src/emacs/src/regex.h 394
3545not_single_kboard_state c-src/emacs/src/keyboard.c /^not_single_kboard_state (KBOARD *kboard)$/
2582notag2 c-src/dostorture.c 26 3546notag2 c-src/dostorture.c 26
2583notag2 c-src/torture.c 26 3547notag2 c-src/torture.c 26
2584notag4 c-src/dostorture.c 45 3548notag4 c-src/dostorture.c 45
2585notag4 c-src/torture.c 45 3549notag4 c-src/torture.c 45
2586not_bol c-src/emacs/src/regex.h 391
2587/.notdef ps-src/rfc1245.ps /^\/.notdef \/.notdef \/.notdef \/.notdef \/.notdef \/.not/
2588/.notdef ps-src/rfc1245.ps /^\/.notdef \/.notdef \/.notdef \/.notdef \/space \/exclam/
2589not_eol c-src/emacs/src/regex.h 394
2590NOTEQUAL y-src/cccp.c 13
2591no tex-src/texinfo.tex /^\\global\\advance \\appendixno by 1 \\message{Appendix/
2592no tex-src/texinfo.tex /^\\ifnum\\secno=0 Appendix\\xreftie'char\\the\\appendixn/
2593no tex-src/texinfo.tex /^\\newcount \\appendixno \\appendixno = `\\@$/
2594no.\the\secno tex-src/texinfo.tex /^\\else \\ifnum \\subsecno=0 Section\\xreftie'char\\the\\/
2595no.\the\secno.\the\subsecno tex-src/texinfo.tex /^Section\\xreftie'char\\the\\appendixno.\\the\\secno.\\th/
2596no.\the\secno.\the\subsecno.\the\subsubsecno tex-src/texinfo.tex /^Section\\xreftie'char\\the\\appendixno.\\the\\secno.\\th/
2597notinname c-src/etags.c /^#define notinname(c) (_nin[CHAR (c)]) \/* c is not / 3550notinname c-src/etags.c /^#define notinname(c) (_nin[CHAR (c)]) \/* c is not /
2598not_single_kboard_state c-src/emacs/src/keyboard.c /^not_single_kboard_state (KBOARD *kboard)$/
2599npending c-src/emacs/src/keyboard.c 7244 3551npending c-src/emacs/src/keyboard.c 7244
2600/N ps-src/rfc1245.ps /^\/N { $/
2601/nredt ps-src/rfc1245.ps /^\/nredt 256 array def$/
2602\nsbot tex-src/texinfo.tex /^\\def\\nsbot{\\vbox$/
2603\nstop tex-src/texinfo.tex /^\\def\\nstop{\\vbox$/
2604/Ntilde ps-src/rfc1245.ps /^\/Ntilde \/Odieresis \/Udieresis \/aacute \/agrave \/aci/
2605ntool_bar_items c-src/emacs/src/keyboard.c 7974 3552ntool_bar_items c-src/emacs/src/keyboard.c 7974
2606NULL_PTR y-src/cccp.y 63 3553numOfChannels cp-src/c.C 1
2607NULL y-src/cccp.y 51
2608\numberedsec tex-src/texinfo.tex /^\\outer\\def\\numberedsec{\\parsearg\\seczzz}$/
2609\numberedsubsec tex-src/texinfo.tex /^\\outer\\def\\numberedsubsec{\\parsearg\\numberedsubsec/
2610\numberedsubseczzz tex-src/texinfo.tex /^\\def\\numberedsubseczzz #1{\\seccheck{subsection}%$/
2611\numberedsubsubsec tex-src/texinfo.tex /^\\outer\\def\\numberedsubsubsec{\\parsearg\\numberedsub/
2612\numberedsubsubseczzz tex-src/texinfo.tex /^\\def\\numberedsubsubseczzz #1{\\seccheck{subsubsecti/
2613numberKeys objcpp-src/SimpleCalc.M /^- numberKeys:sender$/
2614number_len c-src/etags.c /^static int number_len (long) ATTRIBUTE_CONST;$/
2615/numbersign ps-src/rfc1245.ps /^\/numbersign \/dollar \/percent \/ampersand \/quotesing/
2616numbervars prol-src/natded.prolog /^numbervars(X):-$/
2617num_columns cp-src/conway.cpp 16 3554num_columns cp-src/conway.cpp 16
2618\numericenumerate tex-src/texinfo.tex /^\\def\\numericenumerate{%$/
2619num_input_events c-src/emacs/src/keyboard.c 210 3555num_input_events c-src/emacs/src/keyboard.c 210
2620NUM_MOD_NAMES c-src/emacs/src/keyboard.c 6325
2621numOfChannels cp-src/c.C 1
2622NUM_RECENT_KEYS c-src/emacs/src/keyboard.c 91
2623num_regs c-src/emacs/src/regex.h 430 3556num_regs c-src/emacs/src/regex.h 430
2624num_rows cp-src/conway.cpp 15 3557num_rows cp-src/conway.cpp 15
2625NUMSTATS objc-src/PackInsp.h 36 3558numberKeys objcpp-src/SimpleCalc.M /^- numberKeys:sender$/
3559number_len c-src/etags.c /^static int number_len (long) ATTRIBUTE_CONST;$/
3560numbervars prol-src/natded.prolog /^numbervars(X):-$/
2626nvars c-src/emacs/src/lisp.h 3140 3561nvars c-src/emacs/src/lisp.h 3140
2627Objc_help c-src/etags.c 613
2628OBJCPPSRC make-src/Makefile /^OBJCPPSRC=SimpleCalc.H SimpleCalc.M$/
2629OBJCSRC make-src/Makefile /^OBJCSRC=Subprocess.h Subprocess.m PackInsp.h PackI/
2630Objc_suffixes c-src/etags.c 609
2631objdef c-src/etags.c 2484 3562objdef c-src/etags.c 2484
2632object c-src/emacs/src/lisp.h 2128 3563object c-src/emacs/src/lisp.h 2128
2633object_registry cp-src/clheir.cpp 10 3564object_registry cp-src/clheir.cpp 10
2634OBJS make-src/Makefile /^OBJS=${GETOPTOBJS} ${REGEXOBJS} ${CHECKOBJS}$/
2635objtag c-src/etags.c 2453 3565objtag c-src/etags.c 2453
2636objvar c-src/emacs/src/lisp.h 2297 3566objvar c-src/emacs/src/lisp.h 2297
2637obstack_chunk_alloc y-src/parse.y 47 3567obstack_chunk_alloc y-src/parse.y 47
2638obstack_chunk_free y-src/parse.y 48 3568obstack_chunk_free y-src/parse.y 48
2639ocatseen c-src/etags.c 2477 3569ocatseen c-src/etags.c 2477
2640/ocircumflex ps-src/rfc1245.ps /^\/ocircumflex \/odieresis \/otilde \/uacute \/ugrave \/u/
2641octave_MDiagArray2_h cp-src/MDiagArray2.h 29 3570octave_MDiagArray2_h cp-src/MDiagArray2.h 29
2642octave_Range_h cp-src/Range.h 24 3571octave_Range_h cp-src/Range.h 24
2643\oddfooting tex-src/texinfo.tex /^\\def\\oddfooting{\\parsearg\\oddfootingxxx}$/
2644\oddheading tex-src/texinfo.tex /^\\def\\oddheading{\\parsearg\\oddheadingxxx}$/
2645oediff make-src/Makefile /^oediff: OTAGS ETAGS ${infiles}$/ 3572oediff make-src/Makefile /^oediff: OTAGS ETAGS ${infiles}$/
2646offset c-src/emacs/src/lisp.h 2305 3573offset c-src/emacs/src/lisp.h 2305
2647offset c-src/emacs/src/lisp.h 2365 3574offset c-src/emacs/src/lisp.h 2365
@@ -2656,218 +3583,136 @@ omethodcolon c-src/etags.c 2481
2656omethodparm c-src/etags.c 2482 3583omethodparm c-src/etags.c 2482
2657omethodsign c-src/etags.c 2479 3584omethodsign c-src/etags.c 2479
2658omethodtag c-src/etags.c 2480 3585omethodtag c-src/etags.c 2480
2659\onepageout tex-src/texinfo.tex /^\\def\\onepageout#1{\\hoffset=\\normaloffset$/
2660onone c-src/etags.c 2472 3586onone c-src/etags.c 2472
2661oparenseen c-src/etags.c 2476 3587oparenseen c-src/etags.c 2476
2662OPENBUTTON objc-src/PackInsp.m 47 3588open objc-src/PackInsp.m /^-open:sender$/
2663\opencontents tex-src/texinfo.tex /^\\def\\opencontents{\\openout \\contentsfile = \\jobnam/
2664open-dribble-file c-src/emacs/src/keyboard.c /^DEFUN ("open-dribble-file", Fopen_dribble_file, So/ 3589open-dribble-file c-src/emacs/src/keyboard.c /^DEFUN ("open-dribble-file", Fopen_dribble_file, So/
2665\openindices tex-src/texinfo.tex /^\\def\\openindices{%$/
2666openInWorkspace objc-src/PackInsp.m /^static void openInWorkspace(const char *filename)$/ 3590openInWorkspace objc-src/PackInsp.m /^static void openInWorkspace(const char *filename)$/
2667open objc-src/PackInsp.m /^-open:sender$/
2668operationKeys objcpp-src/SimpleCalc.M /^- operationKeys:sender$/ 3591operationKeys objcpp-src/SimpleCalc.M /^- operationKeys:sender$/
2669operator+ cp-src/c.C /^ A operator+(A& a) {};$/ 3592operator y-src/cccp.y 438
2670operator+ cp-src/c.C /^const A& A::operator+(const A&) { }$/
2671operator - cp-src/c.C /^void operator -(int, int) {}$/
2672operator+ cp-src/c.C /^void operator+(int, int) {}$/
2673operator = cp-src/functions.cpp /^Date & Date::operator = ( Date d ){$/
2674operator += cp-src/functions.cpp /^Date & Date::operator += ( int days ){$/
2675operator -= cp-src/functions.cpp /^Date & Date::operator -= ( int days ){$/
2676operator ++ cp-src/functions.cpp /^Date & Date::operator ++ ( void ){$/ 3593operator ++ cp-src/functions.cpp /^Date & Date::operator ++ ( void ){$/
2677operator -- cp-src/functions.cpp /^Date & Date::operator -- ( void ){$/ 3594operator += cp-src/functions.cpp /^Date & Date::operator += ( int days ){$/
3595operator - cp-src/c.C /^void operator -(int, int) {}$/
2678operator - cp-src/functions.cpp /^int Date::operator - ( Date d ){$/ 3596operator - cp-src/functions.cpp /^int Date::operator - ( Date d ){$/
3597operator -- cp-src/functions.cpp /^Date & Date::operator -- ( void ){$/
3598operator -= cp-src/functions.cpp /^Date & Date::operator -= ( int days ){$/
2679operator < cp-src/functions.cpp /^int Date::operator < ( Date d ) {$/ 3599operator < cp-src/functions.cpp /^int Date::operator < ( Date d ) {$/
3600operator << cp-src/functions.cpp /^ostream& operator << ( ostream &c, Date d ) {$/
3601operator = cp-src/MDiagArray2.h /^ MDiagArray2<T>& operator = (const MDiagArray2<T>/
3602operator = cp-src/functions.cpp /^Date & Date::operator = ( Date d ){$/
2680operator == cp-src/functions.cpp /^int Date::operator == ( Date d ) {$/ 3603operator == cp-src/functions.cpp /^int Date::operator == ( Date d ) {$/
2681operator > cp-src/functions.cpp /^int Date::operator > ( Date d ) {$/ 3604operator > cp-src/functions.cpp /^int Date::operator > ( Date d ) {$/
2682operator >> cp-src/functions.cpp /^istream& operator >> ( istream &i, Date & dd ){$/ 3605operator >> cp-src/functions.cpp /^istream& operator >> ( istream &i, Date & dd ){$/
2683operator << cp-src/functions.cpp /^ostream& operator << ( ostream &c, Date d ) {$/ 3606operator MArray2<T> cp-src/MDiagArray2.h /^ operator MArray2<T> () const$/
2684operator = cp-src/MDiagArray2.h /^ MDiagArray2<T>& operator = (const MDiagArray2<T>/
2685OperatorFun c-src/h.h 88
2686operator int cp-src/c.C /^void operator int(int, int) {}$/ 3607operator int cp-src/c.C /^void operator int(int, int) {}$/
2687operator int cp-src/fail.C /^ operator int() const {return x;}$/ 3608operator int cp-src/fail.C /^ operator int() const {return x;}$/
2688operator MArray2<T> cp-src/MDiagArray2.h /^ operator MArray2<T> () const$/ 3609operator+ cp-src/c.C /^ A operator+(A& a) {};$/
2689operator y-src/cccp.y 438 3610operator+ cp-src/c.C /^const A& A::operator+(const A&) { }$/
2690\opnr tex-src/texinfo.tex /^\\def\\opnr{{\\sf\\char`\\(}} \\def\\clnr{{\\sf\\char`\\)}} / 3611operator+ cp-src/c.C /^void operator+(int, int) {}$/
2691opparsebody\Edefop\defopx\defopheader\defoptype tex-src/texinfo.tex /^\\defopparsebody\\Edefop\\defopx\\defopheader\\defoptyp/ 3612opparsebody\Edefop\defopx\defopheader\defoptype tex-src/texinfo.tex /^\\defopparsebody\\Edefop\\defopx\\defopheader\\defoptyp/
2692oprotocol c-src/etags.c 2473 3613oprotocol c-src/etags.c 2473
2693/O ps-src/rfc1245.ps /^\/O {closepath} bind def$/
2694optional_argument c-src/getopt.h 91
2695option c-src/getopt.h 73 3614option c-src/getopt.h 73
2696OPTIONS make-src/Makefile /^OPTIONS=--members --declarations --regex=@regexfil/ 3615optional_argument c-src/getopt.h 91
2697opvarparsebody\Edefcv\defcvx\defcvarheader\defcvtype tex-src/texinfo.tex /^\\defopvarparsebody\\Edefcv\\defcvx\\defcvarheader\\def/ 3616opvarparsebody\Edefcv\defcvx\defcvarheader\defcvtype tex-src/texinfo.tex /^\\defopvarparsebody\\Edefcv\\defcvx\\defcvarheader\\def/
2698ord_add_element prol-src/ordsets.prolog /^ord_add_element([], Element, [Element]).$/ 3617ord_add_element prol-src/ordsets.prolog /^ord_add_element([], Element, [Element]).$/
2699ord_del_element prol-src/ordsets.prolog /^ord_del_element([], _, []).$/ 3618ord_del_element prol-src/ordsets.prolog /^ord_del_element([], _, []).$/
2700ord_disjoint prol-src/ordsets.prolog /^ord_disjoint(Set1, Set2) :-$/ 3619ord_disjoint prol-src/ordsets.prolog /^ord_disjoint(Set1, Set2) :-$/
2701/ordfeminine ps-src/rfc1245.ps /^\/ordfeminine \/ordmasculine \/.notdef \/ae \/oslash \/q/ 3620ord_intersect prol-src/ordsets.prolog /^ord_intersect([Head1|Tail1], [Head2|Tail2]) :-$/
3621ord_intersection prol-src/ordsets.prolog /^ord_intersection(Sets, Intersection) :- $/
3622ord_intersection prol-src/ordsets.prolog /^ord_intersection([], Set2, [], Set2).$/
3623ord_intersection prol-src/ordsets.prolog /^ord_intersection([], _, []).$/
2702ord_intersection2 prol-src/ordsets.prolog /^ord_intersection2(1, [Set|Sets], Set0, Sets0) :- !/ 3624ord_intersection2 prol-src/ordsets.prolog /^ord_intersection2(1, [Set|Sets], Set0, Sets0) :- !/
2703ord_intersection3 prol-src/ordsets.prolog /^ord_intersection3(<, _, Set1, Head2, Tail2, Inters/ 3625ord_intersection3 prol-src/ordsets.prolog /^ord_intersection3(<, _, Set1, Head2, Tail2, Inters/
2704ord_intersection4 prol-src/ordsets.prolog /^ord_intersection4(<, _, Set1, Head2, Tail2, Inters/ 3626ord_intersection4 prol-src/ordsets.prolog /^ord_intersection4(<, _, Set1, Head2, Tail2, Inters/
2705ord_intersection prol-src/ordsets.prolog /^ord_intersection([], _, []).$/
2706ord_intersection prol-src/ordsets.prolog /^ord_intersection([], Set2, [], Set2).$/
2707ord_intersection prol-src/ordsets.prolog /^ord_intersection(Sets, Intersection) :- $/
2708ord_intersect prol-src/ordsets.prolog /^ord_intersect([Head1|Tail1], [Head2|Tail2]) :-$/
2709ord_member prol-src/ordsets.prolog /^ord_member(X, [E|Es]) :-$/ 3627ord_member prol-src/ordsets.prolog /^ord_member(X, [E|Es]) :-$/
2710ord_seteq prol-src/ordsets.prolog /^ord_seteq(Set1, Set2) :-$/ 3628ord_seteq prol-src/ordsets.prolog /^ord_seteq(Set1, Set2) :-$/
2711ord_setproduct prol-src/ordsets.prolog /^ord_setproduct([], _, []).$/ 3629ord_setproduct prol-src/ordsets.prolog /^ord_setproduct([], _, []).$/
2712ord_subset prol-src/ordsets.prolog /^ord_subset([], _).$/ 3630ord_subset prol-src/ordsets.prolog /^ord_subset([], _).$/
2713ord_subtract prol-src/ordsets.prolog /^ord_subtract(Set1, Set2, Union) :-$/ 3631ord_subtract prol-src/ordsets.prolog /^ord_subtract(Set1, Set2, Union) :-$/
2714ord_symdiff prol-src/ordsets.prolog /^ord_symdiff([], Set2, Set2).$/ 3632ord_symdiff prol-src/ordsets.prolog /^ord_symdiff([], Set2, Set2).$/
2715ord_union4 prol-src/ordsets.prolog /^ord_union4(<, Head, Set1, Head2, Tail2, [Head|Unio/
2716ord_union_all prol-src/ordsets.prolog /^ord_union_all(1, [Set|Sets], Set, Sets) :- !.$/
2717ord_union prol-src/ordsets.prolog /^ord_union(Set1, Set2, Union) :-$/ 3633ord_union prol-src/ordsets.prolog /^ord_union(Set1, Set2, Union) :-$/
2718ord_union prol-src/ordsets.prolog /^ord_union([], Union) :- !, Union = [].$/ 3634ord_union prol-src/ordsets.prolog /^ord_union([], Union) :- !, Union = [].$/
2719OR y-src/cccp.c 10 3635ord_union4 prol-src/ordsets.prolog /^ord_union4(<, Head, Set1, Head2, Tail2, [Head|Unio/
3636ord_union_all prol-src/ordsets.prolog /^ord_union_all(1, [Set|Sets], Set, Sets) :- !.$/
2720oss html-src/softwarelibero.html /^Il movimento open source$/ 3637oss html-src/softwarelibero.html /^Il movimento open source$/
2721otagseen c-src/etags.c 2475 3638otagseen c-src/etags.c 2475
2722OTAGS make-src/Makefile /^OTAGS: oetags ${SRCS} srclist$/ 3639outputTime cp-src/c.C 9
2723/Otilde ps-src/rfc1245.ps /^\/Otilde \/OE \/oe \/endash \/emdash \/quotedblleft \/quo/
2724output_file perl-src/htlmify-cystic 35 3640output_file perl-src/htlmify-cystic 35
2725output_files perl-src/htlmify-cystic 32 3641output_files perl-src/htlmify-cystic 32
2726outputtable html-src/algrthms.html /^Output$/ 3642outputtable html-src/algrthms.html /^Output$/
2727outputTime cp-src/c.C 9
2728outsyn prol-src/natded.prolog /^outsyn(['Any'],_).$/ 3643outsyn prol-src/natded.prolog /^outsyn(['Any'],_).$/
2729OVERLAYP c-src/emacs/src/lisp.h /^OVERLAYP (Lisp_Object x)$/ 3644p c-src/emacs/src/lisp.h 4673
2730Overview tex-src/gzip.texi /^@node Overview, Sample, Copying, Top$/ 3645p c-src/emacs/src/lisp.h 4679
2731PackageInspector objc-src/PackInsp.h /^@interface PackageInspector:WMInspector$/ 3646p.x forth-src/test-forth.fth /^ 1 CELLS +FIELD p.x \\ A single cell filed name/
2732\pagebody tex-src/texinfo.tex /^\\def\\pagebody#1{\\vbox to\\pageheight{\\boxmaxdepth=\\/ 3647p.y forth-src/test-forth.fth /^ 1 CELLS +FIELD p.y \\ A single cell field name/
2733/pagedimen ps-src/rfc1245.ps /^\/pagedimen { $/ 3648p/f ada-src/etags-test-for.ada /^ function p pragma Import (C,$/
3649p/f ada-src/etags-test-for.ada /^function p ("p");$/
3650pD c-src/emacs/src/lisp.h 165
3651pD c-src/emacs/src/lisp.h 167
3652pD c-src/emacs/src/lisp.h 169
3653pD c-src/emacs/src/lisp.h 171
3654pI c-src/emacs/src/lisp.h 106
3655pI c-src/emacs/src/lisp.h 94
3656pI c-src/emacs/src/lisp.h 99
3657pMd c-src/emacs/src/lisp.h 150
3658pMd c-src/emacs/src/lisp.h 155
3659pMu c-src/emacs/src/lisp.h 151
3660pMu c-src/emacs/src/lisp.h 156
3661p_next c-src/etags.c 258
2734pagesize c-src/emacs/src/gmalloc.c 1703 3662pagesize c-src/emacs/src/gmalloc.c 1703
2735\pagesofar tex-src/texinfo.tex /^\\def\\pagesofar{\\unvbox\\partialpage %$/
2736\page tex-src/texinfo.tex /^ \\def\\page{%$/
2737\page tex-src/texinfo.tex /^\\def\\page{\\par\\vfill\\supereject}$/
2738pair merc-src/accumulator.m /^:- import_module pair.$/ 3663pair merc-src/accumulator.m /^:- import_module pair.$/
2739/papersize ps-src/rfc1245.ps /^\/papersize {$/
2740/paragraph ps-src/rfc1245.ps /^\/paragraph \/germandbls \/registered \/copyright \/tra/
2741/parenright ps-src/rfc1245.ps /^\/parenright \/asterisk \/plus \/comma \/hyphen \/period/
2742parent c-src/emacs/src/keyboard.c 8745 3664parent c-src/emacs/src/keyboard.c 8745
2743parent c-src/emacs/src/lisp.h 1590 3665parent c-src/emacs/src/lisp.h 1590
2744\parseargline tex-src/texinfo.tex /^\\def\\parseargline{\\begingroup \\obeylines \\parsearg/ 3666parse prol-src/natded.prolog /^parse(Ws,Cat):-$/
2745\parsearg tex-src/texinfo.tex /^\\def\\parsearg #1{\\let\\next=#1\\begingroup\\obeylines/ 3667parseFromVars php-src/lce_functions.php /^ function parseFromVars($prefix)$/
2746\parseargx tex-src/texinfo.tex /^\\def\\parseargx{%$/
2747parse_c_expression y-src/cccp.y /^parse_c_expression (string)$/ 3668parse_c_expression y-src/cccp.y /^parse_c_expression (string)$/
2748parse_cgi prol-src/natded.prolog /^parse_cgi(TokenList,KeyVals):-$/ 3669parse_cgi prol-src/natded.prolog /^parse_cgi(TokenList,KeyVals):-$/
2749parse_error y-src/parse.y 82 3670parse_error y-src/parse.y 82
2750parse_escape y-src/cccp.y /^parse_escape (string_ptr)$/ 3671parse_escape y-src/cccp.y /^parse_escape (string_ptr)$/
2751parseFromVars php-src/lce_functions.php /^ function parseFromVars($prefix)$/
2752parse_hash y-src/parse.y 64 3672parse_hash y-src/parse.y 64
2753parse_menu_item c-src/emacs/src/keyboard.c /^parse_menu_item (Lisp_Object item, int inmenubar)$/ 3673parse_menu_item c-src/emacs/src/keyboard.c /^parse_menu_item (Lisp_Object item, int inmenubar)$/
2754parse_modifiers c-src/emacs/src/keyboard.c /^parse_modifiers (Lisp_Object symbol)$/ 3674parse_modifiers c-src/emacs/src/keyboard.c /^parse_modifiers (Lisp_Object symbol)$/
2755parse_modifiers_uncached c-src/emacs/src/keyboard.c /^parse_modifiers_uncached (Lisp_Object symbol, ptrd/ 3675parse_modifiers_uncached c-src/emacs/src/keyboard.c /^parse_modifiers_uncached (Lisp_Object symbol, ptrd/
2756parse_number y-src/cccp.y /^parse_number (olen)$/ 3676parse_number y-src/cccp.y /^parse_number (olen)$/
2757parse prol-src/natded.prolog /^parse(Ws,Cat):-$/
2758parse_return_error y-src/cccp.y 70
2759parse_return y-src/parse.y 74 3677parse_return y-src/parse.y 74
3678parse_return_error y-src/cccp.y 70
2760parse_solitary_modifier c-src/emacs/src/keyboard.c /^parse_solitary_modifier (Lisp_Object symbol)$/ 3679parse_solitary_modifier c-src/emacs/src/keyboard.c /^parse_solitary_modifier (Lisp_Object symbol)$/
2761parse_tool_bar_item c-src/emacs/src/keyboard.c /^parse_tool_bar_item (Lisp_Object key, Lisp_Object / 3680parse_tool_bar_item c-src/emacs/src/keyboard.c /^parse_tool_bar_item (Lisp_Object key, Lisp_Object /
2762parse_tree merc-src/accumulator.m /^:- import_module parse_tree.$/ 3681parse_tree merc-src/accumulator.m /^:- import_module parse_tree.$/
2763Pascal_functions c-src/etags.c /^Pascal_functions (FILE *inf)$/
2764Pascal_help c-src/etags.c 621
2765Pascal_suffixes c-src/etags.c 619
2766PASSRC make-src/Makefile /^PASSRC=common.pas$/
2767pat c-src/etags.c 262 3682pat c-src/etags.c 262
2768pattern c-src/etags.c 260 3683pattern c-src/etags.c 260
2769p c-src/emacs/src/lisp.h 4673
2770p c-src/emacs/src/lisp.h 4679
2771pD c-src/emacs/src/lisp.h 165
2772pD c-src/emacs/src/lisp.h 167
2773pD c-src/emacs/src/lisp.h 169
2774pD c-src/emacs/src/lisp.h 171
2775pdlcount c-src/emacs/src/lisp.h 3046 3684pdlcount c-src/emacs/src/lisp.h 3046
2776PDT c-src/h.h /^ Date 04 May 87 235311 PDT (Mon)$/
2777pending-delete-mode el-src/TAGTEST.EL /^(defalias 'pending-delete-mode 'delete-selection-m/ 3685pending-delete-mode el-src/TAGTEST.EL /^(defalias 'pending-delete-mode 'delete-selection-m/
2778pending_funcalls c-src/emacs/src/keyboard.c 4377 3686pending_funcalls c-src/emacs/src/keyboard.c 4377
2779pending_signals c-src/emacs/src/keyboard.c 80 3687pending_signals c-src/emacs/src/keyboard.c 80
2780/periodcentered ps-src/rfc1245.ps /^\/periodcentered \/quotesinglbase \/quotedblbase \/per/
2781Perl_functions c-src/etags.c /^Perl_functions (FILE *inf)$/
2782Perl_help c-src/etags.c 630
2783Perl_interpreters c-src/etags.c 628
2784PERLSRC make-src/Makefile /^PERLSRC=htlmify-cystic yagrip.pl kai-test.pl mirro/
2785Perl_suffixes c-src/etags.c 626
2786p/f ada-src/etags-test-for.ada /^function p ("p");$/
2787p/f ada-src/etags-test-for.ada /^ function p pragma Import (C,$/
2788pfatal c-src/etags.c /^pfatal (const char *s1)$/ 3688pfatal c-src/etags.c /^pfatal (const char *s1)$/
2789pfdset c-src/h.h 57 3689pfdset c-src/h.h 57
2790pfnote c-src/etags.c /^pfnote (char *name, bool is_func, char *linestart,/ 3690pfnote c-src/etags.c /^pfnote (char *name, bool is_func, char *linestart,/
2791/PF ps-src/rfc1245.ps /^\/PF { $/
2792PHP_functions c-src/etags.c /^PHP_functions (FILE *inf)$/
2793PHP_help c-src/etags.c 639
2794PHPSRC make-src/Makefile /^PHPSRC=lce_functions.php ptest.php sendmail.php$/
2795PHP_suffixes c-src/etags.c 637
2796pI c-src/emacs/src/lisp.h 106
2797pI c-src/emacs/src/lisp.h 94
2798pI c-src/emacs/src/lisp.h 99
2799\pindex tex-src/texinfo.tex /^\\def\\pindex {\\pgindex}$/
2800pinned c-src/emacs/src/lisp.h 679 3691pinned c-src/emacs/src/lisp.h 679
2801Pkg1/b ada-src/etags-test-for.ada /^package body Pkg1 is$/
2802Pkg1/b ada-src/waroquiers.ada /^package body Pkg1 is$/
2803Pkg1_Func1/f ada-src/etags-test-for.ada /^ function Pkg1_Func1 return Boolean;$/
2804Pkg1_Func1/f ada-src/etags-test-for.ada /^function Pkg1_Func1 return Boolean is$/
2805Pkg1_Func1/f ada-src/etags-test-for.ada /^ function Pkg1_Func1 return Boolean is separate;$/
2806Pkg1_Func1/f ada-src/waroquiers.ada /^ function Pkg1_Func1 return Boolean;$/
2807Pkg1_Func1/f ada-src/waroquiers.ada /^function Pkg1_Func1 return Boolean is$/
2808Pkg1_Func1/f ada-src/waroquiers.ada /^ function Pkg1_Func1 return Boolean is separate;$/
2809Pkg1_Func2/f ada-src/etags-test-for.ada /^ function Pkg1_Func2 (Ijk : Integer; Z : Integer)/
2810Pkg1_Func2/f ada-src/waroquiers.ada /^ function Pkg1_Func2 (Ijk : Integer; Z : Integer)/
2811Pkg1_Pkg1/b ada-src/etags-test-for.ada /^package body Pkg1_Pkg1 is$/
2812Pkg1_Pkg1/b ada-src/etags-test-for.ada /^ package body Pkg1_Pkg1 is separate;$/
2813Pkg1_Pkg1/b ada-src/waroquiers.ada /^package body Pkg1_Pkg1 is$/
2814Pkg1_Pkg1/b ada-src/waroquiers.ada /^ package body Pkg1_Pkg1 is separate;$/
2815Pkg1_Pkg1_Proc1/p ada-src/etags-test-for.ada /^ procedure Pkg1_Pkg1_Proc1;$/
2816Pkg1_Pkg1_Proc1/p ada-src/etags-test-for.ada /^ procedure Pkg1_Pkg1_Proc1 is$/
2817Pkg1_Pkg1_Proc1/p ada-src/waroquiers.ada /^ procedure Pkg1_Pkg1_Proc1;$/
2818Pkg1_Pkg1_Proc1/p ada-src/waroquiers.ada /^ procedure Pkg1_Pkg1_Proc1 is$/
2819Pkg1_Pkg1/s ada-src/etags-test-for.ada /^ package Pkg1_Pkg1 is$/
2820Pkg1_Pkg1/s ada-src/waroquiers.ada /^ package Pkg1_Pkg1 is$/
2821Pkg1_Proc1/p ada-src/etags-test-for.ada /^ procedure Pkg1_Proc1;$/
2822Pkg1_Proc1/p ada-src/etags-test-for.ada /^ procedure Pkg1_Proc1 is$/
2823Pkg1_Proc1/p ada-src/waroquiers.ada /^ procedure Pkg1_Proc1;$/
2824Pkg1_Proc1/p ada-src/waroquiers.ada /^ procedure Pkg1_Proc1 is$/
2825Pkg1_Proc2/p ada-src/etags-test-for.ada /^ procedure Pkg1_Proc2 (I : Integer);$/
2826Pkg1_Proc2/p ada-src/etags-test-for.ada /^ procedure Pkg1_Proc2 (I : Integer) is$/
2827Pkg1_Proc2/p ada-src/waroquiers.ada /^ procedure Pkg1_Proc2 (I : Integer);$/
2828Pkg1_Proc2/p ada-src/waroquiers.ada /^ procedure Pkg1_Proc2 (I : Integer) is$/
2829Pkg1/s ada-src/etags-test-for.ada /^package Pkg1 is$/
2830Pkg1/s ada-src/waroquiers.ada /^package Pkg1 is$/
2831plainc c-src/etags.c 2934
2832plain_C_entries c-src/etags.c /^plain_C_entries (FILE *inf)$/ 3692plain_C_entries c-src/etags.c /^plain_C_entries (FILE *inf)$/
2833plain_C_suffixes c-src/etags.c 643 3693plain_C_suffixes c-src/etags.c 643
2834\plainsecheading tex-src/texinfo.tex /^\\def\\plainsecheading #1{\\secheadingi {#1}}$/ 3694plainc c-src/etags.c 2934
2835plist c-src/emacs/src/lisp.h 2040 3695plist c-src/emacs/src/lisp.h 2040
2836plist c-src/emacs/src/lisp.h 697 3696plist c-src/emacs/src/lisp.h 697
2837plus cp-src/functions.cpp /^void Date::plus ( int days , int month , int year / 3697plus cp-src/functions.cpp /^void Date::plus ( int days , int month , int year /
2838plus go-src/test1.go 5 3698plus go-src/test1.go 5
2839plusvalseq prol-src/natded.prolog /^plusvalseq([]) --> [].$/ 3699plusvalseq prol-src/natded.prolog /^plusvalseq([]) --> [].$/
2840pMd c-src/emacs/src/lisp.h 150
2841pMd c-src/emacs/src/lisp.h 155
2842pMu c-src/emacs/src/lisp.h 151
2843pMu c-src/emacs/src/lisp.h 156
2844p_next c-src/etags.c 258
2845POEntryAD php-src/lce_functions.php 29
2846POEntry php-src/lce_functions.php 105
2847POEntry php-src/lce_functions.php /^ function POEntry()$/
2848pointer c-src/emacs/src/lisp.h 2125
2849point forth-src/test-forth.fth /^BEGIN-STRUCTURE point \\ create the named structure/ 3700point forth-src/test-forth.fth /^BEGIN-STRUCTURE point \\ create the named structure/
2850\point tex-src/texinfo.tex /^\\def\\point{$\\star$}$/ 3701pointer c-src/emacs/src/lisp.h 2125
2851poll_for_input_1 c-src/emacs/src/keyboard.c /^poll_for_input_1 (void)$/
2852poll_for_input c-src/emacs/src/keyboard.c /^poll_for_input (struct atimer *timer)$/ 3702poll_for_input c-src/emacs/src/keyboard.c /^poll_for_input (struct atimer *timer)$/
3703poll_for_input_1 c-src/emacs/src/keyboard.c /^poll_for_input_1 (void)$/
2853poll_suppress_count c-src/emacs/src/keyboard.c 1908 3704poll_suppress_count c-src/emacs/src/keyboard.c 1908
2854poll_suppress_count c-src/emacs/src/lisp.h 3047 3705poll_suppress_count c-src/emacs/src/lisp.h 3047
2855poll_timer c-src/emacs/src/keyboard.c 1915 3706poll_timer c-src/emacs/src/keyboard.c 1915
2856popclass_above c-src/etags.c /^popclass_above (int bracelev)$/
2857pop_kboard c-src/emacs/src/keyboard.c /^pop_kboard (void)$/
2858pop-tag-mark el-src/emacs/lisp/progmodes/etags.el /^(defalias 'pop-tag-mark 'xref-pop-marker-stack)$/ 3707pop-tag-mark el-src/emacs/lisp/progmodes/etags.el /^(defalias 'pop-tag-mark 'xref-pop-marker-stack)$/
2859POReader php-src/lce_functions.php 163 3708pop_kboard c-src/emacs/src/keyboard.c /^pop_kboard (void)$/
2860POReader php-src/lce_functions.php /^ function POReader($domain, $filename)$/ 3709popclass_above c-src/etags.c /^popclass_above (int bracelev)$/
2861PORManager php-src/lce_functions.php 498
2862PORManager php-src/lce_functions.php /^ function PORManager()$/
2863position_to_Time c-src/emacs/src/keyboard.c /^position_to_Time (ptrdiff_t pos)$/ 3710position_to_Time c-src/emacs/src/keyboard.c /^position_to_Time (ptrdiff_t pos)$/
2864posix_memalign c-src/emacs/src/gmalloc.c /^posix_memalign (void **memptr, size_t alignment, s/ 3711posix_memalign c-src/emacs/src/gmalloc.c /^posix_memalign (void **memptr, size_t alignment, s/
2865posn-at-point c-src/emacs/src/keyboard.c /^DEFUN ("posn-at-point", Fposn_at_point, Sposn_at_p/ 3712posn-at-point c-src/emacs/src/keyboard.c /^DEFUN ("posn-at-point", Fposn_at_point, Sposn_at_p/
2866posn-at-x-y c-src/emacs/src/keyboard.c /^DEFUN ("posn-at-x-y", Fposn_at_x_y, Sposn_at_x_y, / 3713posn-at-x-y c-src/emacs/src/keyboard.c /^DEFUN ("posn-at-x-y", Fposn_at_x_y, Sposn_at_x_y, /
2867possible_sum_sign y-src/cccp.y /^#define possible_sum_sign(a, b, sum) ((((a) ^ (b))/ 3714possible_sum_sign y-src/cccp.y /^#define possible_sum_sign(a, b, sum) ((((a) ^ (b))/
2868PostControls pyt-src/server.py /^ def PostControls(self):$/
2869post pyt-src/server.py /^ def post(self):$/ 3715post pyt-src/server.py /^ def post(self):$/
2870POSTSCRIPTFLAGS make-src/Makefile /^POSTSCRIPTFLAGS=--language=none --regex='#\/[^ \\t{]/
2871pot_etags_version c-src/etags.c 81 3716pot_etags_version c-src/etags.c 81
2872pp1 c-src/dostorture.c /^int pp1($/ 3717pp1 c-src/dostorture.c /^int pp1($/
2873pp1 c-src/torture.c /^int pp1($/ 3718pp1 c-src/torture.c /^int pp1($/
@@ -2884,226 +3729,105 @@ pp_html_table_fitch_tree prol-src/natded.prolog /^pp_html_table_fitch_tree(T):-$
2884pp_html_table_tree prol-src/natded.prolog /^pp_html_table_tree(T):-$/ 3729pp_html_table_tree prol-src/natded.prolog /^pp_html_table_tree(T):-$/
2885pp_html_tree prol-src/natded.prolog /^pp_html_tree(ass(Syn,V,'$VAR'(N))):-$/ 3730pp_html_tree prol-src/natded.prolog /^pp_html_tree(ass(Syn,V,'$VAR'(N))):-$/
2886pp_html_trees prol-src/natded.prolog /^pp_html_trees([T|Ts],N,M):-$/ 3731pp_html_trees prol-src/natded.prolog /^pp_html_trees([T|Ts],N,M):-$/
3732pp_lam prol-src/natded.prolog /^pp_lam(Var^Alpha):-$/
2887pp_lam_bracket prol-src/natded.prolog /^pp_lam_bracket(A^B):-$/ 3733pp_lam_bracket prol-src/natded.prolog /^pp_lam_bracket(A^B):-$/
2888pp_lam_paren prol-src/natded.prolog /^pp_lam_paren(Var^Alpha):-$/ 3734pp_lam_paren prol-src/natded.prolog /^pp_lam_paren(Var^Alpha):-$/
2889pp_lam prol-src/natded.prolog /^pp_lam(Var^Alpha):-$/
2890pp_paren prol-src/natded.prolog /^pp_paren(C):-$/ 3735pp_paren prol-src/natded.prolog /^pp_paren(C):-$/
2891pp_rule prol-src/natded.prolog /^pp_rule(fe):-write('\/E').$/ 3736pp_rule prol-src/natded.prolog /^pp_rule(fe):-write('\/E').$/
2892/P ps-src/rfc1245.ps /^\/P { $/ 3737pp_syn prol-src/natded.prolog /^pp_syn(A\/B):-$/
2893pp_syn_back prol-src/natded.prolog /^pp_syn_back(A\/B):-$/ 3738pp_syn_back prol-src/natded.prolog /^pp_syn_back(A\/B):-$/
2894pp_syn_paren prol-src/natded.prolog /^pp_syn_paren(A\/B):-$/ 3739pp_syn_paren prol-src/natded.prolog /^pp_syn_paren(A\/B):-$/
2895pp_syn prol-src/natded.prolog /^pp_syn(A\/B):-$/
2896pp_tree prol-src/natded.prolog /^pp_tree(T):-$/ 3740pp_tree prol-src/natded.prolog /^pp_tree(T):-$/
2897pp_trees prol-src/natded.prolog /^pp_trees([T|Ts],Column):-$/ 3741pp_trees prol-src/natded.prolog /^pp_trees([T|Ts],Column):-$/
3742pp_word prol-src/natded.prolog /^pp_word(W):-$/
2898pp_word_list prol-src/natded.prolog /^pp_word_list([]).$/ 3743pp_word_list prol-src/natded.prolog /^pp_word_list([]).$/
2899pp_word_list_rest prol-src/natded.prolog /^pp_word_list_rest([]).$/ 3744pp_word_list_rest prol-src/natded.prolog /^pp_word_list_rest([]).$/
2900pp_word prol-src/natded.prolog /^pp_word(W):-$/
2901Pre_Call_State/t ada-src/2ataspri.ads /^ type Pre_Call_State is new System.Address;$/
2902.PRECIOUS make-src/Makefile /^.PRECIOUS: ETAGS CTAGS ETAGS16 CTAGS16 ETAGS17 CTA/
2903predicate c-src/emacs/src/lisp.h 2307 3745predicate c-src/emacs/src/lisp.h 2307
2904prev c.c 175
2905prev c-src/emacs/src/gmalloc.c 165 3746prev c-src/emacs/src/gmalloc.c 165
2906prev c-src/emacs/src/gmalloc.c 189 3747prev c-src/emacs/src/gmalloc.c 189
2907prev c-src/emacs/src/lisp.h 2191 3748prev c-src/emacs/src/lisp.h 2191
2908\primary tex-src/texinfo.tex /^\\def\\primary #1{\\line{#1\\hfil}}$/ 3749prev c.c 175
2909PrintAdd go-src/test1.go /^func (n intNumber) PrintAdd() {$/
2910PrintAdd go-src/test1.go /^func (s str) PrintAdd() {$/
2911printClassification php-src/lce_functions.php /^ function printClassification()$/ 3750printClassification php-src/lce_functions.php /^ function printClassification()$/
2912\printedmanual tex-src/texinfo.tex /^\\def\\printedmanual{\\ignorespaces #5}%$/
2913\printedmanual tex-src/texinfo.tex /^section ``\\printednodename'' in \\cite{\\printedmanu/
2914\printednodename tex-src/texinfo.tex /^\\def\\printednodename{\\ignorespaces #1}%$/
2915\printednodename tex-src/texinfo.tex /^\\def\\printednodename{\\ignorespaces #3}%$/
2916print_help c-src/etags.c /^print_help (argument *argbuffer)$/ 3751print_help c-src/etags.c /^print_help (argument *argbuffer)$/
2917\printindex tex-src/texinfo.tex /^\\def\\printindex{\\parsearg\\doprintindex}$/
2918print_language_names c-src/etags.c /^print_language_names (void)$/ 3752print_language_names c-src/etags.c /^print_language_names (void)$/
3753print_version c-src/etags.c /^print_version (void)$/
2919printmax_t c-src/emacs/src/lisp.h 148 3754printmax_t c-src/emacs/src/lisp.h 148
2920printmax_t c-src/emacs/src/lisp.h 153 3755printmax_t c-src/emacs/src/lisp.h 153
2921\print tex-src/texinfo.tex /^\\def\\print{\\leavevmode\\lower.1ex\\hbox to 1em{\\hfil/
2922\print tex-src/texinfo.tex /^\\def\\print{\\realbackslash print}$/
2923PRINT_UNDOCUMENTED_OPTIONS_HELP c-src/etags.c 804
2924print_version c-src/etags.c /^print_version (void)$/
2925Private objc-src/Subprocess.m /^@interface Subprocess(Private)$/
2926Private_T/b ada-src/etags-test-for.ada /^ task body Private_T is$/
2927Private_T/b ada-src/waroquiers.ada /^ task body Private_T is$/
2928Private_T/k ada-src/etags-test-for.ada /^ task Private_T;$/
2929Private_T/k ada-src/waroquiers.ada /^ task Private_T;$/
2930Private_T/p ada-src/etags-test-for.ada /^ procedure Private_T;$/
2931Private_T/p ada-src/etags-test-for.ada /^ procedure Private_T is$/
2932Private_T/p ada-src/waroquiers.ada /^ procedure Private_T;$/
2933Private_T/p ada-src/waroquiers.ada /^ procedure Private_T is$/
2934Private_T/t ada-src/etags-test-for.ada /^ type Private_T is$/
2935Private_T/t ada-src/etags-test-for.ada /^ type Private_T is private;$/
2936Private_T/t ada-src/waroquiers.ada /^ type Private_T is$/
2937Private_T/t ada-src/waroquiers.ada /^ type Private_T is private;$/
2938Problems tex-src/gzip.texi /^@node Problems, Concept Index, Tapes, Top$/
2939proc c-src/h.h 87 3756proc c-src/h.h 87
2940process_file c-src/etags.c /^process_file (FILE *fh, char *fn, language *lang)$/ 3757process_file c-src/etags.c /^process_file (FILE *fh, char *fn, language *lang)$/
2941process_file_name c-src/etags.c /^process_file_name (char *file, language *lang)$/ 3758process_file_name c-src/etags.c /^process_file_name (char *file, language *lang)$/
2942PROCESSP c-src/emacs/src/lisp.h /^PROCESSP (Lisp_Object a)$/
2943process_pending_signals c-src/emacs/src/keyboard.c /^process_pending_signals (void)$/ 3759process_pending_signals c-src/emacs/src/keyboard.c /^process_pending_signals (void)$/
2944process_special_events c-src/emacs/src/keyboard.c /^process_special_events (void)$/ 3760process_special_events c-src/emacs/src/keyboard.c /^process_special_events (void)$/
2945process_tool_bar_item c-src/emacs/src/keyboard.c /^process_tool_bar_item (Lisp_Object key, Lisp_Objec/ 3761process_tool_bar_item c-src/emacs/src/keyboard.c /^process_tool_bar_item (Lisp_Object key, Lisp_Objec/
2946Proc/t ada-src/2ataspri.ads /^ type Proc is access procedure (Addr : System.Ad/
2947prof make-src/Makefile /^prof: ETAGS$/ 3762prof make-src/Makefile /^prof: ETAGS$/
2948prolog_atom c-src/etags.c /^prolog_atom (char *s, size_t pos)$/ 3763prolog_atom c-src/etags.c /^prolog_atom (char *s, size_t pos)$/
2949Prolog_functions c-src/etags.c /^Prolog_functions (FILE *inf)$/
2950Prolog_help c-src/etags.c 654
2951prolog_pr c-src/etags.c /^prolog_pr (char *s, char *last)$/ 3764prolog_pr c-src/etags.c /^prolog_pr (char *s, char *last)$/
2952prolog_skip_comment c-src/etags.c /^prolog_skip_comment (linebuffer *plb, FILE *inf)$/ 3765prolog_skip_comment c-src/etags.c /^prolog_skip_comment (linebuffer *plb, FILE *inf)$/
2953Prolog_suffixes c-src/etags.c 652
2954PROLSRC make-src/Makefile /^PROLSRC=ordsets.prolog natded.prolog$/
2955PROP c-src/emacs/src/keyboard.c 8379
2956PROP c-src/emacs/src/keyboard.c /^#define PROP(IDX) AREF (tool_bar_item_properties, /
2957prop c-src/etags.c 209 3766prop c-src/etags.c 209
2958PROTECT_MALLOC_STATE c-src/emacs/src/gmalloc.c /^#define PROTECT_MALLOC_STATE(PROT) \/* empty *\/$/
2959PROTECT_MALLOC_STATE c-src/emacs/src/gmalloc.c /^#define PROTECT_MALLOC_STATE(PROT) protect_malloc_/
2960protect_malloc_state c-src/emacs/src/gmalloc.c /^protect_malloc_state (int protect_p)$/ 3767protect_malloc_state c-src/emacs/src/gmalloc.c /^protect_malloc_state (int protect_p)$/
2961PRTPKG f-src/entry.for /^ LOGICAL FUNCTION PRTPKG ( SHORT, LONG, EXPL,/
2962PRTPKG f-src/entry.strange /^ LOGICAL FUNCTION PRTPKG ( SHORT, LONG, EXPL,/
2963PRTPKG f-src/entry.strange_suffix /^ LOGICAL FUNCTION PRTPKG ( SHORT, LONG, EXPL,/
2964PSEUDO c-src/sysdep.h /^#define PSEUDO(name, syscall_name, args) /
2965PSEUDOVECSIZE c-src/emacs/src/lisp.h /^#define PSEUDOVECSIZE(type, nonlispfield) \\$/
2966PSEUDOVECTOR_AREA_BITS c-src/emacs/src/lisp.h 818
2967PSEUDOVECTOR_FLAG c-src/emacs/src/lisp.h 774
2968PSEUDOVECTORP c-src/emacs/src/lisp.h /^PSEUDOVECTORP (Lisp_Object a, int code)$/
2969PSEUDOVECTOR_REST_BITS c-src/emacs/src/lisp.h 813
2970PSEUDOVECTOR_REST_MASK c-src/emacs/src/lisp.h 814
2971PSEUDOVECTOR_SIZE_BITS c-src/emacs/src/lisp.h 808
2972PSEUDOVECTOR_SIZE_MASK c-src/emacs/src/lisp.h 809
2973PSEUDOVECTOR_TYPEP c-src/emacs/src/lisp.h /^PSEUDOVECTOR_TYPEP (struct vectorlike_header *a, i/
2974PS_functions c-src/etags.c /^PS_functions (FILE *inf)$/
2975PS_help c-src/etags.c 649
2976PSSRC make-src/Makefile /^PSSRC=rfc1245.ps$/
2977PS_suffixes c-src/etags.c 647
2978pthread_mutexattr_setprio_ceiling/f ada-src/2ataspri.adb /^ function pthread_mutexattr_setprio_ceiling$/ 3768pthread_mutexattr_setprio_ceiling/f ada-src/2ataspri.adb /^ function pthread_mutexattr_setprio_ceiling$/
2979pthread_mutexattr_setprotocol/f ada-src/2ataspri.adb /^ function pthread_mutexattr_setprotocol$/ 3769pthread_mutexattr_setprotocol/f ada-src/2ataspri.adb /^ function pthread_mutexattr_setprotocol$/
2980PTY_LENGTH objc-src/Subprocess.m 21
2981PTY_TEMPLATE objc-src/Subprocess.m 20
2982Public_T/t ada-src/etags-test-for.ada /^ type Public_T is$/
2983Public_T/t ada-src/waroquiers.ada /^ type Public_T is$/
2984purpose c-src/emacs/src/lisp.h 1594 3770purpose c-src/emacs/src/lisp.h 1594
2985pushclass_above c-src/etags.c /^pushclass_above (int bracelev, char *str, int len)/
2986PUSH_C_STR c-src/emacs/src/keyboard.c /^#define PUSH_C_STR(str, listvar) \\$/
2987PUSH_HANDLER c-src/emacs/src/lisp.h /^#define PUSH_HANDLER(c, tag_ch_val, handlertype) \\/
2988push_kboard c-src/emacs/src/keyboard.c /^push_kboard (struct kboard *k)$/ 3771push_kboard c-src/emacs/src/keyboard.c /^push_kboard (struct kboard *k)$/
3772pushclass_above c-src/etags.c /^pushclass_above (int bracelev, char *str, int len)/
2989put_entries c-src/etags.c /^put_entries (register node *np)$/ 3773put_entries c-src/etags.c /^put_entries (register node *np)$/
2990PVEC_BOOL_VECTOR c-src/emacs/src/lisp.h 787
2991PVEC_BUFFER c-src/emacs/src/lisp.h 788
2992PVEC_CHAR_TABLE c-src/emacs/src/lisp.h 796
2993PVEC_COMPILED c-src/emacs/src/lisp.h 795
2994PVEC_FONT c-src/emacs/src/lisp.h 798
2995PVEC_FRAME c-src/emacs/src/lisp.h 785
2996PVEC_FREE c-src/emacs/src/lisp.h 783
2997PVEC_HASH_TABLE c-src/emacs/src/lisp.h 789
2998PVEC_NORMAL_VECTOR c-src/emacs/src/lisp.h 782
2999PVEC_OTHER c-src/emacs/src/lisp.h 793
3000PVEC_PROCESS c-src/emacs/src/lisp.h 784
3001PVEC_SUB_CHAR_TABLE c-src/emacs/src/lisp.h 797
3002PVEC_SUBR c-src/emacs/src/lisp.h 792
3003PVEC_TERMINAL c-src/emacs/src/lisp.h 790
3004pvec_type c-src/emacs/src/lisp.h 780 3774pvec_type c-src/emacs/src/lisp.h 780
3005PVEC_TYPE_MASK c-src/emacs/src/lisp.h 819
3006PVEC_WINDOW_CONFIGURATION c-src/emacs/src/lisp.h 791
3007PVEC_WINDOW c-src/emacs/src/lisp.h 786
3008p.x forth-src/test-forth.fth /^ 1 CELLS +FIELD p.x \\ A single cell filed name/
3009\pxref tex-src/texinfo.tex /^\\def\\pxref#1{see \\xrefX[#1,,,,,,,]}$/
3010p.y forth-src/test-forth.fth /^ 1 CELLS +FIELD p.y \\ A single cell field name/
3011Python_functions c-src/etags.c /^Python_functions (FILE *inf)$/
3012Python_help c-src/etags.c 660
3013Python_suffixes c-src/etags.c 658
3014PYTSRC make-src/Makefile /^PYTSRC=server.py$/
3015quantizing html-src/algrthms.html /^Quantizing the Received$/ 3775quantizing html-src/algrthms.html /^Quantizing the Received$/
3016questo ../c/c.web 34 3776questo ../c/c.web 34
3017quiettest make-src/Makefile /^quiettest:$/ 3777quiettest make-src/Makefile /^quiettest:$/
3018quit_char c-src/emacs/src/keyboard.c 192 3778quit_char c-src/emacs/src/keyboard.c 192
3019QUIT c-src/emacs/src/lisp.h 3101
3020QUITP c-src/emacs/src/lisp.h 3112
3021quit_throw_to_read_char c-src/emacs/src/keyboard.c /^quit_throw_to_read_char (bool from_signal)$/ 3779quit_throw_to_read_char c-src/emacs/src/keyboard.c /^quit_throw_to_read_char (bool from_signal)$/
3022\quotation tex-src/texinfo.tex /^\\def\\quotation{%$/
3023/quoteleft ps-src/rfc1245.ps /^\/quoteleft \/quoteright \/.notdef \/.notdef \/ydieresi/
3024qux1 ruby-src/test1.ru /^ :qux1)$/
3025qux ruby-src/test1.ru /^ alias_method :qux, :tee, attr_accessor(:bogus)/ 3780qux ruby-src/test1.ru /^ alias_method :qux, :tee, attr_accessor(:bogus)/
3781qux1 ruby-src/test1.ru /^ :qux1)$/
3026qux= ruby-src/test1.ru /^ def qux=(tee)$/ 3782qux= ruby-src/test1.ru /^ def qux=(tee)$/
3027r0 c-src/sysdep.h 54 3783r0 c-src/sysdep.h 54
3028r1 c-src/sysdep.h 55 3784r1 c-src/sysdep.h 55
3029r_alloc c-src/emacs/src/lisp.h /^extern void *r_alloc (void **, size_t) ATTRIBUTE_A/ 3785r_alloc c-src/emacs/src/lisp.h /^extern void *r_alloc (void **, size_t) ATTRIBUTE_A/
3030Range cp-src/Range.h 35
3031Range cp-src/Range.h /^ Range (const Range& r)$/
3032Range cp-src/Range.h /^ Range (double b, double l)$/
3033Range cp-src/Range.h /^ Range (double b, double l, double i)$/
3034Range cp-src/Range.h /^ Range (void)$/
3035RANGED_INTEGERP c-src/emacs/src/lisp.h /^RANGED_INTEGERP (intmax_t lo, Lisp_Object x, intma/
3036range_exp_list y-src/parse.y 273
3037range_exp y-src/parse.y 269 3786range_exp y-src/parse.y 269
3038\rawbackslashxx tex-src/texinfo.tex /^\\def\\rawbackslashxx{\\indexbackslash}%$/ 3787range_exp_list y-src/parse.y 273
3039\rawbackslashxx tex-src/texinfo.tex /^\\def\\rawbackslashxx{\\indexbackslash}% \\indexbacksl/
3040raw_keybuf_count c-src/emacs/src/keyboard.c 117
3041raw_keybuf c-src/emacs/src/keyboard.c 116 3788raw_keybuf c-src/emacs/src/keyboard.c 116
3789raw_keybuf_count c-src/emacs/src/keyboard.c 117
3042rbtp c.c 240 3790rbtp c.c 240
3043RCSid objc-src/PackInsp.m 30 3791re_iswctype c-src/emacs/src/regex.h 602
3792re_nsub c-src/emacs/src/regex.h 364
3793re_pattern_buffer c-src/emacs/src/regex.h 335
3794re_pattern_buffer c-src/h.h 119
3795re_registers c-src/emacs/src/regex.h 428
3796re_wchar_t c-src/emacs/src/regex.h 600
3797re_wchar_t c-src/emacs/src/regex.h 623
3798re_wctype c-src/emacs/src/regex.h 601
3799re_wctype_t c-src/emacs/src/regex.h 599
3800re_wctype_t c-src/emacs/src/regex.h 618
3801re_wctype_to_bit c-src/emacs/src/regex.h /^# define re_wctype_to_bit(cc) 0$/
3802read cp-src/conway.hpp /^ char read() { return alive; }$/
3803read php-src/lce_functions.php /^ function read()$/
3804read-key-sequence c-src/emacs/src/keyboard.c /^DEFUN ("read-key-sequence", Fread_key_sequence, Sr/
3805read-key-sequence-vector c-src/emacs/src/keyboard.c /^DEFUN ("read-key-sequence-vector", Fread_key_seque/
3044read1 ruby-src/test1.ru /^ attr_reader :read1 , :read2; attr_writer :writ/ 3806read1 ruby-src/test1.ru /^ attr_reader :read1 , :read2; attr_writer :writ/
3045read2 ruby-src/test1.ru /^ attr_reader :read1 , :read2; attr_writer :writ/ 3807read2 ruby-src/test1.ru /^ attr_reader :read1 , :read2; attr_writer :writ/
3046readable_events c-src/emacs/src/keyboard.c /^readable_events (int flags)$/
3047READABLE_EVENTS_DO_TIMERS_NOW c-src/emacs/src/keyboard.c 346
3048READABLE_EVENTS_FILTER_EVENTS c-src/emacs/src/keyboard.c 347
3049READABLE_EVENTS_IGNORE_SQUEEZABLES c-src/emacs/src/keyboard.c 348
3050\readauxfile tex-src/texinfo.tex /^\\def\\readauxfile{%$/
3051read_char c-src/emacs/src/keyboard.c /^read_char (int commandflag, Lisp_Object map,$/ 3808read_char c-src/emacs/src/keyboard.c /^read_char (int commandflag, Lisp_Object map,$/
3052read_char_help_form_unwind c-src/emacs/src/keyboard.c /^read_char_help_form_unwind (void)$/ 3809read_char_help_form_unwind c-src/emacs/src/keyboard.c /^read_char_help_form_unwind (void)$/
3053read_char_minibuf_menu_prompt c-src/emacs/src/keyboard.c /^read_char_minibuf_menu_prompt (int commandflag,$/ 3810read_char_minibuf_menu_prompt c-src/emacs/src/keyboard.c /^read_char_minibuf_menu_prompt (int commandflag,$/
3054read_char_x_menu_prompt c-src/emacs/src/keyboard.c /^read_char_x_menu_prompt (Lisp_Object map,$/ 3811read_char_x_menu_prompt c-src/emacs/src/keyboard.c /^read_char_x_menu_prompt (Lisp_Object map,$/
3055read cp-src/conway.hpp /^ char read() { return alive; }$/
3056read_decoded_event_from_main_queue c-src/emacs/src/keyboard.c /^read_decoded_event_from_main_queue (struct timespe/ 3812read_decoded_event_from_main_queue c-src/emacs/src/keyboard.c /^read_decoded_event_from_main_queue (struct timespe/
3057read_event_from_main_queue c-src/emacs/src/keyboard.c /^read_event_from_main_queue (struct timespec *end_t/ 3813read_event_from_main_queue c-src/emacs/src/keyboard.c /^read_event_from_main_queue (struct timespec *end_t/
3058read_key_sequence_cmd c-src/emacs/src/keyboard.c 232
3059read-key-sequence c-src/emacs/src/keyboard.c /^DEFUN ("read-key-sequence", Fread_key_sequence, Sr/
3060read_key_sequence c-src/emacs/src/keyboard.c /^read_key_sequence (Lisp_Object *keybuf, int bufsiz/ 3814read_key_sequence c-src/emacs/src/keyboard.c /^read_key_sequence (Lisp_Object *keybuf, int bufsiz/
3815read_key_sequence_cmd c-src/emacs/src/keyboard.c 232
3061read_key_sequence_remapped c-src/emacs/src/keyboard.c 233 3816read_key_sequence_remapped c-src/emacs/src/keyboard.c 233
3062read-key-sequence-vector c-src/emacs/src/keyboard.c /^DEFUN ("read-key-sequence-vector", Fread_key_seque/
3063read_key_sequence_vs c-src/emacs/src/keyboard.c /^read_key_sequence_vs (Lisp_Object prompt, Lisp_Obj/ 3817read_key_sequence_vs c-src/emacs/src/keyboard.c /^read_key_sequence_vs (Lisp_Object prompt, Lisp_Obj/
3064readline c-src/etags.c /^readline (linebuffer *lbp, FILE *stream)$/
3065readline_internal c-src/etags.c /^readline_internal (linebuffer *lbp, register FILE /
3066Read_Lock/p ada-src/2ataspri.adb /^ procedure Read_Lock (L : in out Lock; Ceiling_V/
3067Read_Lock/p ada-src/2ataspri.ads /^ procedure Read_Lock (L : in out Lock; Ceiling_V/
3068read_menu_command c-src/emacs/src/keyboard.c /^read_menu_command (void)$/ 3818read_menu_command c-src/emacs/src/keyboard.c /^read_menu_command (void)$/
3069read php-src/lce_functions.php /^ function read()$/
3070read_toc perl-src/htlmify-cystic /^sub read_toc ()$/ 3819read_toc perl-src/htlmify-cystic /^sub read_toc ()$/
3071ReadVacation cp-src/functions.cpp /^void ReadVacation ( char *filename ) {$/ 3820readable_events c-src/emacs/src/keyboard.c /^readable_events (int flags)$/
3821readline c-src/etags.c /^readline (linebuffer *lbp, FILE *stream)$/
3822readline_internal c-src/etags.c /^readline_internal (linebuffer *lbp, register FILE /
3823realloc c-src/emacs/src/gmalloc.c /^realloc (void *ptr, size_t size)$/
3072realloc c-src/emacs/src/gmalloc.c 1716 3824realloc c-src/emacs/src/gmalloc.c 1716
3073realloc c-src/emacs/src/gmalloc.c 65 3825realloc c-src/emacs/src/gmalloc.c 65
3074realloc c-src/emacs/src/gmalloc.c 69 3826realloc c-src/emacs/src/gmalloc.c 69
3075_realloc c-src/emacs/src/gmalloc.c /^_realloc (void *ptr, size_t size)$/
3076realloc c-src/emacs/src/gmalloc.c /^realloc (void *ptr, size_t size)$/
3077reallochook c-src/emacs/src/gmalloc.c /^reallochook (void *ptr, size_t size)$/ 3827reallochook c-src/emacs/src/gmalloc.c /^reallochook (void *ptr, size_t size)$/
3078_realloc_internal c-src/emacs/src/gmalloc.c /^_realloc_internal (void *ptr, size_t size)$/
3079_realloc_internal_nolock c-src/emacs/src/gmalloc.c /^_realloc_internal_nolock (void *ptr, size_t size)$/
3080RE_BACKSLASH_ESCAPE_IN_LISTS c-src/emacs/src/regex.h 47
3081RE_BK_PLUS_QM c-src/emacs/src/regex.h 52
3082RECC_ALNUM c-src/emacs/src/regex.h 610
3083RECC_ALPHA c-src/emacs/src/regex.h 610
3084RECC_ASCII c-src/emacs/src/regex.h 617
3085RECC_BLANK c-src/emacs/src/regex.h 615
3086RECC_CNTRL c-src/emacs/src/regex.h 613
3087RECC_DIGIT c-src/emacs/src/regex.h 614
3088RECC_ERROR c-src/emacs/src/regex.h 609
3089RECC_GRAPH c-src/emacs/src/regex.h 611
3090RECC_LOWER c-src/emacs/src/regex.h 612
3091RECC_MULTIBYTE c-src/emacs/src/regex.h 616
3092RECC_NONASCII c-src/emacs/src/regex.h 616
3093RECC_PRINT c-src/emacs/src/regex.h 611
3094RECC_PUNCT c-src/emacs/src/regex.h 613
3095RECC_SPACE c-src/emacs/src/regex.h 615
3096RECC_UNIBYTE c-src/emacs/src/regex.h 617
3097RECC_UPPER c-src/emacs/src/regex.h 612
3098RECC_WORD c-src/emacs/src/regex.h 610
3099RECC_XDIGIT c-src/emacs/src/regex.h 614
3100recent_keys c-src/emacs/src/keyboard.c 100
3101recent-keys c-src/emacs/src/keyboard.c /^DEFUN ("recent-keys", Frecent_keys, Srecent_keys, / 3828recent-keys c-src/emacs/src/keyboard.c /^DEFUN ("recent-keys", Frecent_keys, Srecent_keys, /
3829recent_keys c-src/emacs/src/keyboard.c 100
3102recent_keys_index c-src/emacs/src/keyboard.c 94 3830recent_keys_index c-src/emacs/src/keyboard.c 94
3103RE_CHAR_CLASSES c-src/emacs/src/regex.h 58
3104RE_CONTEXT_INDEP_ANCHORS c-src/emacs/src/regex.h 72
3105RE_CONTEXT_INDEP_OPS c-src/emacs/src/regex.h 80
3106RE_CONTEXT_INVALID_OPS c-src/emacs/src/regex.h 84
3107record_asynch_buffer_change c-src/emacs/src/keyboard.c /^record_asynch_buffer_change (void)$/ 3831record_asynch_buffer_change c-src/emacs/src/keyboard.c /^record_asynch_buffer_change (void)$/
3108record_auto_save c-src/emacs/src/keyboard.c /^record_auto_save (void)$/ 3832record_auto_save c-src/emacs/src/keyboard.c /^record_auto_save (void)$/
3109record_char c-src/emacs/src/keyboard.c /^record_char (Lisp_Object c)$/ 3833record_char c-src/emacs/src/keyboard.c /^record_char (Lisp_Object c)$/
@@ -3111,177 +3835,62 @@ record_menu_key c-src/emacs/src/keyboard.c /^record_menu_key (Lisp_Object c)$/
3111record_single_kboard_state c-src/emacs/src/keyboard.c /^record_single_kboard_state ()$/ 3835record_single_kboard_state c-src/emacs/src/keyboard.c /^record_single_kboard_state ()$/
3112record_xmalloc c-src/emacs/src/lisp.h /^extern void *record_xmalloc (size_t) ATTRIBUTE_ALL/ 3836record_xmalloc c-src/emacs/src/lisp.h /^extern void *record_xmalloc (size_t) ATTRIBUTE_ALL/
3113recover_top_level_message c-src/emacs/src/keyboard.c 138 3837recover_top_level_message c-src/emacs/src/keyboard.c 138
3114Rectangle.getPos lua-src/test.lua /^function Rectangle.getPos ()$/
3115recursion-depth c-src/emacs/src/keyboard.c /^DEFUN ("recursion-depth", Frecursion_depth, Srecur/ 3838recursion-depth c-src/emacs/src/keyboard.c /^DEFUN ("recursion-depth", Frecursion_depth, Srecur/
3116recursive_edit_1 c-src/emacs/src/keyboard.c /^recursive_edit_1 (void)$/
3117recursive-edit c-src/emacs/src/keyboard.c /^DEFUN ("recursive-edit", Frecursive_edit, Srecursi/ 3839recursive-edit c-src/emacs/src/keyboard.c /^DEFUN ("recursive-edit", Frecursive_edit, Srecursi/
3840recursive_edit_1 c-src/emacs/src/keyboard.c /^recursive_edit_1 (void)$/
3118recursive_edit_unwind c-src/emacs/src/keyboard.c /^recursive_edit_unwind (Lisp_Object buffer)$/ 3841recursive_edit_unwind c-src/emacs/src/keyboard.c /^recursive_edit_unwind (Lisp_Object buffer)$/
3119RED cp-src/screen.hpp 16
3120RE_DEBUG c-src/emacs/src/regex.h 161
3121redirect c-src/emacs/src/lisp.h 663 3842redirect c-src/emacs/src/lisp.h 663
3122RE_DOT_NEWLINE c-src/emacs/src/regex.h 88
3123RE_DOT_NOT_NULL c-src/emacs/src/regex.h 92
3124reduce prol-src/natded.prolog /^reduce((X^M)@N,L):- % beta reduction$/ 3843reduce prol-src/natded.prolog /^reduce((X^M)@N,L):- % beta reduction$/
3125reduce_subterm prol-src/natded.prolog /^reduce_subterm(M,M2):-$/ 3844reduce_subterm prol-src/natded.prolog /^reduce_subterm(M,M2):-$/
3126RE_DUP_MAX c-src/emacs/src/regex.h 253
3127RE_DUP_MAX c-src/emacs/src/regex.h 256
3128/ReEncode ps-src/rfc1245.ps /^\/ReEncode { $/
3129refreshPort pyt-src/server.py /^ def refreshPort(self):$/ 3845refreshPort pyt-src/server.py /^ def refreshPort(self):$/
3130RE_FRUGAL c-src/emacs/src/regex.h 147
3131\ref tex-src/texinfo.tex /^\\def\\ref#1{\\xrefX[#1,,,,,,,]}$/
3132\refx tex-src/texinfo.tex /^\\def\\refx#1#2{%$/
3133REG_BADBR c-src/emacs/src/regex.h 313
3134REG_BADPAT c-src/emacs/src/regex.h 305
3135REG_BADRPT c-src/emacs/src/regex.h 316
3136REG_EBRACE c-src/emacs/src/regex.h 312
3137REG_EBRACK c-src/emacs/src/regex.h 310
3138REG_ECOLLATE c-src/emacs/src/regex.h 306
3139REG_ECTYPE c-src/emacs/src/regex.h 307
3140REG_EEND c-src/emacs/src/regex.h 319
3141REG_EESCAPE c-src/emacs/src/regex.h 308
3142REG_ENOSYS c.c 279
3143REG_ENOSYS c-src/emacs/src/regex.h 297
3144REG_EPAREN c-src/emacs/src/regex.h 311
3145REG_ERANGE c-src/emacs/src/regex.h 314
3146REG_ERANGEX c-src/emacs/src/regex.h 322
3147REG_ERPAREN c-src/emacs/src/regex.h 321
3148reg_errcode_t c.c 279
3149reg_errcode_t c-src/emacs/src/regex.h 323 3846reg_errcode_t c-src/emacs/src/regex.h 323
3150REG_ESIZE c-src/emacs/src/regex.h 320 3847reg_errcode_t c.c 279
3151REG_ESPACE c-src/emacs/src/regex.h 315 3848reg_syntax_t c-src/emacs/src/regex.h 43
3152REG_ESUBREG c-src/emacs/src/regex.h 309
3153regex c-src/etags.c 219 3849regex c-src/etags.c 219
3154regexfile make-src/Makefile /^regexfile: Makefile$/
3155_REGEX_H c-src/emacs/src/regex.h 21
3156REGEX make-src/Makefile /^REGEX=\/[ \\t]*DEFVAR_[A-Z_ \\t\\n(]+"\\([^"]+\\)"\/$/
3157REGEXOBJS make-src/Makefile /^REGEXOBJS=regex.o$/
3158regex.o make-src/Makefile /^regex.o: emacs\/src\/regex.c$/ 3850regex.o make-src/Makefile /^regex.o: emacs\/src\/regex.c$/
3851regex_t c-src/emacs/src/regex.h 416
3852regex_tag_multiline c-src/etags.c /^regex_tag_multiline (void)$/
3853regexfile make-src/Makefile /^regexfile: Makefile$/
3159regexp c-src/etags.c 256 3854regexp c-src/etags.c 256
3160regexp c-src/etags.c 268 3855regexp c-src/etags.c 268
3161regex_tag_multiline c-src/etags.c /^regex_tag_multiline (void)$/
3162regex_t c-src/emacs/src/regex.h 416
3163REG_EXTENDED c-src/emacs/src/regex.h 263
3164REG_ICASE c-src/emacs/src/regex.h 267
3165registerAction objcpp-src/SimpleCalc.M /^- registerAction:(SEL)action$/ 3856registerAction objcpp-src/SimpleCalc.M /^- registerAction:(SEL)action$/
3166register_heapinfo c-src/emacs/src/gmalloc.c /^register_heapinfo (void)$/ 3857register_heapinfo c-src/emacs/src/gmalloc.c /^register_heapinfo (void)$/
3167regmatch_t c-src/emacs/src/regex.h 451 3858regmatch_t c-src/emacs/src/regex.h 451
3168REG_NEWLINE c-src/emacs/src/regex.h 272
3169REG_NOERROR c-src/emacs/src/regex.h 300
3170REG_NOMATCH c-src/emacs/src/regex.h 301
3171REG_NOSUB c-src/emacs/src/regex.h 276
3172REG_NOTBOL c-src/emacs/src/regex.h 286
3173REG_NOTEOL c-src/emacs/src/regex.h 289
3174regoff_t c-src/emacs/src/regex.h 423 3859regoff_t c-src/emacs/src/regex.h 423
3175regs_allocated c-src/emacs/src/regex.h 379
3176regs cp-src/screen.cpp 16
3177regs c-src/etags.c 263 3860regs c-src/etags.c 263
3861regs cp-src/screen.cpp 16
3862regs_allocated c-src/emacs/src/regex.h 379
3178regset c-src/h.h 31 3863regset c-src/h.h 31
3179REGS_FIXED c-src/emacs/src/regex.h 378
3180REGS_REALLOCATE c-src/emacs/src/regex.h 377
3181REGS_UNALLOCATED c-src/emacs/src/regex.h 376
3182reg_syntax_t c-src/emacs/src/regex.h 43
3183regular_top_level_message c-src/emacs/src/keyboard.c 143 3864regular_top_level_message c-src/emacs/src/keyboard.c 143
3184rehash_size c-src/emacs/src/lisp.h 1835 3865rehash_size c-src/emacs/src/lisp.h 1835
3185rehash_threshold c-src/emacs/src/lisp.h 1839 3866rehash_threshold c-src/emacs/src/lisp.h 1839
3186RE_HAT_LISTS_NOT_NEWLINE c-src/emacs/src/regex.h 96
3187RE_INTERVALS c-src/emacs/src/regex.h 101
3188re_iswctype c-src/emacs/src/regex.h 602
3189relative_filename c-src/etags.c /^relative_filename (char *file, char *dir)$/ 3867relative_filename c-src/etags.c /^relative_filename (char *file, char *dir)$/
3190=\relax tex-src/texinfo.tex /^\\let\\appendix=\\relax$/
3191=\relax tex-src/texinfo.tex /^\\let\\chapter=\\relax$/
3192=\relax tex-src/texinfo.tex /^\\let\\section=\\relax$/
3193=\relax tex-src/texinfo.tex /^\\let\\subsection=\\relax$/
3194=\relax tex-src/texinfo.tex /^\\let\\subsubsection=\\relax$/
3195release distrib make-src/Makefile /^release distrib: web$/ 3868release distrib make-src/Makefile /^release distrib: web$/
3196RELEASELIST make-src/Makefile /^RELEASELIST=pot@gnu.org xemacs-review@xemacs.org j/
3197ReleaseNameString pas-src/common.pas /^procedure ReleaseNameString; (* (var NSP: NameStri/
3198RE_LIMITED_OPS c-src/emacs/src/regex.h 105
3199removeexp prol-src/natded.prolog /^removeexp(E,E,'NIL'):-!.$/ 3869removeexp prol-src/natded.prolog /^removeexp(E,E,'NIL'):-!.$/
3200RemoveLayer lua-src/allegro.lua /^function RemoveLayer ()$/
3201RemoveUnderlineControl pas-src/common.pas /^function RemoveUnderlineControl; (*($/
3202RE_NEWLINE_ALT c-src/emacs/src/regex.h 109
3203RE_NO_BK_BRACES c-src/emacs/src/regex.h 114
3204RE_NO_BK_PARENS c-src/emacs/src/regex.h 118
3205RE_NO_BK_REFS c-src/emacs/src/regex.h 122
3206RE_NO_BK_VBAR c-src/emacs/src/regex.h 126
3207RE_NO_EMPTY_RANGES c-src/emacs/src/regex.h 132
3208RE_NO_GNU_OPS c-src/emacs/src/regex.h 144
3209RE_NO_NEWLINE_ANCHOR c-src/emacs/src/regex.h 153
3210RE_NO_POSIX_BACKTRACKING c-src/emacs/src/regex.h 140
3211RE_NREGS c-src/emacs/src/regex.h 440
3212re_nsub c-src/emacs/src/regex.h 364
3213reorder_modifiers c-src/emacs/src/keyboard.c /^reorder_modifiers (Lisp_Object symbol)$/ 3870reorder_modifiers c-src/emacs/src/keyboard.c /^reorder_modifiers (Lisp_Object symbol)$/
3214re_pattern_buffer c-src/emacs/src/regex.h 335
3215re_pattern_buffer c-src/h.h 119
3216ReprOfChar pas-src/common.pas /^function ReprOfChar; (*( ch : char) : NameString;*/
3217__repr__ pyt-src/server.py /^ def __repr__(self):$/
3218request c.c /^request request (a, b)$/ 3871request c.c /^request request (a, b)$/
3219requeued_events_pending_p c-src/emacs/src/keyboard.c /^requeued_events_pending_p (void)$/ 3872requeued_events_pending_p c-src/emacs/src/keyboard.c /^requeued_events_pending_p (void)$/
3220required_argument c-src/getopt.h 90
3221require merc-src/accumulator.m /^:- import_module require.$/ 3873require merc-src/accumulator.m /^:- import_module require.$/
3222re_registers c-src/emacs/src/regex.h 428 3874required_argument c-src/getopt.h 90
3223\resetmathfonts tex-src/texinfo.tex /^\\def\\resetmathfonts{%$/
3224reset-this-command-lengths c-src/emacs/src/keyboard.c /^DEFUN ("reset-this-command-lengths", Freset_this_c/ 3875reset-this-command-lengths c-src/emacs/src/keyboard.c /^DEFUN ("reset-this-command-lengths", Freset_this_c/
3225RE_SHY_GROUPS c-src/emacs/src/regex.h 150
3226restore_getcjmp c-src/emacs/src/keyboard.c /^restore_getcjmp (sys_jmp_buf temp)$/ 3876restore_getcjmp c-src/emacs/src/keyboard.c /^restore_getcjmp (sys_jmp_buf temp)$/
3227restore_kboard_configuration c-src/emacs/src/keyboard.c /^restore_kboard_configuration (int was_locked)$/ 3877restore_kboard_configuration c-src/emacs/src/keyboard.c /^restore_kboard_configuration (int was_locked)$/
3228/restorematrix ps-src/rfc1245.ps /^\/restorematrix {$/
3229_Restrict_arr_ c-src/emacs/src/regex.h 555
3230_Restrict_arr_ c-src/emacs/src/regex.h 557
3231_Restrict_ c-src/emacs/src/regex.h 540
3232_Restrict_ c-src/emacs/src/regex.h 542
3233_Restrict_ c-src/emacs/src/regex.h 544
3234\result tex-src/texinfo.tex /^\\def\\result{\\leavevmode\\raise.15ex\\hbox to 1em{\\hf/
3235\result tex-src/texinfo.tex /^\\def\\result{\\realbackslash result}$/
3236RESUME_POLLING c-src/emacs/src/keyboard.c 2170
3237RE_SYNTAX_AWK c-src/emacs/src/regex.h 186
3238RE_SYNTAX_ED c-src/emacs/src/regex.h 216
3239RE_SYNTAX_EGREP c-src/emacs/src/regex.h 206
3240RE_SYNTAX_EMACS c-src/emacs/src/regex.h 183
3241RE_SYNTAX_GNU_AWK c-src/emacs/src/regex.h 193
3242RE_SYNTAX_GREP c-src/emacs/src/regex.h 201
3243RE_SYNTAX_POSIX_AWK c-src/emacs/src/regex.h 197
3244RE_SYNTAX_POSIX_BASIC c-src/emacs/src/regex.h 225
3245_RE_SYNTAX_POSIX_COMMON c-src/emacs/src/regex.h 221
3246RE_SYNTAX_POSIX_EGREP c-src/emacs/src/regex.h 212
3247RE_SYNTAX_POSIX_EXTENDED c-src/emacs/src/regex.h 234
3248RE_SYNTAX_POSIX_MINIMAL_BASIC c-src/emacs/src/regex.h 231
3249RE_SYNTAX_POSIX_MINIMAL_EXTENDED c-src/emacs/src/regex.h 242
3250RE_SYNTAX_SED c-src/emacs/src/regex.h 218
3251RE_TRANSLATE_TYPE c-src/emacs/src/regex.h 332
3252return_to_command_loop c-src/emacs/src/keyboard.c 135 3878return_to_command_loop c-src/emacs/src/keyboard.c 135
3253RETURN_UNGCPRO c-src/emacs/src/lisp.h /^#define RETURN_UNGCPRO(expr) \\$/
3254RE_UNMATCHED_RIGHT_PAREN_ORD c-src/emacs/src/regex.h 136
3255reverse prol-src/natded.prolog /^reverse([],Ws,Ws).$/ 3879reverse prol-src/natded.prolog /^reverse([],Ws,Ws).$/
3256revert objc-src/PackInsp.m /^-revert:sender$/ 3880revert objc-src/PackInsp.m /^-revert:sender$/
3257re_wchar_t c-src/emacs/src/regex.h 600
3258re_wchar_t c-src/emacs/src/regex.h 623
3259re_wctype c-src/emacs/src/regex.h 601
3260re_wctype_t c-src/emacs/src/regex.h 599
3261re_wctype_t c-src/emacs/src/regex.h 618
3262re_wctype_to_bit c-src/emacs/src/regex.h /^# define re_wctype_to_bit(cc) 0$/
3263/RF ps-src/rfc1245.ps /^\/RF { $/
3264right c-src/etags.c 216 3881right c-src/etags.c 216
3265right_shift y-src/cccp.y /^right_shift (a, b)$/ 3882right_shift y-src/cccp.y /^right_shift (a, b)$/
3266ring1 c.c 241 3883ring1 c.c 241
3267ring2 c.c 242 3884ring2 c.c 242
3268rm_eo c-src/emacs/src/regex.h 450 3885rm_eo c-src/emacs/src/regex.h 450
3269rm_so c-src/emacs/src/regex.h 449 3886rm_so c-src/emacs/src/regex.h 449
3270\rm tex-src/texinfo.tex /^\\def\\rm{\\realbackslash rm }%$/
3271rng_base cp-src/Range.h 79 3887rng_base cp-src/Range.h 79
3272rng_inc cp-src/Range.h 81 3888rng_inc cp-src/Range.h 81
3273rng_limit cp-src/Range.h 80 3889rng_limit cp-src/Range.h 80
3274rng_nelem cp-src/Range.h 83 3890rng_nelem cp-src/Range.h 83
3275rosso cp-src/c.C 40 3891rosso cp-src/c.C 40
3276/R ps-src/rfc1245.ps /^\/R { $/
3277/RR ps-src/rfc1245.ps /^\/RR { $/
3278RSH y-src/cccp.c 17
3279rsyncfromfly make-src/Makefile /^rsyncfromfly:$/ 3892rsyncfromfly make-src/Makefile /^rsyncfromfly:$/
3280rsynctofly make-src/Makefile /^rsynctofly:$/ 3893rsynctofly make-src/Makefile /^rsynctofly:$/
3281RTE/s ada-src/2ataspri.adb /^ package RTE renames Interfaces.C.POSIX_RTE;$/
3282\r tex-src/texinfo.tex /^\\def\\r##1{\\realbackslash r {##1}}%$/
3283\r tex-src/texinfo.tex /^\\def\\r##1{\\realbackslash r {##1}}$/
3284\r tex-src/texinfo.tex /^\\def\\r#1{{\\rm #1}} % roman font$/
3285rtint c-src/h.h 60 3894rtint c-src/h.h 60
3286rtint c-src/h.h 68 3895rtint c-src/h.h 68
3287rtstr c-src/h.h 61 3896rtstr c-src/h.h 61
@@ -3291,208 +3900,98 @@ rtunion_def c-src/h.h 64
3291rtx c-src/h.h 62 3900rtx c-src/h.h 62
3292rtxnp c-src/h.h 71 3901rtxnp c-src/h.h 71
3293rtxp c-src/h.h 70 3902rtxp c-src/h.h 70
3294` ruby-src/test.rb /^ def `(command)$/ 3903s c-src/emacs/src/lisp.h 4672
3295+ ruby-src/test.rb /^ def +(y)$/ 3904s c-src/emacs/src/lisp.h 4678
3296<< ruby-src/test.rb /^ def <<(y)$/
3297<= ruby-src/test.rb /^ def <=(y)$/
3298<=> ruby-src/test.rb /^ def <=>(y)$/
3299== ruby-src/test.rb /^ def ==(y)$/
3300=== ruby-src/test.rb /^ def ===(y)$/
3301[] ruby-src/test.rb /^ def [](y)$/
3302[]= ruby-src/test.rb /^ def []=(y, val)$/
3303RUN make-src/Makefile /^RUN=$/
3304RUN make-src/Makefile /^RUN=time --quiet --format '%U + %S: %E'$/
3305RXINCLUDE make-src/Makefile /^RXINCLUDE=-Iemacs\/src$/
3306s1 cp-src/c.C 32 3905s1 cp-src/c.C 32
3307/s1 ps-src/rfc1245.ps /^\/s1 1 string def$/
3308s2 cp-src/c.C 35 3906s2 cp-src/c.C 35
3309SAFE_ALLOCA c-src/emacs/src/lisp.h /^#define SAFE_ALLOCA(size) ((size) <= sa_avail \\/
3310SAFE_ALLOCA_LISP c-src/emacs/src/lisp.h /^#define SAFE_ALLOCA_LISP(buf, nelt) \\$/
3311SAFE_ALLOCA_STRING c-src/emacs/src/lisp.h /^#define SAFE_ALLOCA_STRING(ptr, string) \\$/
3312SAFE_FREE c-src/emacs/src/lisp.h /^#define SAFE_FREE() \\$/
3313SAFE_NALLOCA c-src/emacs/src/lisp.h /^#define SAFE_NALLOCA(buf, multiplier, nitems) \\/
3314safe_run_hook_funcall c-src/emacs/src/keyboard.c /^safe_run_hook_funcall (ptrdiff_t nargs, Lisp_Objec/ 3907safe_run_hook_funcall c-src/emacs/src/keyboard.c /^safe_run_hook_funcall (ptrdiff_t nargs, Lisp_Objec/
3315safe_run_hooks_1 c-src/emacs/src/keyboard.c /^safe_run_hooks_1 (ptrdiff_t nargs, Lisp_Object *ar/
3316safe_run_hooks c-src/emacs/src/keyboard.c /^safe_run_hooks (Lisp_Object hook)$/ 3908safe_run_hooks c-src/emacs/src/keyboard.c /^safe_run_hooks (Lisp_Object hook)$/
3909safe_run_hooks_1 c-src/emacs/src/keyboard.c /^safe_run_hooks_1 (ptrdiff_t nargs, Lisp_Object *ar/
3317safe_run_hooks_error c-src/emacs/src/keyboard.c /^safe_run_hooks_error (Lisp_Object error, ptrdiff_t/ 3910safe_run_hooks_error c-src/emacs/src/keyboard.c /^safe_run_hooks_error (Lisp_Object error, ptrdiff_t/
3318Sample tex-src/gzip.texi /^@node Sample, Invoking gzip, Overview, Top$/ 3911save pyt-src/server.py /^ def save(self):$/
3319\samp tex-src/texinfo.tex /^\\def\\samp##1{\\realbackslash samp {##1}}%$/
3320\samp tex-src/texinfo.tex /^\\def\\samp##1{\\realbackslash samp {##1}}$/
3321\samp tex-src/texinfo.tex /^\\def\\samp #1{`\\tclose{#1}'\\null}$/
3322/sangle ps-src/rfc1245.ps /^\/sangle 1 0 dmatrix defaultmatrix dtransform exch /
3323SAVE_FUNCPOINTER c-src/emacs/src/lisp.h 2049
3324save_getcjmp c-src/emacs/src/keyboard.c /^save_getcjmp (sys_jmp_buf temp)$/ 3912save_getcjmp c-src/emacs/src/keyboard.c /^save_getcjmp (sys_jmp_buf temp)$/
3325SAVE_INTEGER c-src/emacs/src/lisp.h 2048 3913save_type c-src/emacs/src/lisp.h /^save_type (struct Lisp_Save_Value *v, int n)$/
3326/savematrix ps-src/rfc1245.ps /^\/savematrix {$/
3327savenstr c-src/etags.c /^savenstr (const char *cp, int len)$/ 3914savenstr c-src/etags.c /^savenstr (const char *cp, int len)$/
3328SAVE_OBJECT c-src/emacs/src/lisp.h 2051
3329SAVE_POINTER c-src/emacs/src/lisp.h 2050
3330save pyt-src/server.py /^ def save(self):$/
3331SAVE_SLOT_BITS c-src/emacs/src/lisp.h 2055
3332savestr c-src/etags.c /^savestr (const char *cp)$/ 3915savestr c-src/etags.c /^savestr (const char *cp)$/
3333SAVE_TYPE_BITS c-src/emacs/src/lisp.h 2062
3334SAVE_TYPE_BITS c-src/emacs/src/lisp.h 2114
3335SAVE_TYPE_BITS c-src/emacs/src/lisp.h 2123
3336save_type c-src/emacs/src/lisp.h /^save_type (struct Lisp_Save_Value *v, int n)$/
3337SAVE_TYPE_FUNCPTR_PTR_OBJ c-src/emacs/src/lisp.h 2076
3338SAVE_TYPE_INT_INT c-src/emacs/src/lisp.h 2066
3339SAVE_TYPE_INT_INT_INT c-src/emacs/src/lisp.h 2067
3340SAVE_TYPE_MEMORY c-src/emacs/src/lisp.h 2080
3341SAVE_TYPE_OBJ_OBJ c-src/emacs/src/lisp.h 2069
3342SAVE_TYPE_OBJ_OBJ_OBJ c-src/emacs/src/lisp.h 2070
3343SAVE_TYPE_OBJ_OBJ_OBJ_OBJ c-src/emacs/src/lisp.h 2071
3344SAVE_TYPE_PTR_INT c-src/emacs/src/lisp.h 2073
3345SAVE_TYPE_PTR_OBJ c-src/emacs/src/lisp.h 2074
3346SAVE_TYPE_PTR_PTR c-src/emacs/src/lisp.h 2075
3347SAVE_UNUSED c-src/emacs/src/lisp.h 2047
3348SAVE_VALUEP c-src/emacs/src/lisp.h /^SAVE_VALUEP (Lisp_Object x)$/
3349SAVE_VALUE_SLOTS c-src/emacs/src/lisp.h 2058
3350say go-src/test.go /^func say(msg string) {$/ 3916say go-src/test.go /^func say(msg string) {$/
3351__sbrk c-src/emacs/src/gmalloc.c 1513
3352SBYTES c-src/emacs/src/lisp.h /^SBYTES (Lisp_Object string)$/
3353scan_separators c-src/etags.c /^scan_separators (char *name)$/ 3917scan_separators c-src/etags.c /^scan_separators (char *name)$/
3354S c.c 156
3355SCHARS c-src/emacs/src/lisp.h /^SCHARS (Lisp_Object string)$/
3356Scheme_functions c-src/etags.c /^Scheme_functions (FILE *inf)$/
3357Scheme_help c-src/etags.c 667
3358Scheme_suffixes c-src/etags.c 665
3359scolonseen c-src/etags.c 2447 3918scolonseen c-src/etags.c 2447
3360scratch c-src/sysdep.h 56 3919scratch c-src/sysdep.h 56
3361SCREEN_FP cp-src/screen.hpp /^#define SCREEN_FP(x,y) \\$/
3362SCREEN_START cp-src/screen.hpp 33
3363scroll_bar_parts c-src/emacs/src/keyboard.c 5189 3920scroll_bar_parts c-src/emacs/src/keyboard.c 5189
3364s c-src/emacs/src/lisp.h 4672
3365s c-src/emacs/src/lisp.h 4678
3366\sc tex-src/texinfo.tex /^\\def\\sc#1{{\\smallcaps#1}} % smallcaps font$/
3367SDATA c-src/emacs/src/lisp.h /^SDATA (Lisp_Object string)$/
3368SDTrefGetInteger pas-src/common.pas /^function SDTrefGetInteger : integer;$/
3369SDTrefIsEnd pas-src/common.pas /^function SDTrefIsEnd : Boolean;$/
3370SDTrefRecToString pas-src/common.pas /^procedure SDTrefRecToString (* ($/
3371SDTrefSkipSpaces pas-src/common.pas /^procedure SDTrefSkipSpaces;$/
3372SDTrefStringToRec pas-src/common.pas /^procedure SDTrefStringToRec (* ($/
3373\seccheck tex-src/texinfo.tex /^\\def\\seccheck#1{\\if \\pageno<0 %$/
3374\secentryfonts tex-src/texinfo.tex /^\\def\\secentryfonts{\\textfonts}$/
3375\secentry tex-src/texinfo.tex /^ \\def\\secentry ##1##2##3##4{}$/
3376\secentry tex-src/texinfo.tex /^\\def\\secentry#1#2#3#4{\\dosecentry{#2.#3\\labelspace/
3377\secfonts tex-src/texinfo.tex /^\\def\\secfonts{%$/
3378\secheadingbreak tex-src/texinfo.tex /^\\def\\secheadingbreak{\\dobreak \\secheadingskip {-10/
3379\secheadingi tex-src/texinfo.tex /^\\def\\secheadingi #1{{\\advance \\secheadingskip by \\/
3380\secheading tex-src/texinfo.tex /^\\def\\secheading #1#2#3{\\secheadingi {#2.#3\\enspace/
3381\secondary tex-src/texinfo.tex /^\\def\\secondary #1#2{$/
3382sec=\relax tex-src/texinfo.tex /^\\let\\appendixsec=\\relax$/ 3921sec=\relax tex-src/texinfo.tex /^\\let\\appendixsec=\\relax$/
3383section_href perl-src/htlmify-cystic /^sub section_href ($)$/
3384section_name perl-src/htlmify-cystic 12
3385section_name perl-src/htlmify-cystic /^sub section_name ($)$/
3386section perl-src/htlmify-cystic 25 3922section perl-src/htlmify-cystic 25
3387section=\relax tex-src/texinfo.tex /^\\let\\appendixsection=\\relax$/ 3923section=\relax tex-src/texinfo.tex /^\\let\\appendixsection=\\relax$/
3924section_href perl-src/htlmify-cystic /^sub section_href ($)$/
3925section_name perl-src/htlmify-cystic /^sub section_name ($)$/
3926section_name perl-src/htlmify-cystic 12
3388section_toc perl-src/htlmify-cystic 15 3927section_toc perl-src/htlmify-cystic 15
3928section_url perl-src/htlmify-cystic /^sub section_url ()$/
3389section_url_base perl-src/htlmify-cystic /^sub section_url_base ()$/ 3929section_url_base perl-src/htlmify-cystic /^sub section_url_base ()$/
3390section_url_name perl-src/htlmify-cystic /^sub section_url_name ()$/ 3930section_url_name perl-src/htlmify-cystic /^sub section_url_name ()$/
3391section_url perl-src/htlmify-cystic /^sub section_url ()$/
3392\seczzz tex-src/texinfo.tex /^\\def\\seczzz #1{\\seccheck{section}%$/
3393select_last prol-src/natded.prolog /^select_last([X],X,[]).$/
3394SelectLayer lua-src/allegro.lua /^function SelectLayer (layer)$/
3395select prol-src/natded.prolog /^select(X,[X|Xs],Xs).$/ 3931select prol-src/natded.prolog /^select(X,[X|Xs],Xs).$/
3396select-tags-table el-src/emacs/lisp/progmodes/etags.el /^(defun select-tags-table ()$/ 3932select-tags-table el-src/emacs/lisp/progmodes/etags.el /^(defun select-tags-table ()$/
3397select-tags-table-mode el-src/emacs/lisp/progmodes/etags.el /^(define-derived-mode select-tags-table-mode specia/ 3933select-tags-table-mode el-src/emacs/lisp/progmodes/etags.el /^(define-derived-mode select-tags-table-mode specia/
3398select-tags-table-mode-map el-src/emacs/lisp/progmodes/etags.el /^(defvar select-tags-table-mode-map ; Doc string?$/ 3934select-tags-table-mode-map el-src/emacs/lisp/progmodes/etags.el /^(defvar select-tags-table-mode-map ; Doc string?$/
3399select-tags-table-quit el-src/emacs/lisp/progmodes/etags.el /^(defun select-tags-table-quit ()$/ 3935select-tags-table-quit el-src/emacs/lisp/progmodes/etags.el /^(defun select-tags-table-quit ()$/
3400select-tags-table-select el-src/emacs/lisp/progmodes/etags.el /^(defun select-tags-table-select (button)$/ 3936select-tags-table-select el-src/emacs/lisp/progmodes/etags.el /^(defun select-tags-table-select (button)$/
3401Self/f ada-src/2ataspri.adb /^ function Self return TCB_Ptr is$/ 3937select_last prol-src/natded.prolog /^select_last([X],X,[]).$/
3402Self/f ada-src/2ataspri.ads /^ function Self return TCB_Ptr;$/
3403send objc-src/Subprocess.m /^- send:(const char *)string$/
3404send objc-src/Subprocess.m /^- send:(const char *)string withNewline:(BOOL)want/ 3938send objc-src/Subprocess.m /^- send:(const char *)string withNewline:(BOOL)want/
3939send objc-src/Subprocess.m /^- send:(const char *)string$/
3405separator_names c-src/emacs/src/keyboard.c 7372 3940separator_names c-src/emacs/src/keyboard.c 7372
3406serializeToVars php-src/lce_functions.php /^ function serializeToVars($prefix)$/ 3941serializeToVars php-src/lce_functions.php /^ function serializeToVars($prefix)$/
3407ServerEdit pyt-src/server.py /^class ServerEdit(Frame):$/ 3942set cp-src/conway.hpp /^ void set(void) { alive = 1; }$/
3408Server pyt-src/server.py /^class Server:$/ 3943set merc-src/accumulator.m /^:- import_module set.$/
3944set-input-interrupt-mode c-src/emacs/src/keyboard.c /^DEFUN ("set-input-interrupt-mode", Fset_input_inte/
3945set-input-meta-mode c-src/emacs/src/keyboard.c /^DEFUN ("set-input-meta-mode", Fset_input_meta_mode/
3946set-input-mode c-src/emacs/src/keyboard.c /^DEFUN ("set-input-mode", Fset_input_mode, Sset_inp/
3947set-output-flow-control c-src/emacs/src/keyboard.c /^DEFUN ("set-output-flow-control", Fset_output_flow/
3948set-quit-char c-src/emacs/src/keyboard.c /^DEFUN ("set-quit-char", Fset_quit_char, Sset_quit_/
3949setDate cp-src/functions.cpp /^void Date::setDate ( int d , int m , int y ){$/
3950setDelegate objc-src/Subprocess.m /^- setDelegate:anObject$/
3951setRevertButtonTitle objc-src/PackInsp.m /^-setRevertButtonTitle$/
3409set_base cp-src/Range.h /^ void set_base (double b) { rng_base = b; }$/ 3952set_base cp-src/Range.h /^ void set_base (double b) { rng_base = b; }$/
3410\setchapternewpage tex-src/texinfo.tex /^\\def\\setchapternewpage #1 {\\csname CHAPPAG#1\\endcs/
3411\setchapterstyle tex-src/texinfo.tex /^\\def\\setchapterstyle #1 {\\csname CHAPF#1\\endcsname/
3412set_char_table_contents c-src/emacs/src/lisp.h /^set_char_table_contents (Lisp_Object table, ptrdif/ 3953set_char_table_contents c-src/emacs/src/lisp.h /^set_char_table_contents (Lisp_Object table, ptrdif/
3413set_char_table_defalt c-src/emacs/src/lisp.h /^set_char_table_defalt (Lisp_Object table, Lisp_Obj/ 3954set_char_table_defalt c-src/emacs/src/lisp.h /^set_char_table_defalt (Lisp_Object table, Lisp_Obj/
3414set_char_table_extras c-src/emacs/src/lisp.h /^set_char_table_extras (Lisp_Object table, ptrdiff_/ 3955set_char_table_extras c-src/emacs/src/lisp.h /^set_char_table_extras (Lisp_Object table, ptrdiff_/
3415set_char_table_purpose c-src/emacs/src/lisp.h /^set_char_table_purpose (Lisp_Object table, Lisp_Ob/ 3956set_char_table_purpose c-src/emacs/src/lisp.h /^set_char_table_purpose (Lisp_Object table, Lisp_Ob/
3416set cp-src/conway.hpp /^ void set(void) { alive = 1; }$/
3417setDate cp-src/functions.cpp /^void Date::setDate ( int d , int m , int y ){$/
3418\setdeffont tex-src/texinfo.tex /^\\def\\setdeffont #1 {\\csname DEF#1\\endcsname}$/
3419setDelegate objc-src/Subprocess.m /^- setDelegate:anObject$/
3420\setfilename tex-src/texinfo.tex /^\\def\\setfilename{%$/
3421set_hash_key_slot c-src/emacs/src/lisp.h /^set_hash_key_slot (struct Lisp_Hash_Table *h, ptrd/ 3957set_hash_key_slot c-src/emacs/src/lisp.h /^set_hash_key_slot (struct Lisp_Hash_Table *h, ptrd/
3422set_hash_value_slot c-src/emacs/src/lisp.h /^set_hash_value_slot (struct Lisp_Hash_Table *h, pt/ 3958set_hash_value_slot c-src/emacs/src/lisp.h /^set_hash_value_slot (struct Lisp_Hash_Table *h, pt/
3423set_inc cp-src/Range.h /^ void set_inc (double i) { rng_inc = i; }$/ 3959set_inc cp-src/Range.h /^ void set_inc (double i) { rng_inc = i; }$/
3424set-input-interrupt-mode c-src/emacs/src/keyboard.c /^DEFUN ("set-input-interrupt-mode", Fset_input_inte/
3425set-input-meta-mode c-src/emacs/src/keyboard.c /^DEFUN ("set-input-meta-mode", Fset_input_meta_mode/
3426set-input-mode c-src/emacs/src/keyboard.c /^DEFUN ("set-input-mode", Fset_input_mode, Sset_inp/
3427set_limit cp-src/Range.h /^ void set_limit (double l) { rng_limit = l; }$/ 3960set_limit cp-src/Range.h /^ void set_limit (double l) { rng_limit = l; }$/
3428/setmanualfeed ps-src/rfc1245.ps /^\/setmanualfeed {$/
3429set merc-src/accumulator.m /^:- import_module set.$/
3430set-output-flow-control c-src/emacs/src/keyboard.c /^DEFUN ("set-output-flow-control", Fset_output_flow/
3431set_overlay_plist c-src/emacs/src/lisp.h /^set_overlay_plist (Lisp_Object overlay, Lisp_Objec/ 3961set_overlay_plist c-src/emacs/src/lisp.h /^set_overlay_plist (Lisp_Object overlay, Lisp_Objec/
3432Set_Own_Priority/p ada-src/2ataspri.adb /^ procedure Set_Own_Priority (Prio : System.Any_P/
3433Set_Own_Priority/p ada-src/2ataspri.ads /^ procedure Set_Own_Priority (Prio : System.Any_P/
3434/setpapername ps-src/rfc1245.ps /^\/setpapername { $/
3435/setpattern ps-src/rfc1245.ps /^\/setpattern {$/
3436set_poll_suppress_count c-src/emacs/src/keyboard.c /^set_poll_suppress_count (int count)$/ 3962set_poll_suppress_count c-src/emacs/src/keyboard.c /^set_poll_suppress_count (int count)$/
3437Set_Priority/p ada-src/2ataspri.adb /^ procedure Set_Priority$/
3438Set_Priority/p ada-src/2ataspri.ads /^ procedure Set_Priority (T : TCB_Ptr; Prio : Sys/
3439set_prop c-src/emacs/src/keyboard.c /^set_prop (ptrdiff_t idx, Lisp_Object val)$/ 3963set_prop c-src/emacs/src/keyboard.c /^set_prop (ptrdiff_t idx, Lisp_Object val)$/
3440SETPRT f-src/entry.for /^ ENTRY SETPRT ( SHORT, EXPL, LONG, TRACE, D/
3441SETPRT f-src/entry.strange /^ ENTRY SETPRT ( SHORT, EXPL, LONG, TRACE, D/
3442SETPRT f-src/entry.strange_suffix /^ ENTRY SETPRT ( SHORT, EXPL, LONG, TRACE, D/
3443set-quit-char c-src/emacs/src/keyboard.c /^DEFUN ("set-quit-char", Fset_quit_char, Sset_quit_/
3444\setref tex-src/texinfo.tex /^\\def\\setref#1{%$/
3445setref tex-src/texinfo.tex /^\\expandafter\\expandafter\\expandafter\\appendixsetre/
3446setRevertButtonTitle objc-src/PackInsp.m /^-setRevertButtonTitle$/
3447set_save_integer c-src/emacs/src/lisp.h /^set_save_integer (Lisp_Object obj, int n, ptrdiff_/ 3964set_save_integer c-src/emacs/src/lisp.h /^set_save_integer (Lisp_Object obj, int n, ptrdiff_/
3448set_save_pointer c-src/emacs/src/lisp.h /^set_save_pointer (Lisp_Object obj, int n, void *va/ 3965set_save_pointer c-src/emacs/src/lisp.h /^set_save_pointer (Lisp_Object obj, int n, void *va/
3449set_string_intervals c-src/emacs/src/lisp.h /^set_string_intervals (Lisp_Object s, INTERVAL i)$/ 3966set_string_intervals c-src/emacs/src/lisp.h /^set_string_intervals (Lisp_Object s, INTERVAL i)$/
3450set_sub_char_table_contents c-src/emacs/src/lisp.h /^set_sub_char_table_contents (Lisp_Object table, pt/ 3967set_sub_char_table_contents c-src/emacs/src/lisp.h /^set_sub_char_table_contents (Lisp_Object table, pt/
3451SET_SYMBOL_BLV c-src/emacs/src/lisp.h /^SET_SYMBOL_BLV (struct Lisp_Symbol *sym, struct Li/
3452set_symbol_function c-src/emacs/src/lisp.h /^set_symbol_function (Lisp_Object sym, Lisp_Object / 3968set_symbol_function c-src/emacs/src/lisp.h /^set_symbol_function (Lisp_Object sym, Lisp_Object /
3453SET_SYMBOL_FWD c-src/emacs/src/lisp.h /^SET_SYMBOL_FWD (struct Lisp_Symbol *sym, union Lis/
3454set_symbol_next c-src/emacs/src/lisp.h /^set_symbol_next (Lisp_Object sym, struct Lisp_Symb/ 3969set_symbol_next c-src/emacs/src/lisp.h /^set_symbol_next (Lisp_Object sym, struct Lisp_Symb/
3455set_symbol_plist c-src/emacs/src/lisp.h /^set_symbol_plist (Lisp_Object sym, Lisp_Object pli/ 3970set_symbol_plist c-src/emacs/src/lisp.h /^set_symbol_plist (Lisp_Object sym, Lisp_Object pli/
3456SET_SYMBOL_VAL c-src/emacs/src/lisp.h /^# define SET_SYMBOL_VAL(sym, v) lisp_h_SET_SYMBOL_/
3457\set tex-src/texinfo.tex /^\\def\\set{\\parsearg\\setxxx}$/
3458\settitle tex-src/texinfo.tex /^\\def\\settitle{\\parsearg\\settitlezzz}$/
3459\settitlezzz tex-src/texinfo.tex /^\\def\\settitlezzz #1{\\gdef\\thistitle{#1}}$/
3460setup cp-src/c.C 5
3461set_upto merc-src/accumulator.m /^:- func set_upto(accu_case, int) = set(accu_goal_i/ 3971set_upto merc-src/accumulator.m /^:- func set_upto(accu_case, int) = set(accu_goal_i/
3462set_waiting_for_input c-src/emacs/src/keyboard.c /^set_waiting_for_input (struct timespec *time_to_cl/ 3972set_waiting_for_input c-src/emacs/src/keyboard.c /^set_waiting_for_input (struct timespec *time_to_cl/
3463\setxxx tex-src/texinfo.tex /^\\def\\setxxx #1{$/ 3973setref tex-src/texinfo.tex /^\\expandafter\\expandafter\\expandafter\\appendixsetre/
3464/SF ps-src/rfc1245.ps /^\/SF { $/ 3974setup cp-src/c.C 5
3465\sf tex-src/texinfo.tex /^\\def\\sf{\\fam=\\sffam \\tensf}$/
3466\sf tex-src/texinfo.tex /^\\def\\sf{\\realbackslash sf}%$/
3467shift cp-src/functions.cpp /^void Date::shift ( void ){\/\/Shift this date to pre/ 3975shift cp-src/functions.cpp /^void Date::shift ( void ){\/\/Shift this date to pre/
3468\shortchapentry tex-src/texinfo.tex /^\\def\\shortchapentry#1#2#3{%$/
3469\shortunnumberedentry tex-src/texinfo.tex /^\\def\\shortunnumberedentry#1#2{%$/
3470should_attempt_accu_transform_2 merc-src/accumulator.m /^:- pred should_attempt_accu_transform_2(module_inf/
3471should_attempt_accu_transform merc-src/accumulator.m /^:- pred should_attempt_accu_transform(module_info:/
3472shouldLoad objc-src/PackInsp.m /^-(BOOL)shouldLoad$/ 3976shouldLoad objc-src/PackInsp.m /^-(BOOL)shouldLoad$/
3977should_attempt_accu_transform merc-src/accumulator.m /^:- pred should_attempt_accu_transform(module_info:/
3978should_attempt_accu_transform_2 merc-src/accumulator.m /^:- pred should_attempt_accu_transform_2(module_inf/
3473should_see_this_array_type cp-src/c.C 156 3979should_see_this_array_type cp-src/c.C 156
3474should_see_this_function_pointer cp-src/c.C 153 3980should_see_this_function_pointer cp-src/c.C 153
3475should_see_this_one_enclosed_in_extern_C cp-src/c.C 149 3981should_see_this_one_enclosed_in_extern_C cp-src/c.C 149
3476show erl-src/gs_dialog.erl /^show(Module, Title, Message, Args) ->$/ 3982show erl-src/gs_dialog.erl /^show(Module, Title, Message, Args) ->$/
3477showError objc-src/Subprocess.m /^showError (const char *errorString, id theDelegate/ 3983showError objc-src/Subprocess.m /^showError (const char *errorString, id theDelegate/
3478show_help_echo c-src/emacs/src/keyboard.c /^show_help_echo (Lisp_Object help, Lisp_Object wind/
3479showInfo objc-src/PackInsp.m /^-showInfo:sender$/ 3984showInfo objc-src/PackInsp.m /^-showInfo:sender$/
3985show_help_echo c-src/emacs/src/keyboard.c /^show_help_echo (Lisp_Object help, Lisp_Object wind/
3480sig c-src/emacs/src/keyboard.c 7238 3986sig c-src/emacs/src/keyboard.c 7238
3481signal_handler1 c-src/h.h 83
3482signal_handler c-src/h.h 82 3987signal_handler c-src/h.h 82
3988signal_handler1 c-src/h.h 83
3483signal_handler_t c-src/h.h 94 3989signal_handler_t c-src/h.h 94
3484SimpleCalc objcpp-src/SimpleCalc.H /^@interface SimpleCalc:Object$/
3485simulation html-src/software.html /^Software that I wrote for supporting my research a/ 3990simulation html-src/software.html /^Software that I wrote for supporting my research a/
3486\singlecodeindexer tex-src/texinfo.tex /^\\def\\singlecodeindexer #1{\\doind{\\indexname}{\\code/
3487\singleindexer tex-src/texinfo.tex /^\\def\\singleindexer #1{\\doind{\\indexname}{#1}}$/
3488single_kboard c-src/emacs/src/keyboard.c 89 3991single_kboard c-src/emacs/src/keyboard.c 89
3489single_kboard_state c-src/emacs/src/keyboard.c /^single_kboard_state ()$/ 3992single_kboard_state c-src/emacs/src/keyboard.c /^single_kboard_state ()$/
3490SINGLE_LETTER_MOD c-src/emacs/src/keyboard.c 6212
3491SINGLE_LETTER_MOD c-src/emacs/src/keyboard.c 6763
3492SINGLE_LETTER_MOD c-src/emacs/src/keyboard.c /^#define SINGLE_LETTER_MOD(BIT) \\$/
3493\singlespace tex-src/texinfo.tex /^\\def\\singlespace{%$/
3494site cp-src/conway.hpp 5
3495site cp-src/conway.hpp /^ site(int xi, int yi): x(xi), y(yi), alive(0) {/ 3993site cp-src/conway.hpp /^ site(int xi, int yi): x(xi), y(yi), alive(0) {/
3994site cp-src/conway.hpp 5
3496size c-src/emacs/src/gmalloc.c 156 3995size c-src/emacs/src/gmalloc.c 156
3497size c-src/emacs/src/gmalloc.c 163 3996size c-src/emacs/src/gmalloc.c 163
3498size c-src/emacs/src/gmalloc.c 1862 3997size c-src/emacs/src/gmalloc.c 1862
@@ -3500,83 +3999,29 @@ size c-src/emacs/src/lisp.h 1364
3500size c-src/emacs/src/lisp.h 1390 3999size c-src/emacs/src/lisp.h 1390
3501size c-src/etags.c 236 4000size c-src/etags.c 236
3502size c-src/etags.c 2522 4001size c-src/etags.c 2522
3503SIZEFORMAT objc-src/PackInsp.m 57
3504skeyseen c-src/etags.c 2445 4002skeyseen c-src/etags.c 2445
3505SkipBlanks pas-src/common.pas /^function SkipBlanks; (*($/
3506SkipChars pas-src/common.pas /^function SkipChars; (*($/
3507skip_name c-src/etags.c /^skip_name (char *cp)$/ 4003skip_name c-src/etags.c /^skip_name (char *cp)$/
3508skip_non_spaces c-src/etags.c /^skip_non_spaces (char *cp)$/ 4004skip_non_spaces c-src/etags.c /^skip_non_spaces (char *cp)$/
3509skip_spaces c-src/etags.c /^skip_spaces (char *cp)$/ 4005skip_spaces c-src/etags.c /^skip_spaces (char *cp)$/
3510SkipSpaces pas-src/common.pas /^procedure SkipSpaces; (* (Str : NameString; var I /
3511\sl tex-src/texinfo.tex /^\\def\\sl{\\realbackslash sl }%$/
3512\smallbook tex-src/texinfo.tex /^\\def\\smallbook{$/
3513\smalllispx tex-src/texinfo.tex /^\\def\\smalllispx{\\aboveenvbreak\\begingroup\\inENV$/
3514\smartitalic tex-src/texinfo.tex /^\\def\\smartitalic#1{{\\sl #1}\\futurelet\\next\\smartit/
3515=\smartitalic tex-src/texinfo.tex /^\\let\\cite=\\smartitalic$/
3516\smartitalicx tex-src/texinfo.tex /^\\def\\smartitalicx{\\ifx\\next,\\else\\ifx\\next-\\else\\i/
3517snarf-tag-function el-src/emacs/lisp/progmodes/etags.el /^(defvar snarf-tag-function nil$/ 4006snarf-tag-function el-src/emacs/lisp/progmodes/etags.el /^(defvar snarf-tag-function nil$/
3518snone c-src/etags.c 2443 4007snone c-src/etags.c 2443
3519solutions merc-src/accumulator.m /^:- import_module solutions.$/ 4008solutions merc-src/accumulator.m /^:- import_module solutions.$/
3520some_mouse_moved c-src/emacs/src/keyboard.c /^some_mouse_moved (void)$/ 4009some_mouse_moved c-src/emacs/src/keyboard.c /^some_mouse_moved (void)$/
3521#some-storage forth-src/test-forth.fth /^2000 buffer: #some-storage$/ 4010space tex-src/texinfo.tex /^ {#2\\labelspace #1}\\dotfill\\doshortpageno{#3}}%/
4011space tex-src/texinfo.tex /^ \\dosubsubsecentry{#2.#3.#4.#5\\labelspace#1}{#6}}/
3522spacer c-src/emacs/src/lisp.h 1975 4012spacer c-src/emacs/src/lisp.h 1975
3523spacer c-src/emacs/src/lisp.h 1982 4013spacer c-src/emacs/src/lisp.h 1982
3524spacer c-src/emacs/src/lisp.h 2036 4014spacer c-src/emacs/src/lisp.h 2036
3525spacer c-src/emacs/src/lisp.h 2205 4015spacer c-src/emacs/src/lisp.h 2205
3526space tex-src/texinfo.tex /^ {#2\\labelspace #1}\\dotfill\\doshortpageno{#3}}%/
3527space tex-src/texinfo.tex /^ \\dosubsubsecentry{#2.#3.#4.#5\\labelspace#1}{#6}}/
3528specbinding c-src/emacs/src/lisp.h 2955
3529specbind_tag c-src/emacs/src/lisp.h 2943 4016specbind_tag c-src/emacs/src/lisp.h 2943
4017specbinding c-src/emacs/src/lisp.h 2955
3530specialsymbol prol-src/natded.prolog /^specialsymbol(C1,C2,S):-$/ 4018specialsymbol prol-src/natded.prolog /^specialsymbol(C1,C2,S):-$/
3531SPECPDL_BACKTRACE c-src/emacs/src/lisp.h 2948
3532SPECPDL_INDEX c-src/emacs/src/lisp.h /^SPECPDL_INDEX (void)$/
3533SPECPDL_LET c-src/emacs/src/lisp.h 2949
3534SPECPDL_LET_DEFAULT c-src/emacs/src/lisp.h 2952
3535SPECPDL_LET_LOCAL c-src/emacs/src/lisp.h 2951
3536SPECPDL_UNWIND c-src/emacs/src/lisp.h 2944
3537SPECPDL_UNWIND_INT c-src/emacs/src/lisp.h 2946
3538SPECPDL_UNWIND_PTR c-src/emacs/src/lisp.h 2945
3539SPECPDL_UNWIND_VOID c-src/emacs/src/lisp.h 2947
3540splitexp prol-src/natded.prolog /^splitexp(E,E,('NIL','NIL')):-!.$/ 4019splitexp prol-src/natded.prolog /^splitexp(E,E,('NIL','NIL')):-!.$/
3541\splitoff tex-src/texinfo.tex /^\\def\\splitoff#1#2\\endmark{\\def\\first{#1}\\def\\rest{/
3542/S ps-src/rfc1245.ps /^\/S { $/
3543\sp tex-src/texinfo.tex /^\\def\\sp{\\parsearg\\spxxx}$/
3544\spxxx tex-src/texinfo.tex /^\\def\\spxxx #1{\\par \\vskip #1\\baselineskip}$/
3545Square.something:Bar lua-src/test.lua /^function Square.something:Bar ()$/
3546srclist make-src/Makefile /^srclist: Makefile$/ 4020srclist make-src/Makefile /^srclist: Makefile$/
3547SRCS make-src/Makefile /^SRCS=Makefile ${ADASRC} ${ASRC} ${CSRC} ${CPSRC} $/
3548SREF c-src/emacs/src/lisp.h /^SREF (Lisp_Object string, ptrdiff_t index)$/
3549ss3 c.c 255 4021ss3 c.c 255
3550SSDATA c-src/emacs/src/lisp.h /^SSDATA (Lisp_Object string)$/
3551SSET c-src/emacs/src/lisp.h /^SSET (Lisp_Object string, ptrdiff_t index, unsigne/
3552sss1 c.c 252 4022sss1 c.c 252
3553sss2 c.c 253 4023sss2 c.c 253
3554sstab prol-src/natded.prolog /^sstab(2,'C',',').$/ 4024sstab prol-src/natded.prolog /^sstab(2,'C',',').$/
3555stack c.c 155
3556STACK_CONS c-src/emacs/src/lisp.h /^#define STACK_CONS(a, b) \\$/
3557stagseen c-src/etags.c 2446
3558standalone make-src/Makefile /^standalone:$/
3559\startcontents tex-src/texinfo.tex /^\\def\\startcontents#1{%$/
3560start c-src/emacs/src/keyboard.c 8753
3561start c-src/emacs/src/lisp.h 2038
3562start c-src/emacs/src/regex.h 431
3563StartDay cp-src/functions.cpp /^Date StartDay(Date a,int days){\/\/Function to calcu/
3564\startenumeration tex-src/texinfo.tex /^\\def\\startenumeration#1{%$/
3565start php-src/lce_functions.php /^ function start($line, $class)$/
3566start_polling c-src/emacs/src/keyboard.c /^start_polling (void)$/
3567=starts-with-equals! scm-src/test.scm /^(define =starts-with-equals! #t)$/
3568start_up prol-src/natded.prolog /^start_up:-$/
3569start y-src/cccp.y 143
3570STATE_ABORT php-src/lce_functions.php 25
3571STATE_COMPRESSD objc-src/PackInsp.m 54
3572STATE_INSTALLED objc-src/PackInsp.m 53
3573STATE_LOOP php-src/lce_functions.php 27
3574STATE_OK php-src/lce_functions.php 26
3575state_protected_p c-src/emacs/src/gmalloc.c 400
3576STAT_EQ objc-src/PackInsp.m /^#define STAT_EQ(s1, s2) ((s1)->st_ino == (s2)->st_/
3577statetable html-src/algrthms.html /^Next$/
3578STATE_UNINSTALLED objc-src/PackInsp.m 52
3579staticetags make-src/Makefile /^staticetags:$/
3580st_C_attribute c-src/etags.c 2209 4025st_C_attribute c-src/etags.c 2209
3581st_C_class c-src/etags.c 2212 4026st_C_class c-src/etags.c 2212
3582st_C_define c-src/etags.c 2213 4027st_C_define c-src/etags.c 2213
@@ -3592,112 +4037,69 @@ st_C_operator c-src/etags.c 2211
3592st_C_struct c-src/etags.c 2213 4037st_C_struct c-src/etags.c 2213
3593st_C_template c-src/etags.c 2212 4038st_C_template c-src/etags.c 2212
3594st_C_typedef c-src/etags.c 2213 4039st_C_typedef c-src/etags.c 2213
3595STDIN c-src/etags.c 408 4040st_none c-src/etags.c 2206
3596STDIN c-src/etags.c 411 4041stack c.c 155
4042stagseen c-src/etags.c 2446
4043standalone make-src/Makefile /^standalone:$/
4044start c-src/emacs/src/keyboard.c 8753
4045start c-src/emacs/src/lisp.h 2038
4046start c-src/emacs/src/regex.h 431
4047start php-src/lce_functions.php /^ function start($line, $class)$/
4048start y-src/cccp.y 143
4049start_polling c-src/emacs/src/keyboard.c /^start_polling (void)$/
4050start_up prol-src/natded.prolog /^start_up:-$/
4051state_protected_p c-src/emacs/src/gmalloc.c 400
4052statetable html-src/algrthms.html /^Next$/
4053staticetags make-src/Makefile /^staticetags:$/
3597step cp-src/clheir.hpp /^ virtual void step(void) { }$/ 4054step cp-src/clheir.hpp /^ virtual void step(void) { }$/
3598step cp-src/conway.hpp /^ void step(void) { alive = next_alive; }$/ 4055step cp-src/conway.hpp /^ void step(void) { alive = next_alive; }$/
3599step_everybody cp-src/clheir.cpp /^void step_everybody(void)$/ 4056step_everybody cp-src/clheir.cpp /^void step_everybody(void)$/
3600st_none c-src/etags.c 2206
3601STOP_POLLING c-src/emacs/src/keyboard.c 2166
3602stop_polling c-src/emacs/src/keyboard.c /^stop_polling (void)$/ 4057stop_polling c-src/emacs/src/keyboard.c /^stop_polling (void)$/
3603stored_goal_plain_call merc-src/accumulator.m /^:- inst stored_goal_plain_call for goal_store.stor/
3604store_info merc-src/accumulator.m /^:- type store_info$/ 4058store_info merc-src/accumulator.m /^:- type store_info$/
3605store_user_signal_events c-src/emacs/src/keyboard.c /^store_user_signal_events (void)$/ 4059store_user_signal_events c-src/emacs/src/keyboard.c /^store_user_signal_events (void)$/
4060stored_goal_plain_call merc-src/accumulator.m /^:- inst stored_goal_plain_call for goal_store.stor/
4061str go-src/test1.go 9
3606strcaseeq c-src/etags.c /^#define strcaseeq(s,t) (assert ((s)!=NULL && (t)!=/ 4062strcaseeq c-src/etags.c /^#define strcaseeq(s,t) (assert ((s)!=NULL && (t)!=/
3607streq c-src/etags.c /^#define streq(s,t) (assert ((s)!=NULL || (t)!=NULL/ 4063streq c-src/etags.c /^#define streq(s,t) (assert ((s)!=NULL || (t)!=NULL/
3608str go-src/test1.go 9
3609STRING_BYTES_BOUND c-src/emacs/src/lisp.h 1261
3610STRING_BYTES c-src/emacs/src/lisp.h /^STRING_BYTES (struct Lisp_String *s)$/
3611string_intervals c-src/emacs/src/lisp.h /^string_intervals (Lisp_Object s)$/
3612string merc-src/accumulator.m /^:- import_module string.$/ 4064string merc-src/accumulator.m /^:- import_module string.$/
3613STRING_MULTIBYTE c-src/emacs/src/lisp.h /^STRING_MULTIBYTE (Lisp_Object str)$/ 4065string_intervals c-src/emacs/src/lisp.h /^string_intervals (Lisp_Object s)$/
3614STRING_SET_CHARS c-src/emacs/src/lisp.h /^STRING_SET_CHARS (Lisp_Object string, ptrdiff_t ne/
3615STRING_SET_MULTIBYTE c-src/emacs/src/lisp.h /^#define STRING_SET_MULTIBYTE(STR) \\$/
3616STRING_SET_UNIBYTE c-src/emacs/src/lisp.h /^#define STRING_SET_UNIBYTE(STR) \\$/
3617stripLine php-src/lce_functions.php /^ function stripLine($line, $class)$/ 4066stripLine php-src/lce_functions.php /^ function stripLine($line, $class)$/
3618stripname pas-src/common.pas /^function stripname; (* ($/ 4067stripname pas-src/common.pas /^function stripname; (* ($/
3619StripPath pas-src/common.pas /^function StripPath; (*($/
3620strncaseeq c-src/etags.c /^#define strncaseeq(s,t,n) (assert ((s)!=NULL && (t/ 4068strncaseeq c-src/etags.c /^#define strncaseeq(s,t,n) (assert ((s)!=NULL && (t/
3621strneq c-src/etags.c /^#define strneq(s,t,n) (assert ((s)!=NULL || (t)!=N/ 4069strneq c-src/etags.c /^#define strneq(s,t,n) (assert ((s)!=NULL || (t)!=N/
3622__str__ pyt-src/server.py /^ def __str__(self):$/
3623structdef c-src/etags.c 2448 4070structdef c-src/etags.c 2448
3624stuff_buffered_input c-src/emacs/src/keyboard.c /^stuff_buffered_input (Lisp_Object stuffstring)$/ 4071stuff_buffered_input c-src/emacs/src/keyboard.c /^stuff_buffered_input (Lisp_Object stuffstring)$/
3625SUB_CHAR_TABLE_OFFSET c-src/emacs/src/lisp.h 1701
3626SUB_CHAR_TABLE_P c-src/emacs/src/lisp.h /^SUB_CHAR_TABLE_P (Lisp_Object a)$/
3627\subheading tex-src/texinfo.tex /^\\def\\subheading{\\parsearg\\subsecheadingi}$/
3628subprocessDone objc-src/PackInsp.m /^-subprocessDone:(Subprocess *)sender$/
3629subprocess objc-src/PackInsp.m /^-subprocess:(Subprocess *)sender output:(char *)bu/ 4072subprocess objc-src/PackInsp.m /^-subprocess:(Subprocess *)sender output:(char *)bu/
3630Subprocess objc-src/Subprocess.h 41 4073subprocessDone objc-src/PackInsp.m /^-subprocessDone:(Subprocess *)sender$/
3631Subprocess objc-src/Subprocess.h /^@interface Subprocess:Object$/
3632SUBRP c-src/emacs/src/lisp.h /^SUBRP (Lisp_Object a)$/
3633\subsecentry tex-src/texinfo.tex /^ \\def\\subsecentry ##1##2##3##4##5{}$/
3634\subsecentry tex-src/texinfo.tex /^\\def\\subsecentry#1#2#3#4#5{\\dosubsecentry{#2.#3.#4/
3635\subsecfonts tex-src/texinfo.tex /^\\def\\subsecfonts{%$/
3636\subsecheadingbreak tex-src/texinfo.tex /^\\def\\subsecheadingbreak{\\dobreak \\subsecheadingski/
3637\subsecheadingi tex-src/texinfo.tex /^\\def\\subsecheadingi #1{{\\advance \\subsecheadingski/
3638\subsecheading tex-src/texinfo.tex /^\\def\\subsecheading #1#2#3#4{\\subsecheadingi {#2.#3/
3639subsec=\relax tex-src/texinfo.tex /^\\let\\appendixsubsec=\\relax$/ 4074subsec=\relax tex-src/texinfo.tex /^\\let\\appendixsubsec=\\relax$/
3640subsection_marker perl-src/htlmify-cystic 161
3641subsection perl-src/htlmify-cystic 26 4075subsection perl-src/htlmify-cystic 26
3642subsection=\relax tex-src/texinfo.tex /^\\let\\appendixsubsection=\\relax$/ 4076subsection=\relax tex-src/texinfo.tex /^\\let\\appendixsubsection=\\relax$/
3643substitute c-src/etags.c /^substitute (char *in, char *out, struct re_registe/ 4077subsection_marker perl-src/htlmify-cystic 161
3644subst prol-src/natded.prolog /^subst(var(Y),var(X),M,N):-$/ 4078subst prol-src/natded.prolog /^subst(var(Y),var(X),M,N):-$/
3645SubString pas-src/common.pas /^function SubString; (*($/ 4079substitute c-src/etags.c /^substitute (char *in, char *out, struct re_registe/
3646\subsubheading tex-src/texinfo.tex /^\\def\\subsubheading{\\parsearg\\subsubsecheadingi}$/
3647\subsubsecentry tex-src/texinfo.tex /^ \\def\\subsubsecentry ##1##2##3##4##5##6{}$/
3648\subsubsecentry tex-src/texinfo.tex /^\\def\\subsubsecentry#1#2#3#4#5#6{%$/
3649\subsubsecfonts tex-src/texinfo.tex /^\\def\\subsubsecfonts{\\subsecfonts} % Maybe this sho/
3650\subsubsecheadingi tex-src/texinfo.tex /^\\def\\subsubsecheadingi #1{{\\advance \\subsecheading/
3651\subsubsecheading tex-src/texinfo.tex /^\\def\\subsubsecheading #1#2#3#4#5{\\subsubsecheading/
3652subsubsec=\relax tex-src/texinfo.tex /^\\let\\appendixsubsubsec=\\relax$/ 4080subsubsec=\relax tex-src/texinfo.tex /^\\let\\appendixsubsubsec=\\relax$/
3653subsubsection perl-src/htlmify-cystic 27 4081subsubsection perl-src/htlmify-cystic 27
3654subsubsection=\relax tex-src/texinfo.tex /^\\let\\appendixsubsubsection=\\relax$/ 4082subsubsection=\relax tex-src/texinfo.tex /^\\let\\appendixsubsubsection=\\relax$/
3655\subtitlefont tex-src/texinfo.tex /^ \\def\\subtitlefont{\\subtitlerm \\normalbaselinesk/
3656\subtitle tex-src/texinfo.tex /^ \\def\\subtitle{\\parsearg\\subtitlezzz}%$/
3657\subtitlezzz tex-src/texinfo.tex /^ \\def\\subtitlezzz##1{{\\subtitlefont \\rightline{#/
3658subtle ruby-src/test1.ru /^ :tee ; attr_reader :subtle$/ 4083subtle ruby-src/test1.ru /^ :tee ; attr_reader :subtle$/
3659subtree prol-src/natded.prolog /^subtree(T,T).$/ 4084subtree prol-src/natded.prolog /^subtree(T,T).$/
3660suffix c-src/etags.c 186 4085suffix c-src/etags.c 186
3661suffixes c-src/etags.c 195 4086suffixes c-src/etags.c 195
3662suggest_asking_for_help c-src/etags.c /^suggest_asking_for_help (void)$/ 4087suggest_asking_for_help c-src/etags.c /^suggest_asking_for_help (void)$/
3663\summarycontents tex-src/texinfo.tex /^\\outer\\def\\summarycontents{%$/
3664\supereject tex-src/texinfo.tex /^\\def\\supereject{\\par\\penalty -20000\\footnoteno =0 /
3665suspend-emacs c-src/emacs/src/keyboard.c /^DEFUN ("suspend-emacs", Fsuspend_emacs, Ssuspend_e/ 4088suspend-emacs c-src/emacs/src/keyboard.c /^DEFUN ("suspend-emacs", Fsuspend_emacs, Ssuspend_e/
3666sval y-src/cccp.y 116 4089sval y-src/cccp.y 116
3667swallow_events c-src/emacs/src/keyboard.c /^swallow_events (bool do_display)$/ 4090swallow_events c-src/emacs/src/keyboard.c /^swallow_events (bool do_display)$/
3668switch_line_buffers c-src/etags.c /^#define switch_line_buffers() (curndx = 1 - curndx/ 4091switch_line_buffers c-src/etags.c /^#define switch_line_buffers() (curndx = 1 - curndx/
3669sxhash_combine c-src/emacs/src/lisp.h /^sxhash_combine (EMACS_UINT x, EMACS_UINT y)$/ 4092sxhash_combine c-src/emacs/src/lisp.h /^sxhash_combine (EMACS_UINT x, EMACS_UINT y)$/
3670SXHASH_REDUCE c-src/emacs/src/lisp.h /^SXHASH_REDUCE (EMACS_UINT x)$/ 4093sym_type c-src/etags.c 2204
3671SYMBOL_BLV c-src/emacs/src/lisp.h /^SYMBOL_BLV (struct Lisp_Symbol *sym)$/
3672SYMBOL_CONSTANT_P c-src/emacs/src/lisp.h /^# define SYMBOL_CONSTANT_P(sym) lisp_h_SYMBOL_CONS/
3673symbol c-src/emacs/src/lisp.h 2980 4094symbol c-src/emacs/src/lisp.h 2980
3674SYMBOL_FORWARDED c-src/emacs/src/lisp.h 651
3675SYMBOL_FWD c-src/emacs/src/lisp.h /^SYMBOL_FWD (struct Lisp_Symbol *sym)$/
3676SYMBOL_INDEX c-src/emacs/src/lisp.h /^#define SYMBOL_INDEX(sym) i##sym$/
3677symbol_interned c-src/emacs/src/lisp.h 639 4095symbol_interned c-src/emacs/src/lisp.h 639
3678SYMBOL_INTERNED c-src/emacs/src/lisp.h 642
3679SYMBOL_INTERNED_IN_INITIAL_OBARRAY c-src/emacs/src/lisp.h 643
3680SYMBOL_INTERNED_IN_INITIAL_OBARRAY_P c-src/emacs/src/lisp.h /^SYMBOL_INTERNED_IN_INITIAL_OBARRAY_P (Lisp_Object /
3681SYMBOL_INTERNED_P c-src/emacs/src/lisp.h /^SYMBOL_INTERNED_P (Lisp_Object sym)$/
3682SYMBOL_LOCALIZED c-src/emacs/src/lisp.h 650
3683symbol_name c-src/emacs/src/lisp.h 1687 4096symbol_name c-src/emacs/src/lisp.h 1687
3684SYMBOL_NAME c-src/emacs/src/lisp.h /^SYMBOL_NAME (Lisp_Object sym)$/
3685SYMBOLP c-src/emacs/src/lisp.h /^# define SYMBOLP(x) lisp_h_SYMBOLP (x)$/
3686SYMBOL_PLAINVAL c-src/emacs/src/lisp.h 648
3687symbol_redirect c-src/emacs/src/lisp.h 646 4097symbol_redirect c-src/emacs/src/lisp.h 646
3688SYMBOL_UNINTERNED c-src/emacs/src/lisp.h 641
3689SYMBOL_VAL c-src/emacs/src/lisp.h /^# define SYMBOL_VAL(sym) lisp_h_SYMBOL_VAL (sym)$/
3690SYMBOL_VARALIAS c-src/emacs/src/lisp.h 649
3691syms_of_abbrev c-src/abbrev.c /^syms_of_abbrev ()$/ 4098syms_of_abbrev c-src/abbrev.c /^syms_of_abbrev ()$/
3692syms_of_keyboard c-src/emacs/src/keyboard.c /^syms_of_keyboard (void)$/ 4099syms_of_keyboard c-src/emacs/src/keyboard.c /^syms_of_keyboard (void)$/
3693sym_type c-src/etags.c 2204
3694synchronize_system_messages_locale c-src/emacs/src/lisp.h /^INLINE void synchronize_system_messages_locale (vo/ 4100synchronize_system_messages_locale c-src/emacs/src/lisp.h /^INLINE void synchronize_system_messages_locale (vo/
3695synchronize_system_time_locale c-src/emacs/src/lisp.h /^INLINE void synchronize_system_time_locale (void) / 4101synchronize_system_time_locale c-src/emacs/src/lisp.h /^INLINE void synchronize_system_time_locale (void) /
3696\syncodeindex tex-src/texinfo.tex /^\\def\\syncodeindex #1 #2 {%$/
3697\synindex tex-src/texinfo.tex /^\\def\\synindex #1 #2 {%$/
3698syntax c-src/emacs/src/regex.h 350 4102syntax c-src/emacs/src/regex.h 350
3699SYSCALL c-src/machsyscalls.c /^#define SYSCALL(name, number, type, args, typed_ar/
3700syscall_error c-src/sysdep.h 34
3701sys_jmp_buf c-src/emacs/src/lisp.h 2906 4103sys_jmp_buf c-src/emacs/src/lisp.h 2906
3702sys_jmp_buf c-src/emacs/src/lisp.h 2910 4104sys_jmp_buf c-src/emacs/src/lisp.h 2910
3703sys_jmp_buf c-src/emacs/src/lisp.h 2916 4105sys_jmp_buf c-src/emacs/src/lisp.h 2916
@@ -3707,18 +4109,26 @@ sys_longjmp c-src/emacs/src/lisp.h /^# define sys_longjmp(j, v) siglongjmp (j, v
3707sys_setjmp c-src/emacs/src/lisp.h /^# define sys_setjmp(j) _setjmp (j)$/ 4109sys_setjmp c-src/emacs/src/lisp.h /^# define sys_setjmp(j) _setjmp (j)$/
3708sys_setjmp c-src/emacs/src/lisp.h /^# define sys_setjmp(j) setjmp (j)$/ 4110sys_setjmp c-src/emacs/src/lisp.h /^# define sys_setjmp(j) setjmp (j)$/
3709sys_setjmp c-src/emacs/src/lisp.h /^# define sys_setjmp(j) sigsetjmp (j, 0)$/ 4111sys_setjmp c-src/emacs/src/lisp.h /^# define sys_setjmp(j) sigsetjmp (j, 0)$/
3710System.Task_Primitives/b ada-src/2ataspri.adb /^package body System.Task_Primitives is$/ 4112syscall_error c-src/sysdep.h 34
3711System.Task_Primitives/s ada-src/2ataspri.ads /^package System.Task_Primitives is$/ 4113t cp-src/c.C 52
3712t1 cp-src/c.C 34 4114t1 cp-src/c.C 34
3713t2 cp-src/c.C 38 4115t2 cp-src/c.C 38
3714T2 cp-src/fail.C 16
3715T3 c.c 163
3716tab_count_words c-src/tab.c /^int tab_count_words(char **tab)$/ 4116tab_count_words c-src/tab.c /^int tab_count_words(char **tab)$/
3717tab_delete_first c-src/tab.c /^int tab_delete_first(char **tab)$/ 4117tab_delete_first c-src/tab.c /^int tab_delete_first(char **tab)$/
3718tab_fill c-src/tab.c /^char **tab_fill(char *str, char delim)$/ 4118tab_fill c-src/tab.c /^char **tab_fill(char *str, char delim)$/
3719tab_free c-src/tab.c /^void tab_free(char **tab)$/ 4119tab_free c-src/tab.c /^void tab_free(char **tab)$/
3720\table tex-src/texinfo.tex /^\\def\\table{\\begingroup\\inENV\\obeylines\\obeyspaces\\/ 4120tag-any-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-any-match-p (_tag)$/
3721\tablez tex-src/texinfo.tex /^\\def\\tablez #1#2#3#4#5#6{%$/ 4121tag-exact-file-name-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-exact-file-name-match-p (tag)$/
4122tag-exact-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-exact-match-p (tag)$/
4123tag-file-name-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-file-name-match-p (tag)$/
4124tag-find-file-of-tag el-src/emacs/lisp/progmodes/etags.el /^(defun tag-find-file-of-tag (file) ; Doc string?$/
4125tag-find-file-of-tag-noselect el-src/emacs/lisp/progmodes/etags.el /^(defun tag-find-file-of-tag-noselect (file)$/
4126tag-implicit-name-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-implicit-name-match-p (tag)$/
4127tag-lines-already-matched el-src/emacs/lisp/progmodes/etags.el /^(defvar tag-lines-already-matched nil$/
4128tag-partial-file-name-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-partial-file-name-match-p (_tag)$/
4129tag-re-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-re-match-p (re)$/
4130tag-symbol-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-symbol-match-p (tag)$/
4131tag-word-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-word-match-p (tag)$/
3722tag1 c-src/dostorture.c /^(*tag1 (sig, handler)) ()$/ 4132tag1 c-src/dostorture.c /^(*tag1 (sig, handler)) ()$/
3723tag1 c-src/h.h 110 4133tag1 c-src/h.h 110
3724tag1 c-src/torture.c /^(*tag1 (sig, handler)) ()$/ 4134tag1 c-src/torture.c /^(*tag1 (sig, handler)) ()$/
@@ -3732,22 +4142,12 @@ tag5 c-src/dostorture.c /^tag5 (handler, arg)$/
3732tag5 c-src/torture.c /^tag5 (handler, arg)$/ 4142tag5 c-src/torture.c /^tag5 (handler, arg)$/
3733tag6 c-src/dostorture.c /^tag6 (void (*handler) (void *), void *arg)$/ 4143tag6 c-src/dostorture.c /^tag6 (void (*handler) (void *), void *arg)$/
3734tag6 c-src/torture.c /^tag6 (void (*handler) (void *), void *arg)$/ 4144tag6 c-src/torture.c /^tag6 (void (*handler) (void *), void *arg)$/
3735tag-any-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-any-match-p (_tag)$/
3736tag-exact-file-name-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-exact-file-name-match-p (tag)$/
3737tag-exact-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-exact-match-p (tag)$/
3738tag-file-name-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-file-name-match-p (tag)$/
3739tag-find-file-of-tag el-src/emacs/lisp/progmodes/etags.el /^(defun tag-find-file-of-tag (file) ; Doc string?$/
3740tag-find-file-of-tag-noselect el-src/emacs/lisp/progmodes/etags.el /^(defun tag-find-file-of-tag-noselect (file)$/
3741taggedfname c-src/etags.c 207
3742tag-implicit-name-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-implicit-name-match-p (tag)$/
3743tag-lines-already-matched el-src/emacs/lisp/progmodes/etags.el /^(defvar tag-lines-already-matched nil$/
3744tag_or_ch c-src/emacs/src/lisp.h 3026 4145tag_or_ch c-src/emacs/src/lisp.h 3026
3745tag-partial-file-name-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-partial-file-name-match-p (_tag)$/ 4146taggedfname c-src/etags.c 207
3746TAG_PTR c-src/emacs/src/lisp.h /^#define TAG_PTR(tag, ptr) \\$/ 4147tags make-src/Makefile /^tags: TAGS$/
3747tag-re-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-re-match-p (re)$/
3748tags-add-tables el-src/emacs/lisp/progmodes/etags.el /^(defcustom tags-add-tables 'ask-user$/ 4148tags-add-tables el-src/emacs/lisp/progmodes/etags.el /^(defcustom tags-add-tables 'ask-user$/
3749tags-apropos-additional-actions el-src/emacs/lisp/progmodes/etags.el /^(defcustom tags-apropos-additional-actions nil$/
3750tags-apropos el-src/emacs/lisp/progmodes/etags.el /^(defun tags-apropos (regexp)$/ 4149tags-apropos el-src/emacs/lisp/progmodes/etags.el /^(defun tags-apropos (regexp)$/
4150tags-apropos-additional-actions el-src/emacs/lisp/progmodes/etags.el /^(defcustom tags-apropos-additional-actions nil$/
3751tags-apropos-function el-src/emacs/lisp/progmodes/etags.el /^(defvar tags-apropos-function nil$/ 4151tags-apropos-function el-src/emacs/lisp/progmodes/etags.el /^(defvar tags-apropos-function nil$/
3752tags-apropos-verbose el-src/emacs/lisp/progmodes/etags.el /^(defcustom tags-apropos-verbose nil$/ 4152tags-apropos-verbose el-src/emacs/lisp/progmodes/etags.el /^(defcustom tags-apropos-verbose nil$/
3753tags-case-fold-search el-src/emacs/lisp/progmodes/etags.el /^(defcustom tags-case-fold-search 'default$/ 4153tags-case-fold-search el-src/emacs/lisp/progmodes/etags.el /^(defcustom tags-case-fold-search 'default$/
@@ -3769,8 +4169,6 @@ tags-loop-eval el-src/emacs/lisp/progmodes/etags.el /^(defun tags-loop-eval (for
3769tags-loop-operate el-src/emacs/lisp/progmodes/etags.el /^(defvar tags-loop-operate nil$/ 4169tags-loop-operate el-src/emacs/lisp/progmodes/etags.el /^(defvar tags-loop-operate nil$/
3770tags-loop-revert-buffers el-src/emacs/lisp/progmodes/etags.el /^(defcustom tags-loop-revert-buffers nil$/ 4170tags-loop-revert-buffers el-src/emacs/lisp/progmodes/etags.el /^(defcustom tags-loop-revert-buffers nil$/
3771tags-loop-scan el-src/emacs/lisp/progmodes/etags.el /^(defvar tags-loop-scan$/ 4171tags-loop-scan el-src/emacs/lisp/progmodes/etags.el /^(defvar tags-loop-scan$/
3772TAGS make-src/Makefile /^TAGS: etags.c$/
3773tags make-src/Makefile /^tags: TAGS$/
3774tags-next-table el-src/emacs/lisp/progmodes/etags.el /^(defun tags-next-table ()$/ 4172tags-next-table el-src/emacs/lisp/progmodes/etags.el /^(defun tags-next-table ()$/
3775tags-query-replace el-src/emacs/lisp/progmodes/etags.el /^(defun tags-query-replace (from to &optional delim/ 4173tags-query-replace el-src/emacs/lisp/progmodes/etags.el /^(defun tags-query-replace (from to &optional delim/
3776tags-recognize-empty-tags-table el-src/emacs/lisp/progmodes/etags.el /^(defun tags-recognize-empty-tags-table ()$/ 4174tags-recognize-empty-tags-table el-src/emacs/lisp/progmodes/etags.el /^(defun tags-recognize-empty-tags-table ()$/
@@ -3796,197 +4194,85 @@ tags-table-set-list el-src/emacs/lisp/progmodes/etags.el /^(defvar tags-table-se
3796tags-tag-face el-src/emacs/lisp/progmodes/etags.el /^(defcustom tags-tag-face 'default$/ 4194tags-tag-face el-src/emacs/lisp/progmodes/etags.el /^(defcustom tags-tag-face 'default$/
3797tags-verify-table el-src/emacs/lisp/progmodes/etags.el /^(defun tags-verify-table (file)$/ 4195tags-verify-table el-src/emacs/lisp/progmodes/etags.el /^(defun tags-verify-table (file)$/
3798tags-with-face el-src/emacs/lisp/progmodes/etags.el /^(defmacro tags-with-face (face &rest body)$/ 4196tags-with-face el-src/emacs/lisp/progmodes/etags.el /^(defmacro tags-with-face (face &rest body)$/
3799tag-symbol-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-symbol-match-p (tag)$/
3800TAG_SYMOFFSET c-src/emacs/src/lisp.h /^#define TAG_SYMOFFSET(offset) \\$/
3801tag-word-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-word-match-p (tag)$/
3802Tapes tex-src/gzip.texi /^@node Tapes, Problems, Environment, Top$/
3803target_multibyte c-src/emacs/src/regex.h 407 4197target_multibyte c-src/emacs/src/regex.h 407
3804TAS_Cell/t ada-src/2ataspri.ads /^ type TAS_Cell is$/
3805TAS_Cell/t ada-src/2ataspri.ads /^ type TAS_Cell is private;$/
3806Task_Control_Block/t ada-src/2ataspri.ads /^ type Task_Control_Block is record$/
3807Task_Storage_Size/t ada-src/2ataspri.ads /^ type Task_Storage_Size is new Interfaces.C.size/
3808Task_Type/b ada-src/etags-test-for.ada /^ task body Task_Type is$/
3809Task_Type/b ada-src/waroquiers.ada /^ task body Task_Type is$/
3810Task_Type/k ada-src/etags-test-for.ada /^ task type Task_Type is$/
3811Task_Type/k ada-src/waroquiers.ada /^ task type Task_Type is$/
3812TCB_Ptr/t ada-src/2ataspri.ads /^ type TCB_Ptr is access all Task_Control_Block;$/
3813TCLFLAGS make-src/Makefile /^TCLFLAGS=--lang=none --regex='\/proc[ \\t]+\\([^ \\t]+/
3814\tclose tex-src/texinfo.tex /^\\def\\tclose##1{\\realbackslash tclose {##1}}%$/
3815\tclose tex-src/texinfo.tex /^\\def\\tclose##1{\\realbackslash tclose {##1}}$/
3816\tclose tex-src/texinfo.tex /^\\def\\tclose#1{{\\rm \\tcloserm=\\fontdimen2\\font \\tt /
3817tcpdump html-src/software.html /^tcpdump$/ 4198tcpdump html-src/software.html /^tcpdump$/
3818t cp-src/c.C 52
3819T cp-src/fail.C 14
3820teats cp-src/c.C 127 4199teats cp-src/c.C 127
3821tee ruby-src/test1.ru /^ attr_accessor :tee$/ 4200tee ruby-src/test1.ru /^ attr_accessor :tee$/
3822tee= ruby-src/test1.ru /^ attr_accessor :tee$/ 4201tee= ruby-src/test1.ru /^ attr_accessor :tee$/
3823temporarily_switch_to_single_kboard c-src/emacs/src/keyboard.c /^temporarily_switch_to_single_kboard (struct frame / 4202temporarily_switch_to_single_kboard c-src/emacs/src/keyboard.c /^temporarily_switch_to_single_kboard (struct frame /
3824tend c-src/etags.c 2432 4203tend c-src/etags.c 2432
3825TERMINALP c-src/emacs/src/lisp.h /^TERMINALP (Lisp_Object a)$/
3826terminateInput objc-src/Subprocess.m /^- terminateInput$/
3827terminate objc-src/Subprocess.m /^- terminate:sender$/
3828term merc-src/accumulator.m /^:- import_module term.$/ 4204term merc-src/accumulator.m /^:- import_module term.$/
3829test1 rs-src/test.rs /^fn test1() {$/ 4205terminate objc-src/Subprocess.m /^- terminate:sender$/
3830Test_Abort/p ada-src/2ataspri.adb /^ procedure Test_Abort is$/ 4206terminateInput objc-src/Subprocess.m /^- terminateInput$/
3831Test_Abort/p ada-src/2ataspri.ads /^ procedure Test_Abort;$/
3832Test_And_Set/p ada-src/2ataspri.adb /^ procedure Test_And_Set (Cell : in out TAS_Cell;/
3833Test_And_Set/p ada-src/2ataspri.ads /^ procedure Test_And_Set (Cell : in out TAS_Cell;/
3834test-begin scm-src/test.scm /^(define-syntax test-begin$/
3835test cp-src/c.C 86
3836test_crlf1 test_crlf.c /^void test_crlf1()$/
3837test_crlf2 tset_crlf.c /^void test_crlf2()$/
3838test c-src/emacs/src/lisp.h 1871 4207test c-src/emacs/src/lisp.h 1871
4208test cp-src/c.C 86
3839test erl-src/gs_dialog.erl /^test() ->$/ 4209test erl-src/gs_dialog.erl /^test() ->$/
3840test go-src/test1.go /^func test(p plus) {$/ 4210test go-src/test1.go /^func test(p plus) {$/
3841test make-src/Makefile /^test:$/ 4211test make-src/Makefile /^test:$/
3842test.me_22a lua-src/test.lua /^ function test.me_22a(one, two)$/
3843test.me22b lua-src/test.lua /^ local function test.me22b (one)$/
3844TEST php-src/ptest.php 1
3845test php-src/ptest.php /^test $/ 4212test php-src/ptest.php /^test $/
4213test-begin scm-src/test.scm /^(define-syntax test-begin$/
4214test.me22b lua-src/test.lua /^ local function test.me22b (one)$/
4215test.me_22a lua-src/test.lua /^ function test.me_22a(one, two)$/
4216test1 rs-src/test.rs /^fn test1() {$/
4217test_crlf1 test_crlf.c /^void test_crlf1()$/
4218test_crlf2 tset_crlf.c /^void test_crlf2()$/
3846test_undefined c-src/emacs/src/keyboard.c /^test_undefined (Lisp_Object binding)$/ 4219test_undefined c-src/emacs/src/keyboard.c /^test_undefined (Lisp_Object binding)$/
3847TEX_clgrp c-src/etags.c 4922
3848TeX_commands c-src/etags.c /^TeX_commands (FILE *inf)$/
3849TEX_decode_env c-src/etags.c /^TEX_decode_env (const char *evarname, const char */
3850TEX_defenv c-src/etags.c 4912
3851TEX_esc c-src/etags.c 4920
3852TeX_help c-src/etags.c 674
3853Texinfo_help c-src/etags.c 688
3854Texinfo_nodes c-src/etags.c /^Texinfo_nodes (FILE *inf)$/
3855Texinfo_suffixes c-src/etags.c 686
3856\texinfoversion tex-src/texinfo.tex /^\\def\\texinfoversion{2.73}$/
3857TEX_LESC c-src/etags.c 4986
3858TEX_mode c-src/etags.c /^TEX_mode (FILE *inf)$/
3859TEX_opgrp c-src/etags.c 4921
3860TEX_SESC c-src/etags.c 4987
3861TEXSRC make-src/Makefile /^TEXSRC=testenv.tex gzip.texi texinfo.tex nonewline/
3862\' tex-src/texinfo.tex /^\\def\\'{{'}}$/
3863\@ tex-src/texinfo.tex /^\\def\\@{@}%$/
3864\` tex-src/texinfo.tex /^\\def\\`{{`}}$/
3865\ tex-src/texinfo.tex /^\\def\\ {{\\fontdimen2\\font=\\tclosesave{} }}%$/
3866\* tex-src/texinfo.tex /^\\def\\*{\\hfil\\break\\hbox{}\\ignorespaces}$/
3867_ tex-src/texinfo.tex /^\\def_{\\ifusingtt\\normalunderscore\\_}$/
3868\_ tex-src/texinfo.tex /^\\def\\_{\\lvvmode \\kern.06em \\vbox{\\hrule width.3em /
3869\_ tex-src/texinfo.tex /^\\def\\_{{\\realbackslash _}}%$/
3870\: tex-src/texinfo.tex /^\\def\\:{\\spacefactor=1000 }$/
3871\. tex-src/texinfo.tex /^\\def\\.{.\\spacefactor=3000 }$/
3872\@ tex-src/texinfo.tex /^\\def\\@{{\\tt \\char '100}}$/
3873| tex-src/texinfo.tex /^\\def|{{\\tt \\char '174}}$/
3874~ tex-src/texinfo.tex /^\\def~{{\\tt \\char '176}}$/
3875+ tex-src/texinfo.tex /^\\def+{{\\tt \\char 43}}$/
3876> tex-src/texinfo.tex /^\\def>{{\\tt \\gtr}}$/
3877^ tex-src/texinfo.tex /^\\def^{{\\tt \\hat}}$/
3878< tex-src/texinfo.tex /^\\def<{{\\tt \\less}}$/
3879\ tex-src/texinfo.tex /^\\gdef\\sepspaces{\\def {\\ }}}$/
3880= tex-src/texinfo.tex /^\\global\\def={{\\tt \\char 61}}}$/
3881= tex-src/texinfo.tex /^\\global\\let\\section = \\appendixsec$/
3882= tex-src/texinfo.tex /^\\global\\let\\section = \\numberedsec$/
3883= tex-src/texinfo.tex /^\\global\\let\\section = \\unnumberedsec$/
3884= tex-src/texinfo.tex /^\\global\\let\\subsection = \\appendixsubsec$/
3885= tex-src/texinfo.tex /^\\global\\let\\subsection = \\numberedsubsec$/
3886= tex-src/texinfo.tex /^\\global\\let\\subsection = \\unnumberedsubsec$/
3887= tex-src/texinfo.tex /^\\global\\let\\subsubsection = \\appendixsubsubsec$/
3888= tex-src/texinfo.tex /^\\global\\let\\subsubsection = \\numberedsubsubsec$/
3889= tex-src/texinfo.tex /^\\global\\let\\subsubsection = \\unnumberedsubsubsec$/
3890TeX_suffixes c-src/etags.c 672
3891\tex tex-src/texinfo.tex /^\\def\\tex{\\begingroup$/
3892\TeX tex-src/texinfo.tex /^\\def\\TeX{\\realbackslash TeX}%$/
3893\TeX tex-src/texinfo.tex /^\\def\\TeX{\\realbackslash TeX}$/
3894\textfonts tex-src/texinfo.tex /^\\def\\textfonts{%$/
3895TEX_toktab c-src/etags.c 4908
3896texttreelist prol-src/natded.prolog /^texttreelist([]).$/ 4220texttreelist prol-src/natded.prolog /^texttreelist([]).$/
3897/TF ps-src/rfc1245.ps /^\/TF { $/
3898\thearg tex-src/texinfo.tex /^ \\def\\thearg{#1}%$/
3899\thearg tex-src/texinfo.tex /^ \\ifx\\thearg\\empty \\def\\thearg{1}\\fi$/
3900there-is-a-=-in-the-middle! scm-src/test.scm /^(define (there-is-a-=-in-the-middle!) #t)$/ 4221there-is-a-=-in-the-middle! scm-src/test.scm /^(define (there-is-a-=-in-the-middle!) #t)$/
3901\thischaptername tex-src/texinfo.tex /^\\def\\thischaptername{No Chapter Title}$/ 4222this c-src/a/b/b.c 1
3902\thischapter tex-src/texinfo.tex /^\\def\\thischapter{} \\def\\thissection{}$/ 4223this-command-keys c-src/emacs/src/keyboard.c /^DEFUN ("this-command-keys", Fthis_command_keys, St/
3903\thischapter tex-src/texinfo.tex /^ \\unnumbchapmacro{#1}\\def\\thischapter{}%$/ 4224this-command-keys-vector c-src/emacs/src/keyboard.c /^DEFUN ("this-command-keys-vector", Fthis_command_k/
4225this-single-command-keys c-src/emacs/src/keyboard.c /^DEFUN ("this-single-command-keys", Fthis_single_co/
4226this-single-command-raw-keys c-src/emacs/src/keyboard.c /^DEFUN ("this-single-command-raw-keys", Fthis_singl/
3904this_command_key_count c-src/emacs/src/keyboard.c 108 4227this_command_key_count c-src/emacs/src/keyboard.c 108
3905this_command_key_count_reset c-src/emacs/src/keyboard.c 112 4228this_command_key_count_reset c-src/emacs/src/keyboard.c 112
3906this_command_keys c-src/emacs/src/keyboard.c 107 4229this_command_keys c-src/emacs/src/keyboard.c 107
3907this-command-keys c-src/emacs/src/keyboard.c /^DEFUN ("this-command-keys", Fthis_command_keys, St/
3908this-command-keys-vector c-src/emacs/src/keyboard.c /^DEFUN ("this-command-keys-vector", Fthis_command_k/
3909this c-src/a/b/b.c 1
3910\thisfile tex-src/texinfo.tex /^\\def\\thisfile{}$/
3911this_file_toc perl-src/htlmify-cystic 29 4230this_file_toc perl-src/htlmify-cystic 29
3912this-single-command-keys c-src/emacs/src/keyboard.c /^DEFUN ("this-single-command-keys", Fthis_single_co/
3913this_single_command_key_start c-src/emacs/src/keyboard.c 125 4231this_single_command_key_start c-src/emacs/src/keyboard.c 125
3914this-single-command-raw-keys c-src/emacs/src/keyboard.c /^DEFUN ("this-single-command-raw-keys", Fthis_singl/
3915\thistitle tex-src/texinfo.tex /^\\def\\thistitle{No Title}$/
3916\tie tex-src/texinfo.tex /^\\def\\tie{\\penalty 10000\\ } % Save plain tex de/
3917tignore c-src/etags.c 2433 4232tignore c-src/etags.c 2433
3918timer_check_2 c-src/emacs/src/keyboard.c /^timer_check_2 (Lisp_Object timers, Lisp_Object idl/
3919timer_check c-src/emacs/src/keyboard.c /^timer_check (void)$/ 4233timer_check c-src/emacs/src/keyboard.c /^timer_check (void)$/
4234timer_check_2 c-src/emacs/src/keyboard.c /^timer_check_2 (Lisp_Object timers, Lisp_Object idl/
3920timer_idleness_start_time c-src/emacs/src/keyboard.c 335 4235timer_idleness_start_time c-src/emacs/src/keyboard.c 335
3921timer_last_idleness_start_time c-src/emacs/src/keyboard.c 340 4236timer_last_idleness_start_time c-src/emacs/src/keyboard.c 340
3922timer_resume_idle c-src/emacs/src/keyboard.c /^timer_resume_idle (void)$/ 4237timer_resume_idle c-src/emacs/src/keyboard.c /^timer_resume_idle (void)$/
3923timers_run c-src/emacs/src/keyboard.c 320
3924timer_start_idle c-src/emacs/src/keyboard.c /^timer_start_idle (void)$/ 4238timer_start_idle c-src/emacs/src/keyboard.c /^timer_start_idle (void)$/
3925timer_stop_idle c-src/emacs/src/keyboard.c /^timer_stop_idle (void)$/ 4239timer_stop_idle c-src/emacs/src/keyboard.c /^timer_stop_idle (void)$/
3926Time_to_position c-src/emacs/src/keyboard.c /^Time_to_position (Time encoded_pos)$/ 4240timers_run c-src/emacs/src/keyboard.c 320
3927tinbody c-src/etags.c 2431 4241tinbody c-src/etags.c 2431
3928\tindex tex-src/texinfo.tex /^\\def\\tindex {\\tpindex}$/
3929\titlefont tex-src/texinfo.tex /^\\def\\titlefont#1{{\\titlerm #1}}$/
3930\titlepage tex-src/texinfo.tex /^\\def\\titlepage{\\begingroup \\parindent=0pt \\textfon/
3931\title tex-src/texinfo.tex /^ \\def\\title{\\parsearg\\titlezzz}%$/
3932\titlezzz tex-src/texinfo.tex /^ \\def\\titlezzz##1{\\leftline{\\titlefont{##1}}$/
3933tkeyseen c-src/etags.c 2429 4242tkeyseen c-src/etags.c 2429
3934tnone c-src/etags.c 2428 4243tnone c-src/etags.c 2428
3935toc_line perl-src/htlmify-cystic /^sub toc_line ($)$/ 4244toc_line perl-src/htlmify-cystic /^sub toc_line ($)$/
3936\today tex-src/texinfo.tex /^\\def\\today{\\number\\day\\space$/
3937toggleDescription objc-src/PackInsp.m /^-toggleDescription$/ 4245toggleDescription objc-src/PackInsp.m /^-toggleDescription$/
3938tok c-src/etags.c 2491 4246tok c-src/etags.c 2491
3939token c-src/etags.c 2508 4247token c-src/etags.c 2508
3940tokenizeatom prol-src/natded.prolog /^tokenizeatom(Atom,Ws):-$/
3941tokenize prol-src/natded.prolog /^tokenize([C1,C2,C3|Cs],Xs-Ys,TsResult):- % spe/
3942tokentab2 y-src/cccp.y 442
3943token y-src/cccp.y 437 4248token y-src/cccp.y 437
3944token y-src/cccp.y 439 4249token y-src/cccp.y 439
3945To_Lower pas-src/common.pas /^function To_Lower;(*(ch:char) : char;*)$/ 4250tokenize prol-src/natded.prolog /^tokenize([C1,C2,C3|Cs],Xs-Ys,TsResult):- % spe/
4251tokenizeatom prol-src/natded.prolog /^tokenizeatom(Atom,Ws):-$/
4252tokentab2 y-src/cccp.y 442
3946tool_bar_item_properties c-src/emacs/src/keyboard.c 7970 4253tool_bar_item_properties c-src/emacs/src/keyboard.c 7970
3947tool_bar_items c-src/emacs/src/keyboard.c /^tool_bar_items (Lisp_Object reuse, int *nitems)$/ 4254tool_bar_items c-src/emacs/src/keyboard.c /^tool_bar_items (Lisp_Object reuse, int *nitems)$/
3948tool_bar_items_vector c-src/emacs/src/keyboard.c 7965 4255tool_bar_items_vector c-src/emacs/src/keyboard.c 7965
3949toolkit_menubar_in_use c-src/emacs/src/keyboard.c /^toolkit_menubar_in_use (struct frame *f)$/ 4256toolkit_menubar_in_use c-src/emacs/src/keyboard.c /^toolkit_menubar_in_use (struct frame *f)$/
3950top_level_1 c-src/emacs/src/keyboard.c /^top_level_1 (Lisp_Object ignore)$/
3951top_level_2 c-src/emacs/src/keyboard.c /^top_level_2 (void)$/
3952top-level c-src/emacs/src/keyboard.c /^DEFUN ("top-level", Ftop_level, Stop_level, 0, 0, / 4257top-level c-src/emacs/src/keyboard.c /^DEFUN ("top-level", Ftop_level, Stop_level, 0, 0, /
3953top_level merc-src/accumulator.m /^:- type top_level$/ 4258top_level merc-src/accumulator.m /^:- type top_level$/
3954Top tex-src/gzip.texi /^@node Top, , , (dir)$/ 4259top_level_1 c-src/emacs/src/keyboard.c /^top_level_1 (Lisp_Object ignore)$/
3955\top tex-src/texinfo.tex /^\\outer\\def\\top{\\parsearg\\unnumberedzzz}$/ 4260top_level_2 c-src/emacs/src/keyboard.c /^top_level_2 (void)$/
3956To_Start_Addr/f ada-src/2ataspri.adb /^ function To_Start_Addr is new$/
3957total_keys c-src/emacs/src/keyboard.c 97 4261total_keys c-src/emacs/src/keyboard.c 97
3958TOTAL_KEYWORDS c-src/etags.c 2325
3959totally_unblock_input c-src/emacs/src/keyboard.c /^totally_unblock_input (void)$/
3960total_size_of_entries c-src/etags.c /^total_size_of_entries (register node *np)$/ 4262total_size_of_entries c-src/etags.c /^total_size_of_entries (register node *np)$/
3961total_surrounding cp-src/conway.cpp /^int site::total_surrounding(void)$/ 4263total_surrounding cp-src/conway.cpp /^int site::total_surrounding(void)$/
3962To_TCB_Ptr/f ada-src/2ataspri.adb /^ function To_TCB_Ptr is new$/ 4264totally_unblock_input c-src/emacs/src/keyboard.c /^totally_unblock_input (void)$/
3963To_Upper pas-src/common.pas /^function To_Upper;(*(ch:char) : char;*)$/
3964To_void_ptr/f ada-src/2ataspri.adb /^ function To_void_ptr is new$/
3965tpcmd c-src/h.h 15 4265tpcmd c-src/h.h 15
3966tpcmd c-src/h.h 8 4266tpcmd c-src/h.h 8
3967/T ps-src/rfc1245.ps /^\/T { $/
3968tracking_off c-src/emacs/src/keyboard.c /^tracking_off (Lisp_Object old_value)$/
3969track-mouse c-src/emacs/src/keyboard.c /^DEFUN ("internal--track-mouse", Ftrack_mouse, Stra/ 4267track-mouse c-src/emacs/src/keyboard.c /^DEFUN ("internal--track-mouse", Ftrack_mouse, Stra/
4268tracking_off c-src/emacs/src/keyboard.c /^tracking_off (Lisp_Object old_value)$/
3970traffic_light cp-src/conway.cpp /^void traffic_light(int x, int y)$/ 4269traffic_light cp-src/conway.cpp /^void traffic_light(int x, int y)$/
3971translate c-src/emacs/src/regex.h 361 4270translate c-src/emacs/src/regex.h 361
3972treats cp-src/c.C 131 4271treats cp-src/c.C 131
3973Truc.Bidule/b ada-src/etags-test-for.ada /^package body Truc.Bidule is$/
3974Truc.Bidule/b ada-src/waroquiers.ada /^package body Truc.Bidule is$/
3975Truc.Bidule/s ada-src/etags-test-for.ada /^package Truc.Bidule is$/
3976Truc.Bidule/s ada-src/waroquiers.ada /^package Truc.Bidule is$/
3977Truc/s ada-src/etags-test-for.ada /^package Truc is$/
3978Truc/s ada-src/waroquiers.ada /^package Truc is$/
3979TSL/s ada-src/2ataspri.adb /^ package TSL renames System.Tasking_Soft_Links;$/
3980tt=cmtt10 tex-src/texinfo.tex /^\\font\\deftt=cmtt10 scaled \\magstep1$/
3981\t tex-src/texinfo.tex /^\\def\\t##1{\\realbackslash r {##1}}%$/
3982\t tex-src/texinfo.tex /^\\def\\t#1{{\\tt \\exhyphenpenalty=10000\\rawbackslash /
3983tt prol-src/natded.prolog /^tt:-$/ 4272tt prol-src/natded.prolog /^tt:-$/
3984\tt tex-src/texinfo.tex /^\\def\\tt{\\realbackslash tt}%$/ 4273tt=cmtt10 tex-src/texinfo.tex /^\\font\\deftt=cmtt10 scaled \\magstep1$/
3985\tt tex-src/texinfo.tex /^\\def\\tt{\\realbackslash tt}$/
3986ttypeseen c-src/etags.c 2430
3987tty_read_avail_input c-src/emacs/src/keyboard.c /^tty_read_avail_input (struct terminal *terminal,$/ 4274tty_read_avail_input c-src/emacs/src/keyboard.c /^tty_read_avail_input (struct terminal *terminal,$/
3988\turnoffactive tex-src/texinfo.tex /^\\def\\turnoffactive{\\let"=\\normaldoublequote$/ 4275ttypeseen c-src/etags.c 2430
3989/two ps-src/rfc1245.ps /^\/two \/three \/four \/five \/six \/seven \/eight \/nine \//
3990typdef c-src/etags.c 2434 4276typdef c-src/etags.c 2434
3991type c-src/emacs/src/gmalloc.c 145 4277type c-src/emacs/src/gmalloc.c 145
3992type c-src/emacs/src/lisp.h 1973 4278type c-src/emacs/src/lisp.h 1973
@@ -4005,226 +4291,112 @@ typefunargs tex-src/texinfo.tex /^\\deftypefunargs {#3}\\endgroup %$/
4005typefunargs tex-src/texinfo.tex /^\\deftypefunargs {#4}\\endgroup %$/ 4291typefunargs tex-src/texinfo.tex /^\\deftypefunargs {#4}\\endgroup %$/
4006typemargin tex-src/texinfo.tex /^\\newskip\\deftypemargin \\deftypemargin=12pt$/ 4292typemargin tex-src/texinfo.tex /^\\newskip\\deftypemargin \\deftypemargin=12pt$/
4007typemargin tex-src/texinfo.tex /^\\rlap{\\rightline{{\\rm #2}\\hskip \\deftypemargin}}}%/ 4293typemargin tex-src/texinfo.tex /^\\rlap{\\rightline{{\\rm #2}\\hskip \\deftypemargin}}}%/
4008TYPE_RANGED_INTEGERP c-src/emacs/src/lisp.h /^#define TYPE_RANGED_INTEGERP(type, x) \\$/ 4294u c-src/emacs/src/lisp.h 2397
4009Type_Specific_Data/t ada-src/etags-test-for.ada /^ type Type_Specific_Data is record$/
4010TYPESTOSTAT objc-src/PackInsp.h 37
4011/Uacute ps-src/rfc1245.ps /^\/Uacute \/Ucircumflex \/Ugrave \/dotlessi \/circumflex/
4012u_any c-src/emacs/src/lisp.h 2214 4295u_any c-src/emacs/src/lisp.h 2214
4013u_boolfwd c-src/emacs/src/lisp.h 2371 4296u_boolfwd c-src/emacs/src/lisp.h 2371
4014u_buffer_objfwd c-src/emacs/src/lisp.h 2373 4297u_buffer_objfwd c-src/emacs/src/lisp.h 2373
4015UCHAR c-src/emacs/src/lisp.h 2424
4016_UCHAR_T c-src/emacs/src/lisp.h 2423
4017U_CHAR y-src/cccp.y 38
4018u c-src/emacs/src/lisp.h 2397
4019/udieresis ps-src/rfc1245.ps /^\/udieresis \/dagger \/.notdef \/cent \/sterling \/secti/
4020u_finalizer c-src/emacs/src/lisp.h 2219 4298u_finalizer c-src/emacs/src/lisp.h 2219
4021u_free c-src/emacs/src/lisp.h 2215 4299u_free c-src/emacs/src/lisp.h 2215
4022u_intfwd c-src/emacs/src/lisp.h 2370 4300u_intfwd c-src/emacs/src/lisp.h 2370
4023u_kboard_objfwd c-src/emacs/src/lisp.h 2374 4301u_kboard_objfwd c-src/emacs/src/lisp.h 2374
4024u_marker c-src/emacs/src/lisp.h 2216 4302u_marker c-src/emacs/src/lisp.h 2216
4303u_objfwd c-src/emacs/src/lisp.h 2372
4304u_overlay c-src/emacs/src/lisp.h 2217
4305u_save_value c-src/emacs/src/lisp.h 2218
4025unargs tex-src/texinfo.tex /^\\defunargs {#2}\\endgroup %$/ 4306unargs tex-src/texinfo.tex /^\\defunargs {#2}\\endgroup %$/
4026unargs tex-src/texinfo.tex /^\\defunargs {#3}\\endgroup %$/ 4307unargs tex-src/texinfo.tex /^\\defunargs {#3}\\endgroup %$/
4027UNARY y-src/cccp.c 18
4028unblock_input c-src/emacs/src/keyboard.c /^unblock_input (void)$/ 4308unblock_input c-src/emacs/src/keyboard.c /^unblock_input (void)$/
4029unblock_input_to c-src/emacs/src/keyboard.c /^unblock_input_to (int level)$/ 4309unblock_input_to c-src/emacs/src/keyboard.c /^unblock_input_to (int level)$/
4030unchar c-src/h.h 99 4310unchar c-src/h.h 99
4031UNDEFINED c-src/h.h 118
4032UNEVALLED c-src/emacs/src/lisp.h 2834
4033unexpand-abbrev c-src/abbrev.c /^DEFUN ("unexpand-abbrev", Funexpand_abbrev, Sunexp/ 4311unexpand-abbrev c-src/abbrev.c /^DEFUN ("unexpand-abbrev", Funexpand_abbrev, Sunexp/
4034UNGCPRO c-src/emacs/src/lisp.h 3202
4035UNGCPRO c-src/emacs/src/lisp.h 3257
4036UNGCPRO c-src/emacs/src/lisp.h 3353
4037univ merc-src/accumulator.m /^:- import_module univ.$/ 4312univ merc-src/accumulator.m /^:- import_module univ.$/
4038UNLOCK_ALIGNED_BLOCKS c-src/emacs/src/gmalloc.c /^#define UNLOCK_ALIGNED_BLOCKS() \\$/
4039UNLOCK_ALIGNED_BLOCKS c-src/emacs/src/gmalloc.c /^#define UNLOCK_ALIGNED_BLOCKS()$/
4040UNLOCK c-src/emacs/src/gmalloc.c /^#define UNLOCK() \\$/
4041UNLOCK c-src/emacs/src/gmalloc.c /^#define UNLOCK()$/
4042Unlock/p ada-src/2ataspri.adb /^ procedure Unlock (L : in out Lock) is$/
4043Unlock/p ada-src/2ataspri.ads /^ procedure Unlock (L : in out Lock);$/
4044\unnchfopen tex-src/texinfo.tex /^\\def\\unnchfopen #1{%$/
4045\unnchfplain tex-src/texinfo.tex /^\\def\\unnchfplain #1{%$/
4046\unnumbchapentry tex-src/texinfo.tex /^\\def\\unnumbchapentry#1#2{\\dochapentry{#1}{#2}}$/
4047\unnumberedsec tex-src/texinfo.tex /^\\outer\\def\\unnumberedsec{\\parsearg\\unnumberedseczz/
4048\unnumberedseczzz tex-src/texinfo.tex /^\\def\\unnumberedseczzz #1{\\seccheck{unnumberedsec}%/
4049\unnumberedsubsec tex-src/texinfo.tex /^\\outer\\def\\unnumberedsubsec{\\parsearg\\unnumberedsu/
4050\unnumberedsubseczzz tex-src/texinfo.tex /^\\def\\unnumberedsubseczzz #1{\\seccheck{unnumberedsu/
4051\unnumberedsubsubsec tex-src/texinfo.tex /^\\outer\\def\\unnumberedsubsubsec{\\parsearg\\unnumbere/
4052\unnumberedsubsubseczzz tex-src/texinfo.tex /^\\def\\unnumberedsubsubseczzz #1{\\seccheck{unnumbere/
4053\unnumbered tex-src/texinfo.tex /^\\outer\\def\\unnumbered{\\parsearg\\unnumberedzzz}$/
4054\unnumberedzzz tex-src/texinfo.tex /^\\def\\unnumberedzzz #1{\\seccheck{unnumbered}%$/
4055\unnumbnoderef tex-src/texinfo.tex /^\\def\\unnumbnoderef{\\ifx\\lastnode\\relax\\else$/
4056\unnumbsecentry tex-src/texinfo.tex /^ \\def\\unnumbsecentry ##1##2{}$/
4057\unnumbsecentry tex-src/texinfo.tex /^\\def\\unnumbsecentry#1#2{\\dosecentry{#1}{#2}}$/
4058\unnumbsetref tex-src/texinfo.tex /^\\def\\unnumbsetref#1{%$/
4059\unnumbsubsecentry tex-src/texinfo.tex /^ \\def\\unnumbsubsecentry ##1##2{}$/
4060\unnumbsubsecentry tex-src/texinfo.tex /^\\def\\unnumbsubsecentry#1#2{\\dosubsecentry{#1}{#2}}/
4061\unnumbsubsubsecentry tex-src/texinfo.tex /^ \\def\\unnumbsubsubsecentry ##1##2{}$/
4062\unnumbsubsubsecentry tex-src/texinfo.tex /^\\def\\unnumbsubsubsecentry#1#2{\\dosubsubsecentry{#1/
4063unravel_univ merc-src/accumulator.m /^:- some [T] pred unravel_univ(univ::in, T::out) is/ 4313unravel_univ merc-src/accumulator.m /^:- some [T] pred unravel_univ(univ::in, T::out) is/
4064unread_switch_frame c-src/emacs/src/keyboard.c 204 4314unread_switch_frame c-src/emacs/src/keyboard.c 204
4065UNSIGNED_CMP c-src/emacs/src/lisp.h /^#define UNSIGNED_CMP(a, op, b) \\$/
4066unsignedp y-src/cccp.y 112 4315unsignedp y-src/cccp.y 112
4067unwind c-src/emacs/src/lisp.h 2962 4316unwind c-src/emacs/src/lisp.h 2962
4068unwind_int c-src/emacs/src/lisp.h 2972 4317unwind_int c-src/emacs/src/lisp.h 2972
4069unwind_ptr c-src/emacs/src/lisp.h 2967 4318unwind_ptr c-src/emacs/src/lisp.h 2967
4070unwind_void c-src/emacs/src/lisp.h 2976 4319unwind_void c-src/emacs/src/lisp.h 2976
4071u_objfwd c-src/emacs/src/lisp.h 2372
4072u_overlay c-src/emacs/src/lisp.h 2217
4073__up c.c 160
4074update_accumulator_pred merc-src/accumulator.m /^:- pred update_accumulator_pred(pred_id::in, proc_/ 4320update_accumulator_pred merc-src/accumulator.m /^:- pred update_accumulator_pred(pred_id::in, proc_/
4075\uppercaseenumerate tex-src/texinfo.tex /^\\def\\uppercaseenumerate{%$/
4076uprintmax_t c-src/emacs/src/lisp.h 149 4321uprintmax_t c-src/emacs/src/lisp.h 149
4077uprintmax_t c-src/emacs/src/lisp.h 154 4322uprintmax_t c-src/emacs/src/lisp.h 154
4078/U ps-src/rfc1245.ps /^\/U { $/
4079usage perl-src/yagrip.pl /^sub usage {$/ 4323usage perl-src/yagrip.pl /^sub usage {$/
4080u_save_value c-src/emacs/src/lisp.h 2218
4081usecharno c-src/etags.c 210 4324usecharno c-src/etags.c 210
4082used c-src/emacs/src/regex.h 347 4325used c-src/emacs/src/regex.h 347
4083used_syntax c-src/emacs/src/regex.h 398 4326used_syntax c-src/emacs/src/regex.h 398
4084USE_LSB_TAG c-src/emacs/src/lisp.h 271
4085USE_LSB_TAG c-src/emacs/src/lisp.h /^DEFINE_GDB_SYMBOL_BEGIN (bool, USE_LSB_TAG)$/
4086USE_PTHREAD c-src/emacs/src/gmalloc.c 25
4087user_cmp_function c-src/emacs/src/lisp.h 1814 4327user_cmp_function c-src/emacs/src/lisp.h 1814
4088UserEdit pyt-src/server.py /^class UserEdit(Frame):$/
4089user_error c-src/emacs/src/keyboard.c /^user_error (const char *msg)$/ 4328user_error c-src/emacs/src/keyboard.c /^user_error (const char *msg)$/
4090user_hash_function c-src/emacs/src/lisp.h 1811 4329user_hash_function c-src/emacs/src/lisp.h 1811
4091User pyt-src/server.py /^class User:$/
4092user_signal_info c-src/emacs/src/keyboard.c 7235 4330user_signal_info c-src/emacs/src/keyboard.c 7235
4093user_signals c-src/emacs/src/keyboard.c 7250 4331user_signals c-src/emacs/src/keyboard.c 7250
4094USE_SAFE_ALLOCA c-src/emacs/src/lisp.h 4560
4095USE_STACK_CONS c-src/emacs/src/lisp.h 4689
4096USE_STACK_LISP_OBJECTS c-src/emacs/src/lisp.h 4652
4097USE_STACK_LISP_OBJECTS c-src/emacs/src/lisp.h 4658
4098USE_STACK_LISP_OBJECTS c-src/emacs/src/lisp.h 4659
4099USE_STACK_STRING c-src/emacs/src/lisp.h 4691
4100usfreelock_ptr/t ada-src/etags-test-for.ada /^ type usfreelock_ptr is access$/ 4332usfreelock_ptr/t ada-src/etags-test-for.ada /^ type usfreelock_ptr is access$/
4101Vabbrev_start_location_buffer c-src/abbrev.c 66
4102Vabbrev_start_location c-src/abbrev.c 63
4103Vabbrev_table_name_list c-src/abbrev.c 43
4104VALBITS c-src/emacs/src/lisp.h 246
4105valcell c-src/emacs/src/lisp.h 2357
4106val c-src/emacs/src/lisp.h 3027 4333val c-src/emacs/src/lisp.h 3027
4107val c-src/emacs/src/lisp.h 691 4334val c-src/emacs/src/lisp.h 691
4108val c-src/getopt.h 84 4335val c-src/getopt.h 84
4109validate php-src/lce_functions.php /^ function validate($value)$/ 4336val prol-src/natded.prolog /^val(X) --> ['['], valseq(X), [']'].$/
4337valcell c-src/emacs/src/lisp.h 2357
4110valid c-src/etags.c 220 4338valid c-src/etags.c 220
4111valid c-src/etags.c 2502 4339valid c-src/etags.c 2502
4340validate php-src/lce_functions.php /^ function validate($value)$/
4112valloc c-src/emacs/src/gmalloc.c /^valloc (size_t size)$/ 4341valloc c-src/emacs/src/gmalloc.c /^valloc (size_t size)$/
4113VALMASK c-src/emacs/src/lisp.h 829
4114VALMASK c-src/emacs/src/lisp.h /^DEFINE_GDB_SYMBOL_BEGIN (EMACS_INT, VALMASK)$/
4115VAL_MAX c-src/emacs/src/lisp.h 263
4116val prol-src/natded.prolog /^val(X) --> ['['], valseq(X), [']'].$/
4117valseq prol-src/natded.prolog /^valseq([Val|Vals]) --> val(Val), plusvalseq(Vals)./ 4342valseq prol-src/natded.prolog /^valseq([Val|Vals]) --> val(Val), plusvalseq(Vals)./
4118ValToNmStr pas-src/common.pas /^function ValToNmStr; (*($/
4119value c-src/emacs/src/lisp.h 687 4343value c-src/emacs/src/lisp.h 687
4120value y-src/cccp.y 112 4344value y-src/cccp.y 112
4121varargs tex-src/texinfo.tex /^\\defvarargs {#2}\\endgroup %$/
4122varargs tex-src/texinfo.tex /^\\defvarargs {#3}\\endgroup %$/
4123var c-src/emacs/src/keyboard.c 11023 4345var c-src/emacs/src/keyboard.c 11023
4124var c-src/emacs/src/lisp.h 3137 4346var c-src/emacs/src/lisp.h 3137
4347varargs tex-src/texinfo.tex /^\\defvarargs {#2}\\endgroup %$/
4348varargs tex-src/texinfo.tex /^\\defvarargs {#3}\\endgroup %$/
4125varset merc-src/accumulator.m /^:- import_module varset.$/ 4349varset merc-src/accumulator.m /^:- import_module varset.$/
4126\var tex-src/texinfo.tex /^\\def\\var##1{\\realbackslash var {##1}}%$/
4127\var tex-src/texinfo.tex /^\\def\\var##1{\\realbackslash var {##1}}$/
4128vcopy c-src/emacs/src/lisp.h /^vcopy (Lisp_Object v, ptrdiff_t offset, Lisp_Objec/ 4350vcopy c-src/emacs/src/lisp.h /^vcopy (Lisp_Object v, ptrdiff_t offset, Lisp_Objec/
4129VECSIZE c-src/emacs/src/lisp.h /^#define VECSIZE(type) \\$/
4130vectorlike_header c-src/emacs/src/lisp.h 1343 4351vectorlike_header c-src/emacs/src/lisp.h 1343
4131VECTORLIKEP c-src/emacs/src/lisp.h /^# define VECTORLIKEP(x) lisp_h_VECTORLIKEP (x)$/
4132VECTORP c-src/emacs/src/lisp.h /^VECTORP (Lisp_Object x)$/
4133verde cp-src/c.C 40 4352verde cp-src/c.C 40
4134verify_ascii c-src/emacs/src/lisp.h /^# define verify_ascii(str) (str)$/
4135verify-tags-table-function el-src/emacs/lisp/progmodes/etags.el /^(defvar verify-tags-table-function nil$/ 4353verify-tags-table-function el-src/emacs/lisp/progmodes/etags.el /^(defvar verify-tags-table-function nil$/
4136VERSION c-src/etags.c 789 4354verify_ascii c-src/emacs/src/lisp.h /^# define verify_ascii(str) (str)$/
4137VERSION erl-src/gs_dialog.erl /^-define(VERSION, '2001.1101').$/
4138VERSION objc-src/PackInsp.m 34
4139Vfundamental_mode_abbrev_table c-src/abbrev.c 52
4140Vglobal_abbrev_table c-src/abbrev.c 48
4141VHDLFLAGS make-src/Makefile /^VHDLFLAGS=--language=none --regex='\/[ \\t]*\\(ARCHIT/
4142vignore c-src/etags.c 2417 4355vignore c-src/etags.c 2417
4143\vindex tex-src/texinfo.tex /^\\def\\vindex {\\vrindex}$/
4144visit-tags-table-buffer el-src/emacs/lisp/progmodes/etags.el /^(defun visit-tags-table-buffer (&optional cont)$/
4145visit-tags-table el-src/emacs/lisp/progmodes/etags.el /^(defun visit-tags-table (file &optional local)$/ 4356visit-tags-table el-src/emacs/lisp/progmodes/etags.el /^(defun visit-tags-table (file &optional local)$/
4146Vlast_abbrev c-src/abbrev.c 70 4357visit-tags-table-buffer el-src/emacs/lisp/progmodes/etags.el /^(defun visit-tags-table-buffer (&optional cont)$/
4147Vlast_abbrev_text c-src/abbrev.c 75
4148Vlispy_mouse_stem c-src/emacs/src/keyboard.c 5172
4149void c-src/emacs/src/lisp.h /^INLINE void (check_cons_list) (void) { lisp_h_chec/ 4358void c-src/emacs/src/lisp.h /^INLINE void (check_cons_list) (void) { lisp_h_chec/
4150voidfuncptr c-src/emacs/src/lisp.h 2108 4359voidfuncptr c-src/emacs/src/lisp.h 2108
4151voidval y-src/cccp.y 115 4360voidval y-src/cccp.y 115
4152/V ps-src/rfc1245.ps /^\/V { $/
4153\vritemindex tex-src/texinfo.tex /^\\def\\vritemindex #1{\\doind {vr}{\\code{#1}}}%$/
4154\vtable tex-src/texinfo.tex /^\\def\\vtable{\\begingroup\\inENV\\obeylines\\obeyspaces/
4155waiting_for_input c-src/emacs/src/keyboard.c 150
4156WAIT_READING_MAX c-src/emacs/src/lisp.h 4281
4157WAIT_READING_MAX c-src/emacs/src/lisp.h 4283
4158wait_status_ptr_t c.c 161 4361wait_status_ptr_t c.c 161
4159WARNINGS make-src/Makefile /^WARNINGS=-pedantic -Wall -Wpointer-arith -Winline / 4362waiting_for_input c-src/emacs/src/keyboard.c 150
4160warning y-src/cccp.y /^warning (msg)$/ 4363warning y-src/cccp.y /^warning (msg)$/
4161/wbytes ps-src/rfc1245.ps /^\/wbytes { $/
4162WCHAR_TYPE_SIZE y-src/cccp.y 99
4163weak_alias c-src/emacs/src/gmalloc.c /^weak_alias (free, cfree)$/
4164weak c-src/emacs/src/lisp.h 1830 4364weak c-src/emacs/src/lisp.h 1830
4365weak_alias c-src/emacs/src/gmalloc.c /^weak_alias (free, cfree)$/
4165web ftp publish make-src/Makefile /^web ftp publish:$/ 4366web ftp publish make-src/Makefile /^web ftp publish:$/
4166what c-src/etags.c 252 4367what c-src/etags.c 252
4167wheel_syms c-src/emacs/src/keyboard.c 4628 4368wheel_syms c-src/emacs/src/keyboard.c 4628
4168where cp-src/clheir.hpp 77
4169where c-src/emacs/src/lisp.h 2348 4369where c-src/emacs/src/lisp.h 2348
4170where c-src/emacs/src/lisp.h 2980 4370where c-src/emacs/src/lisp.h 2980
4371where cp-src/clheir.hpp 77
4171where_in_registry cp-src/clheir.hpp 15 4372where_in_registry cp-src/clheir.hpp 15
4172WHITE cp-src/screen.hpp 27
4173/wh ps-src/rfc1245.ps /^\/wh { $/
4174WINDOW_CONFIGURATIONP c-src/emacs/src/lisp.h /^WINDOW_CONFIGURATIONP (Lisp_Object a)$/
4175WINDOWP c-src/emacs/src/lisp.h /^WINDOWP (Lisp_Object a)$/
4176WINDOWSNT c-src/etags.c 101
4177WINDOWSNT c-src/etags.c 102
4178windowWillClose objcpp-src/SimpleCalc.M /^- windowWillClose:sender$/ 4373windowWillClose objcpp-src/SimpleCalc.M /^- windowWillClose:sender$/
4179wipe_kboard c-src/emacs/src/keyboard.c /^wipe_kboard (KBOARD *kb)$/ 4374wipe_kboard c-src/emacs/src/keyboard.c /^wipe_kboard (KBOARD *kb)$/
4180womboid c-src/h.h 63 4375womboid c-src/h.h 63
4181womboid c-src/h.h 75 4376womboid c-src/h.h 75
4182word_size c-src/emacs/src/lisp.h 1473 4377word_size c-src/emacs/src/lisp.h 1473
4183WorkingDays cp-src/functions.cpp /^int WorkingDays(Date a, Date b){$/ 4378write php-src/lce_functions.php /^ function write($save="yes")$/
4184WORKING objc-src/PackInsp.m 368 4379write php-src/lce_functions.php /^ function write()$/
4185/W ps-src/rfc1245.ps /^\/W { $/
4186write1= ruby-src/test1.ru /^ attr_reader :read1 , :read2; attr_writer :writ/ 4380write1= ruby-src/test1.ru /^ attr_reader :read1 , :read2; attr_writer :writ/
4187write2= ruby-src/test1.ru /^ attr_reader :read1 , :read2; attr_writer :writ/ 4381write2= ruby-src/test1.ru /^ attr_reader :read1 , :read2; attr_writer :writ/
4188write_abbrev c-src/abbrev.c /^write_abbrev (sym, stream)$/ 4382write_abbrev c-src/abbrev.c /^write_abbrev (sym, stream)$/
4189writebreaklex prol-src/natded.prolog /^writebreaklex([]).$/
4190writebreak prol-src/natded.prolog /^writebreak([]).$/
4191writecat prol-src/natded.prolog /^writecat(np(ind(sng),nm(_)),np,[],[]):-!.$/
4192write_classname c-src/etags.c /^write_classname (linebuffer *cn, const char *quali/ 4383write_classname c-src/etags.c /^write_classname (linebuffer *cn, const char *quali/
4193write_lex_cat prol-src/natded.prolog /^write_lex_cat(File):-$/
4194write_lex prol-src/natded.prolog /^write_lex(File):-$/ 4384write_lex prol-src/natded.prolog /^write_lex(File):-$/
4385write_lex_cat prol-src/natded.prolog /^write_lex_cat(File):-$/
4386write_xyc cp-src/screen.cpp /^void write_xyc(int x, int y, char c)$/
4387writebreak prol-src/natded.prolog /^writebreak([]).$/
4388writebreaklex prol-src/natded.prolog /^writebreaklex([]).$/
4389writecat prol-src/natded.prolog /^writecat(np(ind(sng),nm(_)),np,[],[]):-!.$/
4195writelist prol-src/natded.prolog /^writelist([der(Ws)|Ws2]):-$/ 4390writelist prol-src/natded.prolog /^writelist([der(Ws)|Ws2]):-$/
4196writelistsubs prol-src/natded.prolog /^writelistsubs([],X):-$/ 4391writelistsubs prol-src/natded.prolog /^writelistsubs([],X):-$/
4197Write_Lock/p ada-src/2ataspri.adb /^ procedure Write_Lock (L : in out Lock; Ceiling_/
4198Write_Lock/p ada-src/2ataspri.ads /^ procedure Write_Lock (L : in out Lock; Ceiling_/
4199writenamestring pas-src/common.pas /^procedure writenamestring;(*($/ 4392writenamestring pas-src/common.pas /^procedure writenamestring;(*($/
4200write php-src/lce_functions.php /^ function write()$/
4201write php-src/lce_functions.php /^ function write($save="yes")$/
4202writesubs prol-src/natded.prolog /^writesubs([]).$/ 4393writesubs prol-src/natded.prolog /^writesubs([]).$/
4203writesups prol-src/natded.prolog /^writesups([]).$/ 4394writesups prol-src/natded.prolog /^writesups([]).$/
4204write_xyc cp-src/screen.cpp /^void write_xyc(int x, int y, char c)$/
4205written c-src/etags.c 211 4395written c-src/etags.c 211
4206\w tex-src/texinfo.tex /^\\def\\w#1{\\leavevmode\\hbox{#1}}$/
4207\w tex-src/texinfo.tex /^\\def\\w{\\realbackslash w }%$/
4208\w tex-src/texinfo.tex /^\\def\\w{\\realbackslash w}$/
4209XBOOL_VECTOR c-src/emacs/src/lisp.h /^XBOOL_VECTOR (Lisp_Object a)$/
4210XBUFFER c-src/emacs/src/lisp.h /^XBUFFER (Lisp_Object a)$/
4211XBUFFER_OBJFWD c-src/emacs/src/lisp.h /^XBUFFER_OBJFWD (union Lisp_Fwd *a)$/
4212xcar_addr c-src/emacs/src/lisp.h /^xcar_addr (Lisp_Object c)$/
4213XCAR c-src/emacs/src/lisp.h /^# define XCAR(c) lisp_h_XCAR (c)$/
4214x c.c 153 4396x c.c 153
4215x c.c 179 4397x c.c 179
4216x c.c 188 4398x c.c 188
4217x c.c 189 4399x c.c 189
4218xcdr_addr c-src/emacs/src/lisp.h /^xcdr_addr (Lisp_Object c)$/
4219XCDR c-src/emacs/src/lisp.h /^# define XCDR(c) lisp_h_XCDR (c)$/
4220XCHAR_TABLE c-src/emacs/src/lisp.h /^XCHAR_TABLE (Lisp_Object a)$/
4221XCHG_0 c-src/sysdep.h 47
4222XCHG_1 c-src/sysdep.h 48
4223XCHG_2 c-src/sysdep.h 49
4224XCHG_3 c-src/sysdep.h 50
4225XCHG_4 c-src/sysdep.h 51
4226XCHG_5 c-src/sysdep.h 52
4227XCONS c-src/emacs/src/lisp.h /^# define XCONS(a) lisp_h_XCONS (a)$/
4228x cp-src/c.C 53 4400x cp-src/c.C 53
4229x cp-src/c.C 80 4401x cp-src/c.C 80
4230x cp-src/clheir.hpp 49 4402x cp-src/clheir.hpp 49
@@ -4232,253 +4404,81 @@ x cp-src/clheir.hpp 58
4232x cp-src/conway.hpp 7 4404x cp-src/conway.hpp 7
4233x cp-src/fail.C 10 4405x cp-src/fail.C 10
4234x cp-src/fail.C 44 4406x cp-src/fail.C 44
4235X c-src/h.h 100 4407x tex-src/texinfo.tex /^\\refx{#1-snt}{} [\\printednodename], page\\tie\\refx{/
4236XDEFUN c.c /^XDEFUN ("x-get-selection-internal", Fx_get_selecti/
4237xdiff make-src/Makefile /^xdiff: ETAGS EXTAGS ${infiles}$/
4238XFASTINT c-src/emacs/src/lisp.h /^# define XFASTINT(a) lisp_h_XFASTINT (a)$/
4239XFASTINT c-src/emacs/src/lisp.h /^XFASTINT (Lisp_Object a)$/
4240XFINALIZER c-src/emacs/src/lisp.h /^XFINALIZER (Lisp_Object a)$/
4241XFLOAT c-src/emacs/src/lisp.h /^XFLOAT (Lisp_Object a)$/
4242XFLOAT_DATA c-src/emacs/src/lisp.h /^XFLOAT_DATA (Lisp_Object f)$/
4243XFLOATINT c-src/emacs/src/lisp.h /^XFLOATINT (Lisp_Object n)$/
4244XFWDTYPE c-src/emacs/src/lisp.h /^XFWDTYPE (union Lisp_Fwd *a)$/
4245x-get-selection-internal c.c /^DEFUN ("x-get-selection-internal", Fx_get_selectio/
4246x-get-selection-internal c.c /^ Fx_get_selection_internal, Sx_get_selection/ 4408x-get-selection-internal c.c /^ Fx_get_selection_internal, Sx_get_selection/
4247XHASH c-src/emacs/src/lisp.h /^# define XHASH(a) lisp_h_XHASH (a)$/ 4409x-get-selection-internal c.c /^DEFUN ("x-get-selection-internal", Fx_get_selectio/
4248XHASH_TABLE c-src/emacs/src/lisp.h /^XHASH_TABLE (Lisp_Object a)$/ 4410xcar_addr c-src/emacs/src/lisp.h /^xcar_addr (Lisp_Object c)$/
4249XIL c-src/emacs/src/lisp.h /^# define XIL(i) lisp_h_XIL (i)$/ 4411xcdr_addr c-src/emacs/src/lisp.h /^xcdr_addr (Lisp_Object c)$/
4250XINT c-src/emacs/src/lisp.h /^# define XINT(a) lisp_h_XINT (a)$/ 4412xdiff make-src/Makefile /^xdiff: ETAGS EXTAGS ${infiles}$/
4251XINT c-src/emacs/src/lisp.h /^XINT (Lisp_Object a)$/
4252XINTPTR c-src/emacs/src/lisp.h /^XINTPTR (Lisp_Object a)$/
4253\xitem tex-src/texinfo.tex /^\\def\\xitem{\\errmessage{@xitem while not in a table/
4254\xitemx tex-src/texinfo.tex /^\\def\\xitemx{\\errmessage{@xitemx while not in a tab/
4255\xitemzzz tex-src/texinfo.tex /^\\def\\xitemzzz #1{\\dosubind {kw}{\\code{#1}}{for {\\b/
4256\xkey tex-src/texinfo.tex /^\\def\\xkey{\\key}$/
4257XLI_BUILTIN_LISPSYM c-src/emacs/src/lisp.h /^#define XLI_BUILTIN_LISPSYM(iname) TAG_SYMOFFSET (/
4258XLI c-src/emacs/src/lisp.h /^# define XLI(o) lisp_h_XLI (o)$/
4259xmalloc c-src/etags.c /^xmalloc (size_t size)$/ 4413xmalloc c-src/etags.c /^xmalloc (size_t size)$/
4260XMARKER c-src/emacs/src/lisp.h /^XMARKER (Lisp_Object a)$/
4261XMISCANY c-src/emacs/src/lisp.h /^XMISCANY (Lisp_Object a)$/
4262XMISC c-src/emacs/src/lisp.h /^XMISC (Lisp_Object a)$/
4263XMISCTYPE c-src/emacs/src/lisp.h /^XMISCTYPE (Lisp_Object a)$/
4264xnew c-src/etags.c /^#define xnew(n, Type) ((Type *) xmalloc ((n) / 4414xnew c-src/etags.c /^#define xnew(n, Type) ((Type *) xmalloc ((n) /
4265XOVERLAY c-src/emacs/src/lisp.h /^XOVERLAY (Lisp_Object a)$/
4266XPNTR c-src/emacs/src/lisp.h /^# define XPNTR(a) lisp_h_XPNTR (a)$/
4267XPROCESS c-src/emacs/src/lisp.h /^XPROCESS (Lisp_Object a)$/
4268/X ps-src/rfc1245.ps /^\/X { $/
4269\xrdef tex-src/texinfo.tex /^\\def\\xrdef #1#2{$/
4270xrealloc c-src/etags.c /^xrealloc (void *ptr, size_t size)$/ 4415xrealloc c-src/etags.c /^xrealloc (void *ptr, size_t size)$/
4271xref-etags-location el-src/emacs/lisp/progmodes/etags.el /^(defclass xref-etags-location (xref-location)$/ 4416xref-etags-location el-src/emacs/lisp/progmodes/etags.el /^(defclass xref-etags-location (xref-location)$/
4272xref-location-line el-src/emacs/lisp/progmodes/etags.el /^(cl-defmethod xref-location-line ((l xref-etags-lo/ 4417xref-location-line el-src/emacs/lisp/progmodes/etags.el /^(cl-defmethod xref-location-line ((l xref-etags-lo/
4273xref-location-marker el-src/emacs/lisp/progmodes/etags.el /^(cl-defmethod xref-location-marker ((l xref-etags-/ 4418xref-location-marker el-src/emacs/lisp/progmodes/etags.el /^(cl-defmethod xref-location-marker ((l xref-etags-/
4274xref-make-etags-location el-src/emacs/lisp/progmodes/etags.el /^(defun xref-make-etags-location (tag-info file)$/ 4419xref-make-etags-location el-src/emacs/lisp/progmodes/etags.el /^(defun xref-make-etags-location (tag-info file)$/
4275\xref tex-src/texinfo.tex /^\\def\\xref#1{See \\xrefX[#1,,,,,,,]}$/
4276\xrefX[ tex-src/texinfo.tex /^\\def\\xrefX[#1,#2,#3,#4,#5,#6]{\\begingroup%$/
4277xrnew c-src/etags.c /^#define xrnew(op, n, Type) ((op) = (Type *) xreall/ 4420xrnew c-src/etags.c /^#define xrnew(op, n, Type) ((op) = (Type *) xreall/
4278XSAVE_FUNCPOINTER c-src/emacs/src/lisp.h /^XSAVE_FUNCPOINTER (Lisp_Object obj, int n)$/
4279XSAVE_INTEGER c-src/emacs/src/lisp.h /^XSAVE_INTEGER (Lisp_Object obj, int n)$/
4280XSAVE_OBJECT c-src/emacs/src/lisp.h /^XSAVE_OBJECT (Lisp_Object obj, int n)$/
4281XSAVE_POINTER c-src/emacs/src/lisp.h /^XSAVE_POINTER (Lisp_Object obj, int n)$/
4282XSAVE_VALUE c-src/emacs/src/lisp.h /^XSAVE_VALUE (Lisp_Object a)$/
4283XSETBOOL_VECTOR c-src/emacs/src/lisp.h /^#define XSETBOOL_VECTOR(a, b) (XSETPSEUDOVECTOR (a/
4284XSETBUFFER c-src/emacs/src/lisp.h /^#define XSETBUFFER(a, b) (XSETPSEUDOVECTOR (a, b, /
4285XSETCDR c-src/emacs/src/lisp.h /^XSETCDR (Lisp_Object c, Lisp_Object n)$/
4286XSETCHAR_TABLE c-src/emacs/src/lisp.h /^#define XSETCHAR_TABLE(a, b) (XSETPSEUDOVECTOR (a,/
4287XSETCOMPILED c-src/emacs/src/lisp.h /^#define XSETCOMPILED(a, b) (XSETPSEUDOVECTOR (a, b/
4288XSETCONS c-src/emacs/src/lisp.h /^#define XSETCONS(a, b) ((a) = make_lisp_ptr (b, Li/
4289XSETFASTINT c-src/emacs/src/lisp.h /^#define XSETFASTINT(a, b) ((a) = make_natnum (b))$/
4290XSETFLOAT c-src/emacs/src/lisp.h /^#define XSETFLOAT(a, b) ((a) = make_lisp_ptr (b, L/
4291XSET_HASH_TABLE c-src/emacs/src/lisp.h /^#define XSET_HASH_TABLE(VAR, PTR) \\$/
4292XSETINT c-src/emacs/src/lisp.h /^#define XSETINT(a, b) ((a) = make_number (b))$/
4293XSETMISC c-src/emacs/src/lisp.h /^#define XSETMISC(a, b) ((a) = make_lisp_ptr (b, Li/
4294XSETPROCESS c-src/emacs/src/lisp.h /^#define XSETPROCESS(a, b) (XSETPSEUDOVECTOR (a, b,/
4295XSETPSEUDOVECTOR c-src/emacs/src/lisp.h /^#define XSETPSEUDOVECTOR(a, b, code) \\$/
4296XSETPVECTYPE c-src/emacs/src/lisp.h /^#define XSETPVECTYPE(v, code) \\$/
4297XSETPVECTYPESIZE c-src/emacs/src/lisp.h /^#define XSETPVECTYPESIZE(v, code, lispsize, restsi/
4298XSETSTRING c-src/emacs/src/lisp.h /^#define XSETSTRING(a, b) ((a) = make_lisp_ptr (b, /
4299XSETSUB_CHAR_TABLE c-src/emacs/src/lisp.h /^#define XSETSUB_CHAR_TABLE(a, b) (XSETPSEUDOVECTOR/
4300XSETSUBR c-src/emacs/src/lisp.h /^#define XSETSUBR(a, b) (XSETPSEUDOVECTOR (a, b, PV/
4301XSETSYMBOL c-src/emacs/src/lisp.h /^#define XSETSYMBOL(a, b) ((a) = make_lisp_symbol (/
4302XSETTERMINAL c-src/emacs/src/lisp.h /^#define XSETTERMINAL(a, b) (XSETPSEUDOVECTOR (a, b/
4303XSETTYPED_PSEUDOVECTOR c-src/emacs/src/lisp.h /^#define XSETTYPED_PSEUDOVECTOR(a, b, size, code) /
4304XSETVECTOR c-src/emacs/src/lisp.h /^#define XSETVECTOR(a, b) ((a) = make_lisp_ptr (b, /
4305XSETWINDOW_CONFIGURATION c-src/emacs/src/lisp.h /^#define XSETWINDOW_CONFIGURATION(a, b) \\$/
4306XSETWINDOW c-src/emacs/src/lisp.h /^#define XSETWINDOW(a, b) (XSETPSEUDOVECTOR (a, b, /
4307XSTRING c-src/emacs/src/lisp.h /^XSTRING (Lisp_Object a)$/
4308XSUB_CHAR_TABLE c-src/emacs/src/lisp.h /^XSUB_CHAR_TABLE (Lisp_Object a)$/
4309XSUBR c-src/emacs/src/lisp.h /^XSUBR (Lisp_Object a)$/
4310XSYMBOL c-src/emacs/src/lisp.h /^# define XSYMBOL(a) lisp_h_XSYMBOL (a)$/
4311XSYMBOL c-src/emacs/src/lisp.h /^XSYMBOL (Lisp_Object a)$/
4312XTERMINAL c-src/emacs/src/lisp.h /^XTERMINAL (Lisp_Object a)$/
4313x tex-src/texinfo.tex /^\\refx{#1-snt}{} [\\printednodename], page\\tie\\refx{/
4314XTYPE c-src/emacs/src/lisp.h /^# define XTYPE(a) lisp_h_XTYPE (a)$/
4315XTYPE c-src/emacs/src/lisp.h /^XTYPE (Lisp_Object a)$/
4316XUNTAG c-src/emacs/src/lisp.h /^# define XUNTAG(a, type) lisp_h_XUNTAG (a, type)$/
4317XUNTAG c-src/emacs/src/lisp.h /^XUNTAG (Lisp_Object a, int type)$/
4318XWINDOW c-src/emacs/src/lisp.h /^XWINDOW (Lisp_Object a)$/
4319XX cp-src/x.cc 1
4320xx make-src/Makefile /^xx="this line is here because of a fontlock bug$/ 4421xx make-src/Makefile /^xx="this line is here because of a fontlock bug$/
4321xyz ruby-src/test1.ru /^ alias_method :xyz,$/ 4422xyz ruby-src/test1.ru /^ alias_method :xyz,$/
4322Xyzzy ruby-src/test1.ru 13
4323YACC c-src/etags.c 2199
4324Yacc_entries c-src/etags.c /^Yacc_entries (FILE *inf)$/
4325Yacc_help c-src/etags.c 693
4326Yacc_suffixes c-src/etags.c 691
4327\Yappendixletterandtype tex-src/texinfo.tex /^\\def\\Yappendixletterandtype{%$/
4328y cp-src/clheir.hpp 49 4423y cp-src/clheir.hpp 49
4329y cp-src/clheir.hpp 58 4424y cp-src/clheir.hpp 58
4330y cp-src/conway.hpp 7 4425y cp-src/conway.hpp 7
4331Y c-src/h.h 100
4332YELLOW cp-src/screen.hpp 26
4333/yen ps-src/rfc1245.ps /^\/yen \/.notdef \/.notdef \/.notdef \/.notdef \/.notdef /
4334y-get-selection-internal c.c /^ Fy_get_selection_internal, Sy_get_selection_/ 4426y-get-selection-internal c.c /^ Fy_get_selection_internal, Sy_get_selection_/
4335\Ynothing tex-src/texinfo.tex /^\\def\\Ynothing{}$/
4336\Ypagenumber tex-src/texinfo.tex /^\\def\\Ypagenumber{\\folio}$/
4337/Y ps-src/rfc1245.ps /^\/Y { $/
4338\Ysectionnumberandtype tex-src/texinfo.tex /^\\def\\Ysectionnumberandtype{%$/
4339YSRC make-src/Makefile /^YSRC=parse.y parse.c atest.y cccp.c cccp.y$/
4340\Ytitle tex-src/texinfo.tex /^\\def\\Ytitle{\\thischapter}$/
4341YYABORT /usr/share/bison/bison.simple 153
4342YYABORT /usr/share/bison/bison.simple 154
4343YYACCEPT /usr/share/bison/bison.simple 152
4344YYACCEPT /usr/share/bison/bison.simple 153
4345yyalloc /usr/share/bison/bison.simple 83 4427yyalloc /usr/share/bison/bison.simple 83
4346yyalloc /usr/share/bison/bison.simple 84 4428yyalloc /usr/share/bison/bison.simple 84
4347YYBACKUP /usr/share/bison/bison.simple /^#define YYBACKUP(Token, Value) \\$/
4348YYBISON y-src/cccp.c 4
4349YYBISON y-src/parse.c 4
4350yyclearin /usr/share/bison/bison.simple 149 4429yyclearin /usr/share/bison/bison.simple 149
4351yyclearin /usr/share/bison/bison.simple 150 4430yyclearin /usr/share/bison/bison.simple 150
4352yydebug /usr/share/bison/bison.simple 237 4431yydebug /usr/share/bison/bison.simple 237
4353yydebug /usr/share/bison/bison.simple 238 4432yydebug /usr/share/bison/bison.simple 238
4354YY_DECL_NON_LSP_VARIABLES /usr/share/bison/bison.simple 374
4355YY_DECL_VARIABLES /usr/share/bison/bison.simple 385
4356YY_DECL_VARIABLES /usr/share/bison/bison.simple 391
4357YYDPRINTF /usr/share/bison/bison.simple /^# define YYDPRINTF(Args) \\$/
4358YYDPRINTF /usr/share/bison/bison.simple /^# define YYDPRINTF(Args)$/
4359YYEMPTY /usr/share/bison/bison.simple 150
4360YYEMPTY /usr/share/bison/bison.simple 151
4361YYEOF /usr/share/bison/bison.simple 151
4362YYEOF /usr/share/bison/bison.simple 152
4363YYERRCODE /usr/share/bison/bison.simple 178
4364YYERRCODE /usr/share/bison/bison.simple 179
4365yyerrhandle /usr/share/bison/bison.simple 848 4433yyerrhandle /usr/share/bison/bison.simple 848
4366yyerrlab1 /usr/share/bison/bison.simple 823 4434yyerrlab1 /usr/share/bison/bison.simple 823
4367yyerrok /usr/share/bison/bison.simple 148 4435yyerrok /usr/share/bison/bison.simple 148
4368yyerrok /usr/share/bison/bison.simple 149 4436yyerrok /usr/share/bison/bison.simple 149
4369YYERROR /usr/share/bison/bison.simple 154
4370YYERROR /usr/share/bison/bison.simple 155
4371yyerror y-src/cccp.y /^yyerror (s)$/ 4437yyerror y-src/cccp.y /^yyerror (s)$/
4372yyerrstatus /usr/share/bison/bison.simple 846 4438yyerrstatus /usr/share/bison/bison.simple 846
4373YYFAIL /usr/share/bison/bison.simple 158
4374YYFAIL /usr/share/bison/bison.simple 159
4375YYFPRINTF /usr/share/bison/bison.simple 225
4376YYFPRINTF /usr/share/bison/bison.simple 226
4377YYINITDEPTH /usr/share/bison/bison.simple 244
4378YYINITDEPTH /usr/share/bison/bison.simple 245
4379YYLEX /usr/share/bison/bison.simple 200
4380YYLEX /usr/share/bison/bison.simple 201
4381YYLEX /usr/share/bison/bison.simple 202
4382YYLEX /usr/share/bison/bison.simple 203
4383YYLEX /usr/share/bison/bison.simple 206
4384YYLEX /usr/share/bison/bison.simple 207
4385YYLEX /usr/share/bison/bison.simple 208
4386YYLEX /usr/share/bison/bison.simple 209
4387YYLEX /usr/share/bison/bison.simple 212
4388YYLEX /usr/share/bison/bison.simple 213
4389yylex y-src/cccp.y /^yylex ()$/ 4439yylex y-src/cccp.y /^yylex ()$/
4390YYLLOC_DEFAULT /usr/share/bison/bison.simple /^# define YYLLOC_DEFAULT(Current, Rhs, N) \\$/
4391yylsp /usr/share/bison/bison.simple 748
4392yylsp /usr/share/bison/bison.simple 921
4393yyls /usr/share/bison/bison.simple 88 4440yyls /usr/share/bison/bison.simple 88
4394yyls /usr/share/bison/bison.simple 89 4441yyls /usr/share/bison/bison.simple 89
4395YYMAXDEPTH /usr/share/bison/bison.simple 255 4442yylsp /usr/share/bison/bison.simple 748
4396YYMAXDEPTH /usr/share/bison/bison.simple 256 4443yylsp /usr/share/bison/bison.simple 921
4397YYMAXDEPTH /usr/share/bison/bison.simple 259 4444yymemcpy /usr/share/bison/bison.simple /^yymemcpy (char *yyto, const char *yyfrom, YYSIZE_T/
4398YYMAXDEPTH /usr/share/bison/bison.simple 260
4399yymemcpy /usr/share/bison/bison.simple 264 4445yymemcpy /usr/share/bison/bison.simple 264
4400yymemcpy /usr/share/bison/bison.simple 265 4446yymemcpy /usr/share/bison/bison.simple 265
4401yymemcpy /usr/share/bison/bison.simple /^yymemcpy (char *yyto, const char *yyfrom, YYSIZE_T/
4402yynewstate /usr/share/bison/bison.simple 763
4403yynewstate /usr/share/bison/bison.simple 925
4404yyn /usr/share/bison/bison.simple 755 4447yyn /usr/share/bison/bison.simple 755
4405yyn /usr/share/bison/bison.simple 861 4448yyn /usr/share/bison/bison.simple 861
4406yyn /usr/share/bison/bison.simple 895 4449yyn /usr/share/bison/bison.simple 895
4407yyn /usr/share/bison/bison.simple 903 4450yyn /usr/share/bison/bison.simple 903
4408YYPARSE_PARAM_ARG /usr/share/bison/bison.simple 351 4451yynewstate /usr/share/bison/bison.simple 763
4409YYPARSE_PARAM_ARG /usr/share/bison/bison.simple 354 4452yynewstate /usr/share/bison/bison.simple 925
4410YYPARSE_PARAM_ARG /usr/share/bison/bison.simple 358
4411YYPARSE_PARAM_DECL /usr/share/bison/bison.simple 352
4412YYPARSE_PARAM_DECL /usr/share/bison/bison.simple 355
4413YYPARSE_PARAM_DECL /usr/share/bison/bison.simple 359
4414yyparse /usr/share/bison/bison.simple /^yyparse (YYPARSE_PARAM_ARG)$/ 4453yyparse /usr/share/bison/bison.simple /^yyparse (YYPARSE_PARAM_ARG)$/
4415YYPOPSTACK /usr/share/bison/bison.simple 445
4416YYPOPSTACK /usr/share/bison/bison.simple 447
4417YYRECOVERING /usr/share/bison/bison.simple /^#define YYRECOVERING() (!!yyerrstatus)$/
4418yyresult /usr/share/bison/bison.simple 932 4454yyresult /usr/share/bison/bison.simple 932
4419yyresult /usr/share/bison/bison.simple 939 4455yyresult /usr/share/bison/bison.simple 939
4420yyresult /usr/share/bison/bison.simple 947 4456yyresult /usr/share/bison/bison.simple 947
4421yyreturn /usr/share/bison/bison.simple 933 4457yyreturn /usr/share/bison/bison.simple 933
4422yyreturn /usr/share/bison/bison.simple 940 4458yyreturn /usr/share/bison/bison.simple 940
4423YYSIZE_T /usr/share/bison/bison.simple 128
4424YYSIZE_T /usr/share/bison/bison.simple 129
4425YYSIZE_T /usr/share/bison/bison.simple 131
4426YYSIZE_T /usr/share/bison/bison.simple 132
4427YYSIZE_T /usr/share/bison/bison.simple 136
4428YYSIZE_T /usr/share/bison/bison.simple 137
4429YYSIZE_T /usr/share/bison/bison.simple 140
4430YYSIZE_T /usr/share/bison/bison.simple 141
4431YYSIZE_T /usr/share/bison/bison.simple 145
4432YYSIZE_T /usr/share/bison/bison.simple 146
4433YYSIZE_T /usr/share/bison/bison.simple 51
4434YYSIZE_T /usr/share/bison/bison.simple 52
4435YYSIZE_T /usr/share/bison/bison.simple 56
4436YYSIZE_T /usr/share/bison/bison.simple 57
4437YYSIZE_T /usr/share/bison/bison.simple 71
4438YYSIZE_T /usr/share/bison/bison.simple 72
4439YYSIZE_T /usr/share/bison/bison.simple 75
4440YYSIZE_T /usr/share/bison/bison.simple 76
4441yyss /usr/share/bison/bison.simple 85 4459yyss /usr/share/bison/bison.simple 85
4442yyss /usr/share/bison/bison.simple 86 4460yyss /usr/share/bison/bison.simple 86
4443YYSTACK_ALLOC /usr/share/bison/bison.simple 50
4444YYSTACK_ALLOC /usr/share/bison/bison.simple 51
4445YYSTACK_ALLOC /usr/share/bison/bison.simple 55
4446YYSTACK_ALLOC /usr/share/bison/bison.simple 56
4447YYSTACK_ALLOC /usr/share/bison/bison.simple 59
4448YYSTACK_ALLOC /usr/share/bison/bison.simple 60
4449YYSTACK_ALLOC /usr/share/bison/bison.simple 78
4450YYSTACK_ALLOC /usr/share/bison/bison.simple 79
4451YYSTACK_BYTES /usr/share/bison/bison.simple /^# define YYSTACK_BYTES(N) \\$/
4452YYSTACK_FREE /usr/share/bison/bison.simple 79
4453YYSTACK_FREE /usr/share/bison/bison.simple 80
4454YYSTACK_FREE /usr/share/bison/bison.simple /^# define YYSTACK_FREE(Ptr) do { \/* empty *\/; } wh/
4455YYSTACK_GAP_MAX /usr/share/bison/bison.simple 93
4456YYSTACK_GAP_MAX /usr/share/bison/bison.simple 94
4457YYSTACK_RELOCATE /usr/share/bison/bison.simple 548
4458YYSTACK_RELOCATE /usr/share/bison/bison.simple /^# define YYSTACK_RELOCATE(Type, Stack) \\$/
4459yystate /usr/share/bison/bison.simple 757 4461yystate /usr/share/bison/bison.simple 757
4460yystate /usr/share/bison/bison.simple 761 4462yystate /usr/share/bison/bison.simple 761
4461yystate /usr/share/bison/bison.simple 875 4463yystate /usr/share/bison/bison.simple 875
4462yystate /usr/share/bison/bison.simple 924 4464yystate /usr/share/bison/bison.simple 924
4463YYSTD /usr/share/bison/bison.simple /^# define YYSTD(x) std::x$/ 4465yystpcpy /usr/share/bison/bison.simple /^yystpcpy (char *yydest, const char *yysrc)$/
4464YYSTD /usr/share/bison/bison.simple /^# define YYSTD(x) x$/
4465yystpcpy /usr/share/bison/bison.simple 316 4466yystpcpy /usr/share/bison/bison.simple 316
4466yystpcpy /usr/share/bison/bison.simple 317 4467yystpcpy /usr/share/bison/bison.simple 317
4467yystpcpy /usr/share/bison/bison.simple /^yystpcpy (char *yydest, const char *yysrc)$/ 4468yystrlen /usr/share/bison/bison.simple /^yystrlen (const char *yystr)$/
4468yystrlen /usr/share/bison/bison.simple 293 4469yystrlen /usr/share/bison/bison.simple 293
4469yystrlen /usr/share/bison/bison.simple 294 4470yystrlen /usr/share/bison/bison.simple 294
4470yystrlen /usr/share/bison/bison.simple /^yystrlen (const char *yystr)$/
4471YYSTYPE y-src/parse.y 72
4472YYSTYPE y-src/parse.y 73
4473YYTERROR /usr/share/bison/bison.simple 177
4474YYTERROR /usr/share/bison/bison.simple 178
4475yyvsp /usr/share/bison/bison.simple 746
4476yyvsp /usr/share/bison/bison.simple 919
4477yyvs /usr/share/bison/bison.simple 86 4471yyvs /usr/share/bison/bison.simple 86
4478yyvs /usr/share/bison/bison.simple 87 4472yyvs /usr/share/bison/bison.simple 87
4473yyvsp /usr/share/bison/bison.simple 746
4474yyvsp /usr/share/bison/bison.simple 919
4479z c.c 144 4475z c.c 144
4480z c.c 164 4476z c.c 164
4481z cp-src/clheir.hpp 49 4477z cp-src/clheir.hpp 49
4482z cp-src/clheir.hpp 58 4478z cp-src/clheir.hpp 58
4483Z c-src/h.h 100 4479| tex-src/texinfo.tex /^\\def|{{\\tt \\char '174}}$/
4484/Z ps-src/rfc1245.ps /^\/Z {$/ 4480~ tex-src/texinfo.tex /^\\def~{{\\tt \\char '176}}$/
4481~A cp-src/c.C /^A::~A() {}$/
4482~B cp-src/c.C /^ ~B() {};$/
4483~MDiagArray2 cp-src/MDiagArray2.h /^ ~MDiagArray2 (void) { }$/
4484~generic_object cp-src/clheir.cpp /^generic_object::~generic_object(void)$/
diff --git a/test/manual/etags/CTAGS.good_update b/test/manual/etags/CTAGS.good_update
index e81bfa5a77e..c618b9582da 100644
--- a/test/manual/etags/CTAGS.good_update
+++ b/test/manual/etags/CTAGS.good_update
@@ -1,40 +1,2281 @@
1 1
2($_,$flag,$opt,$f,$r,@temp perl-src/yagrip.pl 8 2#a-defer-word forth-src/test-forth.fth /^defer #a-defer-word$/
3#some-storage forth-src/test-forth.fth /^2000 buffer: #some-storage$/
3$0x80 c-src/sysdep.h 32 4$0x80 c-src/sysdep.h 32
4${CHECKOBJS} make-src/Makefile /^${CHECKOBJS}: CFLAGS=-g3 -DNULLFREECHECK=0$/ 5$SYS_##syscall_na c-src/sysdep.h 31
5$domain php-src/lce_functions.php 175 6$domain php-src/lce_functions.php 175
6$filename php-src/lce_functions.php 174 7$filename php-src/lce_functions.php 174
7$ignore_ws php-src/lce_functions.php 171 8$ignore_ws php-src/lce_functions.php 171
8$memassign php-src/ptest.php 9 9$memassign php-src/ptest.php 9
9$memassign_space php-src/ptest.php 10 10$memassign_space php-src/ptest.php 10
10$member php-src/ptest.php 8 11$member php-src/ptest.php 8
11$msgid_lc php-src/lce_functions.php 113
12$msgid php-src/lce_functions.php 107 12$msgid php-src/lce_functions.php 107
13$msgid php-src/lce_functions.php 165 13$msgid php-src/lce_functions.php 165
14$msgstr_lc php-src/lce_functions.php 114 14$msgid_lc php-src/lce_functions.php 113
15$msgstr php-src/lce_functions.php 108 15$msgstr php-src/lce_functions.php 108
16$msgstr php-src/lce_functions.php 166 16$msgstr php-src/lce_functions.php 166
17$msgstr_lc php-src/lce_functions.php 114
17$po_entries php-src/lce_functions.php 172 18$po_entries php-src/lce_functions.php 172
18$poe_num php-src/lce_functions.php 173 19$poe_num php-src/lce_functions.php 173
19$por_a php-src/lce_functions.php 500 20$por_a php-src/lce_functions.php 500
20$prefix php-src/lce_functions.php 72 21$prefix php-src/lce_functions.php 72
21($prog,$_,@list perl-src/yagrip.pl 39
22$state php-src/lce_functions.php 170 22$state php-src/lce_functions.php 170
23($string,$flag,@string,@temp,@last perl-src/yagrip.pl 40
24$sys_comment_lc php-src/lce_functions.php 116
25$sys_comment php-src/lce_functions.php 110 23$sys_comment php-src/lce_functions.php 110
26$sys_comment php-src/lce_functions.php 168 24$sys_comment php-src/lce_functions.php 168
27$SYS_##syscall_na c-src/sysdep.h 31 25$sys_comment_lc php-src/lce_functions.php 116
28$test php-src/ptest.php 12 26$test php-src/ptest.php 12
29$unk_comment_lc php-src/lce_functions.php 117
30$unk_comment php-src/lce_functions.php 111 27$unk_comment php-src/lce_functions.php 111
31$unk_comment php-src/lce_functions.php 169 28$unk_comment php-src/lce_functions.php 169
32$user_comment_lc php-src/lce_functions.php 115 29$unk_comment_lc php-src/lce_functions.php 117
33$user_comment php-src/lce_functions.php 109 30$user_comment php-src/lce_functions.php 109
34$user_comment php-src/lce_functions.php 167 31$user_comment php-src/lce_functions.php 167
32$user_comment_lc php-src/lce_functions.php 115
33${CHECKOBJS} make-src/Makefile /^${CHECKOBJS}: CFLAGS=-g3 -DNULLFREECHECK=0$/
34%cdiff make-src/Makefile /^%cdiff: CTAGS% CTAGS ${infiles}$/
35%ediff make-src/Makefile /^%ediff: ETAGS% ETAGS ${infiles}$/
36($_,$flag,$opt,$f,$r,@temp perl-src/yagrip.pl 8
37($prog,$_,@list perl-src/yagrip.pl 39
38($string,$flag,@string,@temp,@last perl-src/yagrip.pl 40
39(a-forth-constant forth-src/test-forth.fth /^constant (a-forth-constant$/
40(another-forth-word) forth-src/test-forth.fth /^: (another-forth-word) ( -- )$/
41(foo) forth-src/test-forth.fth /^: (foo) 1 ;$/
42+ ruby-src/test.rb /^ def +(y)$/
43+ tex-src/texinfo.tex /^\\def+{{\\tt \\char 43}}$/
44.PRECIOUS make-src/Makefile /^.PRECIOUS: ETAGS CTAGS ETAGS16 CTAGS16 ETAGS17 CTA/
45/.notdef ps-src/rfc1245.ps /^\/.notdef \/.notdef \/.notdef \/.notdef \/.notdef \/.not/
46/.notdef ps-src/rfc1245.ps /^\/.notdef \/.notdef \/.notdef \/.notdef \/space \/exclam/
47/A ps-src/rfc1245.ps /^\/A { $/
48/Acircumflex ps-src/rfc1245.ps /^\/Acircumflex \/Ecircumflex \/Aacute \/Edieresis \/Egra/
49/B ps-src/rfc1245.ps /^\/B { $/
50/BEGINBITMAP2BIT ps-src/rfc1245.ps /^\/BEGINBITMAP2BIT { $/
51/BEGINBITMAP2BITc ps-src/rfc1245.ps /^\/BEGINBITMAP2BITc { $/
52/BEGINBITMAPBW ps-src/rfc1245.ps /^\/BEGINBITMAPBW { $/
53/BEGINBITMAPBWc ps-src/rfc1245.ps /^\/BEGINBITMAPBWc { $/
54/BEGINBITMAPGRAY ps-src/rfc1245.ps /^\/BEGINBITMAPGRAY { $/
55/BEGINBITMAPGRAYc ps-src/rfc1245.ps /^\/BEGINBITMAPGRAYc { $/
56/BEGINPRINTCODE ps-src/rfc1245.ps /^\/BEGINPRINTCODE { $/
57/BF ps-src/rfc1245.ps /^\/BF { $/
58/BITMAPCOLOR ps-src/rfc1245.ps /^\/BITMAPCOLOR { $/
59/BITMAPCOLORc ps-src/rfc1245.ps /^\/BITMAPCOLORc { $/
60/BITMAPGRAY ps-src/rfc1245.ps /^\/BITMAPGRAY { $/
61/BITMAPGRAYc ps-src/rfc1245.ps /^\/BITMAPGRAYc { $/
62/C ps-src/rfc1245.ps /^\/C { $/
63/COMMONBITMAP ps-src/rfc1245.ps /^\/COMMONBITMAP { $/
64/COMMONBITMAPc ps-src/rfc1245.ps /^\/COMMONBITMAPc { $/
65/D ps-src/rfc1245.ps /^\/D {curveto} bind def$/
66/DiacriticEncoding ps-src/rfc1245.ps /^\/DiacriticEncoding [$/
67/E ps-src/rfc1245.ps /^\/E {lineto} bind def$/
68/ENDBITMAP ps-src/rfc1245.ps /^\/ENDBITMAP {$/
69/ENDPRINTCODE ps-src/rfc1245.ps /^\/ENDPRINTCODE {$/
70/F ps-src/rfc1245.ps /^\/F { $/
71/FMBEGINEPSF ps-src/rfc1245.ps /^\/FMBEGINEPSF { $/
72/FMBEGINPAGE ps-src/rfc1245.ps /^\/FMBEGINPAGE { $/
73/FMDEFINEFONT ps-src/rfc1245.ps /^\/FMDEFINEFONT { $/
74/FMDOCUMENT ps-src/rfc1245.ps /^\/FMDOCUMENT { $/
75/FMENDEPSF ps-src/rfc1245.ps /^\/FMENDEPSF {$/
76/FMENDPAGE ps-src/rfc1245.ps /^\/FMENDPAGE {$/
77/FMLOCAL ps-src/rfc1245.ps /^\/FMLOCAL {$/
78/FMNORMALIZEGRAPHICS ps-src/rfc1245.ps /^\/FMNORMALIZEGRAPHICS { $/
79/FMVERSION ps-src/rfc1245.ps /^\/FMVERSION {$/
80/FMversion ps-src/rfc1245.ps /^\/FMversion (2.0) def $/
81/Fmcc ps-src/rfc1245.ps /^\/Fmcc {$/
82/FrameDict ps-src/rfc1245.ps /^\/FrameDict 190 dict def $/
83/G ps-src/rfc1245.ps /^\/G { $/
84/H ps-src/rfc1245.ps /^\/H { $/
85/Icircumflex ps-src/rfc1245.ps /^\/Icircumflex \/Idieresis \/Igrave \/Oacute \/Ocircumfl/
86/L ps-src/rfc1245.ps /^\/L \/M \/N \/O \/P \/Q \/R \/S \/T \/U \/V \/W \/X \/Y \/Z \/brac/
87/L ps-src/rfc1245.ps /^\/L { $/
88/M ps-src/rfc1245.ps /^\/M {newpath moveto} bind def$/
89/N ps-src/rfc1245.ps /^\/N { $/
90/Ntilde ps-src/rfc1245.ps /^\/Ntilde \/Odieresis \/Udieresis \/aacute \/agrave \/aci/
91/O ps-src/rfc1245.ps /^\/O {closepath} bind def$/
92/Otilde ps-src/rfc1245.ps /^\/Otilde \/OE \/oe \/endash \/emdash \/quotedblleft \/quo/
93/P ps-src/rfc1245.ps /^\/P { $/
94/PF ps-src/rfc1245.ps /^\/PF { $/
95/R ps-src/rfc1245.ps /^\/R { $/
96/RF ps-src/rfc1245.ps /^\/RF { $/
97/RR ps-src/rfc1245.ps /^\/RR { $/
98/ReEncode ps-src/rfc1245.ps /^\/ReEncode { $/
99/S ps-src/rfc1245.ps /^\/S { $/
100/SF ps-src/rfc1245.ps /^\/SF { $/
101/T ps-src/rfc1245.ps /^\/T { $/
102/TF ps-src/rfc1245.ps /^\/TF { $/
103/U ps-src/rfc1245.ps /^\/U { $/
104/Uacute ps-src/rfc1245.ps /^\/Uacute \/Ucircumflex \/Ugrave \/dotlessi \/circumflex/
105/V ps-src/rfc1245.ps /^\/V { $/
106/W ps-src/rfc1245.ps /^\/W { $/
107/X ps-src/rfc1245.ps /^\/X { $/
108/Y ps-src/rfc1245.ps /^\/Y { $/
109/Z ps-src/rfc1245.ps /^\/Z {$/
110/atilde ps-src/rfc1245.ps /^\/atilde \/aring \/ccedilla \/eacute \/egrave \/ecircumf/
111/bl ps-src/rfc1245.ps /^\/bl { $/
112/braceright ps-src/rfc1245.ps /^\/braceright \/asciitilde \/.notdef \/Adieresis \/Aring/
113/bracketright ps-src/rfc1245.ps /^\/bracketright \/asciicircum \/underscore \/grave \/a \//
114/breve ps-src/rfc1245.ps /^\/breve \/dotaccent \/ring \/cedilla \/hungarumlaut \/og/
115/cfs ps-src/rfc1245.ps /^\/cfs { $/
116/colorsetup ps-src/rfc1245.ps /^\/colorsetup {$/
117/desperatepapersize ps-src/rfc1245.ps /^\/desperatepapersize {$/
118/dieresis ps-src/rfc1245.ps /^\/dieresis \/.notdef \/AE \/Oslash \/.notdef \/.notdef \//
119/dmatrix ps-src/rfc1245.ps /^\/dmatrix matrix def$/
120/dnormalize ps-src/rfc1245.ps /^\/dnormalize {$/
121/dpi ps-src/rfc1245.ps /^\/dpi 72 0 dmatrix defaultmatrix dtransform$/
122/exclamdown ps-src/rfc1245.ps /^\/exclamdown \/logicalnot \/.notdef \/florin \/.notdef /
123/fakecolorsetup ps-src/rfc1245.ps /^\/fakecolorsetup {$/
124/fillprocs ps-src/rfc1245.ps /^\/fillprocs 32 array def$/
125/fl ps-src/rfc1245.ps /^\/fl { $/
126/fraction ps-src/rfc1245.ps /^\/fraction \/currency \/guilsinglleft \/guilsinglright/
127/freq ps-src/rfc1245.ps /^\/freq dpi 18.75 div 8 div round dup 0 eq {pop 1} i/
128/gn ps-src/rfc1245.ps /^\/gn { $/
129/graymode ps-src/rfc1245.ps /^\/graymode true def$/
130/grayness ps-src/rfc1245.ps /^\/grayness {$/
131/guillemotleft ps-src/rfc1245.ps /^\/guillemotleft \/guillemotright \/ellipsis \/.notdef /
132/home/www/pub/etags.c.gz make-src/Makefile /^\/home\/www\/pub\/etags.c.gz: etags.c$/
133/home/www/pub/software/unix/etags.tar.gz make-src/Makefile /^\/home\/www\/pub\/software\/unix\/etags.tar.gz: Makefile/
134/hx ps-src/rfc1245.ps /^\/hx { $/
135/i ps-src/rfc1245.ps /^\/i \/j \/k \/l \/m \/n \/o \/p \/q \/r \/s \/t \/u \/v \/w \/x \/y/
136/iacute ps-src/rfc1245.ps /^\/iacute \/igrave \/icircumflex \/idieresis \/ntilde \/o/
137/ic ps-src/rfc1245.ps /^\/ic [ $/
138/inch ps-src/rfc1245.ps /^\/inch {72 mul} def$/
139/ip ps-src/rfc1245.ps /^\/ip { $/
140/less ps-src/rfc1245.ps /^\/less \/equal \/greater \/question \/at \/A \/B \/C \/D \/E/
141/lnormalize ps-src/rfc1245.ps /^\/lnormalize { $/
142/manualpapersize ps-src/rfc1245.ps /^\/manualpapersize {$/
143/max ps-src/rfc1245.ps /^\/max {2 copy lt {exch} if pop} bind def$/
144/min ps-src/rfc1245.ps /^\/min {2 copy gt {exch} if pop} bind def$/
145/ms ps-src/rfc1245.ps /^\/ms { $/
146/nbluet ps-src/rfc1245.ps /^\/nbluet 256 array def$/
147/ngrayt ps-src/rfc1245.ps /^\/ngrayt 256 array def$/
148/ngreent ps-src/rfc1245.ps /^\/ngreent 256 array def$/
149/normalize ps-src/rfc1245.ps /^\/normalize {$/
150/nredt ps-src/rfc1245.ps /^\/nredt 256 array def$/
151/numbersign ps-src/rfc1245.ps /^\/numbersign \/dollar \/percent \/ampersand \/quotesing/
152/ocircumflex ps-src/rfc1245.ps /^\/ocircumflex \/odieresis \/otilde \/uacute \/ugrave \/u/
153/ordfeminine ps-src/rfc1245.ps /^\/ordfeminine \/ordmasculine \/.notdef \/ae \/oslash \/q/
154/pagedimen ps-src/rfc1245.ps /^\/pagedimen { $/
155/papersize ps-src/rfc1245.ps /^\/papersize {$/
156/paragraph ps-src/rfc1245.ps /^\/paragraph \/germandbls \/registered \/copyright \/tra/
157/parenright ps-src/rfc1245.ps /^\/parenright \/asterisk \/plus \/comma \/hyphen \/period/
158/periodcentered ps-src/rfc1245.ps /^\/periodcentered \/quotesinglbase \/quotedblbase \/per/
159/quoteleft ps-src/rfc1245.ps /^\/quoteleft \/quoteright \/.notdef \/.notdef \/ydieresi/
160/restorematrix ps-src/rfc1245.ps /^\/restorematrix {$/
161/s1 ps-src/rfc1245.ps /^\/s1 1 string def$/
162/sangle ps-src/rfc1245.ps /^\/sangle 1 0 dmatrix defaultmatrix dtransform exch /
163/savematrix ps-src/rfc1245.ps /^\/savematrix {$/
164/setmanualfeed ps-src/rfc1245.ps /^\/setmanualfeed {$/
165/setpapername ps-src/rfc1245.ps /^\/setpapername { $/
166/setpattern ps-src/rfc1245.ps /^\/setpattern {$/
167/two ps-src/rfc1245.ps /^\/two \/three \/four \/five \/six \/seven \/eight \/nine \//
168/udieresis ps-src/rfc1245.ps /^\/udieresis \/dagger \/.notdef \/cent \/sterling \/secti/
169/wbytes ps-src/rfc1245.ps /^\/wbytes { $/
170/wh ps-src/rfc1245.ps /^\/wh { $/
171/yen ps-src/rfc1245.ps /^\/yen \/.notdef \/.notdef \/.notdef \/.notdef \/.notdef /
352const forth-src/test-forth.fth /^3 4 2constant 2const$/ 1722const forth-src/test-forth.fth /^3 4 2constant 2const$/
362val forth-src/test-forth.fth /^2const 2value 2val$/ 1732val forth-src/test-forth.fth /^2const 2value 2val$/
372var forth-src/test-forth.fth /^2variable 2var$/ 1742var forth-src/test-forth.fth /^2variable 2var$/
175:a-forth-dictionary-entry forth-src/test-forth.fth /^create :a-forth-dictionary-entry$/
176< tex-src/texinfo.tex /^\\def<{{\\tt \\less}}$/
177<< ruby-src/test.rb /^ def <<(y)$/
178<= ruby-src/test.rb /^ def <=(y)$/
179<=> ruby-src/test.rb /^ def <=>(y)$/
180= tex-src/texinfo.tex /^\\global\\def={{\\tt \\char 61}}}$/
181= tex-src/texinfo.tex /^\\global\\let\\section = \\appendixsec$/
182= tex-src/texinfo.tex /^\\global\\let\\section = \\numberedsec$/
183= tex-src/texinfo.tex /^\\global\\let\\section = \\unnumberedsec$/
184= tex-src/texinfo.tex /^\\global\\let\\subsection = \\appendixsubsec$/
185= tex-src/texinfo.tex /^\\global\\let\\subsection = \\numberedsubsec$/
186= tex-src/texinfo.tex /^\\global\\let\\subsection = \\unnumberedsubsec$/
187= tex-src/texinfo.tex /^\\global\\let\\subsubsection = \\appendixsubsubsec$/
188= tex-src/texinfo.tex /^\\global\\let\\subsubsection = \\numberedsubsubsec$/
189= tex-src/texinfo.tex /^\\global\\let\\subsubsection = \\unnumberedsubsubsec$/
190=/f ada-src/etags-test-for.ada /^ function "=" (L, R : System.Address) return Boo/
191== ruby-src/test.rb /^ def ==(y)$/
192=== ruby-src/test.rb /^ def ===(y)$/
193=\indexdummyfont tex-src/texinfo.tex /^\\let\\cite=\\indexdummyfont$/
194=\relax tex-src/texinfo.tex /^\\let\\appendix=\\relax$/
195=\relax tex-src/texinfo.tex /^\\let\\chapter=\\relax$/
196=\relax tex-src/texinfo.tex /^\\let\\section=\\relax$/
197=\relax tex-src/texinfo.tex /^\\let\\subsection=\\relax$/
198=\relax tex-src/texinfo.tex /^\\let\\subsubsection=\\relax$/
199=\smartitalic tex-src/texinfo.tex /^\\let\\cite=\\smartitalic$/
200=starts-with-equals! scm-src/test.scm /^(define =starts-with-equals! #t)$/
201> tex-src/texinfo.tex /^\\def>{{\\tt \\gtr}}$/
202>field1 forth-src/test-forth.fth /^ 9 field >field1$/
203>field2 forth-src/test-forth.fth /^ 5 field >field2$/
204A c.c 162
205A cp-src/c.C /^void A::A() {}$/
206A cp-src/c.C 117
207A cp-src/c.C 39
208A cp-src/c.C 56
209A cp-src/c.C 57
210A cp-src/c.C 73
211A cp-src/fail.C 23
212A cp-src/fail.C 7
213A ruby-src/test1.ru /^class A$/
214A ruby-src/test1.ru /^module A$/
215ABC ruby-src/test1.ru 11
216ADASRC make-src/Makefile /^ADASRC=etags-test-for.ada 2ataspri.adb 2ataspri.ad/
217ADDRESS c-src/emacs/src/gmalloc.c /^#define ADDRESS(B) ((void *) (((B) - 1) * BLOCKSIZ/
218ALIGNOF_STRUCT_LISP_VECTOR c-src/emacs/src/lisp.h 1378
219ALLOCATED_BEFORE_DUMPING c-src/emacs/src/gmalloc.c /^#define ALLOCATED_BEFORE_DUMPING(P) \\$/
220ALLOCATE_PSEUDOVECTOR c-src/emacs/src/lisp.h /^#define ALLOCATE_PSEUDOVECTOR(type, field, tag) /
221ALLOCATE_ZEROED_PSEUDOVECTOR c-src/emacs/src/lisp.h /^#define ALLOCATE_ZEROED_PSEUDOVECTOR(type, field, /
222AND y-src/cccp.c 11
223ANSIC c-src/h.h 84
224ANSIC c-src/h.h 85
225AREF c-src/emacs/src/lisp.h /^AREF (Lisp_Object array, ptrdiff_t idx)$/
226ARGS make-src/Makefile /^ARGS=- < srclist$/
227ARITH_EQUAL c-src/emacs/src/lisp.h 3498
228ARITH_GRTR c-src/emacs/src/lisp.h 3501
229ARITH_GRTR_OR_EQUAL c-src/emacs/src/lisp.h 3503
230ARITH_LESS c-src/emacs/src/lisp.h 3500
231ARITH_LESS_OR_EQUAL c-src/emacs/src/lisp.h 3502
232ARITH_NOTEQUAL c-src/emacs/src/lisp.h 3499
233ARRAYELTS c-src/emacs/src/lisp.h /^#define ARRAYELTS(arr) (sizeof (arr) \/ sizeof (arr/
234ARRAYP c-src/emacs/src/lisp.h /^ARRAYP (Lisp_Object x)$/
235ARRAY_MARK_FLAG c-src/emacs/src/lisp.h 768
236ASCII_CHAR_P c-src/emacs/src/lisp.h /^#define ASCII_CHAR_P(c) UNSIGNED_CMP (c, <, 0x80)$/
237ASET c-src/emacs/src/lisp.h /^ASET (Lisp_Object array, ptrdiff_t idx, Lisp_Objec/
238ASIZE c-src/emacs/src/lisp.h /^ASIZE (Lisp_Object array)$/
239ASRC make-src/Makefile /^ASRC=empty.zz empty.zz.gz$/
240AST_Array::AST_Array cp-src/c.C /^AST_Array::AST_Array(UTL_ScopedName *n, unsigned l/
241AST_ConcreteType::AST_ConcreteType cp-src/c.C /^AST_ConcreteType::AST_ConcreteType(AST_Decl::NodeT/
242AST_Root cp-src/c.C 92
243AT cp-src/c.C 52
244AU cp-src/c.C 53
245AUTOLOADP c-src/emacs/src/lisp.h /^AUTOLOADP (Lisp_Object x)$/
246AUTO_CONS c-src/emacs/src/lisp.h /^#define AUTO_CONS(name, a, b) Lisp_Object name = A/
247AUTO_CONS_EXPR c-src/emacs/src/lisp.h /^#define AUTO_CONS_EXPR(a, b) \\$/
248AUTO_LIST1 c-src/emacs/src/lisp.h /^#define AUTO_LIST1(name, a) \\$/
249AUTO_LIST2 c-src/emacs/src/lisp.h /^#define AUTO_LIST2(name, a, b) \\$/
250AUTO_LIST3 c-src/emacs/src/lisp.h /^#define AUTO_LIST3(name, a, b, c) \\$/
251AUTO_LIST4 c-src/emacs/src/lisp.h /^#define AUTO_LIST4(name, a, b, c, d) \\$/
252AUTO_STRING c-src/emacs/src/lisp.h /^#define AUTO_STRING(name, str) \\$/
253AVAIL_ALLOCA c-src/emacs/src/lisp.h /^#define AVAIL_ALLOCA(size) (sa_avail -= (size), al/
254Abort_Handler_Pointer/t ada-src/2ataspri.ads /^ type Abort_Handler_Pointer is access procedure /
255Abort_Task/p ada-src/2ataspri.adb /^ procedure Abort_Task (T : TCB_Ptr) is$/
256Abort_Task/p ada-src/2ataspri.ads /^ procedure Abort_Task (T : TCB_Ptr);$/
257Abort_Wrapper/p ada-src/2ataspri.adb /^ procedure Abort_Wrapper$/
258Ada_funcs c-src/etags.c /^Ada_funcs (FILE *inf)$/
259Ada_getit c-src/etags.c /^Ada_getit (FILE *inf, const char *name_qualifier)$/
260Ada_help c-src/etags.c 475
261Ada_suffixes c-src/etags.c 473
262AddNullToNmStr pas-src/common.pas /^function AddNullToNmStr; (*($/
263Address_To_Call_State/f ada-src/2ataspri.adb /^ function Address_To_Call_State is new$/
264Address_To_TCB_Ptr/f ada-src/2ataspri.ads /^ function Address_To_TCB_Ptr is new$/
265Advanced usage tex-src/gzip.texi /^@node Advanced usage, Environment, Invoking gzip, /
266Aligned_Cons c-src/emacs/src/lisp.h 4670
267Aligned_String c-src/emacs/src/lisp.h 4676
268AppendTextString pas-src/common.pas /^function AppendTextString;(*($/
269Arith_Comparison c-src/emacs/src/lisp.h 3497
270Asm_help c-src/etags.c 504
271Asm_labels c-src/etags.c /^Asm_labels (FILE *inf)$/
272Asm_suffixes c-src/etags.c 493
273B cp-src/c.C /^void B::B() {}$/
274B cp-src/c.C 122
275B cp-src/c.C 54
276B cp-src/c.C 56
277B cp-src/c.C 74
278B cp-src/fail.C 24
279B cp-src/fail.C 8
280B ruby-src/test1.ru /^ class B$/
281BE_Node cp-src/c.C /^void BE_Node::BE_Node() {}$/
282BE_Node cp-src/c.C 77
283BITS_PER_BITS_WORD c-src/emacs/src/lisp.h 125
284BITS_PER_BITS_WORD c-src/emacs/src/lisp.h 129
285BITS_PER_CHAR c-src/emacs/src/lisp.h 136
286BITS_PER_EMACS_INT c-src/emacs/src/lisp.h 139
287BITS_PER_LONG c-src/emacs/src/lisp.h 138
288BITS_PER_SHORT c-src/emacs/src/lisp.h 137
289BITS_WORD_MAX c-src/emacs/src/lisp.h 124
290BITS_WORD_MAX c-src/emacs/src/lisp.h 128
291BLACK cp-src/screen.hpp 12
292BLOCK c-src/emacs/src/gmalloc.c /^#define BLOCK(A) (((char *) (A) - _heapbase) \/ BLO/
293BLOCKIFY c-src/emacs/src/gmalloc.c /^#define BLOCKIFY(SIZE) (((SIZE) + BLOCKSIZE - 1) \//
294BLOCKLOG c-src/emacs/src/gmalloc.c 125
295BLOCKSIZE c-src/emacs/src/gmalloc.c 126
296BLUE cp-src/screen.hpp 13
297BOOL_VECTOR_BITS_PER_CHAR c-src/emacs/src/lisp.h 114
298BOOL_VECTOR_BITS_PER_CHAR c-src/emacs/src/lisp.h 115
299BOOL_VECTOR_P c-src/emacs/src/lisp.h /^BOOL_VECTOR_P (Lisp_Object a)$/
300BROWN cp-src/screen.hpp 18
301BUFFERP c-src/emacs/src/lisp.h /^BUFFERP (Lisp_Object a)$/
302BUFFERSIZE objc-src/Subprocess.h 43
303BUFFER_OBJFWDP c-src/emacs/src/lisp.h /^BUFFER_OBJFWDP (union Lisp_Fwd *a)$/
304BYTE_MARK_STACK c-src/emacs/src/lisp.h 3181
305Bar lua-src/test.lua /^function Square.something:Bar ()$/
306Bar perl-src/kai-test.pl /^package Bar;$/
307Barrier_Function_Pointer/t ada-src/etags-test-for.ada /^ type Barrier_Function_Pointer is access$/
308Bidule/b ada-src/etags-test-for.ada /^ protected body Bidule is$/
309Bidule/b ada-src/waroquiers.ada /^ protected body Bidule is$/
310Bidule/t ada-src/etags-test-for.ada /^ protected Bidule is$/
311Bidule/t ada-src/waroquiers.ada /^ protected Bidule is$/
312Body_Required/f ada-src/etags-test-for.ada /^ function Body_Required$/
313Boo cp-src/c.C /^ Boo(int _i, int _a, int _b) : i(_i), a(_a), b(/
314Boo cp-src/c.C 129
315Boo::Boo cp-src/c.C /^Boo::Boo(Boo) :$/
316ButtonBar pyt-src/server.py /^def ButtonBar(frame, legend, ref, alternatives, co/
317C cp-src/fail.C /^ C(int i) {x = i;}$/
318C cp-src/fail.C 25
319C cp-src/fail.C 9
320CALLMANY c-src/emacs/src/lisp.h /^#define CALLMANY(f, array) (f) (ARRAYELTS (array),/
321CALLN c-src/emacs/src/lisp.h /^#define CALLN(f, ...) CALLMANY (f, ((Lisp_Object [/
322CAR c-src/emacs/src/lisp.h /^CAR (Lisp_Object c)$/
323CAR_SAFE c-src/emacs/src/lisp.h /^CAR_SAFE (Lisp_Object c)$/
324CATCHER c-src/emacs/src/lisp.h 3021
325CDR c-src/emacs/src/lisp.h /^CDR (Lisp_Object c)$/
326CDR_SAFE c-src/emacs/src/lisp.h /^CDR_SAFE (Lisp_Object c)$/
327CFLAGS make-src/Makefile /^CFLAGS=${WARNINGS} -ansi -g3 # -pg -O$/
328CHAR c-src/etags.c /^#define CHAR(x) ((unsigned int)(x) & (CHARS - 1))/
329CHAR y-src/cccp.c 7
330CHARACTERBITS c-src/emacs/src/lisp.h 2457
331CHARS c-src/etags.c 157
332CHARTAB_SIZE_BITS c-src/emacs/src/lisp.h 1565
333CHARTAB_SIZE_BITS_0 c-src/emacs/src/lisp.h 1567
334CHARTAB_SIZE_BITS_1 c-src/emacs/src/lisp.h 1568
335CHARTAB_SIZE_BITS_2 c-src/emacs/src/lisp.h 1569
336CHARTAB_SIZE_BITS_3 c-src/emacs/src/lisp.h 1570
337CHAR_ALT c-src/emacs/src/lisp.h 2445
338CHAR_BIT c-src/emacs/src/lisp.h 2957
339CHAR_BIT c-src/emacs/src/lisp.h 2959
340CHAR_BIT c-src/emacs/src/lisp.h 2964
341CHAR_BIT c-src/emacs/src/lisp.h 2969
342CHAR_BIT c-src/emacs/src/lisp.h 2974
343CHAR_BIT c-src/emacs/src/lisp.h 2978
344CHAR_BIT c-src/emacs/src/lisp.h 2983
345CHAR_CLASS_MAX_LENGTH c-src/emacs/src/regex.h 593
346CHAR_CLASS_MAX_LENGTH c-src/emacs/src/regex.h 597
347CHAR_CLASS_MAX_LENGTH c-src/emacs/src/regex.h 605
348CHAR_CTL c-src/emacs/src/lisp.h 2449
349CHAR_HYPER c-src/emacs/src/lisp.h 2447
350CHAR_META c-src/emacs/src/lisp.h 2450
351CHAR_MODIFIER_MASK c-src/emacs/src/lisp.h 2452
352CHAR_SHIFT c-src/emacs/src/lisp.h 2448
353CHAR_SUPER c-src/emacs/src/lisp.h 2446
354CHAR_TABLE_EXTRA_SLOTS c-src/emacs/src/lisp.h /^CHAR_TABLE_EXTRA_SLOTS (struct Lisp_Char_Table *ct/
355CHAR_TABLE_P c-src/emacs/src/lisp.h /^CHAR_TABLE_P (Lisp_Object a)$/
356CHAR_TABLE_REF c-src/emacs/src/lisp.h /^CHAR_TABLE_REF (Lisp_Object ct, int idx)$/
357CHAR_TABLE_REF_ASCII c-src/emacs/src/lisp.h /^CHAR_TABLE_REF_ASCII (Lisp_Object ct, ptrdiff_t id/
358CHAR_TABLE_SET c-src/emacs/src/lisp.h /^CHAR_TABLE_SET (Lisp_Object ct, int idx, Lisp_Obje/
359CHAR_TABLE_STANDARD_SLOTS c-src/emacs/src/lisp.h 1697
360CHAR_TYPE_SIZE y-src/cccp.y 87
361CHECKFLAGS make-src/Makefile /^CHECKFLAGS=-DDEBUG -Wno-unused-function$/
362CHECKOBJS make-src/Makefile /^CHECKOBJS=chkmalloc.o chkxm.o$/
363CHECK_ARRAY c-src/emacs/src/lisp.h /^CHECK_ARRAY (Lisp_Object x, Lisp_Object predicate)/
364CHECK_BOOL_VECTOR c-src/emacs/src/lisp.h /^CHECK_BOOL_VECTOR (Lisp_Object x)$/
365CHECK_BUFFER c-src/emacs/src/lisp.h /^CHECK_BUFFER (Lisp_Object x)$/
366CHECK_CONS c-src/emacs/src/lisp.h /^CHECK_CONS (Lisp_Object x)$/
367CHECK_LISP_OBJECT_TYPE c-src/emacs/src/lisp.h 571
368CHECK_LISP_OBJECT_TYPE c-src/emacs/src/lisp.h 572
369CHECK_LISP_OBJECT_TYPE c-src/emacs/src/lisp.h 579
370CHECK_LIST c-src/emacs/src/lisp.h /^CHECK_LIST (Lisp_Object x)$/
371CHECK_LIST_CONS c-src/emacs/src/lisp.h /^# define CHECK_LIST_CONS(x, y) lisp_h_CHECK_LIST_C/
372CHECK_NATNUM c-src/emacs/src/lisp.h /^CHECK_NATNUM (Lisp_Object x)$/
373CHECK_NUMBER c-src/emacs/src/lisp.h /^# define CHECK_NUMBER(x) lisp_h_CHECK_NUMBER (x)$/
374CHECK_NUMBER_CAR c-src/emacs/src/lisp.h /^CHECK_NUMBER_CAR (Lisp_Object x)$/
375CHECK_NUMBER_CDR c-src/emacs/src/lisp.h /^CHECK_NUMBER_CDR (Lisp_Object x)$/
376CHECK_NUMBER_COERCE_MARKER c-src/emacs/src/lisp.h /^#define CHECK_NUMBER_COERCE_MARKER(x) \\$/
377CHECK_NUMBER_OR_FLOAT c-src/emacs/src/lisp.h /^CHECK_NUMBER_OR_FLOAT (Lisp_Object x)$/
378CHECK_NUMBER_OR_FLOAT_COERCE_MARKER c-src/emacs/src/lisp.h /^#define CHECK_NUMBER_OR_FLOAT_COERCE_MARKER(x) /
379CHECK_PROCESS c-src/emacs/src/lisp.h /^CHECK_PROCESS (Lisp_Object x)$/
380CHECK_RANGED_INTEGER c-src/emacs/src/lisp.h /^#define CHECK_RANGED_INTEGER(x, lo, hi) \\$/
381CHECK_STRING_CAR c-src/emacs/src/lisp.h /^CHECK_STRING_CAR (Lisp_Object x)$/
382CHECK_SYMBOL c-src/emacs/src/lisp.h /^# define CHECK_SYMBOL(x) lisp_h_CHECK_SYMBOL (x)$/
383CHECK_TYPE c-src/emacs/src/lisp.h /^# define CHECK_TYPE(ok, predicate, x) lisp_h_CHECK/
384CHECK_TYPE_RANGED_INTEGER c-src/emacs/src/lisp.h /^#define CHECK_TYPE_RANGED_INTEGER(type, x) \\$/
385CHECK_VECTOR c-src/emacs/src/lisp.h /^CHECK_VECTOR (Lisp_Object x)$/
386CHECK_VECTOR_OR_STRING c-src/emacs/src/lisp.h /^CHECK_VECTOR_OR_STRING (Lisp_Object x)$/
387CHECK_WINDOW c-src/emacs/src/lisp.h /^CHECK_WINDOW (Lisp_Object x)$/
388CK_ABS_C y-src/parse.y /^#define CK_ABS_C(x) if((x)<MIN_COL || (x)>MAX_COL)/
389CK_ABS_R y-src/parse.y /^#define CK_ABS_R(x) if((x)<MIN_ROW || (x)>MAX_ROW)/
390CK_REL_C y-src/parse.y /^#define CK_REL_C(x) if( ((x)>0 && MAX_COL-(x)<cu/
391CK_REL_R y-src/parse.y /^#define CK_REL_R(x) if( ((x)>0 && MAX_ROW-(x)<cu/
392CMultiChannelCSC19_3D cp-src/c.C 2
393CNL c-src/etags.c /^#define CNL() \\$/
394CNL_SAVE_DEFINEDEF c-src/etags.c /^#define CNL_SAVE_DEFINEDEF() \\$/
395COBOLFLAGS make-src/Makefile /^COBOLFLAGS=--language=none --regex='\/.......[a-zA-/
396COLORS cp-src/screen.hpp 11
397COMPILEDP c-src/emacs/src/lisp.h /^COMPILEDP (Lisp_Object a)$/
398COMPILED_ARGLIST c-src/emacs/src/lisp.h 2431
399COMPILED_BYTECODE c-src/emacs/src/lisp.h 2432
400COMPILED_CONSTANTS c-src/emacs/src/lisp.h 2433
401COMPILED_DOC_STRING c-src/emacs/src/lisp.h 2435
402COMPILED_INTERACTIVE c-src/emacs/src/lisp.h 2436
403COMPILED_STACK_DEPTH c-src/emacs/src/lisp.h 2434
404CONDITION_CASE c-src/emacs/src/lisp.h 3021
405CONSP c-src/emacs/src/lisp.h /^# define CONSP(x) lisp_h_CONSP (x)$/
406CONSTYPE_HEAP c-src/emacs/src/lisp.h 3739
407CONSTYPE_PURE c-src/emacs/src/lisp.h 3739
408CONS_TO_INTEGER c-src/emacs/src/lisp.h /^#define CONS_TO_INTEGER(cons, type, var) \\$/
409CONVERT_CHARSTRING_TO_VALUE pas-src/common.pas /^procedure CONVERT_CHARSTRING_TO_VALUE;(*($/
410CPPFLAGS make-src/Makefile /^CPPFLAGS=${CHECKFLAGS} -DSTDC_HEADERS -DHAVE_GETCW/
411CPSRC make-src/Makefile /^CPSRC=c.C abstract.C abstract.H cfront.H burton.cp/
412CSRC make-src/Makefile /^CSRC=abbrev.c ..\/etags\/h.h .\/\/c.c torture.c getopt/
413CTAGS c-src/etags.c 146
414CTAGS c-src/etags.c 147
415CTAGS c-src/etags.c 149
416CTAGS make-src/Makefile /^CTAGS: ctags ${infiles}$/
417CTAGS% make-src/Makefile /^CTAGS%: ctags% ${infiles}$/
418CTAGS13 CTAGS14 CTAGS15 make-src/Makefile /^CTAGS13 CTAGS14 CTAGS15: ctags% ${infiles}$/
419CYAN cp-src/screen.hpp 15
420C_AUTO c-src/etags.c 2198
421C_EXT c-src/etags.c 2193
422C_JAVA c-src/etags.c 2197
423C_PLAIN c-src/etags.c 2194
424C_PLPL c-src/etags.c 2195
425C_STAR c-src/etags.c 2196
426C_entries c-src/etags.c /^C_entries (int c_ext, FILE *inf)$/
427C_stab_entry c-src/etags.c 2271
428C_symtype c-src/etags.c /^C_symtype (char *str, int len, int c_ext)$/
429ChangeFileType pas-src/common.pas /^function ChangeFileType; (*(FileName : NameString;/
430Circle.getPos lua-src/test.lua /^function Circle.getPos ()$/
431Cjava_entries c-src/etags.c /^Cjava_entries (FILE *inf)$/
432Cjava_help c-src/etags.c 551
433Cjava_suffixes c-src/etags.c 549
434ClassExample ruby-src/test.rb /^ class ClassExample$/
435Clear/p ada-src/2ataspri.adb /^ procedure Clear (Cell : in out TAS_Cell) is$/
436Clear/p ada-src/2ataspri.ads /^ procedure Clear (Cell : in out TAS_Cell)/
437Cobol_help c-src/etags.c 558
438Cobol_paragraphs c-src/etags.c /^Cobol_paragraphs (FILE *inf)$/
439Cobol_suffixes c-src/etags.c 556
440CommentAD php-src/lce_functions.php /^ function CommentAD($/
441CommentAD php-src/lce_functions.php 70
442ConcatT pas-src/common.pas /^function ConcatT;(*($/
443Concept Index tex-src/gzip.texi /^@node Concept Index, , Problems, Top$/
444Cond_Signal/p ada-src/2ataspri.adb /^ procedure Cond_Signal (Cond : in out Condition_/
445Cond_Signal/p ada-src/2ataspri.ads /^ procedure Cond_Signal (Cond : in out Condition_/
446Cond_Timed_Wait/p ada-src/2ataspri.adb /^ procedure Cond_Timed_Wait$/
447Cond_Timed_Wait/p ada-src/2ataspri.ads /^ procedure Cond_Timed_Wait$/
448Cond_Wait/p ada-src/2ataspri.adb /^ procedure Cond_Wait (Cond : in out Condition_Va/
449Cond_Wait/p ada-src/2ataspri.ads /^ procedure Cond_Wait (Cond : in out Condition_Va/
450Condition_Variable/t ada-src/2ataspri.ads /^ type Condition_Variable is private;$/
451Condition_Variable/t ada-src/2ataspri.ads /^ type Condition_Variable is$/
452Configure pyt-src/server.py /^class Configure(Frame, ControlEdit):$/
453ConfirmQuit pyt-src/server.py /^def ConfirmQuit(frame, context):$/
454Constant ruby-src/test1.ru 42
455ControlEdit pyt-src/server.py /^class ControlEdit(Frame):$/
456Controls pyt-src/server.py /^class Controls:$/
457CopyTextString pas-src/common.pas /^function CopyTextString;(*($/
458Copying tex-src/gzip.texi /^@node Copying, Overview, , Top$/
459Cplusplus_entries c-src/etags.c /^Cplusplus_entries (FILE *inf)$/
460Cplusplus_help c-src/etags.c 540
461Cplusplus_suffixes c-src/etags.c 535
462Create_LL_Task/p ada-src/2ataspri.adb /^ procedure Create_LL_Task$/
463Create_LL_Task/p ada-src/2ataspri.ads /^ procedure Create_LL_Task$/
464Cstar_entries c-src/etags.c /^Cstar_entries (FILE *inf)$/
465Cstar_suffixes c-src/etags.c 562
466Cube.data.getFoo lua-src/test.lua /^function Cube.data.getFoo ()$/
467D cp-src/fail.C /^ D() : ::A::T2::T(97), x(1066) {}$/
468D cp-src/fail.C 41
469DAEMON_RUNNING c-src/emacs/src/lisp.h 4258
470DAEMON_RUNNING c-src/emacs/src/lisp.h 4262
471DARKGRAY cp-src/screen.hpp 20
472DEAFUN c.c /^DEAFUN ("expand-file-name", Fexpand_file_name, Sex/
473DEBUG c-src/etags.c 84
474DEBUG c-src/etags.c 85
475DEBUG c-src/etags.c 87
476DEBUG objc-src/PackInsp.m 37
477DECLARE_GDB_SYM c-src/emacs/src/lisp.h /^#define DECLARE_GDB_SYM(type, id) type const id EX/
478DEFAULT_HASH_SIZE c-src/emacs/src/lisp.h 1940
479DEFAULT_REHASH_SIZE c-src/emacs/src/lisp.h 1950
480DEFAULT_REHASH_THRESHOLD c-src/emacs/src/lisp.h 1946
481DEFINE_GDB_SYMBOL_BEGIN c-src/emacs/src/lisp.h /^# define DEFINE_GDB_SYMBOL_BEGIN(type, id) DECLARE/
482DEFINE_GDB_SYMBOL_BEGIN c-src/emacs/src/lisp.h /^# define DEFINE_GDB_SYMBOL_BEGIN(type, id) extern /
483DEFINE_GDB_SYMBOL_END c-src/emacs/src/lisp.h /^# define DEFINE_GDB_SYMBOL_END(id) = id;$/
484DEFINE_GDB_SYMBOL_END c-src/emacs/src/lisp.h /^# define DEFINE_GDB_SYMBOL_END(val) ;$/
485DEFINE_LISP_SYMBOL c-src/emacs/src/lisp.h /^#define DEFINE_LISP_SYMBOL(name) \\$/
486DEFINE_NON_NIL_Q_SYMBOL_MACROS c-src/emacs/src/lisp.h 755
487DEFSYM c-src/emacs/src/lisp.h /^#define DEFSYM(sym, name) \/* empty *\/$/
488DEFSYM c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (SYMBOL_CONSTANT_P, int, (Lisp_Ob/
489DEFUN c-src/emacs/src/lisp.h /^#define DEFUN(lname, fnname, sname, minargs, maxar/
490DEFUN_ARGS_0 c-src/emacs/src/lisp.h 714
491DEFUN_ARGS_1 c-src/emacs/src/lisp.h 715
492DEFUN_ARGS_2 c-src/emacs/src/lisp.h 716
493DEFUN_ARGS_3 c-src/emacs/src/lisp.h 717
494DEFUN_ARGS_4 c-src/emacs/src/lisp.h 718
495DEFUN_ARGS_5 c-src/emacs/src/lisp.h 719
496DEFUN_ARGS_6 c-src/emacs/src/lisp.h 721
497DEFUN_ARGS_7 c-src/emacs/src/lisp.h 723
498DEFUN_ARGS_8 c-src/emacs/src/lisp.h 725
499DEFUN_ARGS_MANY c-src/emacs/src/lisp.h 712
500DEFUN_ARGS_UNEVALLED c-src/emacs/src/lisp.h 713
501DEFUN_func2 c.c /^DEFUN_func2()$/
502DEFVAR_BOOL c-src/emacs/src/lisp.h /^#define DEFVAR_BOOL(lname, vname, doc) \\$/
503DEFVAR_BUFFER_DEFAULTS c-src/emacs/src/lisp.h /^#define DEFVAR_BUFFER_DEFAULTS(lname, vname, doc) /
504DEFVAR_INT c-src/emacs/src/lisp.h /^#define DEFVAR_INT(lname, vname, doc) \\$/
505DEFVAR_KBOARD c-src/emacs/src/lisp.h /^#define DEFVAR_KBOARD(lname, vname, doc) \\$/
506DEFVAR_LISP c-src/emacs/src/lisp.h /^#define DEFVAR_LISP(lname, vname, doc) \\$/
507DEFVAR_LISP_NOPRO c-src/emacs/src/lisp.h /^#define DEFVAR_LISP_NOPRO(lname, vname, doc) \\$/
508DEVICE_LAST c-src/h.h 24
509DEVICE_SWP c-src/h.h 23
510DOS_NT c-src/etags.c 117
511DOS_NT c-src/etags.c 118
512DUMPED c-src/emacs/src/gmalloc.c 80
513Debug cp-src/functions.cpp /^void Debug ( int lineno, int level, char* func , c/
514Def_ ruby-src/test1.ru 12
515DisposeANameList pas-src/common.pas /^procedure DisposeANameList( $/
516DisposeNameList pas-src/common.pas /^procedure DisposeNameList;$/
517ELEM_I c-src/h.h 3
518ELSRC make-src/Makefile /^ELSRC=TAGTEST.EL emacs\/lisp\/progmodes\/etags.el$/
519EMACS_INT c-src/emacs/src/lisp.h 103
520EMACS_INT c-src/emacs/src/lisp.h 91
521EMACS_INT c-src/emacs/src/lisp.h 96
522EMACS_INT_MAX c-src/emacs/src/lisp.h 105
523EMACS_INT_MAX c-src/emacs/src/lisp.h 93
524EMACS_INT_MAX c-src/emacs/src/lisp.h 98
525EMACS_LISP_H c-src/emacs/src/lisp.h 22
526EMACS_NAME c-src/etags.c 786
527EMACS_UINT c-src/emacs/src/lisp.h 104
528EMACS_UINT c-src/emacs/src/lisp.h 92
529EMACS_UINT c-src/emacs/src/lisp.h 97
530ENTRY c-src/sysdep.h /^#define ENTRY(name) \\$/
531ENUM_BF c-src/emacs/src/lisp.h /^#define ENUM_BF(TYPE) enum TYPE$/
532ENUM_BF c-src/emacs/src/lisp.h /^#define ENUM_BF(TYPE) unsigned int$/
533EQ c-src/emacs/src/lisp.h /^# define EQ(x, y) lisp_h_EQ (x, y)$/
534EQUAL y-src/cccp.c 12
535ERLSRC make-src/Makefile /^ERLSRC=gs_dialog.erl lines.erl lists.erl$/
536ERROR y-src/cccp.c 9
537ERROR y-src/parse.y 304
538ETAGS make-src/Makefile /^ETAGS: FRC etags ${infiles}$/
539ETAGS% make-src/Makefile /^ETAGS%: FRC etags% ${infiles}$/
540ETAGS12 make-src/Makefile /^ETAGS12: etags12 ${infiles}$/
541ETAGS13 ETAGS14 ETAGS15 make-src/Makefile /^ETAGS13 ETAGS14 ETAGS15: etags% ${infiles}$/
542EXFUN c-src/emacs/src/lisp.h /^#define EXFUN(fnname, maxargs) \\$/
543EXTAGS make-src/Makefile /^EXTAGS: extags ${infiles} Makefile$/
544EXTERNALLY_VISIBLE c-src/emacs/src/keyboard.c 3497
545EXTERNALLY_VISIBLE c-src/emacs/src/keyboard.c 4372
546EmptyNmStr pas-src/common.pas /^function EmptyNmStr(* : NameString*);$/
547Environment tex-src/gzip.texi /^@node Environment, Tapes, Advanced usage, Top$/
548Erlang_functions c-src/etags.c /^Erlang_functions (FILE *inf)$/
549Erlang_help c-src/etags.c 567
550Erlang_suffixes c-src/etags.c 565
551ErrStrToNmStr pas-src/common.pas /^function ErrStrToNmStr;(*($/
552Error_Information/t ada-src/2ataspri.ads /^ type Error_Information is new Interfaces.C.POSI/
553Exit_LL_Task/p ada-src/2ataspri.adb /^ procedure Exit_LL_Task is$/
554Exit_LL_Task/p ada-src/2ataspri.ads /^ procedure Exit_LL_Task;$/
555ExtractCommentInfo pas-src/common.pas /^procedure ExtractCommentInfo; (*($/
556FASTCFLAGS make-src/Makefile /^FASTCFLAGS=-O3 -finline-functions -ffast-math -fun/
557FASTCFLAGSWARN make-src/Makefile /^FASTCFLAGSWARN=${WARNINGS} -Werror ${FASTCFLAGS}$/
558FILTER make-src/Makefile /^FILTER=grep -v '\\.[Cchefy][lor]*,[1-9][0-9]*' || t/
559FINALIZERP c-src/emacs/src/lisp.h /^FINALIZERP (Lisp_Object x)$/
560FINAL_FREE_BLOCKS c-src/emacs/src/gmalloc.c 135
561FIXNUM_BITS c-src/emacs/src/lisp.h 252
562FIXNUM_OVERFLOW_P c-src/emacs/src/lisp.h /^#define FIXNUM_OVERFLOW_P(i) \\$/
563FIXNUM_OVERFLOW_P c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (EQ, bool, (Lisp_Object x, Lisp_O/
564FLOATP c-src/emacs/src/lisp.h /^# define FLOATP(x) lisp_h_FLOATP (x)$/
565FLOAT_TO_STRING_BUFSIZE c-src/emacs/src/lisp.h 3927
566FORTHSRC make-src/Makefile /^FORTHSRC=test-forth.fth$/
567FOR_EACH_ALIST_VALUE c-src/emacs/src/lisp.h /^#define FOR_EACH_ALIST_VALUE(head_var, list_var, v/
568FOR_EACH_TAIL c-src/emacs/src/lisp.h /^#define FOR_EACH_TAIL(hare, list, tortoise, n) \\$/
569FRAMEP c-src/emacs/src/lisp.h /^FRAMEP (Lisp_Object a)$/
570FRC make-src/Makefile /^FRC:;$/
571FREEFLOOD c-src/emacs/src/gmalloc.c 1858
572FSRC make-src/Makefile /^FSRC=entry.for entry.strange_suffix entry.strange$/
573FUN0 y-src/parse.y /^yylex FUN0()$/
574FUN1 y-src/parse.y /^str_to_col FUN1(char **,str)$/
575FUN1 y-src/parse.y /^yyerror FUN1(char *, s)$/
576FUN2 y-src/parse.y /^make_list FUN2(YYSTYPE, car, YYSTYPE, cdr)$/
577FUN2 y-src/parse.y /^parse_cell_or_range FUN2(char **,ptr, struct rng */
578FUNCTIONP c-src/emacs/src/lisp.h /^FUNCTIONP (Lisp_Object obj)$/
579FUNCTION_KEY_OFFSET c-src/emacs/src/keyboard.c 4766
580FUNCTION_KEY_OFFSET c-src/emacs/src/keyboard.c 5061
581F_getit c-src/etags.c /^F_getit (FILE *inf)$/
582F_takeprec c-src/etags.c /^F_takeprec (void)$/
583Fabbrev_expansion c-src/abbrev.c /^DEFUN ("abbrev-expansion", Fabbrev_expansion, Sabb/
584Fabbrev_symbol c-src/abbrev.c /^DEFUN ("abbrev-symbol", Fabbrev_symbol, Sabbrev_sy/
585Fabort_recursive_edit c-src/emacs/src/keyboard.c /^DEFUN ("abort-recursive-edit", Fabort_recursive_ed/
586Fails_t c-src/h.h 5
587Fclear_abbrev_table c-src/abbrev.c /^DEFUN ("clear-abbrev-table", Fclear_abbrev_table, /
588Fclear_this_command_keys c-src/emacs/src/keyboard.c /^DEFUN ("clear-this-command-keys", Fclear_this_comm/
589Fcommand_error_default_function c-src/emacs/src/keyboard.c /^DEFUN ("command-error-default-function", Fcommand_/
590Fcurrent_idle_time c-src/emacs/src/keyboard.c /^DEFUN ("current-idle-time", Fcurrent_idle_time, Sc/
591Fcurrent_input_mode c-src/emacs/src/keyboard.c /^DEFUN ("current-input-mode", Fcurrent_input_mode, /
592Fdefine_abbrev c-src/abbrev.c /^DEFUN ("define-abbrev", Fdefine_abbrev, Sdefine_ab/
593Fdefine_abbrev_table c-src/abbrev.c /^DEFUN ("define-abbrev-table", Fdefine_abbrev_table/
594Fdefine_global_abbrev c-src/abbrev.c /^DEFUN ("define-global-abbrev", Fdefine_global_abbr/
595Fdefine_mode_abbrev c-src/abbrev.c /^DEFUN ("define-mode-abbrev", Fdefine_mode_abbrev, /
596Fdiscard_input c-src/emacs/src/keyboard.c /^DEFUN ("discard-input", Fdiscard_input, Sdiscard_i/
597Fevent_convert_list c-src/emacs/src/keyboard.c /^DEFUN ("event-convert-list", Fevent_convert_list, /
598Fevent_symbol_parse_modifiers c-src/emacs/src/keyboard.c /^DEFUN ("internal-event-symbol-parse-modifiers", Fe/
599Fexit_recursive_edit c-src/emacs/src/keyboard.c /^DEFUN ("exit-recursive-edit", Fexit_recursive_edit/
600Fexpand_abbrev c-src/abbrev.c /^DEFUN ("expand-abbrev", Fexpand_abbrev, Sexpand_ab/
601Finalize_Cond/p ada-src/2ataspri.adb /^ procedure Finalize_Cond (Cond : in out Conditio/
602Finalize_Cond/p ada-src/2ataspri.ads /^ procedure Finalize_Cond (Cond : in out Conditio/
603Finalize_Lock/p ada-src/2ataspri.adb /^ procedure Finalize_Lock (L : in out Lock) is$/
604Finalize_Lock/p ada-src/2ataspri.ads /^ procedure Finalize_Lock (L : in out Lock);$/
605Finalize_TAS_Cell/p ada-src/2ataspri.adb /^ procedure Finalize_TAS_Cell (Cell : in out TAS_/
606Finalize_TAS_Cell/p ada-src/2ataspri.ads /^ procedure Finalize_TAS_Cell (Cell : in out TA/
607Finput_pending_p c-src/emacs/src/keyboard.c /^DEFUN ("input-pending-p", Finput_pending_p, Sinput/
608Finsert_abbrev_table_description c-src/abbrev.c /^DEFUN ("insert-abbrev-table-description", Finsert_/
609First100Chars pas-src/common.pas /^procedure First100Chars; (*($/
610Fmake_abbrev_table c-src/abbrev.c /^DEFUN ("make-abbrev-table", Fmake_abbrev_table, Sm/
611Foo perl-src/kai-test.pl /^package Foo;$/
612Foo::Bar perl-src/kai-test.pl /^package Foo::Bar;$/
613Fopen_dribble_file c-src/emacs/src/keyboard.c /^DEFUN ("open-dribble-file", Fopen_dribble_file, So/
614Forth_help c-src/etags.c 573
615Forth_suffixes c-src/etags.c 571
616Forth_words c-src/etags.c /^Forth_words (FILE *inf)$/
617Fortran_functions c-src/etags.c /^Fortran_functions (FILE *inf)$/
618Fortran_help c-src/etags.c 579
619Fortran_suffixes c-src/etags.c 577
620Fposn_at_point c-src/emacs/src/keyboard.c /^DEFUN ("posn-at-point", Fposn_at_point, Sposn_at_p/
621Fposn_at_x_y c-src/emacs/src/keyboard.c /^DEFUN ("posn-at-x-y", Fposn_at_x_y, Sposn_at_x_y, /
622Fread_key_sequence c-src/emacs/src/keyboard.c /^DEFUN ("read-key-sequence", Fread_key_sequence, Sr/
623Fread_key_sequence_vector c-src/emacs/src/keyboard.c /^DEFUN ("read-key-sequence-vector", Fread_key_seque/
624Frecent_keys c-src/emacs/src/keyboard.c /^DEFUN ("recent-keys", Frecent_keys, Srecent_keys, /
625Frecursion_depth c-src/emacs/src/keyboard.c /^DEFUN ("recursion-depth", Frecursion_depth, Srecur/
626Frecursive_edit c-src/emacs/src/keyboard.c /^DEFUN ("recursive-edit", Frecursive_edit, Srecursi/
627Freset_this_command_lengths c-src/emacs/src/keyboard.c /^DEFUN ("reset-this-command-lengths", Freset_this_c/
628Fset_input_interrupt_mode c-src/emacs/src/keyboard.c /^DEFUN ("set-input-interrupt-mode", Fset_input_inte/
629Fset_input_meta_mode c-src/emacs/src/keyboard.c /^DEFUN ("set-input-meta-mode", Fset_input_meta_mode/
630Fset_input_mode c-src/emacs/src/keyboard.c /^DEFUN ("set-input-mode", Fset_input_mode, Sset_inp/
631Fset_output_flow_control c-src/emacs/src/keyboard.c /^DEFUN ("set-output-flow-control", Fset_output_flow/
632Fset_quit_char c-src/emacs/src/keyboard.c /^DEFUN ("set-quit-char", Fset_quit_char, Sset_quit_/
633Fsuspend_emacs c-src/emacs/src/keyboard.c /^DEFUN ("suspend-emacs", Fsuspend_emacs, Ssuspend_e/
634Fthis_command_keys c-src/emacs/src/keyboard.c /^DEFUN ("this-command-keys", Fthis_command_keys, St/
635Fthis_command_keys_vector c-src/emacs/src/keyboard.c /^DEFUN ("this-command-keys-vector", Fthis_command_k/
636Fthis_single_command_keys c-src/emacs/src/keyboard.c /^DEFUN ("this-single-command-keys", Fthis_single_co/
637Fthis_single_command_raw_keys c-src/emacs/src/keyboard.c /^DEFUN ("this-single-command-raw-keys", Fthis_singl/
638Ftop_level c-src/emacs/src/keyboard.c /^DEFUN ("top-level", Ftop_level, Stop_level, 0, 0, /
639Ftrack_mouse c-src/emacs/src/keyboard.c /^DEFUN ("internal--track-mouse", Ftrack_mouse, Stra/
640Funexpand_abbrev c-src/abbrev.c /^DEFUN ("unexpand-abbrev", Funexpand_abbrev, Sunexp/
641Fx_get_selection_internal c.c /^ Fx_get_selection_internal, Sx_get_selection/
642Fx_get_selection_internal c.c /^DEFUN ("x-get-selection-internal", Fx_get_selectio/
643Fy_get_selection_internal c.c /^ Fy_get_selection_internal, Sy_get_selection_/
644GCALIGNED c-src/emacs/src/lisp.h 288
645GCALIGNED c-src/emacs/src/lisp.h 290
646GCALIGNMENT c-src/emacs/src/lisp.h 243
647GCPRO1 c-src/emacs/src/lisp.h /^#define GCPRO1(a) \\$/
648GCPRO1 c-src/emacs/src/lisp.h /^#define GCPRO1(varname) ((void) gcpro1)$/
649GCPRO2 c-src/emacs/src/lisp.h /^#define GCPRO2(a, b) \\$/
650GCPRO2 c-src/emacs/src/lisp.h /^#define GCPRO2(varname1, varname2) ((void) gcpro2,/
651GCPRO3 c-src/emacs/src/lisp.h /^#define GCPRO3(a, b, c) \\$/
652GCPRO3 c-src/emacs/src/lisp.h /^#define GCPRO3(varname1, varname2, varname3) \\$/
653GCPRO4 c-src/emacs/src/lisp.h /^#define GCPRO4(a, b, c, d) \\$/
654GCPRO4 c-src/emacs/src/lisp.h /^#define GCPRO4(varname1, varname2, varname3, varna/
655GCPRO5 c-src/emacs/src/lisp.h /^#define GCPRO5(a, b, c, d, e) \\$/
656GCPRO5 c-src/emacs/src/lisp.h /^#define GCPRO5(varname1, varname2, varname3, varna/
657GCPRO6 c-src/emacs/src/lisp.h /^#define GCPRO6(a, b, c, d, e, f) \\$/
658GCPRO6 c-src/emacs/src/lisp.h /^#define GCPRO6(varname1, varname2, varname3, varna/
659GCPRO7 c-src/emacs/src/lisp.h /^#define GCPRO7(a, b, c, d, e, f, g) \\$/
660GCPRO7 c-src/emacs/src/lisp.h /^#define GCPRO7(a, b, c, d, e, f, g) (GCPRO6 (a, b,/
661GCTYPEBITS c-src/emacs/src/lisp.h /^DEFINE_GDB_SYMBOL_BEGIN (int, GCTYPEBITS)$/
662GCTYPEBITS c-src/emacs/src/lisp.h 67
663GC_MAKE_GCPROS_NOOPS c-src/emacs/src/lisp.h 3172
664GC_MARK_STACK c-src/emacs/src/lisp.h 3177
665GC_MARK_STACK_CHECK_GCPROS c-src/emacs/src/lisp.h 3173
666GC_USE_GCPROS_AS_BEFORE c-src/emacs/src/lisp.h 3171
667GC_USE_GCPROS_CHECK_ZOMBIES c-src/emacs/src/lisp.h 3174
668GE y-src/parse.c 8
669GENERIC_PTR y-src/cccp.y 56
670GENERIC_PTR y-src/cccp.y 58
671GEQ y-src/cccp.c 15
672GETOPTOBJS make-src/Makefile /^GETOPTOBJS= #getopt.o getopt1.o$/
673GREEN cp-src/screen.hpp 14
674GROW_RAW_KEYBUF c-src/emacs/src/keyboard.c 119
675GatherControls pyt-src/server.py /^ def GatherControls(self):$/
676GetLayerByName lua-src/allegro.lua /^function GetLayerByName (name)$/
677GetNameList pas-src/common.pas /^function GetNameList; (* : BinNodePointer;*)$/
678GetNewNameListNode pas-src/common.pas /^function GetNewNameListNode;(*($/
679GetTextRef pas-src/common.pas /^function GetTextRef;(*($/
680GetUniqueLayerName lua-src/allegro.lua /^function GetUniqueLayerName ()$/
681Get_Own_Priority/f ada-src/2ataspri.adb /^ function Get_Own_Priority return System.Any_Pri/
682Get_Own_Priority/f ada-src/2ataspri.ads /^ function Get_Own_Priority return System.Any_Pri/
683Get_Priority/f ada-src/2ataspri.adb /^ function Get_Priority (T : TCB_Ptr) return Syst/
684Get_Priority/f ada-src/2ataspri.ads /^ function Get_Priority (T : TCB_Ptr) return Syst/
685HASH_HASH c-src/emacs/src/lisp.h /^HASH_HASH (struct Lisp_Hash_Table *h, ptrdiff_t id/
686HASH_INDEX c-src/emacs/src/lisp.h /^HASH_INDEX (struct Lisp_Hash_Table *h, ptrdiff_t i/
687HASH_KEY c-src/emacs/src/lisp.h /^HASH_KEY (struct Lisp_Hash_Table *h, ptrdiff_t idx/
688HASH_NEXT c-src/emacs/src/lisp.h /^HASH_NEXT (struct Lisp_Hash_Table *h, ptrdiff_t id/
689HASH_TABLE_P c-src/emacs/src/lisp.h /^HASH_TABLE_P (Lisp_Object a)$/
690HASH_TABLE_SIZE c-src/emacs/src/lisp.h /^HASH_TABLE_SIZE (struct Lisp_Hash_Table *h)$/
691HASH_VALUE c-src/emacs/src/lisp.h /^HASH_VALUE (struct Lisp_Hash_Table *h, ptrdiff_t i/
692HAVE_NTGUI c-src/etags.c 116
693HEAP c-src/emacs/src/gmalloc.c 131
694HTMLSRC make-src/Makefile /^HTMLSRC=softwarelibero.html index.shtml algrthms.h/
695HTML_help c-src/etags.c 584
696HTML_labels c-src/etags.c /^HTML_labels (FILE *inf)$/
697HTML_suffixes c-src/etags.c 582
698IEEE_FLOATING_POINT c-src/emacs/src/lisp.h 2415
699IMAGEP c-src/emacs/src/lisp.h /^IMAGEP (Lisp_Object x)$/
700INPUT_EVENT_POS_MAX c-src/emacs/src/keyboard.c 3698
701INPUT_EVENT_POS_MIN c-src/emacs/src/keyboard.c 3701
702INSERT_TREE_NODE pas-src/common.pas /^procedure INSERT_TREE_NODE;(*( $/
703INSTANTIATE_MDIAGARRAY_FRIENDS cp-src/MDiagArray2.h /^#define INSTANTIATE_MDIAGARRAY_FRIENDS(T) \\$/
704INT c-src/h.h 32
705INT y-src/cccp.c 6
706INTEGERP c-src/emacs/src/lisp.h /^# define INTEGERP(x) lisp_h_INTEGERP (x)$/
707INTEGER_TO_CONS c-src/emacs/src/lisp.h /^#define INTEGER_TO_CONS(i) \\$/
708INTERVAL c-src/emacs/src/lisp.h 1149
709INTMASK c-src/emacs/src/lisp.h 437
710INTTYPEBITS c-src/emacs/src/lisp.h 249
711INT_BIT c-src/emacs/src/gmalloc.c 124
712INT_TYPE_SIZE y-src/cccp.y 91
713ISALNUM c-src/etags.c /^#define ISALNUM(c) isalnum (CHAR (c))$/
714ISALPHA c-src/etags.c /^#define ISALPHA(c) isalpha (CHAR (c))$/
715ISDIGIT c-src/etags.c /^#define ISDIGIT(c) isdigit (CHAR (c))$/
716ISLOWER c-src/etags.c /^#define ISLOWER(c) islower (CHAR (c))$/
717ISO_FUNCTION_KEY_OFFSET c-src/emacs/src/keyboard.c 5149
718ISUPPER c-src/etags.c /^# define ISUPPER(c) isupper (CHAR (c))$/
719IS_DAEMON c-src/emacs/src/lisp.h 4257
720IS_DAEMON c-src/emacs/src/lisp.h 4261
721InitNameList pas-src/common.pas /^procedure InitNameList;$/
722InitNameStringPool pas-src/common.pas /^procedure InitNameStringPool;$/
723InitializeStringPackage pas-src/common.pas /^procedure InitializeStringPackage;$/
724Initialize_Cond/p ada-src/2ataspri.adb /^ procedure Initialize_Cond (Cond : in out Condit/
725Initialize_Cond/p ada-src/2ataspri.ads /^ procedure Initialize_Cond (Cond : in out Condit/
726Initialize_LL_Tasks/p ada-src/2ataspri.adb /^ procedure Initialize_LL_Tasks (T : TCB_Ptr) is$/
727Initialize_LL_Tasks/p ada-src/2ataspri.ads /^ procedure Initialize_LL_Tasks (T : TCB_Ptr);$/
728Initialize_Lock/p ada-src/2ataspri.adb /^ procedure Initialize_Lock$/
729Initialize_Lock/p ada-src/2ataspri.ads /^ procedure Initialize_Lock (Prio : System.Any_Pr/
730Initialize_TAS_Cell/p ada-src/2ataspri.adb /^ procedure Initialize_TAS_Cell (Cell : out TAS_C/
731Initialize_TAS_Cell/p ada-src/2ataspri.ads /^ procedure Initialize_TAS_Cell (Cell : out TA/
732Inner1/b ada-src/etags-test-for.ada /^ package body Inner1 is$/
733Inner1/b ada-src/waroquiers.ada /^ package body Inner1 is$/
734Inner1/s ada-src/etags-test-for.ada /^ package Inner1 is$/
735Inner1/s ada-src/waroquiers.ada /^ package Inner1 is$/
736Inner2/b ada-src/etags-test-for.ada /^ package body Inner2 is$/
737Inner2/b ada-src/waroquiers.ada /^ package body Inner2 is$/
738Inner2/s ada-src/etags-test-for.ada /^ package Inner2 is$/
739Inner2/s ada-src/waroquiers.ada /^ package Inner2 is$/
740Install_Abort_Handler/p ada-src/2ataspri.adb /^ procedure Install_Abort_Handler (Handler : Abor/
741Install_Abort_Handler/p ada-src/2ataspri.ads /^ procedure Install_Abort_Handler (Handler : Abor/
742Install_Error_Handler/p ada-src/2ataspri.adb /^ procedure Install_Error_Handler (Handler : Syst/
743Install_Error_Handler/p ada-src/2ataspri.ads /^ procedure Install_Error_Handler (Handler : Syst/
744Invoking gzip tex-src/gzip.texi /^@node Invoking gzip, Advanced usage, Sample, Top$/
745IpAddrKind rs-src/test.rs 3
746IsControlChar pas-src/common.pas /^function IsControlChar; (*($/
747IsControlCharName pas-src/common.pas /^function IsControlCharName($/
748Is_Set/f ada-src/2ataspri.adb /^ function Is_Set (Cell : in TAS_Cell) return Bo/
749Is_Set/f ada-src/2ataspri.ads /^ function Is_Set (Cell : in TAS_Cell)/
750JAVASRC make-src/Makefile /^JAVASRC=AWTEMul.java KeyEve.java SMan.java SysCol./
751KBD_BUFFER_SIZE c-src/emacs/src/keyboard.c 82
752KBYTES objc-src/PackInsp.m 58
753KEY_TO_CHAR c-src/emacs/src/keyboard.c /^#define KEY_TO_CHAR(k) (XINT (k) & ((1 << CHARACTE/
754LATEST make-src/Makefile /^LATEST=17$/
755LCE_COMMENT php-src/lce_functions.php 13
756LCE_COMMENT_TOOL php-src/lce_functions.php 17
757LCE_COMMENT_USER php-src/lce_functions.php 15
758LCE_FUNCTIONS php-src/lce_functions.php 4
759LCE_MSGID php-src/lce_functions.php 19
760LCE_MSGSTR php-src/lce_functions.php 21
761LCE_TEXT php-src/lce_functions.php 23
762LCE_UNKNOWN php-src/lce_functions.php 9
763LCE_WS php-src/lce_functions.php 11
764LDFLAGS make-src/Makefile /^LDFLAGS=#-static -lc_p$/
765LE y-src/parse.c 7
766LEQ y-src/cccp.c 14
767LIGHTBLUE cp-src/screen.hpp 21
768LIGHTCYAN cp-src/screen.hpp 23
769LIGHTGRAY cp-src/screen.hpp 19
770LIGHTGREEN cp-src/screen.hpp 22
771LIGHTMAGENTA cp-src/screen.hpp 25
772LIGHTRED cp-src/screen.hpp 24
773LISP_INITIALLY c-src/emacs/src/lisp.h /^#define LISP_INITIALLY(i) (i)$/
774LISP_INITIALLY c-src/emacs/src/lisp.h /^#define LISP_INITIALLY(i) {i}$/
775LISP_INITIALLY_ZERO c-src/emacs/src/lisp.h 582
776LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^#define LISP_MACRO_DEFUN(name, type, argdecls, arg/
777LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (CONSP, bool, (Lisp_Object x), (x/
778LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (NILP, bool, (Lisp_Object x), (x)/
779LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (SYMBOL_VAL, Lisp_Object, (struct/
780LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (XCAR, Lisp_Object, (Lisp_Object /
781LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (XCONS, struct Lisp_Cons *, (Lisp/
782LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (XHASH, EMACS_INT, (Lisp_Object a/
783LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (XLI, EMACS_INT, (Lisp_Object o),/
784LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (XPNTR, void *, (Lisp_Object a), /
785LISP_MACRO_DEFUN_VOID c-src/emacs/src/lisp.h /^#define LISP_MACRO_DEFUN_VOID(name, argdecls, args/
786LISP_MACRO_DEFUN_VOID c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN_VOID (CHECK_LIST_CONS, (Lisp_Obje/
787LISP_MACRO_DEFUN_VOID c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN_VOID (CHECK_TYPE,$/
788LISP_MACRO_DEFUN_VOID c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN_VOID (SET_SYMBOL_VAL,$/
789LISTCONTENTS objc-src/PackInsp.m 39
790LISTCONTENTSBUTTON objc-src/PackInsp.m 48
791LISTDESCRIPTIONBUTTON objc-src/PackInsp.m 49
792LL_Assert/p ada-src/2ataspri.adb /^ procedure LL_Assert (B : Boolean; M : String) i/
793LL_Assert/p ada-src/2ataspri.ads /^ procedure LL_Assert (B : Boolean; M : String);$/
794LL_Task_Procedure_Access/t ada-src/2ataspri.ads /^ type LL_Task_Procedure_Access is access procedu/
795LL_Task_Procedure_Access/t ada-src/etags-test-for.ada /^ type LL_Task_Procedure_Access is access procedu/
796LL_Wrapper/p ada-src/2ataspri.adb /^ procedure LL_Wrapper (T : TCB_Ptr) is$/
797LL_Wrapper/p ada-src/2ataspri.adb /^ procedure LL_Wrapper (T : TCB_Ptr);$/
798LL_Wrapper/p ada-src/etags-test-for.ada /^ procedure LL_Wrapper (T : TCB_Ptr);$/
799LOCALIZE objc-src/PackInsp.m /^#define LOCALIZE(s) NXLoadLocalizedStringFromTabl/
800LOCALIZE_ARCH objc-src/PackInsp.m /^#define LOCALIZE_ARCH(s) NXLoadLocalizedStringFrom/
801LOCK c-src/emacs/src/gmalloc.c /^#define LOCK() \\$/
802LOCK c-src/emacs/src/gmalloc.c /^#define LOCK()$/
803LOCK_ALIGNED_BLOCKS c-src/emacs/src/gmalloc.c /^#define LOCK_ALIGNED_BLOCKS() \\$/
804LOCK_ALIGNED_BLOCKS c-src/emacs/src/gmalloc.c /^#define LOCK_ALIGNED_BLOCKS()$/
805LONG_TYPE_SIZE y-src/cccp.y 95
806LOOKING_AT c-src/etags.c /^#define LOOKING_AT(cp, kw) \/* kw is the keyword, /
807LOOKING_AT_NOCASE c-src/etags.c /^#define LOOKING_AT_NOCASE(cp, kw) \/* the keyword i/
808LOOKUP objc-src/PackInsp.m /^#define LOOKUP(key, notfound) ([table isKey:key] ?/
809LOOKUP objc-src/PackInsp.m 176
810LOOP_ON_INPUT_LINES c-src/etags.c /^#define LOOP_ON_INPUT_LINES(file_pointer, line_buf/
811LSH y-src/cccp.c 16
812LTGT cp-src/MDiagArray2.h 144
813LTGT cp-src/MDiagArray2.h 35
814LTGT cp-src/MDiagArray2.h 39
815LTGT cp-src/MDiagArray2.h 42
816LUASRC make-src/Makefile /^LUASRC=allegro.lua$/
817L_CELL y-src/parse.c 10
818L_CONST y-src/parse.c 13
819L_FN0 y-src/parse.c 14
820L_FN1 y-src/parse.c 15
821L_FN1R y-src/parse.c 20
822L_FN2 y-src/parse.c 16
823L_FN2R y-src/parse.c 21
824L_FN3 y-src/parse.c 17
825L_FN3R y-src/parse.c 22
826L_FN4 y-src/parse.c 18
827L_FN4R y-src/parse.c 23
828L_FNN y-src/parse.c 19
829L_FNNR y-src/parse.c 24
830L_GE y-src/parse.c 27
831L_LE y-src/parse.c 25
832L_NE y-src/parse.c 26
833L_RANGE y-src/parse.c 11
834L_VAR y-src/parse.c 12
835L_getit c-src/etags.c /^L_getit (void)$/
836LabeledEntry pyt-src/server.py /^class LabeledEntry(Frame):$/
837Lang_function c-src/etags.c 182
838Lang_function c-src/h.h 6
839Lisp_Bits c-src/emacs/src/lisp.h 239
840Lisp_Bool_Vector c-src/emacs/src/lisp.h 1384
841Lisp_Boolfwd c-src/emacs/src/lisp.h 2284
842Lisp_Buffer_Local_Value c-src/emacs/src/lisp.h 2334
843Lisp_Buffer_Objfwd c-src/emacs/src/lisp.h 2302
844Lisp_Char_Table c-src/emacs/src/lisp.h 1575
845Lisp_Compiled c-src/emacs/src/lisp.h 2429
846Lisp_Cons c-src/emacs/src/lisp.h 475
847Lisp_Finalizer c-src/emacs/src/lisp.h 2186
848Lisp_Float c-src/emacs/src/lisp.h 2391
849Lisp_Float c-src/emacs/src/lisp.h 477
850Lisp_Free c-src/emacs/src/lisp.h 2201
851Lisp_Fwd c-src/emacs/src/lisp.h 2368
852Lisp_Fwd_Bool c-src/emacs/src/lisp.h 505
853Lisp_Fwd_Buffer_Obj c-src/emacs/src/lisp.h 507
854Lisp_Fwd_Int c-src/emacs/src/lisp.h 504
855Lisp_Fwd_Kboard_Obj c-src/emacs/src/lisp.h 508
856Lisp_Fwd_Obj c-src/emacs/src/lisp.h 506
857Lisp_Fwd_Type c-src/emacs/src/lisp.h 502
858Lisp_Hash_Table c-src/emacs/src/lisp.h 1823
859Lisp_Int0 c-src/emacs/src/lisp.h 461
860Lisp_Int1 c-src/emacs/src/lisp.h 462
861Lisp_Intfwd c-src/emacs/src/lisp.h 2274
862Lisp_Kboard_Objfwd c-src/emacs/src/lisp.h 2362
863Lisp_Marker c-src/emacs/src/lisp.h 1978
864Lisp_Misc c-src/emacs/src/lisp.h 2212
865Lisp_Misc c-src/emacs/src/lisp.h 458
866Lisp_Misc_Any c-src/emacs/src/lisp.h 1971
867Lisp_Misc_Finalizer c-src/emacs/src/lisp.h 491
868Lisp_Misc_Float c-src/emacs/src/lisp.h 494
869Lisp_Misc_Free c-src/emacs/src/lisp.h 487
870Lisp_Misc_Limit c-src/emacs/src/lisp.h 496
871Lisp_Misc_Marker c-src/emacs/src/lisp.h 488
872Lisp_Misc_Overlay c-src/emacs/src/lisp.h 489
873Lisp_Misc_Save_Value c-src/emacs/src/lisp.h 490
874Lisp_Misc_Type c-src/emacs/src/lisp.h 485
875Lisp_Object c-src/emacs/src/lisp.h 567
876Lisp_Object c-src/emacs/src/lisp.h 577
877Lisp_Objfwd c-src/emacs/src/lisp.h 2294
878Lisp_Overlay c-src/emacs/src/lisp.h 2021
879Lisp_Save_Type c-src/emacs/src/lisp.h 2064
880Lisp_Save_Value c-src/emacs/src/lisp.h 2110
881Lisp_String c-src/emacs/src/lisp.h 466
882Lisp_Sub_Char_Table c-src/emacs/src/lisp.h 1606
883Lisp_Subr c-src/emacs/src/lisp.h 1670
884Lisp_Symbol c-src/emacs/src/lisp.h 454
885Lisp_Symbol c-src/emacs/src/lisp.h 654
886Lisp_Type c-src/emacs/src/lisp.h 451
887Lisp_Vector c-src/emacs/src/lisp.h 1369
888Lisp_Vectorlike c-src/emacs/src/lisp.h 472
889Lisp_functions c-src/etags.c /^Lisp_functions (FILE *inf)$/
890Lisp_help c-src/etags.c 591
891Lisp_suffixes c-src/etags.c 589
892ListEdit pyt-src/server.py /^class ListEdit(Frame):$/
893Locate pas-src/common.pas /^function Locate; (*($/
894Lock/t ada-src/2ataspri.ads /^ type Lock is private;$/
895Lock/t ada-src/2ataspri.ads /^ type Lock is$/
896LowerCaseNmStr pas-src/common.pas /^function LowerCaseNmStr; (*($/
897Lua_functions c-src/etags.c /^Lua_functions (FILE *inf)$/
898Lua_help c-src/etags.c 600
899Lua_suffixes c-src/etags.c 598
900MAGENTA cp-src/screen.hpp 17
901MAGICBYTE c-src/emacs/src/gmalloc.c 1856
902MAGICFREE c-src/emacs/src/gmalloc.c 1855
903MAGICWORD c-src/emacs/src/gmalloc.c 1854
904MAKE make-src/Makefile /^MAKE:=$(MAKE) --no-print-directory$/
905MAKESRC make-src/Makefile /^MAKESRC=Makefile$/
906MALLOCFLOOD c-src/emacs/src/gmalloc.c 1857
907MANY c-src/emacs/src/lisp.h 2833
908MARKERP c-src/emacs/src/lisp.h /^# define MARKERP(x) lisp_h_MARKERP (x)$/
909MAXPATHLEN c-src/etags.c 115
910MAX_ALLOCA c-src/emacs/src/lisp.h 4556
911MAX_ENCODED_BYTES c-src/emacs/src/keyboard.c 2254
912MAX_HASH_VALUE c-src/etags.c 2329
913MAX_WORD_LENGTH c-src/etags.c 2327
914MAYBEREL y-src/parse.y /^#define MAYBEREL(p) (*(p)=='[' && (isdigit((p)[1])/
915MBYTES objc-src/PackInsp.m 59
916MCHECK_DISABLED c-src/emacs/src/gmalloc.c 285
917MCHECK_FREE c-src/emacs/src/gmalloc.c 287
918MCHECK_HEAD c-src/emacs/src/gmalloc.c 288
919MCHECK_OK c-src/emacs/src/gmalloc.c 286
920MCHECK_TAIL c-src/emacs/src/gmalloc.c 289
921MDiagArray2 cp-src/MDiagArray2.h /^ MDiagArray2 (T *d, int r, int c) : DiagArray2<T>/
922MDiagArray2 cp-src/MDiagArray2.h /^ MDiagArray2 (const Array<T>& a) : DiagArray2<T> /
923MDiagArray2 cp-src/MDiagArray2.h /^ MDiagArray2 (const DiagArray2<T>& a) : DiagArray/
924MDiagArray2 cp-src/MDiagArray2.h /^ MDiagArray2 (const MDiagArray2<T>& a) : DiagArra/
925MDiagArray2 cp-src/MDiagArray2.h /^ MDiagArray2 (int r, int c) : DiagArray2<T> (r, c/
926MDiagArray2 cp-src/MDiagArray2.h /^ MDiagArray2 (int r, int c, const T& val) : DiagA/
927MDiagArray2 cp-src/MDiagArray2.h /^ MDiagArray2 (void) : DiagArray2<T> () { }$/
928MDiagArray2 cp-src/MDiagArray2.h 78
929MIN_HASH_VALUE c-src/etags.c 2328
930MIN_WORD_LENGTH c-src/etags.c 2326
931MISCP c-src/emacs/src/lisp.h /^# define MISCP(x) lisp_h_MISCP (x)$/
932MOST_NEGATIVE_FIXNUM c-src/emacs/src/lisp.h 835
933MOST_POSITIVE_FIXNUM c-src/emacs/src/lisp.h 834
934MOVE c-src/sysdep.h /^#define MOVE(x,y) movl x, y$/
935MSDOS c-src/etags.c 100
936MSDOS c-src/etags.c 106
937MSDOS c-src/etags.c 107
938MSDOS c-src/etags.c 110
939MSGSEL f-src/entry.for /^ ENTRY MSGSEL ( TYPE )$/
940MSGSEL f-src/entry.strange /^ ENTRY MSGSEL ( TYPE )$/
941MSGSEL f-src/entry.strange_suffix /^ ENTRY MSGSEL ( TYPE )$/
942MULTI_LETTER_MOD c-src/emacs/src/keyboard.c /^#define MULTI_LETTER_MOD(BIT, NAME, LEN) \\$/
943MULTI_LETTER_MOD c-src/emacs/src/keyboard.c /^#define MULTI_LETTER_MOD(BIT, NAME, LEN) \\$/
944MULTI_LETTER_MOD c-src/emacs/src/keyboard.c 6231
945MULTI_LETTER_MOD c-src/emacs/src/keyboard.c 6764
946Machin_T/b ada-src/waroquiers.ada /^ protected body Machin_T is$/
947Machin_T/t ada-src/etags-test-for.ada /^ protected Machin_T is$/
948Machin_T/t ada-src/etags-test-for.ada /^ protected type Machin_T is$/
949Machin_T/t ada-src/waroquiers.ada /^ protected type Machin_T is$/
950Machine_Exceptions/t ada-src/2ataspri.ads /^ type Machine_Exceptions is new Interfaces.C.POS/
951MakeDispose pyt-src/server.py /^ def MakeDispose(self):$/
952MakeSitelist pyt-src/server.py /^ def MakeSitelist(self, master):$/
953Makefile_filenames c-src/etags.c 603
954Makefile_help c-src/etags.c 605
955Makefile_targets c-src/etags.c /^Makefile_targets (FILE *inf)$/
956Mc cp-src/c.C /^int main (void) { my_function0(0); my_function1(1)/
957Mcccp y-src/cccp.y /^main ()$/
958Mconway.cpp cp-src/conway.cpp /^void main(void)$/
959Metags c-src/etags.c /^main (int argc, char **argv)$/
960Mfail cp-src/fail.C /^main()$/
961Mkai-test.pl perl-src/kai-test.pl /^package main;$/
962ModuleExample ruby-src/test.rb /^module ModuleExample$/
963More_Lisp_Bits c-src/emacs/src/lisp.h 801
964MoveLayerAfter lua-src/allegro.lua /^function MoveLayerAfter (this_one)$/
965MoveLayerBefore lua-src/allegro.lua /^function MoveLayerBefore (this_one)$/
966MoveLayerBottom lua-src/allegro.lua /^function MoveLayerBottom ()$/
967MoveLayerTop lua-src/allegro.lua /^function MoveLayerTop ()$/
968Mtest.go go-src/test.go /^func main() {$/
969Mtest.go go-src/test.go 1
970Mtest.rs rs-src/test.rs /^fn main() {$/
971Mtest1.go go-src/test1.go /^func main() {$/
972Mtest1.go go-src/test1.go 1
973Mx.cc cp-src/x.cc /^main(int argc, char *argv[])$/
974NAME y-src/cccp.c 8
975NATNUMP c-src/emacs/src/lisp.h /^NATNUMP (Lisp_Object x)$/
976NDEBUG c-src/etags.c 88
977NE y-src/parse.c 6
978NEG y-src/parse.c 9
979NEXT_ALMOST_PRIME_LIMIT c-src/emacs/src/lisp.h 3573
980NILP c-src/emacs/src/lisp.h /^# define NILP(x) lisp_h_NILP (x)$/
981NIL_IS_ZERO c-src/emacs/src/lisp.h 1515
982NONPOINTER_BITS c-src/emacs/src/lisp.h 78
983NONPOINTER_BITS c-src/emacs/src/lisp.h 80
984NONSRCS make-src/Makefile /^NONSRCS=entry.strange lists.erl clheir.hpp.gz$/
985NOTEQUAL y-src/cccp.c 13
986NULL y-src/cccp.y 51
987NULL_PTR y-src/cccp.y 63
988NUMSTATS objc-src/PackInsp.h 36
989NUM_MOD_NAMES c-src/emacs/src/keyboard.c 6325
990NUM_RECENT_KEYS c-src/emacs/src/keyboard.c 91
991NameHasChar pas-src/common.pas /^function NameHasChar; (* (TheName : NameString; Th/
992NameStringLess pas-src/common.pas /^function NameStringLess;(*(var Name1,Name2 : NameS/
993NewLayer lua-src/allegro.lua /^function NewLayer (name, x, y, w, h)$/
994NewLayerSet lua-src/allegro.lua /^function NewLayerSet (name)$/
995NewNameString pas-src/common.pas /^procedure NewNameString; (* (var NSP: NameStringPo/
996NmStrToErrStr pas-src/common.pas /^function NmStrToErrStr;(*($/
997NmStrToInteger pas-src/common.pas /^function NmStrToInteger; (* (Str : NameString) : i/
998OBJCPPSRC make-src/Makefile /^OBJCPPSRC=SimpleCalc.H SimpleCalc.M$/
999OBJCSRC make-src/Makefile /^OBJCSRC=Subprocess.h Subprocess.m PackInsp.h PackI/
1000OBJS make-src/Makefile /^OBJS=${GETOPTOBJS} ${REGEXOBJS} ${CHECKOBJS}$/
1001OPENBUTTON objc-src/PackInsp.m 47
1002OPTIONS make-src/Makefile /^OPTIONS=--members --declarations --regex=@regexfil/
1003OR y-src/cccp.c 10
1004OTAGS make-src/Makefile /^OTAGS: oetags ${SRCS} srclist$/
1005OVERLAYP c-src/emacs/src/lisp.h /^OVERLAYP (Lisp_Object x)$/
1006Objc_help c-src/etags.c 613
1007Objc_suffixes c-src/etags.c 609
1008OperatorFun c-src/h.h 88
1009Overview tex-src/gzip.texi /^@node Overview, Sample, Copying, Top$/
1010PASSRC make-src/Makefile /^PASSRC=common.pas$/
1011PDT c-src/h.h /^ Date 04 May 87 235311 PDT (Mon)$/
1012PERLSRC make-src/Makefile /^PERLSRC=htlmify-cystic yagrip.pl kai-test.pl mirro/
1013PHPSRC make-src/Makefile /^PHPSRC=lce_functions.php ptest.php sendmail.php$/
1014PHP_functions c-src/etags.c /^PHP_functions (FILE *inf)$/
1015PHP_help c-src/etags.c 639
1016PHP_suffixes c-src/etags.c 637
1017POEntry php-src/lce_functions.php /^ function POEntry()$/
1018POEntry php-src/lce_functions.php 105
1019POEntryAD php-src/lce_functions.php 29
1020PORManager php-src/lce_functions.php /^ function PORManager()$/
1021PORManager php-src/lce_functions.php 498
1022POReader php-src/lce_functions.php /^ function POReader($domain, $filename)$/
1023POReader php-src/lce_functions.php 163
1024POSTSCRIPTFLAGS make-src/Makefile /^POSTSCRIPTFLAGS=--language=none --regex='#\/[^ \\t{]/
1025PRINT_UNDOCUMENTED_OPTIONS_HELP c-src/etags.c 804
1026PROCESSP c-src/emacs/src/lisp.h /^PROCESSP (Lisp_Object a)$/
1027PROLSRC make-src/Makefile /^PROLSRC=ordsets.prolog natded.prolog$/
1028PROP c-src/emacs/src/keyboard.c /^#define PROP(IDX) AREF (tool_bar_item_properties, /
1029PROP c-src/emacs/src/keyboard.c 8379
1030PROTECT_MALLOC_STATE c-src/emacs/src/gmalloc.c /^#define PROTECT_MALLOC_STATE(PROT) \/* empty *\/$/
1031PROTECT_MALLOC_STATE c-src/emacs/src/gmalloc.c /^#define PROTECT_MALLOC_STATE(PROT) protect_malloc_/
1032PRTPKG f-src/entry.for /^ LOGICAL FUNCTION PRTPKG ( SHORT, LONG, EXPL,/
1033PRTPKG f-src/entry.strange /^ LOGICAL FUNCTION PRTPKG ( SHORT, LONG, EXPL,/
1034PRTPKG f-src/entry.strange_suffix /^ LOGICAL FUNCTION PRTPKG ( SHORT, LONG, EXPL,/
1035PSEUDO c-src/sysdep.h /^#define PSEUDO(name, syscall_name, args) /
1036PSEUDOVECSIZE c-src/emacs/src/lisp.h /^#define PSEUDOVECSIZE(type, nonlispfield) \\$/
1037PSEUDOVECTORP c-src/emacs/src/lisp.h /^PSEUDOVECTORP (Lisp_Object a, int code)$/
1038PSEUDOVECTOR_AREA_BITS c-src/emacs/src/lisp.h 818
1039PSEUDOVECTOR_FLAG c-src/emacs/src/lisp.h 774
1040PSEUDOVECTOR_REST_BITS c-src/emacs/src/lisp.h 813
1041PSEUDOVECTOR_REST_MASK c-src/emacs/src/lisp.h 814
1042PSEUDOVECTOR_SIZE_BITS c-src/emacs/src/lisp.h 808
1043PSEUDOVECTOR_SIZE_MASK c-src/emacs/src/lisp.h 809
1044PSEUDOVECTOR_TYPEP c-src/emacs/src/lisp.h /^PSEUDOVECTOR_TYPEP (struct vectorlike_header *a, i/
1045PSSRC make-src/Makefile /^PSSRC=rfc1245.ps$/
1046PS_functions c-src/etags.c /^PS_functions (FILE *inf)$/
1047PS_help c-src/etags.c 649
1048PS_suffixes c-src/etags.c 647
1049PTY_LENGTH objc-src/Subprocess.m 21
1050PTY_TEMPLATE objc-src/Subprocess.m 20
1051PUSH_C_STR c-src/emacs/src/keyboard.c /^#define PUSH_C_STR(str, listvar) \\$/
1052PUSH_HANDLER c-src/emacs/src/lisp.h /^#define PUSH_HANDLER(c, tag_ch_val, handlertype) \\/
1053PVEC_BOOL_VECTOR c-src/emacs/src/lisp.h 787
1054PVEC_BUFFER c-src/emacs/src/lisp.h 788
1055PVEC_CHAR_TABLE c-src/emacs/src/lisp.h 796
1056PVEC_COMPILED c-src/emacs/src/lisp.h 795
1057PVEC_FONT c-src/emacs/src/lisp.h 798
1058PVEC_FRAME c-src/emacs/src/lisp.h 785
1059PVEC_FREE c-src/emacs/src/lisp.h 783
1060PVEC_HASH_TABLE c-src/emacs/src/lisp.h 789
1061PVEC_NORMAL_VECTOR c-src/emacs/src/lisp.h 782
1062PVEC_OTHER c-src/emacs/src/lisp.h 793
1063PVEC_PROCESS c-src/emacs/src/lisp.h 784
1064PVEC_SUBR c-src/emacs/src/lisp.h 792
1065PVEC_SUB_CHAR_TABLE c-src/emacs/src/lisp.h 797
1066PVEC_TERMINAL c-src/emacs/src/lisp.h 790
1067PVEC_TYPE_MASK c-src/emacs/src/lisp.h 819
1068PVEC_WINDOW c-src/emacs/src/lisp.h 786
1069PVEC_WINDOW_CONFIGURATION c-src/emacs/src/lisp.h 791
1070PYTSRC make-src/Makefile /^PYTSRC=server.py$/
1071PackageInspector objc-src/PackInsp.h /^@interface PackageInspector:WMInspector$/
1072Pascal_functions c-src/etags.c /^Pascal_functions (FILE *inf)$/
1073Pascal_help c-src/etags.c 621
1074Pascal_suffixes c-src/etags.c 619
1075Perl_functions c-src/etags.c /^Perl_functions (FILE *inf)$/
1076Perl_help c-src/etags.c 630
1077Perl_interpreters c-src/etags.c 628
1078Perl_suffixes c-src/etags.c 626
1079Pkg1/b ada-src/etags-test-for.ada /^package body Pkg1 is$/
1080Pkg1/b ada-src/waroquiers.ada /^package body Pkg1 is$/
1081Pkg1/s ada-src/etags-test-for.ada /^package Pkg1 is$/
1082Pkg1/s ada-src/waroquiers.ada /^package Pkg1 is$/
1083Pkg1_Func1/f ada-src/etags-test-for.ada /^ function Pkg1_Func1 return Boolean is separate;$/
1084Pkg1_Func1/f ada-src/etags-test-for.ada /^ function Pkg1_Func1 return Boolean;$/
1085Pkg1_Func1/f ada-src/etags-test-for.ada /^function Pkg1_Func1 return Boolean is$/
1086Pkg1_Func1/f ada-src/waroquiers.ada /^ function Pkg1_Func1 return Boolean is separate;$/
1087Pkg1_Func1/f ada-src/waroquiers.ada /^ function Pkg1_Func1 return Boolean;$/
1088Pkg1_Func1/f ada-src/waroquiers.ada /^function Pkg1_Func1 return Boolean is$/
1089Pkg1_Func2/f ada-src/etags-test-for.ada /^ function Pkg1_Func2 (Ijk : Integer; Z : Integer)/
1090Pkg1_Func2/f ada-src/waroquiers.ada /^ function Pkg1_Func2 (Ijk : Integer; Z : Integer)/
1091Pkg1_Pkg1/b ada-src/etags-test-for.ada /^ package body Pkg1_Pkg1 is separate;$/
1092Pkg1_Pkg1/b ada-src/etags-test-for.ada /^package body Pkg1_Pkg1 is$/
1093Pkg1_Pkg1/b ada-src/waroquiers.ada /^ package body Pkg1_Pkg1 is separate;$/
1094Pkg1_Pkg1/b ada-src/waroquiers.ada /^package body Pkg1_Pkg1 is$/
1095Pkg1_Pkg1/s ada-src/etags-test-for.ada /^ package Pkg1_Pkg1 is$/
1096Pkg1_Pkg1/s ada-src/waroquiers.ada /^ package Pkg1_Pkg1 is$/
1097Pkg1_Pkg1_Proc1/p ada-src/etags-test-for.ada /^ procedure Pkg1_Pkg1_Proc1;$/
1098Pkg1_Pkg1_Proc1/p ada-src/etags-test-for.ada /^ procedure Pkg1_Pkg1_Proc1 is$/
1099Pkg1_Pkg1_Proc1/p ada-src/waroquiers.ada /^ procedure Pkg1_Pkg1_Proc1;$/
1100Pkg1_Pkg1_Proc1/p ada-src/waroquiers.ada /^ procedure Pkg1_Pkg1_Proc1 is$/
1101Pkg1_Proc1/p ada-src/etags-test-for.ada /^ procedure Pkg1_Proc1 is$/
1102Pkg1_Proc1/p ada-src/etags-test-for.ada /^ procedure Pkg1_Proc1;$/
1103Pkg1_Proc1/p ada-src/waroquiers.ada /^ procedure Pkg1_Proc1 is$/
1104Pkg1_Proc1/p ada-src/waroquiers.ada /^ procedure Pkg1_Proc1;$/
1105Pkg1_Proc2/p ada-src/etags-test-for.ada /^ procedure Pkg1_Proc2 (I : Integer) is$/
1106Pkg1_Proc2/p ada-src/etags-test-for.ada /^ procedure Pkg1_Proc2 (I : Integer);$/
1107Pkg1_Proc2/p ada-src/waroquiers.ada /^ procedure Pkg1_Proc2 (I : Integer) is$/
1108Pkg1_Proc2/p ada-src/waroquiers.ada /^ procedure Pkg1_Proc2 (I : Integer);$/
1109PostControls pyt-src/server.py /^ def PostControls(self):$/
1110Pre_Call_State/t ada-src/2ataspri.ads /^ type Pre_Call_State is new System.Address;$/
1111PrintAdd go-src/test1.go /^func (n intNumber) PrintAdd() {$/
1112PrintAdd go-src/test1.go /^func (s str) PrintAdd() {$/
1113Private objc-src/Subprocess.m /^@interface Subprocess(Private)$/
1114Private_T/b ada-src/etags-test-for.ada /^ task body Private_T is$/
1115Private_T/b ada-src/waroquiers.ada /^ task body Private_T is$/
1116Private_T/k ada-src/etags-test-for.ada /^ task Private_T;$/
1117Private_T/k ada-src/waroquiers.ada /^ task Private_T;$/
1118Private_T/p ada-src/etags-test-for.ada /^ procedure Private_T is$/
1119Private_T/p ada-src/etags-test-for.ada /^ procedure Private_T;$/
1120Private_T/p ada-src/waroquiers.ada /^ procedure Private_T is$/
1121Private_T/p ada-src/waroquiers.ada /^ procedure Private_T;$/
1122Private_T/t ada-src/etags-test-for.ada /^ type Private_T is private;$/
1123Private_T/t ada-src/etags-test-for.ada /^ type Private_T is$/
1124Private_T/t ada-src/waroquiers.ada /^ type Private_T is private;$/
1125Private_T/t ada-src/waroquiers.ada /^ type Private_T is$/
1126Problems tex-src/gzip.texi /^@node Problems, Concept Index, Tapes, Top$/
1127Proc/t ada-src/2ataspri.ads /^ type Proc is access procedure (Addr : System.Ad/
1128Prolog_functions c-src/etags.c /^Prolog_functions (FILE *inf)$/
1129Prolog_help c-src/etags.c 654
1130Prolog_suffixes c-src/etags.c 652
1131Public_T/t ada-src/etags-test-for.ada /^ type Public_T is$/
1132Public_T/t ada-src/waroquiers.ada /^ type Public_T is$/
1133Python_functions c-src/etags.c /^Python_functions (FILE *inf)$/
1134Python_help c-src/etags.c 660
1135Python_suffixes c-src/etags.c 658
1136QUIT c-src/emacs/src/lisp.h 3101
1137QUITP c-src/emacs/src/lisp.h 3112
1138RANGED_INTEGERP c-src/emacs/src/lisp.h /^RANGED_INTEGERP (intmax_t lo, Lisp_Object x, intma/
1139RCSid objc-src/PackInsp.m 30
1140READABLE_EVENTS_DO_TIMERS_NOW c-src/emacs/src/keyboard.c 346
1141READABLE_EVENTS_FILTER_EVENTS c-src/emacs/src/keyboard.c 347
1142READABLE_EVENTS_IGNORE_SQUEEZABLES c-src/emacs/src/keyboard.c 348
1143RECC_ALNUM c-src/emacs/src/regex.h 610
1144RECC_ALPHA c-src/emacs/src/regex.h 610
1145RECC_ASCII c-src/emacs/src/regex.h 617
1146RECC_BLANK c-src/emacs/src/regex.h 615
1147RECC_CNTRL c-src/emacs/src/regex.h 613
1148RECC_DIGIT c-src/emacs/src/regex.h 614
1149RECC_ERROR c-src/emacs/src/regex.h 609
1150RECC_GRAPH c-src/emacs/src/regex.h 611
1151RECC_LOWER c-src/emacs/src/regex.h 612
1152RECC_MULTIBYTE c-src/emacs/src/regex.h 616
1153RECC_NONASCII c-src/emacs/src/regex.h 616
1154RECC_PRINT c-src/emacs/src/regex.h 611
1155RECC_PUNCT c-src/emacs/src/regex.h 613
1156RECC_SPACE c-src/emacs/src/regex.h 615
1157RECC_UNIBYTE c-src/emacs/src/regex.h 617
1158RECC_UPPER c-src/emacs/src/regex.h 612
1159RECC_WORD c-src/emacs/src/regex.h 610
1160RECC_XDIGIT c-src/emacs/src/regex.h 614
1161RED cp-src/screen.hpp 16
1162REGEX make-src/Makefile /^REGEX=\/[ \\t]*DEFVAR_[A-Z_ \\t\\n(]+"\\([^"]+\\)"\/$/
1163REGEXOBJS make-src/Makefile /^REGEXOBJS=regex.o$/
1164REGS_FIXED c-src/emacs/src/regex.h 378
1165REGS_REALLOCATE c-src/emacs/src/regex.h 377
1166REGS_UNALLOCATED c-src/emacs/src/regex.h 376
1167REG_BADBR c-src/emacs/src/regex.h 313
1168REG_BADPAT c-src/emacs/src/regex.h 305
1169REG_BADRPT c-src/emacs/src/regex.h 316
1170REG_EBRACE c-src/emacs/src/regex.h 312
1171REG_EBRACK c-src/emacs/src/regex.h 310
1172REG_ECOLLATE c-src/emacs/src/regex.h 306
1173REG_ECTYPE c-src/emacs/src/regex.h 307
1174REG_EEND c-src/emacs/src/regex.h 319
1175REG_EESCAPE c-src/emacs/src/regex.h 308
1176REG_ENOSYS c-src/emacs/src/regex.h 297
1177REG_ENOSYS c.c 279
1178REG_EPAREN c-src/emacs/src/regex.h 311
1179REG_ERANGE c-src/emacs/src/regex.h 314
1180REG_ERANGEX c-src/emacs/src/regex.h 322
1181REG_ERPAREN c-src/emacs/src/regex.h 321
1182REG_ESIZE c-src/emacs/src/regex.h 320
1183REG_ESPACE c-src/emacs/src/regex.h 315
1184REG_ESUBREG c-src/emacs/src/regex.h 309
1185REG_EXTENDED c-src/emacs/src/regex.h 263
1186REG_ICASE c-src/emacs/src/regex.h 267
1187REG_NEWLINE c-src/emacs/src/regex.h 272
1188REG_NOERROR c-src/emacs/src/regex.h 300
1189REG_NOMATCH c-src/emacs/src/regex.h 301
1190REG_NOSUB c-src/emacs/src/regex.h 276
1191REG_NOTBOL c-src/emacs/src/regex.h 286
1192REG_NOTEOL c-src/emacs/src/regex.h 289
1193RELEASELIST make-src/Makefile /^RELEASELIST=pot@gnu.org xemacs-review@xemacs.org j/
1194RESUME_POLLING c-src/emacs/src/keyboard.c 2170
1195RETURN_UNGCPRO c-src/emacs/src/lisp.h /^#define RETURN_UNGCPRO(expr) \\$/
1196RE_BACKSLASH_ESCAPE_IN_LISTS c-src/emacs/src/regex.h 47
1197RE_BK_PLUS_QM c-src/emacs/src/regex.h 52
1198RE_CHAR_CLASSES c-src/emacs/src/regex.h 58
1199RE_CONTEXT_INDEP_ANCHORS c-src/emacs/src/regex.h 72
1200RE_CONTEXT_INDEP_OPS c-src/emacs/src/regex.h 80
1201RE_CONTEXT_INVALID_OPS c-src/emacs/src/regex.h 84
1202RE_DEBUG c-src/emacs/src/regex.h 161
1203RE_DOT_NEWLINE c-src/emacs/src/regex.h 88
1204RE_DOT_NOT_NULL c-src/emacs/src/regex.h 92
1205RE_DUP_MAX c-src/emacs/src/regex.h 253
1206RE_DUP_MAX c-src/emacs/src/regex.h 256
1207RE_FRUGAL c-src/emacs/src/regex.h 147
1208RE_HAT_LISTS_NOT_NEWLINE c-src/emacs/src/regex.h 96
1209RE_INTERVALS c-src/emacs/src/regex.h 101
1210RE_LIMITED_OPS c-src/emacs/src/regex.h 105
1211RE_NEWLINE_ALT c-src/emacs/src/regex.h 109
1212RE_NO_BK_BRACES c-src/emacs/src/regex.h 114
1213RE_NO_BK_PARENS c-src/emacs/src/regex.h 118
1214RE_NO_BK_REFS c-src/emacs/src/regex.h 122
1215RE_NO_BK_VBAR c-src/emacs/src/regex.h 126
1216RE_NO_EMPTY_RANGES c-src/emacs/src/regex.h 132
1217RE_NO_GNU_OPS c-src/emacs/src/regex.h 144
1218RE_NO_NEWLINE_ANCHOR c-src/emacs/src/regex.h 153
1219RE_NO_POSIX_BACKTRACKING c-src/emacs/src/regex.h 140
1220RE_NREGS c-src/emacs/src/regex.h 440
1221RE_SHY_GROUPS c-src/emacs/src/regex.h 150
1222RE_SYNTAX_AWK c-src/emacs/src/regex.h 186
1223RE_SYNTAX_ED c-src/emacs/src/regex.h 216
1224RE_SYNTAX_EGREP c-src/emacs/src/regex.h 206
1225RE_SYNTAX_EMACS c-src/emacs/src/regex.h 183
1226RE_SYNTAX_GNU_AWK c-src/emacs/src/regex.h 193
1227RE_SYNTAX_GREP c-src/emacs/src/regex.h 201
1228RE_SYNTAX_POSIX_AWK c-src/emacs/src/regex.h 197
1229RE_SYNTAX_POSIX_BASIC c-src/emacs/src/regex.h 225
1230RE_SYNTAX_POSIX_EGREP c-src/emacs/src/regex.h 212
1231RE_SYNTAX_POSIX_EXTENDED c-src/emacs/src/regex.h 234
1232RE_SYNTAX_POSIX_MINIMAL_BASIC c-src/emacs/src/regex.h 231
1233RE_SYNTAX_POSIX_MINIMAL_EXTENDED c-src/emacs/src/regex.h 242
1234RE_SYNTAX_SED c-src/emacs/src/regex.h 218
1235RE_TRANSLATE_TYPE c-src/emacs/src/regex.h 332
1236RE_UNMATCHED_RIGHT_PAREN_ORD c-src/emacs/src/regex.h 136
1237RSH y-src/cccp.c 17
1238RTE/s ada-src/2ataspri.adb /^ package RTE renames Interfaces.C.POSIX_RTE;$/
1239RUN make-src/Makefile /^RUN=$/
1240RUN make-src/Makefile /^RUN=time --quiet --format '%U + %S: %E'$/
1241RXINCLUDE make-src/Makefile /^RXINCLUDE=-Iemacs\/src$/
1242Range cp-src/Range.h /^ Range (const Range& r)$/
1243Range cp-src/Range.h /^ Range (double b, double l)$/
1244Range cp-src/Range.h /^ Range (double b, double l, double i)$/
1245Range cp-src/Range.h /^ Range (void)$/
1246Range cp-src/Range.h 35
1247ReadVacation cp-src/functions.cpp /^void ReadVacation ( char *filename ) {$/
1248Read_Lock/p ada-src/2ataspri.adb /^ procedure Read_Lock (L : in out Lock; Ceiling_V/
1249Read_Lock/p ada-src/2ataspri.ads /^ procedure Read_Lock (L : in out Lock; Ceiling_V/
1250Rectangle.getPos lua-src/test.lua /^function Rectangle.getPos ()$/
1251ReleaseNameString pas-src/common.pas /^procedure ReleaseNameString; (* (var NSP: NameStri/
1252RemoveLayer lua-src/allegro.lua /^function RemoveLayer ()$/
1253RemoveUnderlineControl pas-src/common.pas /^function RemoveUnderlineControl; (*($/
1254ReprOfChar pas-src/common.pas /^function ReprOfChar; (*( ch : char) : NameString;*/
1255S c.c 156
1256SAFE_ALLOCA c-src/emacs/src/lisp.h /^#define SAFE_ALLOCA(size) ((size) <= sa_avail \\/
1257SAFE_ALLOCA_LISP c-src/emacs/src/lisp.h /^#define SAFE_ALLOCA_LISP(buf, nelt) \\$/
1258SAFE_ALLOCA_STRING c-src/emacs/src/lisp.h /^#define SAFE_ALLOCA_STRING(ptr, string) \\$/
1259SAFE_FREE c-src/emacs/src/lisp.h /^#define SAFE_FREE() \\$/
1260SAFE_NALLOCA c-src/emacs/src/lisp.h /^#define SAFE_NALLOCA(buf, multiplier, nitems) \\/
1261SAVE_FUNCPOINTER c-src/emacs/src/lisp.h 2049
1262SAVE_INTEGER c-src/emacs/src/lisp.h 2048
1263SAVE_OBJECT c-src/emacs/src/lisp.h 2051
1264SAVE_POINTER c-src/emacs/src/lisp.h 2050
1265SAVE_SLOT_BITS c-src/emacs/src/lisp.h 2055
1266SAVE_TYPE_BITS c-src/emacs/src/lisp.h 2062
1267SAVE_TYPE_BITS c-src/emacs/src/lisp.h 2114
1268SAVE_TYPE_BITS c-src/emacs/src/lisp.h 2123
1269SAVE_TYPE_FUNCPTR_PTR_OBJ c-src/emacs/src/lisp.h 2076
1270SAVE_TYPE_INT_INT c-src/emacs/src/lisp.h 2066
1271SAVE_TYPE_INT_INT_INT c-src/emacs/src/lisp.h 2067
1272SAVE_TYPE_MEMORY c-src/emacs/src/lisp.h 2080
1273SAVE_TYPE_OBJ_OBJ c-src/emacs/src/lisp.h 2069
1274SAVE_TYPE_OBJ_OBJ_OBJ c-src/emacs/src/lisp.h 2070
1275SAVE_TYPE_OBJ_OBJ_OBJ_OBJ c-src/emacs/src/lisp.h 2071
1276SAVE_TYPE_PTR_INT c-src/emacs/src/lisp.h 2073
1277SAVE_TYPE_PTR_OBJ c-src/emacs/src/lisp.h 2074
1278SAVE_TYPE_PTR_PTR c-src/emacs/src/lisp.h 2075
1279SAVE_UNUSED c-src/emacs/src/lisp.h 2047
1280SAVE_VALUEP c-src/emacs/src/lisp.h /^SAVE_VALUEP (Lisp_Object x)$/
1281SAVE_VALUE_SLOTS c-src/emacs/src/lisp.h 2058
1282SBYTES c-src/emacs/src/lisp.h /^SBYTES (Lisp_Object string)$/
1283SCHARS c-src/emacs/src/lisp.h /^SCHARS (Lisp_Object string)$/
1284SCREEN_FP cp-src/screen.hpp /^#define SCREEN_FP(x,y) \\$/
1285SCREEN_START cp-src/screen.hpp 33
1286SDATA c-src/emacs/src/lisp.h /^SDATA (Lisp_Object string)$/
1287SDTrefGetInteger pas-src/common.pas /^function SDTrefGetInteger : integer;$/
1288SDTrefIsEnd pas-src/common.pas /^function SDTrefIsEnd : Boolean;$/
1289SDTrefRecToString pas-src/common.pas /^procedure SDTrefRecToString (* ($/
1290SDTrefSkipSpaces pas-src/common.pas /^procedure SDTrefSkipSpaces;$/
1291SDTrefStringToRec pas-src/common.pas /^procedure SDTrefStringToRec (* ($/
1292SETPRT f-src/entry.for /^ ENTRY SETPRT ( SHORT, EXPL, LONG, TRACE, D/
1293SETPRT f-src/entry.strange /^ ENTRY SETPRT ( SHORT, EXPL, LONG, TRACE, D/
1294SETPRT f-src/entry.strange_suffix /^ ENTRY SETPRT ( SHORT, EXPL, LONG, TRACE, D/
1295SET_SYMBOL_BLV c-src/emacs/src/lisp.h /^SET_SYMBOL_BLV (struct Lisp_Symbol *sym, struct Li/
1296SET_SYMBOL_FWD c-src/emacs/src/lisp.h /^SET_SYMBOL_FWD (struct Lisp_Symbol *sym, union Lis/
1297SET_SYMBOL_VAL c-src/emacs/src/lisp.h /^# define SET_SYMBOL_VAL(sym, v) lisp_h_SET_SYMBOL_/
1298SINGLE_LETTER_MOD c-src/emacs/src/keyboard.c /^#define SINGLE_LETTER_MOD(BIT) \\$/
1299SINGLE_LETTER_MOD c-src/emacs/src/keyboard.c 6212
1300SINGLE_LETTER_MOD c-src/emacs/src/keyboard.c 6763
1301SIZEFORMAT objc-src/PackInsp.m 57
1302SPECPDL_BACKTRACE c-src/emacs/src/lisp.h 2948
1303SPECPDL_INDEX c-src/emacs/src/lisp.h /^SPECPDL_INDEX (void)$/
1304SPECPDL_LET c-src/emacs/src/lisp.h 2949
1305SPECPDL_LET_DEFAULT c-src/emacs/src/lisp.h 2952
1306SPECPDL_LET_LOCAL c-src/emacs/src/lisp.h 2951
1307SPECPDL_UNWIND c-src/emacs/src/lisp.h 2944
1308SPECPDL_UNWIND_INT c-src/emacs/src/lisp.h 2946
1309SPECPDL_UNWIND_PTR c-src/emacs/src/lisp.h 2945
1310SPECPDL_UNWIND_VOID c-src/emacs/src/lisp.h 2947
1311SRCS make-src/Makefile /^SRCS=Makefile ${ADASRC} ${ASRC} ${CSRC} ${CPSRC} $/
1312SREF c-src/emacs/src/lisp.h /^SREF (Lisp_Object string, ptrdiff_t index)$/
1313SSDATA c-src/emacs/src/lisp.h /^SSDATA (Lisp_Object string)$/
1314SSET c-src/emacs/src/lisp.h /^SSET (Lisp_Object string, ptrdiff_t index, unsigne/
1315STACK_CONS c-src/emacs/src/lisp.h /^#define STACK_CONS(a, b) \\$/
1316STATE_ABORT php-src/lce_functions.php 25
1317STATE_COMPRESSD objc-src/PackInsp.m 54
1318STATE_INSTALLED objc-src/PackInsp.m 53
1319STATE_LOOP php-src/lce_functions.php 27
1320STATE_OK php-src/lce_functions.php 26
1321STATE_UNINSTALLED objc-src/PackInsp.m 52
1322STAT_EQ objc-src/PackInsp.m /^#define STAT_EQ(s1, s2) ((s1)->st_ino == (s2)->st_/
1323STDIN c-src/etags.c 408
1324STDIN c-src/etags.c 411
1325STOP_POLLING c-src/emacs/src/keyboard.c 2166
1326STRING_BYTES c-src/emacs/src/lisp.h /^STRING_BYTES (struct Lisp_String *s)$/
1327STRING_BYTES_BOUND c-src/emacs/src/lisp.h 1261
1328STRING_MULTIBYTE c-src/emacs/src/lisp.h /^STRING_MULTIBYTE (Lisp_Object str)$/
1329STRING_SET_CHARS c-src/emacs/src/lisp.h /^STRING_SET_CHARS (Lisp_Object string, ptrdiff_t ne/
1330STRING_SET_MULTIBYTE c-src/emacs/src/lisp.h /^#define STRING_SET_MULTIBYTE(STR) \\$/
1331STRING_SET_UNIBYTE c-src/emacs/src/lisp.h /^#define STRING_SET_UNIBYTE(STR) \\$/
1332SUBRP c-src/emacs/src/lisp.h /^SUBRP (Lisp_Object a)$/
1333SUB_CHAR_TABLE_OFFSET c-src/emacs/src/lisp.h 1701
1334SUB_CHAR_TABLE_P c-src/emacs/src/lisp.h /^SUB_CHAR_TABLE_P (Lisp_Object a)$/
1335SXHASH_REDUCE c-src/emacs/src/lisp.h /^SXHASH_REDUCE (EMACS_UINT x)$/
1336SYMBOLP c-src/emacs/src/lisp.h /^# define SYMBOLP(x) lisp_h_SYMBOLP (x)$/
1337SYMBOL_BLV c-src/emacs/src/lisp.h /^SYMBOL_BLV (struct Lisp_Symbol *sym)$/
1338SYMBOL_CONSTANT_P c-src/emacs/src/lisp.h /^# define SYMBOL_CONSTANT_P(sym) lisp_h_SYMBOL_CONS/
1339SYMBOL_FORWARDED c-src/emacs/src/lisp.h 651
1340SYMBOL_FWD c-src/emacs/src/lisp.h /^SYMBOL_FWD (struct Lisp_Symbol *sym)$/
1341SYMBOL_INDEX c-src/emacs/src/lisp.h /^#define SYMBOL_INDEX(sym) i##sym$/
1342SYMBOL_INTERNED c-src/emacs/src/lisp.h 642
1343SYMBOL_INTERNED_IN_INITIAL_OBARRAY c-src/emacs/src/lisp.h 643
1344SYMBOL_INTERNED_IN_INITIAL_OBARRAY_P c-src/emacs/src/lisp.h /^SYMBOL_INTERNED_IN_INITIAL_OBARRAY_P (Lisp_Object /
1345SYMBOL_INTERNED_P c-src/emacs/src/lisp.h /^SYMBOL_INTERNED_P (Lisp_Object sym)$/
1346SYMBOL_LOCALIZED c-src/emacs/src/lisp.h 650
1347SYMBOL_NAME c-src/emacs/src/lisp.h /^SYMBOL_NAME (Lisp_Object sym)$/
1348SYMBOL_PLAINVAL c-src/emacs/src/lisp.h 648
1349SYMBOL_UNINTERNED c-src/emacs/src/lisp.h 641
1350SYMBOL_VAL c-src/emacs/src/lisp.h /^# define SYMBOL_VAL(sym) lisp_h_SYMBOL_VAL (sym)$/
1351SYMBOL_VARALIAS c-src/emacs/src/lisp.h 649
1352SYSCALL c-src/machsyscalls.c /^#define SYSCALL(name, number, type, args, typed_ar/
1353Sample tex-src/gzip.texi /^@node Sample, Invoking gzip, Overview, Top$/
1354Scheme_functions c-src/etags.c /^Scheme_functions (FILE *inf)$/
1355Scheme_help c-src/etags.c 667
1356Scheme_suffixes c-src/etags.c 665
1357SelectLayer lua-src/allegro.lua /^function SelectLayer (layer)$/
1358Self/f ada-src/2ataspri.adb /^ function Self return TCB_Ptr is$/
1359Self/f ada-src/2ataspri.ads /^ function Self return TCB_Ptr;$/
1360Server pyt-src/server.py /^class Server:$/
1361ServerEdit pyt-src/server.py /^class ServerEdit(Frame):$/
1362Set_Own_Priority/p ada-src/2ataspri.adb /^ procedure Set_Own_Priority (Prio : System.Any_P/
1363Set_Own_Priority/p ada-src/2ataspri.ads /^ procedure Set_Own_Priority (Prio : System.Any_P/
1364Set_Priority/p ada-src/2ataspri.adb /^ procedure Set_Priority$/
1365Set_Priority/p ada-src/2ataspri.ads /^ procedure Set_Priority (T : TCB_Ptr; Prio : Sys/
1366SimpleCalc objcpp-src/SimpleCalc.H /^@interface SimpleCalc:Object$/
1367SkipBlanks pas-src/common.pas /^function SkipBlanks; (*($/
1368SkipChars pas-src/common.pas /^function SkipChars; (*($/
1369SkipSpaces pas-src/common.pas /^procedure SkipSpaces; (* (Str : NameString; var I /
1370Square.something:Bar lua-src/test.lua /^function Square.something:Bar ()$/
1371StartDay cp-src/functions.cpp /^Date StartDay(Date a,int days){\/\/Function to calcu/
1372StripPath pas-src/common.pas /^function StripPath; (*($/
1373SubString pas-src/common.pas /^function SubString; (*($/
1374Subprocess objc-src/Subprocess.h /^@interface Subprocess:Object$/
1375Subprocess objc-src/Subprocess.h 41
1376System.Task_Primitives/b ada-src/2ataspri.adb /^package body System.Task_Primitives is$/
1377System.Task_Primitives/s ada-src/2ataspri.ads /^package System.Task_Primitives is$/
1378T cp-src/fail.C 14
1379T2 cp-src/fail.C 16
1380T3 c.c 163
1381TAGS make-src/Makefile /^TAGS: etags.c$/
1382TAG_PTR c-src/emacs/src/lisp.h /^#define TAG_PTR(tag, ptr) \\$/
1383TAG_SYMOFFSET c-src/emacs/src/lisp.h /^#define TAG_SYMOFFSET(offset) \\$/
1384TAS_Cell/t ada-src/2ataspri.ads /^ type TAS_Cell is private;$/
1385TAS_Cell/t ada-src/2ataspri.ads /^ type TAS_Cell is$/
1386TCB_Ptr/t ada-src/2ataspri.ads /^ type TCB_Ptr is access all Task_Control_Block;$/
1387TCLFLAGS make-src/Makefile /^TCLFLAGS=--lang=none --regex='\/proc[ \\t]+\\([^ \\t]+/
1388TERMINALP c-src/emacs/src/lisp.h /^TERMINALP (Lisp_Object a)$/
1389TEST php-src/ptest.php 1
1390TEXSRC make-src/Makefile /^TEXSRC=testenv.tex gzip.texi texinfo.tex nonewline/
1391TEX_LESC c-src/etags.c 4986
1392TEX_SESC c-src/etags.c 4987
1393TEX_clgrp c-src/etags.c 4922
1394TEX_decode_env c-src/etags.c /^TEX_decode_env (const char *evarname, const char */
1395TEX_defenv c-src/etags.c 4912
1396TEX_esc c-src/etags.c 4920
1397TEX_mode c-src/etags.c /^TEX_mode (FILE *inf)$/
1398TEX_opgrp c-src/etags.c 4921
1399TEX_toktab c-src/etags.c 4908
1400TOTAL_KEYWORDS c-src/etags.c 2325
1401TSL/s ada-src/2ataspri.adb /^ package TSL renames System.Tasking_Soft_Links;$/
1402TYPESTOSTAT objc-src/PackInsp.h 37
1403TYPE_RANGED_INTEGERP c-src/emacs/src/lisp.h /^#define TYPE_RANGED_INTEGERP(type, x) \\$/
1404Tapes tex-src/gzip.texi /^@node Tapes, Problems, Environment, Top$/
1405Task_Control_Block/t ada-src/2ataspri.ads /^ type Task_Control_Block is record$/
1406Task_Storage_Size/t ada-src/2ataspri.ads /^ type Task_Storage_Size is new Interfaces.C.size/
1407Task_Type/b ada-src/etags-test-for.ada /^ task body Task_Type is$/
1408Task_Type/b ada-src/waroquiers.ada /^ task body Task_Type is$/
1409Task_Type/k ada-src/etags-test-for.ada /^ task type Task_Type is$/
1410Task_Type/k ada-src/waroquiers.ada /^ task type Task_Type is$/
1411TeX_commands c-src/etags.c /^TeX_commands (FILE *inf)$/
1412TeX_help c-src/etags.c 674
1413TeX_suffixes c-src/etags.c 672
1414Test_Abort/p ada-src/2ataspri.adb /^ procedure Test_Abort is$/
1415Test_Abort/p ada-src/2ataspri.ads /^ procedure Test_Abort;$/
1416Test_And_Set/p ada-src/2ataspri.adb /^ procedure Test_And_Set (Cell : in out TAS_Cell;/
1417Test_And_Set/p ada-src/2ataspri.ads /^ procedure Test_And_Set (Cell : in out TAS_Cell;/
1418Texinfo_help c-src/etags.c 688
1419Texinfo_nodes c-src/etags.c /^Texinfo_nodes (FILE *inf)$/
1420Texinfo_suffixes c-src/etags.c 686
1421Time_to_position c-src/emacs/src/keyboard.c /^Time_to_position (Time encoded_pos)$/
1422To_Lower pas-src/common.pas /^function To_Lower;(*(ch:char) : char;*)$/
1423To_Start_Addr/f ada-src/2ataspri.adb /^ function To_Start_Addr is new$/
1424To_TCB_Ptr/f ada-src/2ataspri.adb /^ function To_TCB_Ptr is new$/
1425To_Upper pas-src/common.pas /^function To_Upper;(*(ch:char) : char;*)$/
1426To_void_ptr/f ada-src/2ataspri.adb /^ function To_void_ptr is new$/
1427Top tex-src/gzip.texi /^@node Top, , , (dir)$/
1428Truc.Bidule/b ada-src/etags-test-for.ada /^package body Truc.Bidule is$/
1429Truc.Bidule/b ada-src/waroquiers.ada /^package body Truc.Bidule is$/
1430Truc.Bidule/s ada-src/etags-test-for.ada /^package Truc.Bidule is$/
1431Truc.Bidule/s ada-src/waroquiers.ada /^package Truc.Bidule is$/
1432Truc/s ada-src/etags-test-for.ada /^package Truc is$/
1433Truc/s ada-src/waroquiers.ada /^package Truc is$/
1434Type_Specific_Data/t ada-src/etags-test-for.ada /^ type Type_Specific_Data is record$/
1435UCHAR c-src/emacs/src/lisp.h 2424
1436UNARY y-src/cccp.c 18
1437UNDEFINED c-src/h.h 118
1438UNEVALLED c-src/emacs/src/lisp.h 2834
1439UNGCPRO c-src/emacs/src/lisp.h 3202
1440UNGCPRO c-src/emacs/src/lisp.h 3257
1441UNGCPRO c-src/emacs/src/lisp.h 3353
1442UNLOCK c-src/emacs/src/gmalloc.c /^#define UNLOCK() \\$/
1443UNLOCK c-src/emacs/src/gmalloc.c /^#define UNLOCK()$/
1444UNLOCK_ALIGNED_BLOCKS c-src/emacs/src/gmalloc.c /^#define UNLOCK_ALIGNED_BLOCKS() \\$/
1445UNLOCK_ALIGNED_BLOCKS c-src/emacs/src/gmalloc.c /^#define UNLOCK_ALIGNED_BLOCKS()$/
1446UNSIGNED_CMP c-src/emacs/src/lisp.h /^#define UNSIGNED_CMP(a, op, b) \\$/
1447USE_LSB_TAG c-src/emacs/src/lisp.h /^DEFINE_GDB_SYMBOL_BEGIN (bool, USE_LSB_TAG)$/
1448USE_LSB_TAG c-src/emacs/src/lisp.h 271
1449USE_PTHREAD c-src/emacs/src/gmalloc.c 25
1450USE_SAFE_ALLOCA c-src/emacs/src/lisp.h 4560
1451USE_STACK_CONS c-src/emacs/src/lisp.h 4689
1452USE_STACK_LISP_OBJECTS c-src/emacs/src/lisp.h 4652
1453USE_STACK_LISP_OBJECTS c-src/emacs/src/lisp.h 4658
1454USE_STACK_LISP_OBJECTS c-src/emacs/src/lisp.h 4659
1455USE_STACK_STRING c-src/emacs/src/lisp.h 4691
1456U_CHAR y-src/cccp.y 38
1457Unlock/p ada-src/2ataspri.adb /^ procedure Unlock (L : in out Lock) is$/
1458Unlock/p ada-src/2ataspri.ads /^ procedure Unlock (L : in out Lock);$/
1459User pyt-src/server.py /^class User:$/
1460UserEdit pyt-src/server.py /^class UserEdit(Frame):$/
1461VALBITS c-src/emacs/src/lisp.h 246
1462VALMASK c-src/emacs/src/lisp.h /^DEFINE_GDB_SYMBOL_BEGIN (EMACS_INT, VALMASK)$/
1463VALMASK c-src/emacs/src/lisp.h 829
1464VAL_MAX c-src/emacs/src/lisp.h 263
1465VECSIZE c-src/emacs/src/lisp.h /^#define VECSIZE(type) \\$/
1466VECTORLIKEP c-src/emacs/src/lisp.h /^# define VECTORLIKEP(x) lisp_h_VECTORLIKEP (x)$/
1467VECTORP c-src/emacs/src/lisp.h /^VECTORP (Lisp_Object x)$/
1468VERSION c-src/etags.c 789
1469VERSION erl-src/gs_dialog.erl /^-define(VERSION, '2001.1101').$/
1470VERSION objc-src/PackInsp.m 34
1471VHDLFLAGS make-src/Makefile /^VHDLFLAGS=--language=none --regex='\/[ \\t]*\\(ARCHIT/
1472Vabbrev_start_location c-src/abbrev.c 63
1473Vabbrev_start_location_buffer c-src/abbrev.c 66
1474Vabbrev_table_name_list c-src/abbrev.c 43
1475ValToNmStr pas-src/common.pas /^function ValToNmStr; (*($/
1476Vfundamental_mode_abbrev_table c-src/abbrev.c 52
1477Vglobal_abbrev_table c-src/abbrev.c 48
1478Vlast_abbrev c-src/abbrev.c 70
1479Vlast_abbrev_text c-src/abbrev.c 75
1480Vlispy_mouse_stem c-src/emacs/src/keyboard.c 5172
1481WAIT_READING_MAX c-src/emacs/src/lisp.h 4281
1482WAIT_READING_MAX c-src/emacs/src/lisp.h 4283
1483WARNINGS make-src/Makefile /^WARNINGS=-pedantic -Wall -Wpointer-arith -Winline /
1484WCHAR_TYPE_SIZE y-src/cccp.y 99
1485WHITE cp-src/screen.hpp 27
1486WINDOWP c-src/emacs/src/lisp.h /^WINDOWP (Lisp_Object a)$/
1487WINDOWSNT c-src/etags.c 101
1488WINDOWSNT c-src/etags.c 102
1489WINDOW_CONFIGURATIONP c-src/emacs/src/lisp.h /^WINDOW_CONFIGURATIONP (Lisp_Object a)$/
1490WORKING objc-src/PackInsp.m 368
1491WorkingDays cp-src/functions.cpp /^int WorkingDays(Date a, Date b){$/
1492Write_Lock/p ada-src/2ataspri.adb /^ procedure Write_Lock (L : in out Lock; Ceiling_/
1493Write_Lock/p ada-src/2ataspri.ads /^ procedure Write_Lock (L : in out Lock; Ceiling_/
1494X c-src/h.h 100
1495XBOOL_VECTOR c-src/emacs/src/lisp.h /^XBOOL_VECTOR (Lisp_Object a)$/
1496XBUFFER c-src/emacs/src/lisp.h /^XBUFFER (Lisp_Object a)$/
1497XBUFFER_OBJFWD c-src/emacs/src/lisp.h /^XBUFFER_OBJFWD (union Lisp_Fwd *a)$/
1498XCAR c-src/emacs/src/lisp.h /^# define XCAR(c) lisp_h_XCAR (c)$/
1499XCDR c-src/emacs/src/lisp.h /^# define XCDR(c) lisp_h_XCDR (c)$/
1500XCHAR_TABLE c-src/emacs/src/lisp.h /^XCHAR_TABLE (Lisp_Object a)$/
1501XCHG_0 c-src/sysdep.h 47
1502XCHG_1 c-src/sysdep.h 48
1503XCHG_2 c-src/sysdep.h 49
1504XCHG_3 c-src/sysdep.h 50
1505XCHG_4 c-src/sysdep.h 51
1506XCHG_5 c-src/sysdep.h 52
1507XCONS c-src/emacs/src/lisp.h /^# define XCONS(a) lisp_h_XCONS (a)$/
1508XDEFUN c.c /^XDEFUN ("x-get-selection-internal", Fx_get_selecti/
1509XFASTINT c-src/emacs/src/lisp.h /^# define XFASTINT(a) lisp_h_XFASTINT (a)$/
1510XFASTINT c-src/emacs/src/lisp.h /^XFASTINT (Lisp_Object a)$/
1511XFINALIZER c-src/emacs/src/lisp.h /^XFINALIZER (Lisp_Object a)$/
1512XFLOAT c-src/emacs/src/lisp.h /^XFLOAT (Lisp_Object a)$/
1513XFLOATINT c-src/emacs/src/lisp.h /^XFLOATINT (Lisp_Object n)$/
1514XFLOAT_DATA c-src/emacs/src/lisp.h /^XFLOAT_DATA (Lisp_Object f)$/
1515XFWDTYPE c-src/emacs/src/lisp.h /^XFWDTYPE (union Lisp_Fwd *a)$/
1516XHASH c-src/emacs/src/lisp.h /^# define XHASH(a) lisp_h_XHASH (a)$/
1517XHASH_TABLE c-src/emacs/src/lisp.h /^XHASH_TABLE (Lisp_Object a)$/
1518XIL c-src/emacs/src/lisp.h /^# define XIL(i) lisp_h_XIL (i)$/
1519XINT c-src/emacs/src/lisp.h /^# define XINT(a) lisp_h_XINT (a)$/
1520XINT c-src/emacs/src/lisp.h /^XINT (Lisp_Object a)$/
1521XINTPTR c-src/emacs/src/lisp.h /^XINTPTR (Lisp_Object a)$/
1522XLI c-src/emacs/src/lisp.h /^# define XLI(o) lisp_h_XLI (o)$/
1523XLI_BUILTIN_LISPSYM c-src/emacs/src/lisp.h /^#define XLI_BUILTIN_LISPSYM(iname) TAG_SYMOFFSET (/
1524XMARKER c-src/emacs/src/lisp.h /^XMARKER (Lisp_Object a)$/
1525XMISC c-src/emacs/src/lisp.h /^XMISC (Lisp_Object a)$/
1526XMISCANY c-src/emacs/src/lisp.h /^XMISCANY (Lisp_Object a)$/
1527XMISCTYPE c-src/emacs/src/lisp.h /^XMISCTYPE (Lisp_Object a)$/
1528XOVERLAY c-src/emacs/src/lisp.h /^XOVERLAY (Lisp_Object a)$/
1529XPNTR c-src/emacs/src/lisp.h /^# define XPNTR(a) lisp_h_XPNTR (a)$/
1530XPROCESS c-src/emacs/src/lisp.h /^XPROCESS (Lisp_Object a)$/
1531XSAVE_FUNCPOINTER c-src/emacs/src/lisp.h /^XSAVE_FUNCPOINTER (Lisp_Object obj, int n)$/
1532XSAVE_INTEGER c-src/emacs/src/lisp.h /^XSAVE_INTEGER (Lisp_Object obj, int n)$/
1533XSAVE_OBJECT c-src/emacs/src/lisp.h /^XSAVE_OBJECT (Lisp_Object obj, int n)$/
1534XSAVE_POINTER c-src/emacs/src/lisp.h /^XSAVE_POINTER (Lisp_Object obj, int n)$/
1535XSAVE_VALUE c-src/emacs/src/lisp.h /^XSAVE_VALUE (Lisp_Object a)$/
1536XSETBOOL_VECTOR c-src/emacs/src/lisp.h /^#define XSETBOOL_VECTOR(a, b) (XSETPSEUDOVECTOR (a/
1537XSETBUFFER c-src/emacs/src/lisp.h /^#define XSETBUFFER(a, b) (XSETPSEUDOVECTOR (a, b, /
1538XSETCDR c-src/emacs/src/lisp.h /^XSETCDR (Lisp_Object c, Lisp_Object n)$/
1539XSETCHAR_TABLE c-src/emacs/src/lisp.h /^#define XSETCHAR_TABLE(a, b) (XSETPSEUDOVECTOR (a,/
1540XSETCOMPILED c-src/emacs/src/lisp.h /^#define XSETCOMPILED(a, b) (XSETPSEUDOVECTOR (a, b/
1541XSETCONS c-src/emacs/src/lisp.h /^#define XSETCONS(a, b) ((a) = make_lisp_ptr (b, Li/
1542XSETFASTINT c-src/emacs/src/lisp.h /^#define XSETFASTINT(a, b) ((a) = make_natnum (b))$/
1543XSETFLOAT c-src/emacs/src/lisp.h /^#define XSETFLOAT(a, b) ((a) = make_lisp_ptr (b, L/
1544XSETINT c-src/emacs/src/lisp.h /^#define XSETINT(a, b) ((a) = make_number (b))$/
1545XSETMISC c-src/emacs/src/lisp.h /^#define XSETMISC(a, b) ((a) = make_lisp_ptr (b, Li/
1546XSETPROCESS c-src/emacs/src/lisp.h /^#define XSETPROCESS(a, b) (XSETPSEUDOVECTOR (a, b,/
1547XSETPSEUDOVECTOR c-src/emacs/src/lisp.h /^#define XSETPSEUDOVECTOR(a, b, code) \\$/
1548XSETPVECTYPE c-src/emacs/src/lisp.h /^#define XSETPVECTYPE(v, code) \\$/
1549XSETPVECTYPESIZE c-src/emacs/src/lisp.h /^#define XSETPVECTYPESIZE(v, code, lispsize, restsi/
1550XSETSTRING c-src/emacs/src/lisp.h /^#define XSETSTRING(a, b) ((a) = make_lisp_ptr (b, /
1551XSETSUBR c-src/emacs/src/lisp.h /^#define XSETSUBR(a, b) (XSETPSEUDOVECTOR (a, b, PV/
1552XSETSUB_CHAR_TABLE c-src/emacs/src/lisp.h /^#define XSETSUB_CHAR_TABLE(a, b) (XSETPSEUDOVECTOR/
1553XSETSYMBOL c-src/emacs/src/lisp.h /^#define XSETSYMBOL(a, b) ((a) = make_lisp_symbol (/
1554XSETTERMINAL c-src/emacs/src/lisp.h /^#define XSETTERMINAL(a, b) (XSETPSEUDOVECTOR (a, b/
1555XSETTYPED_PSEUDOVECTOR c-src/emacs/src/lisp.h /^#define XSETTYPED_PSEUDOVECTOR(a, b, size, code) /
1556XSETVECTOR c-src/emacs/src/lisp.h /^#define XSETVECTOR(a, b) ((a) = make_lisp_ptr (b, /
1557XSETWINDOW c-src/emacs/src/lisp.h /^#define XSETWINDOW(a, b) (XSETPSEUDOVECTOR (a, b, /
1558XSETWINDOW_CONFIGURATION c-src/emacs/src/lisp.h /^#define XSETWINDOW_CONFIGURATION(a, b) \\$/
1559XSET_HASH_TABLE c-src/emacs/src/lisp.h /^#define XSET_HASH_TABLE(VAR, PTR) \\$/
1560XSTRING c-src/emacs/src/lisp.h /^XSTRING (Lisp_Object a)$/
1561XSUBR c-src/emacs/src/lisp.h /^XSUBR (Lisp_Object a)$/
1562XSUB_CHAR_TABLE c-src/emacs/src/lisp.h /^XSUB_CHAR_TABLE (Lisp_Object a)$/
1563XSYMBOL c-src/emacs/src/lisp.h /^# define XSYMBOL(a) lisp_h_XSYMBOL (a)$/
1564XSYMBOL c-src/emacs/src/lisp.h /^XSYMBOL (Lisp_Object a)$/
1565XTERMINAL c-src/emacs/src/lisp.h /^XTERMINAL (Lisp_Object a)$/
1566XTYPE c-src/emacs/src/lisp.h /^# define XTYPE(a) lisp_h_XTYPE (a)$/
1567XTYPE c-src/emacs/src/lisp.h /^XTYPE (Lisp_Object a)$/
1568XUNTAG c-src/emacs/src/lisp.h /^# define XUNTAG(a, type) lisp_h_XUNTAG (a, type)$/
1569XUNTAG c-src/emacs/src/lisp.h /^XUNTAG (Lisp_Object a, int type)$/
1570XWINDOW c-src/emacs/src/lisp.h /^XWINDOW (Lisp_Object a)$/
1571XX cp-src/x.cc 1
1572Xyzzy ruby-src/test1.ru 13
1573Y c-src/h.h 100
1574YACC c-src/etags.c 2199
1575YELLOW cp-src/screen.hpp 26
1576YSRC make-src/Makefile /^YSRC=parse.y parse.c atest.y cccp.c cccp.y$/
1577YYABORT /usr/share/bison/bison.simple 153
1578YYABORT /usr/share/bison/bison.simple 154
1579YYACCEPT /usr/share/bison/bison.simple 152
1580YYACCEPT /usr/share/bison/bison.simple 153
1581YYBACKUP /usr/share/bison/bison.simple /^#define YYBACKUP(Token, Value) \\$/
1582YYBISON y-src/cccp.c 4
1583YYBISON y-src/parse.c 4
1584YYDPRINTF /usr/share/bison/bison.simple /^# define YYDPRINTF(Args) \\$/
1585YYDPRINTF /usr/share/bison/bison.simple /^# define YYDPRINTF(Args)$/
1586YYEMPTY /usr/share/bison/bison.simple 150
1587YYEMPTY /usr/share/bison/bison.simple 151
1588YYEOF /usr/share/bison/bison.simple 151
1589YYEOF /usr/share/bison/bison.simple 152
1590YYERRCODE /usr/share/bison/bison.simple 178
1591YYERRCODE /usr/share/bison/bison.simple 179
1592YYERROR /usr/share/bison/bison.simple 154
1593YYERROR /usr/share/bison/bison.simple 155
1594YYFAIL /usr/share/bison/bison.simple 158
1595YYFAIL /usr/share/bison/bison.simple 159
1596YYFPRINTF /usr/share/bison/bison.simple 225
1597YYFPRINTF /usr/share/bison/bison.simple 226
1598YYINITDEPTH /usr/share/bison/bison.simple 244
1599YYINITDEPTH /usr/share/bison/bison.simple 245
1600YYLEX /usr/share/bison/bison.simple 200
1601YYLEX /usr/share/bison/bison.simple 201
1602YYLEX /usr/share/bison/bison.simple 202
1603YYLEX /usr/share/bison/bison.simple 203
1604YYLEX /usr/share/bison/bison.simple 206
1605YYLEX /usr/share/bison/bison.simple 207
1606YYLEX /usr/share/bison/bison.simple 208
1607YYLEX /usr/share/bison/bison.simple 209
1608YYLEX /usr/share/bison/bison.simple 212
1609YYLEX /usr/share/bison/bison.simple 213
1610YYLLOC_DEFAULT /usr/share/bison/bison.simple /^# define YYLLOC_DEFAULT(Current, Rhs, N) \\$/
1611YYMAXDEPTH /usr/share/bison/bison.simple 255
1612YYMAXDEPTH /usr/share/bison/bison.simple 256
1613YYMAXDEPTH /usr/share/bison/bison.simple 259
1614YYMAXDEPTH /usr/share/bison/bison.simple 260
1615YYPARSE_PARAM_ARG /usr/share/bison/bison.simple 351
1616YYPARSE_PARAM_ARG /usr/share/bison/bison.simple 354
1617YYPARSE_PARAM_ARG /usr/share/bison/bison.simple 358
1618YYPARSE_PARAM_DECL /usr/share/bison/bison.simple 352
1619YYPARSE_PARAM_DECL /usr/share/bison/bison.simple 355
1620YYPARSE_PARAM_DECL /usr/share/bison/bison.simple 359
1621YYPOPSTACK /usr/share/bison/bison.simple 445
1622YYPOPSTACK /usr/share/bison/bison.simple 447
1623YYRECOVERING /usr/share/bison/bison.simple /^#define YYRECOVERING() (!!yyerrstatus)$/
1624YYSIZE_T /usr/share/bison/bison.simple 128
1625YYSIZE_T /usr/share/bison/bison.simple 129
1626YYSIZE_T /usr/share/bison/bison.simple 131
1627YYSIZE_T /usr/share/bison/bison.simple 132
1628YYSIZE_T /usr/share/bison/bison.simple 136
1629YYSIZE_T /usr/share/bison/bison.simple 137
1630YYSIZE_T /usr/share/bison/bison.simple 140
1631YYSIZE_T /usr/share/bison/bison.simple 141
1632YYSIZE_T /usr/share/bison/bison.simple 145
1633YYSIZE_T /usr/share/bison/bison.simple 146
1634YYSIZE_T /usr/share/bison/bison.simple 51
1635YYSIZE_T /usr/share/bison/bison.simple 52
1636YYSIZE_T /usr/share/bison/bison.simple 56
1637YYSIZE_T /usr/share/bison/bison.simple 57
1638YYSIZE_T /usr/share/bison/bison.simple 71
1639YYSIZE_T /usr/share/bison/bison.simple 72
1640YYSIZE_T /usr/share/bison/bison.simple 75
1641YYSIZE_T /usr/share/bison/bison.simple 76
1642YYSTACK_ALLOC /usr/share/bison/bison.simple 50
1643YYSTACK_ALLOC /usr/share/bison/bison.simple 51
1644YYSTACK_ALLOC /usr/share/bison/bison.simple 55
1645YYSTACK_ALLOC /usr/share/bison/bison.simple 56
1646YYSTACK_ALLOC /usr/share/bison/bison.simple 59
1647YYSTACK_ALLOC /usr/share/bison/bison.simple 60
1648YYSTACK_ALLOC /usr/share/bison/bison.simple 78
1649YYSTACK_ALLOC /usr/share/bison/bison.simple 79
1650YYSTACK_BYTES /usr/share/bison/bison.simple /^# define YYSTACK_BYTES(N) \\$/
1651YYSTACK_FREE /usr/share/bison/bison.simple /^# define YYSTACK_FREE(Ptr) do { \/* empty *\/; } wh/
1652YYSTACK_FREE /usr/share/bison/bison.simple 79
1653YYSTACK_FREE /usr/share/bison/bison.simple 80
1654YYSTACK_GAP_MAX /usr/share/bison/bison.simple 93
1655YYSTACK_GAP_MAX /usr/share/bison/bison.simple 94
1656YYSTACK_RELOCATE /usr/share/bison/bison.simple /^# define YYSTACK_RELOCATE(Type, Stack) \\$/
1657YYSTACK_RELOCATE /usr/share/bison/bison.simple 548
1658YYSTD /usr/share/bison/bison.simple /^# define YYSTD(x) std::x$/
1659YYSTD /usr/share/bison/bison.simple /^# define YYSTD(x) x$/
1660YYSTYPE y-src/parse.y 72
1661YYSTYPE y-src/parse.y 73
1662YYTERROR /usr/share/bison/bison.simple 177
1663YYTERROR /usr/share/bison/bison.simple 178
1664YY_DECL_NON_LSP_VARIABLES /usr/share/bison/bison.simple 374
1665YY_DECL_VARIABLES /usr/share/bison/bison.simple 385
1666YY_DECL_VARIABLES /usr/share/bison/bison.simple 391
1667Yacc_entries c-src/etags.c /^Yacc_entries (FILE *inf)$/
1668Yacc_help c-src/etags.c 693
1669Yacc_suffixes c-src/etags.c 691
1670Z c-src/h.h 100
1671[] ruby-src/test.rb /^ def [](y)$/
1672[]= ruby-src/test.rb /^ def []=(y, val)$/
1673\ tex-src/texinfo.tex /^\\def\\ {{\\fontdimen2\\font=\\tclosesave{} }}%$/
1674\ tex-src/texinfo.tex /^\\gdef\\sepspaces{\\def {\\ }}}$/
1675\' tex-src/texinfo.tex /^\\def\\'{{'}}$/
1676\* tex-src/texinfo.tex /^\\def\\*{\\hfil\\break\\hbox{}\\ignorespaces}$/
1677\. tex-src/texinfo.tex /^\\def\\.{.\\spacefactor=3000 }$/
1678\: tex-src/texinfo.tex /^\\def\\:{\\spacefactor=1000 }$/
1679\@ tex-src/texinfo.tex /^\\def\\@{@}%$/
1680\@ tex-src/texinfo.tex /^\\def\\@{{\\tt \\char '100}}$/
1681\CHAPFopen tex-src/texinfo.tex /^\\def\\CHAPFopen{$/
1682\CHAPFplain tex-src/texinfo.tex /^\\def\\CHAPFplain{$/
1683\CHAPPAGodd tex-src/texinfo.tex /^\\def\\CHAPPAGodd{$/
1684\CHAPPAGoff tex-src/texinfo.tex /^\\def\\CHAPPAGoff{$/
1685\CHAPPAGon tex-src/texinfo.tex /^\\def\\CHAPPAGon{$/
1686\ENVcheck tex-src/texinfo.tex /^\\def\\ENVcheck{%$/
1687\Ealphaenumerate tex-src/texinfo.tex /^\\def\\Ealphaenumerate{\\Eenumerate}$/
1688\Ecapsenumerate tex-src/texinfo.tex /^\\def\\Ecapsenumerate{\\Eenumerate}$/
1689\Ecartouche tex-src/texinfo.tex /^\\def\\Ecartouche{%$/
1690\Edescription tex-src/texinfo.tex /^\\def\\Edescription{\\Etable}% Necessary kludge.$/
1691\Edisplay tex-src/texinfo.tex /^\\def\\Edisplay{\\endgroup\\afterenvbreak}%$/
1692\Eexample tex-src/texinfo.tex /^\\def\\Eexample{\\Elisp}$/
1693\Eflushleft tex-src/texinfo.tex /^\\def\\Eflushleft{\\endgroup\\afterenvbreak}%$/
1694\Eflushright tex-src/texinfo.tex /^\\def\\Eflushright{\\endgroup\\afterenvbreak}%$/
1695\Eformat tex-src/texinfo.tex /^\\def\\Eformat{\\endgroup\\afterenvbreak}$/
1696\Eftable tex-src/texinfo.tex /^\\def\\Eftable{\\endgraf\\endgroup\\afterenvbreak}%$/
1697\Egroup tex-src/texinfo.tex /^ \\def\\Egroup{\\egroup\\endgroup}%$/
1698\Eifclear tex-src/texinfo.tex /^\\def\\Eifclear{}$/
1699\Eifset tex-src/texinfo.tex /^\\def\\Eifset{}$/
1700\Eiftex tex-src/texinfo.tex /^\\def\\Eiftex{}$/
1701\Elisp tex-src/texinfo.tex /^\\def\\Elisp{\\endgroup\\afterenvbreak}%$/
1702\Equotation tex-src/texinfo.tex /^\\def\\Equotation{\\par\\endgroup\\afterenvbreak}%$/
1703\Esmallexample tex-src/texinfo.tex /^\\def\\Esmallexample{\\Elisp}$/
1704\Esmallexample tex-src/texinfo.tex /^\\global\\def\\Esmallexample{\\Esmalllisp}$/
1705\Esmalllisp tex-src/texinfo.tex /^\\def\\Esmalllisp{\\endgroup\\afterenvbreak}%$/
1706\Etable tex-src/texinfo.tex /^\\def\\Etable{\\endgraf\\endgroup\\afterenvbreak}%$/
1707\Etitlepage tex-src/texinfo.tex /^\\def\\Etitlepage{%$/
1708\Evtable tex-src/texinfo.tex /^\\def\\Evtable{\\endgraf\\endgroup\\afterenvbreak}%$/
1709\HEADINGSafter tex-src/texinfo.tex /^\\def\\HEADINGSafter{\\let\\HEADINGShook=\\HEADINGSdoub/
1710\HEADINGSdouble tex-src/texinfo.tex /^\\def\\HEADINGSdouble{$/
1711\HEADINGSdoublex tex-src/texinfo.tex /^\\def\\HEADINGSdoublex{%$/
1712\HEADINGSoff tex-src/texinfo.tex /^\\def\\HEADINGSoff{$/
1713\HEADINGSon tex-src/texinfo.tex /^\\def\\HEADINGSon{\\HEADINGSdouble}$/
1714\HEADINGSon tex-src/texinfo.tex /^\\global\\def\\HEADINGSon{\\HEADINGSdouble}}$/
1715\HEADINGSon tex-src/texinfo.tex /^\\global\\def\\HEADINGSon{\\HEADINGSsingle}}$/
1716\HEADINGSsingle tex-src/texinfo.tex /^\\def\\HEADINGSsingle{$/
1717\HEADINGSsingleafter tex-src/texinfo.tex /^\\def\\HEADINGSsingleafter{\\let\\HEADINGShook=\\HEADIN/
1718\HEADINGSsinglex tex-src/texinfo.tex /^\\def\\HEADINGSsinglex{%$/
1719\TeX tex-src/texinfo.tex /^\\def\\TeX{\\realbackslash TeX}$/
1720\TeX tex-src/texinfo.tex /^\\def\\TeX{\\realbackslash TeX}%$/
1721\Yappendixletterandtype tex-src/texinfo.tex /^\\def\\Yappendixletterandtype{%$/
1722\Ynothing tex-src/texinfo.tex /^\\def\\Ynothing{}$/
1723\Ypagenumber tex-src/texinfo.tex /^\\def\\Ypagenumber{\\folio}$/
1724\Ysectionnumberandtype tex-src/texinfo.tex /^\\def\\Ysectionnumberandtype{%$/
1725\Ytitle tex-src/texinfo.tex /^\\def\\Ytitle{\\thischapter}$/
1726\_ tex-src/texinfo.tex /^\\def\\_{\\lvvmode \\kern.06em \\vbox{\\hrule width.3em /
1727\_ tex-src/texinfo.tex /^\\def\\_{{\\realbackslash _}}%$/
1728\` tex-src/texinfo.tex /^\\def\\`{{`}}$/
1729\aboveenvbreak tex-src/texinfo.tex /^\\def\\aboveenvbreak{{\\advance\\aboveenvskipamount by/
1730\activedoublequote tex-src/texinfo.tex /^\\def\\activedoublequote{{\\tt \\char '042}}$/
1731\activeparens tex-src/texinfo.tex /^\\def\\activeparens{%$/
1732\afourpaper tex-src/texinfo.tex /^\\def\\afourpaper{$/
1733\afterenvbreak tex-src/texinfo.tex /^\\def\\afterenvbreak{\\endgraf \\ifdim\\lastskip<\\above/
1734\alphaenumerate tex-src/texinfo.tex /^\\def\\alphaenumerate{\\enumerate{a}}$/
1735\appendix tex-src/texinfo.tex /^\\outer\\def\\appendix{\\parsearg\\appendixzzz}$/
1736\appendixletter tex-src/texinfo.tex /^\\def\\appendixletter{\\char\\the\\appendixno}$/
1737\appendixnoderef tex-src/texinfo.tex /^\\def\\appendixnoderef{\\ifx\\lastnode\\relax\\else$/
1738\appendixsec tex-src/texinfo.tex /^\\outer\\def\\appendixsec{\\parsearg\\appendixsectionzz/
1739\appendixsection tex-src/texinfo.tex /^\\outer\\def\\appendixsection{\\parsearg\\appendixsecti/
1740\appendixsectionzzz tex-src/texinfo.tex /^\\def\\appendixsectionzzz #1{\\seccheck{appendixsecti/
1741\appendixsetref tex-src/texinfo.tex /^\\def\\appendixsetref#1{%$/
1742\appendixsubsec tex-src/texinfo.tex /^\\outer\\def\\appendixsubsec{\\parsearg\\appendixsubsec/
1743\appendixsubseczzz tex-src/texinfo.tex /^\\def\\appendixsubseczzz #1{\\seccheck{appendixsubsec/
1744\appendixsubsubsec tex-src/texinfo.tex /^\\outer\\def\\appendixsubsubsec{\\parsearg\\appendixsub/
1745\appendixsubsubseczzz tex-src/texinfo.tex /^\\def\\appendixsubsubseczzz #1{\\seccheck{appendixsub/
1746\appendixzzz tex-src/texinfo.tex /^\\def\\appendixzzz #1{\\seccheck{appendix}%$/
1747\asis tex-src/texinfo.tex /^\\def\\asis#1{#1}$/
1748\author tex-src/texinfo.tex /^ \\def\\author{\\parsearg\\authorzzz}%$/
1749\authorfont tex-src/texinfo.tex /^ \\def\\authorfont{\\authorrm \\normalbaselineskip =/
1750\authorzzz tex-src/texinfo.tex /^ \\def\\authorzzz##1{\\ifseenauthor\\else\\vskip 0pt /
1751\b tex-src/texinfo.tex /^\\def\\b##1{\\realbackslash b {##1}}$/
1752\b tex-src/texinfo.tex /^\\def\\b##1{\\realbackslash b {##1}}%$/
1753\b tex-src/texinfo.tex /^\\def\\b#1{{\\bf #1}}$/
1754\balancecolumns tex-src/texinfo.tex /^\\def\\balancecolumns{%$/
1755\begin tex-src/texinfo.tex /^\\outer\\def\\begin{\\parsearg\\beginxxx}$/
1756\begindoublecolumns tex-src/texinfo.tex /^\\def\\begindoublecolumns{\\begingroup$/
1757\beginxxx tex-src/texinfo.tex /^\\def\\beginxxx #1{%$/
1758\bf tex-src/texinfo.tex /^\\def\\bf{\\realbackslash bf }$/
1759\bf tex-src/texinfo.tex /^\\def\\bf{\\realbackslash bf }%$/
1760\bullet tex-src/texinfo.tex /^\\def\\bullet{$\\ptexbullet$}$/
1761\bye tex-src/texinfo.tex /^\\outer\\def\\bye{\\pagealignmacro\\tracingstats=1\\ptex/
1762\capsenumerate tex-src/texinfo.tex /^\\def\\capsenumerate{\\enumerate{A}}$/
1763\cartbot tex-src/texinfo.tex /^\\def\\cartbot{\\hbox to \\cartouter{\\hskip\\lskip$/
1764\cartouche tex-src/texinfo.tex /^\\long\\def\\cartouche{%$/
1765\carttop tex-src/texinfo.tex /^\\def\\carttop{\\hbox to \\cartouter{\\hskip\\lskip$/
1766\cbl tex-src/texinfo.tex /^\\def\\cbl{{\\circle\\char'012\\hskip -6pt}}$/
1767\cbr tex-src/texinfo.tex /^\\def\\cbr{{\\hskip 6pt\\circle\\char'011}}$/
1768\center tex-src/texinfo.tex /^\\def\\center{\\parsearg\\centerzzz}$/
1769\centerzzz tex-src/texinfo.tex /^\\def\\centerzzz #1{{\\advance\\hsize by -\\leftskip$/
1770\chapbreak tex-src/texinfo.tex /^\\def\\chapbreak{\\dobreak \\chapheadingskip {-4000}}$/
1771\chapentry tex-src/texinfo.tex /^\\def\\chapentry#1#2#3{\\dochapentry{#2\\labelspace#1}/
1772\chapentryfonts tex-src/texinfo.tex /^\\def\\chapentryfonts{\\secfonts \\rm}$/
1773\chapfonts tex-src/texinfo.tex /^\\def\\chapfonts{%$/
1774\chapheading tex-src/texinfo.tex /^\\def\\chapheading{\\parsearg\\chapheadingzzz}$/
1775\chapheadingzzz tex-src/texinfo.tex /^\\def\\chapheadingzzz #1{\\chapbreak %$/
1776\chapoddpage tex-src/texinfo.tex /^\\def\\chapoddpage{\\chappager \\ifodd\\pageno \\else \\h/
1777\chappager tex-src/texinfo.tex /^\\def\\chappager{\\par\\vfill\\supereject}$/
1778\chapter tex-src/texinfo.tex /^\\outer\\def\\chapter{\\parsearg\\chapterzzz}$/
1779\chapternofonts tex-src/texinfo.tex /^\\def\\chapternofonts{%$/
1780\chapterzzz tex-src/texinfo.tex /^\\def\\chapterzzz #1{\\seccheck{chapter}%$/
1781\char tex-src/texinfo.tex /^\\def\\char{\\realbackslash char}$/
1782\char tex-src/texinfo.tex /^\\def\\char{\\realbackslash char}%$/
1783\chfopen tex-src/texinfo.tex /^\\def\\chfopen #1#2{\\chapoddpage {\\chapfonts$/
1784\chfplain tex-src/texinfo.tex /^\\def\\chfplain #1#2{%$/
1785\cindex tex-src/texinfo.tex /^\\def\\cindex {\\cpindex}$/
1786\cindexsub tex-src/texinfo.tex /^\\def\\cindexsub {\\begingroup\\obeylines\\cindexsub}$/
1787\cite tex-src/texinfo.tex /^\\def\\cite##1{\\realbackslash cite {##1}}$/
1788\cite tex-src/texinfo.tex /^\\def\\cite##1{\\realbackslash cite {##1}}%$/
1789\clear tex-src/texinfo.tex /^\\def\\clear{\\parsearg\\clearxxx}$/
1790\clearxxx tex-src/texinfo.tex /^\\def\\clearxxx #1{$/
1791\code tex-src/texinfo.tex /^\\def\\code##1{\\realbackslash code {##1}}$/
1792\code tex-src/texinfo.tex /^\\def\\code##1{\\realbackslash code {##1}}%$/
1793\comment tex-src/texinfo.tex /^\\def\\comment{\\catcode 64=\\other \\catcode 123=\\othe/
1794\commentxxx tex-src/texinfo.tex /^\\def\\commentxxx #1{\\catcode 64=0 \\catcode 123=1 \\c/
1795\contents tex-src/texinfo.tex /^\\outer\\def\\contents{%$/
1796\copyright tex-src/texinfo.tex /^\\def\\copyright{\\realbackslash copyright }%$/
1797\copyright tex-src/texinfo.tex /^\\def\\copyright{\\realbackslash copyright}$/
1798\cropmarks tex-src/texinfo.tex /^\\def\\cropmarks{\\let\\onepageout=\\croppageout }$/
1799\croppageout tex-src/texinfo.tex /^\\def\\croppageout#1{\\hoffset=0pt % make sure this d/
1800\ctl tex-src/texinfo.tex /^\\def\\ctl{{\\circle\\char'013\\hskip -6pt}}% 6pt from /
1801\ctr tex-src/texinfo.tex /^\\def\\ctr{{\\hskip 6pt\\circle\\char'010}}$/
1802\ctrl tex-src/texinfo.tex /^\\def\\ctrl #1{{\\tt \\rawbackslash \\hat}#1}$/
1803\defcodeindex tex-src/texinfo.tex /^\\def\\defcodeindex{\\parsearg\\newcodeindex}$/
1804\defcv tex-src/texinfo.tex /^\\def\\defcv #1 {\\def\\defcvtype{#1}%$/
1805\defcvarheader tex-src/texinfo.tex /^\\def\\defcvarheader #1#2#3{%$/
1806\defcvx tex-src/texinfo.tex /^\\def\\defcvx #1 {\\errmessage{@defcvx in invalid con/
1807\deffn tex-src/texinfo.tex /^\\def\\deffn{\\defmethparsebody\\Edeffn\\deffnx\\deffnhe/
1808\deffnheader tex-src/texinfo.tex /^\\def\\deffnheader #1#2#3{\\doind {fn}{\\code{#2}}%$/
1809\deffnx tex-src/texinfo.tex /^\\def\\deffnx #1 {\\errmessage{@deffnx in invalid con/
1810\defindex tex-src/texinfo.tex /^\\def\\defindex{\\parsearg\\newindex}$/
1811\defivar tex-src/texinfo.tex /^\\def\\defivar{\\defvrparsebody\\Edefivar\\defivarx\\def/
1812\defivarheader tex-src/texinfo.tex /^\\def\\defivarheader #1#2#3{%$/
1813\defivarx tex-src/texinfo.tex /^\\def\\defivarx #1 {\\errmessage{@defivarx in invalid/
1814\defmac tex-src/texinfo.tex /^\\def\\defmac{\\defparsebody\\Edefmac\\defmacx\\defmache/
1815\defmacheader tex-src/texinfo.tex /^\\def\\defmacheader #1#2{\\doind {fn}{\\code{#1}}% Mak/
1816\defmacx tex-src/texinfo.tex /^\\def\\defmacx #1 {\\errmessage{@defmacx in invalid c/
1817\defmethod tex-src/texinfo.tex /^\\def\\defmethod{\\defmethparsebody\\Edefmethod\\defmet/
1818\defmethodheader tex-src/texinfo.tex /^\\def\\defmethodheader #1#2#3{%$/
1819\defmethodx tex-src/texinfo.tex /^\\def\\defmethodx #1 {\\errmessage{@defmethodx in inv/
1820\defmethparsebody tex-src/texinfo.tex /^\\def\\defmethparsebody #1#2#3#4 {\\begingroup\\inENV /
1821\defname tex-src/texinfo.tex /^\\def\\defname #1#2{%$/
1822\defop tex-src/texinfo.tex /^\\def\\defop #1 {\\def\\defoptype{#1}%$/
1823\defopheader tex-src/texinfo.tex /^\\def\\defopheader #1#2#3{%$/
1824\defopparsebody tex-src/texinfo.tex /^\\def\\defopparsebody #1#2#3#4#5 {\\begingroup\\inENV /
1825\defopt tex-src/texinfo.tex /^\\def\\defopt{\\defvarparsebody\\Edefopt\\defoptx\\defop/
1826\defoptheader tex-src/texinfo.tex /^\\def\\defoptheader #1#2{\\doind {vr}{\\code{#1}}% Mak/
1827\defoptx tex-src/texinfo.tex /^\\def\\defoptx #1 {\\errmessage{@defoptx in invalid c/
1828\defopvarparsebody tex-src/texinfo.tex /^\\def\\defopvarparsebody #1#2#3#4#5 {\\begingroup\\inE/
1829\defopx tex-src/texinfo.tex /^\\def\\defopx #1 {\\errmessage{@defopx in invalid con/
1830\defparsebody tex-src/texinfo.tex /^\\def\\defparsebody #1#2#3{\\begingroup\\inENV% Enviro/
1831\defspec tex-src/texinfo.tex /^\\def\\defspec{\\defparsebody\\Edefspec\\defspecx\\defsp/
1832\defspecheader tex-src/texinfo.tex /^\\def\\defspecheader #1#2{\\doind {fn}{\\code{#1}}% Ma/
1833\defspecx tex-src/texinfo.tex /^\\def\\defspecx #1 {\\errmessage{@defspecx in invalid/
1834\deftp tex-src/texinfo.tex /^\\def\\deftp{\\defvrparsebody\\Edeftp\\deftpx\\deftphead/
1835\deftpargs tex-src/texinfo.tex /^\\def\\deftpargs #1{\\bf \\defvarargs{#1}}$/
1836\deftpheader tex-src/texinfo.tex /^\\def\\deftpheader #1#2#3{\\doind {tp}{\\code{#2}}%$/
1837\deftpx tex-src/texinfo.tex /^\\def\\deftpx #1 {\\errmessage{@deftpx in invalid con/
1838\deftypefn tex-src/texinfo.tex /^\\def\\deftypefn{\\defmethparsebody\\Edeftypefn\\deftyp/
1839\deftypefnheader tex-src/texinfo.tex /^\\def\\deftypefnheader #1#2#3{\\deftypefnheaderx{#1}{/
1840\deftypefnheaderx tex-src/texinfo.tex /^\\def\\deftypefnheaderx #1#2#3 #4\\relax{%$/
1841\deftypefnx tex-src/texinfo.tex /^\\def\\deftypefnx #1 {\\errmessage{@deftypefnx in inv/
1842\deftypefun tex-src/texinfo.tex /^\\def\\deftypefun{\\defparsebody\\Edeftypefun\\deftypef/
1843\deftypefunargs tex-src/texinfo.tex /^\\def\\deftypefunargs #1{%$/
1844\deftypefunheader tex-src/texinfo.tex /^\\def\\deftypefunheader #1#2{\\deftypefunheaderx{#1}#/
1845\deftypefunheaderx tex-src/texinfo.tex /^\\def\\deftypefunheaderx #1#2 #3\\relax{%$/
1846\deftypeunx tex-src/texinfo.tex /^\\def\\deftypeunx #1 {\\errmessage{@deftypeunx in inv/
1847\deftypevar tex-src/texinfo.tex /^\\def\\deftypevar{\\defvarparsebody\\Edeftypevar\\defty/
1848\deftypevarheader tex-src/texinfo.tex /^\\def\\deftypevarheader #1#2{%$/
1849\deftypevarx tex-src/texinfo.tex /^\\def\\deftypevarx #1 {\\errmessage{@deftypevarx in i/
1850\deftypevr tex-src/texinfo.tex /^\\def\\deftypevr{\\defvrparsebody\\Edeftypevr\\deftypev/
1851\deftypevrheader tex-src/texinfo.tex /^\\def\\deftypevrheader #1#2#3{\\doind {vr}{\\code{#3}}/
1852\deftypevrx tex-src/texinfo.tex /^\\def\\deftypevrx #1 {\\errmessage{@deftypevrx in inv/
1853\defun tex-src/texinfo.tex /^\\def\\defun{\\defparsebody\\Edefun\\defunx\\defunheader/
1854\defunargs tex-src/texinfo.tex /^\\def\\defunargs #1{\\functionparens \\sl$/
1855\defunheader tex-src/texinfo.tex /^\\def\\defunheader #1#2{\\doind {fn}{\\code{#1}}% Make/
1856\defunx tex-src/texinfo.tex /^\\def\\defunx #1 {\\errmessage{@defunx in invalid con/
1857\defvar tex-src/texinfo.tex /^\\def\\defvar{\\defvarparsebody\\Edefvar\\defvarx\\defva/
1858\defvarargs tex-src/texinfo.tex /^\\def\\defvarargs #1{\\normalparens #1%$/
1859\defvarheader tex-src/texinfo.tex /^\\def\\defvarheader #1#2{\\doind {vr}{\\code{#1}}% Mak/
1860\defvarparsebody tex-src/texinfo.tex /^\\def\\defvarparsebody #1#2#3{\\begingroup\\inENV% Env/
1861\defvarx tex-src/texinfo.tex /^\\def\\defvarx #1 {\\errmessage{@defvarx in invalid c/
1862\defvr tex-src/texinfo.tex /^\\def\\defvr{\\defvrparsebody\\Edefvr\\defvrx\\defvrhead/
1863\defvrheader tex-src/texinfo.tex /^\\def\\defvrheader #1#2#3{\\doind {vr}{\\code{#2}}%$/
1864\defvrparsebody tex-src/texinfo.tex /^\\def\\defvrparsebody #1#2#3#4 {\\begingroup\\inENV %$/
1865\defvrx tex-src/texinfo.tex /^\\def\\defvrx #1 {\\errmessage{@defvrx in invalid con/
1866\description tex-src/texinfo.tex /^\\def\\description{\\tablez{\\dontindex}{1}{}{}{}{}}$/
1867\df tex-src/texinfo.tex /^\\def\\df{\\let\\tentt=\\deftt \\let\\tenbf = \\defbf \\bf}/
1868\dfn tex-src/texinfo.tex /^\\def\\dfn##1{\\realbackslash dfn {##1}}$/
1869\direntry tex-src/texinfo.tex /^\\def\\direntry{\\begingroup\\direntryxxx}$/
1870\direntryxxx tex-src/texinfo.tex /^\\long\\def\\direntryxxx #1\\end direntry{\\endgroup\\ig/
1871\display tex-src/texinfo.tex /^\\def\\display{\\begingroup\\inENV %This group ends at/
1872\dmn tex-src/texinfo.tex /^\\def\\dmn#1{\\thinspace #1}$/
1873\dobreak tex-src/texinfo.tex /^\\def\\dobreak#1#2{\\par\\ifdim\\lastskip<#1\\removelast/
1874\dochapentry tex-src/texinfo.tex /^\\def\\dochapentry#1#2{%$/
1875\docodeindex tex-src/texinfo.tex /^\\def\\docodeindex#1{\\edef\\indexname{#1}\\parsearg\\si/
1876\doind tex-src/texinfo.tex /^\\def\\doind #1#2{%$/
1877\doindex tex-src/texinfo.tex /^\\def\\doindex#1{\\edef\\indexname{#1}\\parsearg\\single/
1878\donoderef tex-src/texinfo.tex /^\\def\\donoderef{\\ifx\\lastnode\\relax\\else$/
1879\dontindex tex-src/texinfo.tex /^\\def\\dontindex #1{}$/
1880\dopageno tex-src/texinfo.tex /^\\def\\dopageno#1{{\\rm #1}}$/
1881\doprintindex tex-src/texinfo.tex /^\\def\\doprintindex#1{%$/
1882\dosecentry tex-src/texinfo.tex /^\\def\\dosecentry#1#2{%$/
1883\dosetq tex-src/texinfo.tex /^\\def\\dosetq #1#2{{\\let\\folio=0 \\turnoffactive%$/
1884\doshortpageno tex-src/texinfo.tex /^\\def\\doshortpageno#1{{\\rm #1}}$/
1885\dosubind tex-src/texinfo.tex /^\\def\\dosubind #1#2#3{%$/
1886\dosubsecentry tex-src/texinfo.tex /^\\def\\dosubsecentry#1#2{%$/
1887\dosubsubsecentry tex-src/texinfo.tex /^\\def\\dosubsubsecentry#1#2{%$/
1888\dots tex-src/texinfo.tex /^\\def\\dots{$\\ldots$}$/
1889\dots tex-src/texinfo.tex /^\\def\\dots{\\realbackslash dots }%$/
1890\dots tex-src/texinfo.tex /^\\def\\dots{\\realbackslash dots}$/
1891\doublecolumnout tex-src/texinfo.tex /^\\def\\doublecolumnout{\\splittopskip=\\topskip \\split/
1892\emph tex-src/texinfo.tex /^\\def\\emph##1{\\realbackslash emph {##1}}$/
1893\end tex-src/texinfo.tex /^\\def\\end{\\parsearg\\endxxx}$/
1894\enddoublecolumns tex-src/texinfo.tex /^\\def\\enddoublecolumns{\\output={\\balancecolumns}\\ej/
1895\endxxx tex-src/texinfo.tex /^\\def\\endxxx #1{%$/
1896\entry tex-src/texinfo.tex /^\\def\\entry #1#2{\\begingroup$/
1897\enumerate tex-src/texinfo.tex /^\\def\\enumerate{\\parsearg\\enumeratezzz}$/
1898\enumeratey tex-src/texinfo.tex /^\\def\\enumeratey #1 #2\\endenumeratey{%$/
1899\enumeratezzz tex-src/texinfo.tex /^\\def\\enumeratezzz #1{\\enumeratey #1 \\endenumerate/
1900\equiv tex-src/texinfo.tex /^\\def\\equiv{\\leavevmode\\lower.1ex\\hbox to 1em{\\hfil/
1901\equiv tex-src/texinfo.tex /^\\def\\equiv{\\realbackslash equiv}$/
1902\error tex-src/texinfo.tex /^\\def\\error{\\leavevmode\\lower.7ex\\copy\\errorbox}$/
1903\errorE tex-src/texinfo.tex /^\\def\\errorE#1{$/
1904\evenfooting tex-src/texinfo.tex /^\\def\\evenfooting{\\parsearg\\evenfootingxxx}$/
1905\evenheading tex-src/texinfo.tex /^\\def\\evenheading{\\parsearg\\evenheadingxxx}$/
1906\everyfooting tex-src/texinfo.tex /^\\def\\everyfooting{\\parsearg\\everyfootingxxx}$/
1907\everyheading tex-src/texinfo.tex /^\\def\\everyheading{\\parsearg\\everyheadingxxx}$/
1908\ewbot tex-src/texinfo.tex /^\\def\\ewbot{\\vrule height0pt depth\\cornerthick widt/
1909\ewtop tex-src/texinfo.tex /^\\def\\ewtop{\\vrule height\\cornerthick depth0pt widt/
1910\exdent tex-src/texinfo.tex /^\\def\\exdent{\\parsearg\\exdentyyy}$/
1911\exdentyyy tex-src/texinfo.tex /^\\def\\exdentyyy #1{{\\hfil\\break\\hbox{\\kern -\\exdent/
1912\expansion tex-src/texinfo.tex /^\\def\\expansion{\\leavevmode\\raise.1ex\\hbox to 1em{\\/
1913\expansion tex-src/texinfo.tex /^\\def\\expansion{\\realbackslash expansion}$/
1914\file tex-src/texinfo.tex /^\\def\\file##1{\\realbackslash file {##1}}$/
1915\file tex-src/texinfo.tex /^\\def\\file##1{\\realbackslash file {##1}}%$/
1916\finalout tex-src/texinfo.tex /^\\def\\finalout{\\overfullrule=0pt}$/
1917\findex tex-src/texinfo.tex /^\\def\\findex {\\fnindex}$/
1918\finishtitlepage tex-src/texinfo.tex /^\\def\\finishtitlepage{%$/
1919\flushcr tex-src/texinfo.tex /^\\def\\flushcr{\\ifx\\par\\lisppar \\def\\next##1{}\\else /
1920\flushleft tex-src/texinfo.tex /^\\def\\flushleft{%$/
1921\flushright tex-src/texinfo.tex /^\\def\\flushright{%$/
1922\fnitemindex tex-src/texinfo.tex /^\\def\\fnitemindex #1{\\doind {fn}{\\code{#1}}}%$/
1923\format tex-src/texinfo.tex /^\\def\\format{\\begingroup\\inENV %This group ends at /
1924\frenchspacing tex-src/texinfo.tex /^\\def\\frenchspacing{\\sfcode46=1000 \\sfcode63=1000 \\/
1925\ftable tex-src/texinfo.tex /^\\def\\ftable{\\begingroup\\inENV\\obeylines\\obeyspaces/
1926\gloggingall tex-src/texinfo.tex /^\\def\\gloggingall{\\begingroup \\globaldefs = 1 \\logg/
1927\group tex-src/texinfo.tex /^\\def\\group{\\begingroup$/
1928\gtr tex-src/texinfo.tex /^\\def\\gtr{\\realbackslash gtr}$/
1929\gtr tex-src/texinfo.tex /^\\def\\gtr{\\realbackslash gtr}%$/
1930\hat tex-src/texinfo.tex /^\\def\\hat{\\realbackslash hat}$/
1931\hat tex-src/texinfo.tex /^\\def\\hat{\\realbackslash hat}%$/
1932\heading tex-src/texinfo.tex /^\\def\\heading{\\parsearg\\secheadingi}$/
1933\headings tex-src/texinfo.tex /^\\def\\headings #1 {\\csname HEADINGS#1\\endcsname}$/
1934\i tex-src/texinfo.tex /^\\def\\i##1{\\realbackslash i {##1}}$/
1935\i tex-src/texinfo.tex /^\\def\\i##1{\\realbackslash i {##1}}%$/
1936\ifclear tex-src/texinfo.tex /^\\def\\ifclear{\\begingroup\\ignoresections\\parsearg\\i/
1937\ifclearfail tex-src/texinfo.tex /^\\def\\ifclearfail{\\begingroup\\ignoresections\\ifclea/
1938\ifclearfailxxx tex-src/texinfo.tex /^\\long\\def\\ifclearfailxxx #1\\end ifclear{\\endgroup\\/
1939\ifclearxxx tex-src/texinfo.tex /^\\def\\ifclearxxx #1{\\endgroup$/
1940\ifinfo tex-src/texinfo.tex /^\\def\\ifinfo{\\begingroup\\ignoresections\\ifinfoxxx}$/
1941\ifinfoxxx tex-src/texinfo.tex /^\\long\\def\\ifinfoxxx #1\\end ifinfo{\\endgroup\\ignore/
1942\ifset tex-src/texinfo.tex /^\\def\\ifset{\\begingroup\\ignoresections\\parsearg\\ifs/
1943\ifsetfail tex-src/texinfo.tex /^\\def\\ifsetfail{\\begingroup\\ignoresections\\ifsetfai/
1944\ifsetfailxxx tex-src/texinfo.tex /^\\long\\def\\ifsetfailxxx #1\\end ifset{\\endgroup\\igno/
1945\ifsetxxx tex-src/texinfo.tex /^\\def\\ifsetxxx #1{\\endgroup$/
1946\iftex tex-src/texinfo.tex /^\\def\\iftex{}$/
1947\ifusingtt tex-src/texinfo.tex /^\\def\\ifusingtt#1#2{\\ifdim \\fontdimen3\\the\\font=0pt/
1948\ignore tex-src/texinfo.tex /^\\def\\ignore{\\begingroup\\ignoresections$/
1949\ignoresections tex-src/texinfo.tex /^\\def\\ignoresections{%$/
1950\ignorexxx tex-src/texinfo.tex /^\\long\\def\\ignorexxx #1\\end ignore{\\endgroup\\ignore/
1951\ii tex-src/texinfo.tex /^\\def\\ii#1{{\\it #1}} % italic font$/
1952\inENV tex-src/texinfo.tex /^\\newif\\ifENV \\ENVfalse \\def\\inENV{\\ifENV\\relax\\els/
1953\include tex-src/texinfo.tex /^\\def\\include{\\parsearg\\includezzz}$/
1954\includezzz tex-src/texinfo.tex /^\\def\\includezzz #1{{\\def\\thisfile{#1}\\input #1$/
1955\indexbackslash tex-src/texinfo.tex /^ \\def\\indexbackslash{\\rawbackslashxx}$/
1956\indexdotfill tex-src/texinfo.tex /^\\def\\indexdotfill{\\cleaders$/
1957\indexdummies tex-src/texinfo.tex /^\\def\\indexdummies{%$/
1958\indexdummydots tex-src/texinfo.tex /^\\def\\indexdummydots{...}$/
1959\indexdummyfont tex-src/texinfo.tex /^\\def\\indexdummyfont#1{#1}$/
1960\indexdummytex tex-src/texinfo.tex /^\\def\\indexdummytex{TeX}$/
1961\indexfonts tex-src/texinfo.tex /^\\def\\indexfonts{%$/
1962\indexnofonts tex-src/texinfo.tex /^\\def\\indexnofonts{%$/
1963\infoappendix tex-src/texinfo.tex /^\\def\\infoappendix{\\parsearg\\appendixzzz}$/
1964\infoappendixsec tex-src/texinfo.tex /^\\def\\infoappendixsec{\\parsearg\\appendixseczzz}$/
1965\infoappendixsubsec tex-src/texinfo.tex /^\\def\\infoappendixsubsec{\\parsearg\\appendixsubseczz/
1966\infoappendixsubsubsec tex-src/texinfo.tex /^\\def\\infoappendixsubsubsec{\\parsearg\\appendixsubsu/
1967\infochapter tex-src/texinfo.tex /^\\def\\infochapter{\\parsearg\\chapterzzz}$/
1968\inforef tex-src/texinfo.tex /^\\def\\inforef #1{\\inforefzzz #1,,,,**}$/
1969\inforefzzz tex-src/texinfo.tex /^\\def\\inforefzzz #1,#2,#3,#4**{See Info file \\file{/
1970\infosection tex-src/texinfo.tex /^\\def\\infosection{\\parsearg\\sectionzzz}$/
1971\infosubsection tex-src/texinfo.tex /^\\def\\infosubsection{\\parsearg\\subsectionzzz}$/
1972\infosubsubsection tex-src/texinfo.tex /^\\def\\infosubsubsection{\\parsearg\\subsubsectionzzz}/
1973\infotop tex-src/texinfo.tex /^\\def\\infotop{\\parsearg\\unnumberedzzz}$/
1974\infounnumbered tex-src/texinfo.tex /^\\def\\infounnumbered{\\parsearg\\unnumberedzzz}$/
1975\infounnumberedsec tex-src/texinfo.tex /^\\def\\infounnumberedsec{\\parsearg\\unnumberedseczzz}/
1976\infounnumberedsubsec tex-src/texinfo.tex /^\\def\\infounnumberedsubsec{\\parsearg\\unnumberedsubs/
1977\infounnumberedsubsubsec tex-src/texinfo.tex /^\\def\\infounnumberedsubsubsec{\\parsearg\\unnumbereds/
1978\initial tex-src/texinfo.tex /^\\def\\initial #1{%$/
1979\internalBitem tex-src/texinfo.tex /^\\def\\internalBitem{\\smallbreak \\parsearg\\itemzzz}$/
1980\internalBitemx tex-src/texinfo.tex /^\\def\\internalBitemx{\\par \\parsearg\\itemzzz}$/
1981\internalBkitem tex-src/texinfo.tex /^\\def\\internalBkitem{\\smallbreak \\parsearg\\kitemzzz/
1982\internalBkitemx tex-src/texinfo.tex /^\\def\\internalBkitemx{\\par \\parsearg\\kitemzzz}$/
1983\internalBxitem tex-src/texinfo.tex /^\\def\\internalBxitem "#1"{\\def\\xitemsubtopix{#1} \\s/
1984\internalBxitemx tex-src/texinfo.tex /^\\def\\internalBxitemx "#1"{\\def\\xitemsubtopix{#1} \\/
1985\internalsetq tex-src/texinfo.tex /^\\def\\internalsetq #1#2{'xrdef {#1}{\\csname #2\\endc/
1986\item tex-src/texinfo.tex /^\\def\\item{\\errmessage{@item while not in a table}}/
1987\itemcontents tex-src/texinfo.tex /^\\def\\itemcontents{#1}%$/
1988\itemfont tex-src/texinfo.tex /^\\def\\itemfont{#2}%$/
1989\itemize tex-src/texinfo.tex /^\\def\\itemize{\\parsearg\\itemizezzz}$/
1990\itemizeitem tex-src/texinfo.tex /^\\def\\itemizeitem{%$/
1991\itemizey tex-src/texinfo.tex /^\\def\\itemizey #1#2{%$/
1992\itemizezzz tex-src/texinfo.tex /^\\def\\itemizezzz #1{%$/
1993\itemx tex-src/texinfo.tex /^\\def\\itemx{\\errmessage{@itemx while not in a table/
1994\itemzzz tex-src/texinfo.tex /^\\def\\itemzzz #1{\\begingroup %$/
1995\kbd tex-src/texinfo.tex /^\\def\\kbd##1{\\realbackslash kbd {##1}}$/
1996\kbd tex-src/texinfo.tex /^\\def\\kbd##1{\\realbackslash kbd {##1}}%$/
1997\kbd tex-src/texinfo.tex /^\\def\\kbd#1{\\def\\look{#1}\\expandafter\\kbdfoo\\look??/
1998\kbdfoo tex-src/texinfo.tex /^\\def\\kbdfoo#1#2#3\\par{\\def\\one{#1}\\def\\three{#3}\\d/
1999\key tex-src/texinfo.tex /^\\def\\key #1{{\\tt \\exhyphenpenalty=10000\\uppercase{/
2000\key tex-src/texinfo.tex /^\\def\\key##1{\\realbackslash key {##1}}$/
2001\key tex-src/texinfo.tex /^\\def\\key##1{\\realbackslash key {##1}}%$/
2002\kindex tex-src/texinfo.tex /^\\def\\kindex {\\kyindex}$/
2003\kitem tex-src/texinfo.tex /^\\def\\kitem{\\errmessage{@kitem while not in a table/
2004\kitemx tex-src/texinfo.tex /^\\def\\kitemx{\\errmessage{@kitemx while not in a tab/
2005\kitemzzz tex-src/texinfo.tex /^\\def\\kitemzzz #1{\\dosubind {kw}{\\code{#1}}{for {\\b/
2006\l tex-src/texinfo.tex /^\\def\\l#1{{\\li #1}\\null} % $/
2007\labelspace tex-src/texinfo.tex /^\\def\\labelspace{\\hskip1em \\relax}$/
2008\lbrb tex-src/texinfo.tex /^\\def\\lbrb{{\\bf\\char`\\[}} \\def\\rbrb{{\\bf\\char`\\]}}$/
2009\less tex-src/texinfo.tex /^\\def\\less{\\realbackslash less}$/
2010\less tex-src/texinfo.tex /^\\def\\less{\\realbackslash less}%$/
2011\linenumber tex-src/texinfo.tex /^ \\def\\linenumber{\\the\\inputlineno:\\space}$/
2012\lisp tex-src/texinfo.tex /^\\def\\lisp{\\aboveenvbreak$/
2013\loggingall tex-src/texinfo.tex /^\\def\\loggingall{\\tracingcommands2 \\tracingstats2 $/
2014\losespace tex-src/texinfo.tex /^\\def\\losespace #1{#1}$/
2015\lowercaseenumerate tex-src/texinfo.tex /^\\def\\lowercaseenumerate{%$/
2016\lvvmode tex-src/texinfo.tex /^\\def\\lvvmode{\\vbox to 0pt{}}$/
2017\majorheading tex-src/texinfo.tex /^\\def\\majorheading{\\parsearg\\majorheadingzzz}$/
2018\majorheadingzzz tex-src/texinfo.tex /^\\def\\majorheadingzzz #1{%$/
2019\math tex-src/texinfo.tex /^\\def\\math#1{\\implicitmath #1\\implicitmath}$/
2020\menu tex-src/texinfo.tex /^\\long\\def\\menu #1\\end menu{}$/
2021\minus tex-src/texinfo.tex /^\\def\\minus{$-$}$/
2022\mylbrace tex-src/texinfo.tex /^\\def\\mylbrace {{\\tt \\char '173}}$/
2023\myrbrace tex-src/texinfo.tex /^\\def\\myrbrace {{\\tt \\char '175}}$/
2024\need tex-src/texinfo.tex /^\\def\\need{\\parsearg\\needx}$/
2025\needx tex-src/texinfo.tex /^\\def\\needx#1{%$/
2026\newcodeindex tex-src/texinfo.tex /^\\def\\newcodeindex #1{$/
2027\newindex tex-src/texinfo.tex /^\\def\\newindex #1{$/
2028\next tex-src/texinfo.tex /^\\def\\next##1{}\\next}$/
2029\nm tex-src/testenv.tex /^\\newcommand{\\nm}[2]{\\nomenclature{#1}{#2}}$/
2030\node tex-src/texinfo.tex /^\\def\\node{\\ENVcheck\\parsearg\\nodezzz}$/
2031\nodexxx[ tex-src/texinfo.tex /^\\def\\nodexxx[#1,#2]{\\gdef\\lastnode{#1}}$/
2032\nodezzz tex-src/texinfo.tex /^\\def\\nodezzz#1{\\nodexxx [#1,]}$/
2033\nofillexdent tex-src/texinfo.tex /^\\def\\nofillexdent{\\parsearg\\nofillexdentyyy}$/
2034\nofillexdentyyy tex-src/texinfo.tex /^\\def\\nofillexdentyyy #1{{\\advance \\leftskip by -\\e/
2035\normalbackslash tex-src/texinfo.tex /^\\def\\normalbackslash{{\\tt\\rawbackslashxx}}$/
2036\normalcaret tex-src/texinfo.tex /^\\def\\normalcaret{^}$/
2037\normaldoublequote tex-src/texinfo.tex /^\\def\\normaldoublequote{"}$/
2038\normalgreater tex-src/texinfo.tex /^\\def\\normalgreater{>}$/
2039\normalless tex-src/texinfo.tex /^\\def\\normalless{<}$/
2040\normalplus tex-src/texinfo.tex /^\\def\\normalplus{+}$/
2041\normaltilde tex-src/texinfo.tex /^\\def\\normaltilde{~}$/
2042\normalunderscore tex-src/texinfo.tex /^\\def\\normalunderscore{_}$/
2043\normalverticalbar tex-src/texinfo.tex /^\\def\\normalverticalbar{|}$/
2044\nsbot tex-src/texinfo.tex /^\\def\\nsbot{\\vbox$/
2045\nstop tex-src/texinfo.tex /^\\def\\nstop{\\vbox$/
2046\numberedsec tex-src/texinfo.tex /^\\outer\\def\\numberedsec{\\parsearg\\seczzz}$/
2047\numberedsubsec tex-src/texinfo.tex /^\\outer\\def\\numberedsubsec{\\parsearg\\numberedsubsec/
2048\numberedsubseczzz tex-src/texinfo.tex /^\\def\\numberedsubseczzz #1{\\seccheck{subsection}%$/
2049\numberedsubsubsec tex-src/texinfo.tex /^\\outer\\def\\numberedsubsubsec{\\parsearg\\numberedsub/
2050\numberedsubsubseczzz tex-src/texinfo.tex /^\\def\\numberedsubsubseczzz #1{\\seccheck{subsubsecti/
2051\numericenumerate tex-src/texinfo.tex /^\\def\\numericenumerate{%$/
2052\oddfooting tex-src/texinfo.tex /^\\def\\oddfooting{\\parsearg\\oddfootingxxx}$/
2053\oddheading tex-src/texinfo.tex /^\\def\\oddheading{\\parsearg\\oddheadingxxx}$/
2054\onepageout tex-src/texinfo.tex /^\\def\\onepageout#1{\\hoffset=\\normaloffset$/
2055\opencontents tex-src/texinfo.tex /^\\def\\opencontents{\\openout \\contentsfile = \\jobnam/
2056\openindices tex-src/texinfo.tex /^\\def\\openindices{%$/
2057\opnr tex-src/texinfo.tex /^\\def\\opnr{{\\sf\\char`\\(}} \\def\\clnr{{\\sf\\char`\\)}} /
2058\page tex-src/texinfo.tex /^ \\def\\page{%$/
2059\page tex-src/texinfo.tex /^\\def\\page{\\par\\vfill\\supereject}$/
2060\pagebody tex-src/texinfo.tex /^\\def\\pagebody#1{\\vbox to\\pageheight{\\boxmaxdepth=\\/
2061\pagesofar tex-src/texinfo.tex /^\\def\\pagesofar{\\unvbox\\partialpage %$/
2062\parsearg tex-src/texinfo.tex /^\\def\\parsearg #1{\\let\\next=#1\\begingroup\\obeylines/
2063\parseargline tex-src/texinfo.tex /^\\def\\parseargline{\\begingroup \\obeylines \\parsearg/
2064\parseargx tex-src/texinfo.tex /^\\def\\parseargx{%$/
2065\pindex tex-src/texinfo.tex /^\\def\\pindex {\\pgindex}$/
2066\plainsecheading tex-src/texinfo.tex /^\\def\\plainsecheading #1{\\secheadingi {#1}}$/
2067\point tex-src/texinfo.tex /^\\def\\point{$\\star$}$/
2068\primary tex-src/texinfo.tex /^\\def\\primary #1{\\line{#1\\hfil}}$/
2069\print tex-src/texinfo.tex /^\\def\\print{\\leavevmode\\lower.1ex\\hbox to 1em{\\hfil/
2070\print tex-src/texinfo.tex /^\\def\\print{\\realbackslash print}$/
2071\printedmanual tex-src/texinfo.tex /^\\def\\printedmanual{\\ignorespaces #5}%$/
2072\printedmanual tex-src/texinfo.tex /^section ``\\printednodename'' in \\cite{\\printedmanu/
2073\printednodename tex-src/texinfo.tex /^\\def\\printednodename{\\ignorespaces #1}%$/
2074\printednodename tex-src/texinfo.tex /^\\def\\printednodename{\\ignorespaces #3}%$/
2075\printindex tex-src/texinfo.tex /^\\def\\printindex{\\parsearg\\doprintindex}$/
2076\pxref tex-src/texinfo.tex /^\\def\\pxref#1{see \\xrefX[#1,,,,,,,]}$/
2077\quotation tex-src/texinfo.tex /^\\def\\quotation{%$/
2078\r tex-src/texinfo.tex /^\\def\\r##1{\\realbackslash r {##1}}$/
2079\r tex-src/texinfo.tex /^\\def\\r##1{\\realbackslash r {##1}}%$/
2080\r tex-src/texinfo.tex /^\\def\\r#1{{\\rm #1}} % roman font$/
2081\rawbackslashxx tex-src/texinfo.tex /^\\def\\rawbackslashxx{\\indexbackslash}% \\indexbacksl/
2082\rawbackslashxx tex-src/texinfo.tex /^\\def\\rawbackslashxx{\\indexbackslash}%$/
2083\readauxfile tex-src/texinfo.tex /^\\def\\readauxfile{%$/
2084\ref tex-src/texinfo.tex /^\\def\\ref#1{\\xrefX[#1,,,,,,,]}$/
2085\refx tex-src/texinfo.tex /^\\def\\refx#1#2{%$/
2086\resetmathfonts tex-src/texinfo.tex /^\\def\\resetmathfonts{%$/
2087\result tex-src/texinfo.tex /^\\def\\result{\\leavevmode\\raise.15ex\\hbox to 1em{\\hf/
2088\result tex-src/texinfo.tex /^\\def\\result{\\realbackslash result}$/
2089\rm tex-src/texinfo.tex /^\\def\\rm{\\realbackslash rm }%$/
2090\samp tex-src/texinfo.tex /^\\def\\samp #1{`\\tclose{#1}'\\null}$/
2091\samp tex-src/texinfo.tex /^\\def\\samp##1{\\realbackslash samp {##1}}$/
2092\samp tex-src/texinfo.tex /^\\def\\samp##1{\\realbackslash samp {##1}}%$/
2093\sc tex-src/texinfo.tex /^\\def\\sc#1{{\\smallcaps#1}} % smallcaps font$/
2094\seccheck tex-src/texinfo.tex /^\\def\\seccheck#1{\\if \\pageno<0 %$/
2095\secentry tex-src/texinfo.tex /^ \\def\\secentry ##1##2##3##4{}$/
2096\secentry tex-src/texinfo.tex /^\\def\\secentry#1#2#3#4{\\dosecentry{#2.#3\\labelspace/
2097\secentryfonts tex-src/texinfo.tex /^\\def\\secentryfonts{\\textfonts}$/
2098\secfonts tex-src/texinfo.tex /^\\def\\secfonts{%$/
2099\secheading tex-src/texinfo.tex /^\\def\\secheading #1#2#3{\\secheadingi {#2.#3\\enspace/
2100\secheadingbreak tex-src/texinfo.tex /^\\def\\secheadingbreak{\\dobreak \\secheadingskip {-10/
2101\secheadingi tex-src/texinfo.tex /^\\def\\secheadingi #1{{\\advance \\secheadingskip by \\/
2102\secondary tex-src/texinfo.tex /^\\def\\secondary #1#2{$/
2103\seczzz tex-src/texinfo.tex /^\\def\\seczzz #1{\\seccheck{section}%$/
2104\set tex-src/texinfo.tex /^\\def\\set{\\parsearg\\setxxx}$/
2105\setchapternewpage tex-src/texinfo.tex /^\\def\\setchapternewpage #1 {\\csname CHAPPAG#1\\endcs/
2106\setchapterstyle tex-src/texinfo.tex /^\\def\\setchapterstyle #1 {\\csname CHAPF#1\\endcsname/
2107\setdeffont tex-src/texinfo.tex /^\\def\\setdeffont #1 {\\csname DEF#1\\endcsname}$/
2108\setfilename tex-src/texinfo.tex /^\\def\\setfilename{%$/
2109\setref tex-src/texinfo.tex /^\\def\\setref#1{%$/
2110\settitle tex-src/texinfo.tex /^\\def\\settitle{\\parsearg\\settitlezzz}$/
2111\settitlezzz tex-src/texinfo.tex /^\\def\\settitlezzz #1{\\gdef\\thistitle{#1}}$/
2112\setxxx tex-src/texinfo.tex /^\\def\\setxxx #1{$/
2113\sf tex-src/texinfo.tex /^\\def\\sf{\\fam=\\sffam \\tensf}$/
2114\sf tex-src/texinfo.tex /^\\def\\sf{\\realbackslash sf}%$/
2115\shortchapentry tex-src/texinfo.tex /^\\def\\shortchapentry#1#2#3{%$/
2116\shortunnumberedentry tex-src/texinfo.tex /^\\def\\shortunnumberedentry#1#2{%$/
2117\singlecodeindexer tex-src/texinfo.tex /^\\def\\singlecodeindexer #1{\\doind{\\indexname}{\\code/
2118\singleindexer tex-src/texinfo.tex /^\\def\\singleindexer #1{\\doind{\\indexname}{#1}}$/
2119\singlespace tex-src/texinfo.tex /^\\def\\singlespace{%$/
2120\sl tex-src/texinfo.tex /^\\def\\sl{\\realbackslash sl }%$/
2121\smallbook tex-src/texinfo.tex /^\\def\\smallbook{$/
2122\smalllispx tex-src/texinfo.tex /^\\def\\smalllispx{\\aboveenvbreak\\begingroup\\inENV$/
2123\smartitalic tex-src/texinfo.tex /^\\def\\smartitalic#1{{\\sl #1}\\futurelet\\next\\smartit/
2124\smartitalicx tex-src/texinfo.tex /^\\def\\smartitalicx{\\ifx\\next,\\else\\ifx\\next-\\else\\i/
2125\sp tex-src/texinfo.tex /^\\def\\sp{\\parsearg\\spxxx}$/
2126\splitoff tex-src/texinfo.tex /^\\def\\splitoff#1#2\\endmark{\\def\\first{#1}\\def\\rest{/
2127\spxxx tex-src/texinfo.tex /^\\def\\spxxx #1{\\par \\vskip #1\\baselineskip}$/
2128\startcontents tex-src/texinfo.tex /^\\def\\startcontents#1{%$/
2129\startenumeration tex-src/texinfo.tex /^\\def\\startenumeration#1{%$/
2130\subheading tex-src/texinfo.tex /^\\def\\subheading{\\parsearg\\subsecheadingi}$/
2131\subsecentry tex-src/texinfo.tex /^ \\def\\subsecentry ##1##2##3##4##5{}$/
2132\subsecentry tex-src/texinfo.tex /^\\def\\subsecentry#1#2#3#4#5{\\dosubsecentry{#2.#3.#4/
2133\subsecfonts tex-src/texinfo.tex /^\\def\\subsecfonts{%$/
2134\subsecheading tex-src/texinfo.tex /^\\def\\subsecheading #1#2#3#4{\\subsecheadingi {#2.#3/
2135\subsecheadingbreak tex-src/texinfo.tex /^\\def\\subsecheadingbreak{\\dobreak \\subsecheadingski/
2136\subsecheadingi tex-src/texinfo.tex /^\\def\\subsecheadingi #1{{\\advance \\subsecheadingski/
2137\subsubheading tex-src/texinfo.tex /^\\def\\subsubheading{\\parsearg\\subsubsecheadingi}$/
2138\subsubsecentry tex-src/texinfo.tex /^ \\def\\subsubsecentry ##1##2##3##4##5##6{}$/
2139\subsubsecentry tex-src/texinfo.tex /^\\def\\subsubsecentry#1#2#3#4#5#6{%$/
2140\subsubsecfonts tex-src/texinfo.tex /^\\def\\subsubsecfonts{\\subsecfonts} % Maybe this sho/
2141\subsubsecheading tex-src/texinfo.tex /^\\def\\subsubsecheading #1#2#3#4#5{\\subsubsecheading/
2142\subsubsecheadingi tex-src/texinfo.tex /^\\def\\subsubsecheadingi #1{{\\advance \\subsecheading/
2143\subtitle tex-src/texinfo.tex /^ \\def\\subtitle{\\parsearg\\subtitlezzz}%$/
2144\subtitlefont tex-src/texinfo.tex /^ \\def\\subtitlefont{\\subtitlerm \\normalbaselinesk/
2145\subtitlezzz tex-src/texinfo.tex /^ \\def\\subtitlezzz##1{{\\subtitlefont \\rightline{#/
2146\summarycontents tex-src/texinfo.tex /^\\outer\\def\\summarycontents{%$/
2147\supereject tex-src/texinfo.tex /^\\def\\supereject{\\par\\penalty -20000\\footnoteno =0 /
2148\syncodeindex tex-src/texinfo.tex /^\\def\\syncodeindex #1 #2 {%$/
2149\synindex tex-src/texinfo.tex /^\\def\\synindex #1 #2 {%$/
2150\t tex-src/texinfo.tex /^\\def\\t##1{\\realbackslash r {##1}}%$/
2151\t tex-src/texinfo.tex /^\\def\\t#1{{\\tt \\exhyphenpenalty=10000\\rawbackslash /
2152\table tex-src/texinfo.tex /^\\def\\table{\\begingroup\\inENV\\obeylines\\obeyspaces\\/
2153\tablez tex-src/texinfo.tex /^\\def\\tablez #1#2#3#4#5#6{%$/
2154\tclose tex-src/texinfo.tex /^\\def\\tclose##1{\\realbackslash tclose {##1}}$/
2155\tclose tex-src/texinfo.tex /^\\def\\tclose##1{\\realbackslash tclose {##1}}%$/
2156\tclose tex-src/texinfo.tex /^\\def\\tclose#1{{\\rm \\tcloserm=\\fontdimen2\\font \\tt /
2157\tex tex-src/texinfo.tex /^\\def\\tex{\\begingroup$/
2158\texinfoversion tex-src/texinfo.tex /^\\def\\texinfoversion{2.73}$/
2159\textfonts tex-src/texinfo.tex /^\\def\\textfonts{%$/
2160\thearg tex-src/texinfo.tex /^ \\def\\thearg{#1}%$/
2161\thearg tex-src/texinfo.tex /^ \\ifx\\thearg\\empty \\def\\thearg{1}\\fi$/
2162\thischapter tex-src/texinfo.tex /^ \\unnumbchapmacro{#1}\\def\\thischapter{}%$/
2163\thischapter tex-src/texinfo.tex /^\\def\\thischapter{} \\def\\thissection{}$/
2164\thischaptername tex-src/texinfo.tex /^\\def\\thischaptername{No Chapter Title}$/
2165\thisfile tex-src/texinfo.tex /^\\def\\thisfile{}$/
2166\thistitle tex-src/texinfo.tex /^\\def\\thistitle{No Title}$/
2167\tie tex-src/texinfo.tex /^\\def\\tie{\\penalty 10000\\ } % Save plain tex de/
2168\tindex tex-src/texinfo.tex /^\\def\\tindex {\\tpindex}$/
2169\title tex-src/texinfo.tex /^ \\def\\title{\\parsearg\\titlezzz}%$/
2170\titlefont tex-src/texinfo.tex /^\\def\\titlefont#1{{\\titlerm #1}}$/
2171\titlepage tex-src/texinfo.tex /^\\def\\titlepage{\\begingroup \\parindent=0pt \\textfon/
2172\titlezzz tex-src/texinfo.tex /^ \\def\\titlezzz##1{\\leftline{\\titlefont{##1}}$/
2173\today tex-src/texinfo.tex /^\\def\\today{\\number\\day\\space$/
2174\top tex-src/texinfo.tex /^\\outer\\def\\top{\\parsearg\\unnumberedzzz}$/
2175\tt tex-src/texinfo.tex /^\\def\\tt{\\realbackslash tt}$/
2176\tt tex-src/texinfo.tex /^\\def\\tt{\\realbackslash tt}%$/
2177\turnoffactive tex-src/texinfo.tex /^\\def\\turnoffactive{\\let"=\\normaldoublequote$/
2178\unnchfopen tex-src/texinfo.tex /^\\def\\unnchfopen #1{%$/
2179\unnchfplain tex-src/texinfo.tex /^\\def\\unnchfplain #1{%$/
2180\unnumbchapentry tex-src/texinfo.tex /^\\def\\unnumbchapentry#1#2{\\dochapentry{#1}{#2}}$/
2181\unnumbered tex-src/texinfo.tex /^\\outer\\def\\unnumbered{\\parsearg\\unnumberedzzz}$/
2182\unnumberedsec tex-src/texinfo.tex /^\\outer\\def\\unnumberedsec{\\parsearg\\unnumberedseczz/
2183\unnumberedseczzz tex-src/texinfo.tex /^\\def\\unnumberedseczzz #1{\\seccheck{unnumberedsec}%/
2184\unnumberedsubsec tex-src/texinfo.tex /^\\outer\\def\\unnumberedsubsec{\\parsearg\\unnumberedsu/
2185\unnumberedsubseczzz tex-src/texinfo.tex /^\\def\\unnumberedsubseczzz #1{\\seccheck{unnumberedsu/
2186\unnumberedsubsubsec tex-src/texinfo.tex /^\\outer\\def\\unnumberedsubsubsec{\\parsearg\\unnumbere/
2187\unnumberedsubsubseczzz tex-src/texinfo.tex /^\\def\\unnumberedsubsubseczzz #1{\\seccheck{unnumbere/
2188\unnumberedzzz tex-src/texinfo.tex /^\\def\\unnumberedzzz #1{\\seccheck{unnumbered}%$/
2189\unnumbnoderef tex-src/texinfo.tex /^\\def\\unnumbnoderef{\\ifx\\lastnode\\relax\\else$/
2190\unnumbsecentry tex-src/texinfo.tex /^ \\def\\unnumbsecentry ##1##2{}$/
2191\unnumbsecentry tex-src/texinfo.tex /^\\def\\unnumbsecentry#1#2{\\dosecentry{#1}{#2}}$/
2192\unnumbsetref tex-src/texinfo.tex /^\\def\\unnumbsetref#1{%$/
2193\unnumbsubsecentry tex-src/texinfo.tex /^ \\def\\unnumbsubsecentry ##1##2{}$/
2194\unnumbsubsecentry tex-src/texinfo.tex /^\\def\\unnumbsubsecentry#1#2{\\dosubsecentry{#1}{#2}}/
2195\unnumbsubsubsecentry tex-src/texinfo.tex /^ \\def\\unnumbsubsubsecentry ##1##2{}$/
2196\unnumbsubsubsecentry tex-src/texinfo.tex /^\\def\\unnumbsubsubsecentry#1#2{\\dosubsubsecentry{#1/
2197\uppercaseenumerate tex-src/texinfo.tex /^\\def\\uppercaseenumerate{%$/
2198\var tex-src/texinfo.tex /^\\def\\var##1{\\realbackslash var {##1}}$/
2199\var tex-src/texinfo.tex /^\\def\\var##1{\\realbackslash var {##1}}%$/
2200\vindex tex-src/texinfo.tex /^\\def\\vindex {\\vrindex}$/
2201\vritemindex tex-src/texinfo.tex /^\\def\\vritemindex #1{\\doind {vr}{\\code{#1}}}%$/
2202\vtable tex-src/texinfo.tex /^\\def\\vtable{\\begingroup\\inENV\\obeylines\\obeyspaces/
2203\w tex-src/texinfo.tex /^\\def\\w#1{\\leavevmode\\hbox{#1}}$/
2204\w tex-src/texinfo.tex /^\\def\\w{\\realbackslash w }%$/
2205\w tex-src/texinfo.tex /^\\def\\w{\\realbackslash w}$/
2206\xitem tex-src/texinfo.tex /^\\def\\xitem{\\errmessage{@xitem while not in a table/
2207\xitemx tex-src/texinfo.tex /^\\def\\xitemx{\\errmessage{@xitemx while not in a tab/
2208\xitemzzz tex-src/texinfo.tex /^\\def\\xitemzzz #1{\\dosubind {kw}{\\code{#1}}{for {\\b/
2209\xkey tex-src/texinfo.tex /^\\def\\xkey{\\key}$/
2210\xrdef tex-src/texinfo.tex /^\\def\\xrdef #1#2{$/
2211\xref tex-src/texinfo.tex /^\\def\\xref#1{See \\xrefX[#1,,,,,,,]}$/
2212\xrefX[ tex-src/texinfo.tex /^\\def\\xrefX[#1,#2,#3,#4,#5,#6]{\\begingroup%$/
2213^ tex-src/texinfo.tex /^\\def^{{\\tt \\hat}}$/
2214_ tex-src/texinfo.tex /^\\def_{\\ifusingtt\\normalunderscore\\_}$/
2215_GETOPT_H c-src/getopt.h 19
2216_GNU_SOURCE c-src/etags.c 94
2217_REGEX_H c-src/emacs/src/regex.h 21
2218_RE_SYNTAX_POSIX_COMMON c-src/emacs/src/regex.h 221
2219_Restrict_ c-src/emacs/src/regex.h 540
2220_Restrict_ c-src/emacs/src/regex.h 542
2221_Restrict_ c-src/emacs/src/regex.h 544
2222_Restrict_arr_ c-src/emacs/src/regex.h 555
2223_Restrict_arr_ c-src/emacs/src/regex.h 557
2224_UCHAR_T c-src/emacs/src/lisp.h 2423
2225__COLORS cp-src/screen.hpp 9
2226__default_morecore c-src/emacs/src/gmalloc.c /^__default_morecore (ptrdiff_t increment)$/
2227__init__ pyt-src/server.py /^ def __init__(self):$/
2228__init__ pyt-src/server.py /^ def __init__(self, Master, text, textvar, widt/
2229__init__ pyt-src/server.py /^ def __init__(self, host, sitelist, master=None/
2230__init__ pyt-src/server.py /^ def __init__(self, master=None):$/
2231__init__ pyt-src/server.py /^ def __init__(self, newlegend, list, editor, ma/
2232__init__ pyt-src/server.py /^ def __init__(self, user, userlist, master=None/
2233__ip c.c 159
2234__libc_atexit c-src/exit.c 30
2235__libc_atexit c-src/exit.strange_suffix 30
2236__malloc_extra_blocks c-src/emacs/src/gmalloc.c 381
2237__malloc_initialize c-src/emacs/src/gmalloc.c /^__malloc_initialize (void)$/
2238__malloc_initialized c-src/emacs/src/gmalloc.c 379
2239__repr__ pyt-src/server.py /^ def __repr__(self):$/
2240__sbrk c-src/emacs/src/gmalloc.c 1513
2241__str__ pyt-src/server.py /^ def __str__(self):$/
2242__up c.c 160
2243_aligned_blocks c-src/emacs/src/gmalloc.c 1004
2244_aligned_blocks_mutex c-src/emacs/src/gmalloc.c 518
2245_bar? ruby-src/test1.ru /^ def self._bar?(abc)$/
2246_bytes_free c-src/emacs/src/gmalloc.c 376
2247_bytes_used c-src/emacs/src/gmalloc.c 374
2248_chunks_free c-src/emacs/src/gmalloc.c 375
2249_chunks_used c-src/emacs/src/gmalloc.c 373
2250_fraghead c-src/emacs/src/gmalloc.c 370
2251_free c-src/emacs/src/gmalloc.c /^_free (void *ptr)$/
2252_free_internal c-src/emacs/src/gmalloc.c /^_free_internal (void *ptr)$/
2253_free_internal_nolock c-src/emacs/src/gmalloc.c /^_free_internal_nolock (void *ptr)$/
2254_heapbase c-src/emacs/src/gmalloc.c 355
2255_heapindex c-src/emacs/src/gmalloc.c 364
2256_heapinfo c-src/emacs/src/gmalloc.c 358
2257_heaplimit c-src/emacs/src/gmalloc.c 367
2258_malloc c-src/emacs/src/gmalloc.c /^_malloc (size_t size)$/
2259_malloc_internal c-src/emacs/src/gmalloc.c /^_malloc_internal (size_t size)$/
2260_malloc_internal_nolock c-src/emacs/src/gmalloc.c /^_malloc_internal_nolock (size_t size)$/
2261_malloc_mutex c-src/emacs/src/gmalloc.c 517
2262_malloc_thread_enabled_p c-src/emacs/src/gmalloc.c 519
2263_realloc c-src/emacs/src/gmalloc.c /^_realloc (void *ptr, size_t size)$/
2264_realloc_internal c-src/emacs/src/gmalloc.c /^_realloc_internal (void *ptr, size_t size)$/
2265_realloc_internal_nolock c-src/emacs/src/gmalloc.c /^_realloc_internal_nolock (void *ptr, size_t size)$/
2266` ruby-src/test.rb /^ def `(command)$/
2267a c-src/h.h 103
2268a c-src/h.h 40
2269a c.c /^a ()$/
2270a c.c /^a()$/
2271a c.c 152
2272a c.c 180
2273a cp-src/c.C 132
2274a ruby-src/test1.ru /^ def a()$/
2275a-forth-constant! forth-src/test-forth.fth /^99 constant a-forth-constant!$/
2276a-forth-value? forth-src/test-forth.fth /^55 value a-forth-value?$/
2277a-forth-word forth-src/test-forth.fth /^: a-forth-word ( a b c -- )$/
2278a-forth-word forth-src/test-forth.fth /^: a-forth-word ( a b c -- a*b+c ) + * ;$/
38a0 c-src/emacs/src/lisp.h /^ Lisp_Object (*a0) (void);$/ 2279a0 c-src/emacs/src/lisp.h /^ Lisp_Object (*a0) (void);$/
39a1 c-src/emacs/src/lisp.h /^ Lisp_Object (*a1) (Lisp_Object);$/ 2280a1 c-src/emacs/src/lisp.h /^ Lisp_Object (*a1) (Lisp_Object);$/
40a2 c-src/emacs/src/lisp.h /^ Lisp_Object (*a2) (Lisp_Object, Lisp_Object)/ 2281a2 c-src/emacs/src/lisp.h /^ Lisp_Object (*a2) (Lisp_Object, Lisp_Object)/
@@ -44,44 +2285,37 @@ a5 c-src/emacs/src/lisp.h /^ Lisp_Object (*a5) (Lisp_Object, Lisp_Object,/
44a6 c-src/emacs/src/lisp.h /^ Lisp_Object (*a6) (Lisp_Object, Lisp_Object,/ 2285a6 c-src/emacs/src/lisp.h /^ Lisp_Object (*a6) (Lisp_Object, Lisp_Object,/
45a7 c-src/emacs/src/lisp.h /^ Lisp_Object (*a7) (Lisp_Object, Lisp_Object,/ 2286a7 c-src/emacs/src/lisp.h /^ Lisp_Object (*a7) (Lisp_Object, Lisp_Object,/
46a8 c-src/emacs/src/lisp.h /^ Lisp_Object (*a8) (Lisp_Object, Lisp_Object,/ 2287a8 c-src/emacs/src/lisp.h /^ Lisp_Object (*a8) (Lisp_Object, Lisp_Object,/
47aaaaaa c-src/h.h 111 2288aMANY c-src/emacs/src/lisp.h /^ Lisp_Object (*aMANY) (ptrdiff_t, Lisp_Object/
48aaa c.c 249 2289aUNEVALLED c-src/emacs/src/lisp.h /^ Lisp_Object (*aUNEVALLED) (Lisp_Object args)/
49aaa c.c 269
50aa c.c 269 2290aa c.c 269
51aa c.c 279 2291aa c.c 279
52abbrev_all_caps c-src/abbrev.c 58 2292aaa c.c 249
2293aaa c.c 269
2294aaaaaa c-src/h.h 111
53abbrev-expansion c-src/abbrev.c /^DEFUN ("abbrev-expansion", Fabbrev_expansion, Sabb/ 2295abbrev-expansion c-src/abbrev.c /^DEFUN ("abbrev-expansion", Fabbrev_expansion, Sabb/
54abbrevs_changed c-src/abbrev.c 56
55abbrev-symbol c-src/abbrev.c /^DEFUN ("abbrev-symbol", Fabbrev_symbol, Sabbrev_sy/ 2296abbrev-symbol c-src/abbrev.c /^DEFUN ("abbrev-symbol", Fabbrev_symbol, Sabbrev_sy/
2297abbrev_all_caps c-src/abbrev.c 58
2298abbrevs_changed c-src/abbrev.c 56
56abc c-src/h.h 33 2299abc c-src/h.h 33
57abc c-src/h.h 37 2300abc c-src/h.h 37
58ABC ruby-src/test1.ru 11
59Abort_Handler_Pointer/t ada-src/2ataspri.ads /^ type Abort_Handler_Pointer is access procedure /
60abort-recursive-edit c-src/emacs/src/keyboard.c /^DEFUN ("abort-recursive-edit", Fabort_recursive_ed/ 2301abort-recursive-edit c-src/emacs/src/keyboard.c /^DEFUN ("abort-recursive-edit", Fabort_recursive_ed/
61Abort_Task/p ada-src/2ataspri.adb /^ procedure Abort_Task (T : TCB_Ptr) is$/
62Abort_Task/p ada-src/2ataspri.ads /^ procedure Abort_Task (T : TCB_Ptr);$/
63Abort_Wrapper/p ada-src/2ataspri.adb /^ procedure Abort_Wrapper$/
64\aboveenvbreak tex-src/texinfo.tex /^\\def\\aboveenvbreak{{\\advance\\aboveenvskipamount by/
65abs/f ada-src/etags-test-for.ada /^ function "abs" (Right : Complex) return Real'/ 2302abs/f ada-src/etags-test-for.ada /^ function "abs" (Right : Complex) return Real'/
66absolute_dirname c-src/etags.c /^absolute_dirname (char *file, char *dir)$/ 2303absolute_dirname c-src/etags.c /^absolute_dirname (char *file, char *dir)$/
67absolute_filename c-src/etags.c /^absolute_filename (char *file, char *dir)$/ 2304absolute_filename c-src/etags.c /^absolute_filename (char *file, char *dir)$/
68abt cp-src/c.C 55 2305abt cp-src/c.C 55
69a c.c 152
70A c.c 162
71a c.c 180
72a c.c /^a ()$/
73a c.c /^a()$/
74accent_key_syms c-src/emacs/src/keyboard.c 4625
75access_keymap_keyremap c-src/emacs/src/keyboard.c /^access_keymap_keyremap (Lisp_Object map, Lisp_Obje/
76acc_pred_info merc-src/accumulator.m /^:- pred acc_pred_info(list(mer_type)::in, list(pro/ 2306acc_pred_info merc-src/accumulator.m /^:- pred acc_pred_info(list(mer_type)::in, list(pro/
77acc_proc_info merc-src/accumulator.m /^:- pred acc_proc_info(list(prog_var)::in, prog_var/ 2307acc_proc_info merc-src/accumulator.m /^:- pred acc_proc_info(list(prog_var)::in, prog_var/
2308acc_unification merc-src/accumulator.m /^:- pred acc_unification(pair(prog_var)::in, hlds_g/
2309acc_var_subst_init merc-src/accumulator.m /^:- pred acc_var_subst_init(list(prog_var)::in,$/
2310accent_key_syms c-src/emacs/src/keyboard.c 4625
2311access_keymap_keyremap c-src/emacs/src/keyboard.c /^access_keymap_keyremap (Lisp_Object map, Lisp_Obje/
78accu_assoc merc-src/accumulator.m /^:- pred accu_assoc(module_info::in, vartypes::in, / 2312accu_assoc merc-src/accumulator.m /^:- pred accu_assoc(module_info::in, vartypes::in, /
79accu_assoc merc-src/accumulator.m /^:- type accu_assoc$/ 2313accu_assoc merc-src/accumulator.m /^:- type accu_assoc$/
80accu_base merc-src/accumulator.m /^:- type accu_base$/ 2314accu_base merc-src/accumulator.m /^:- type accu_base$/
81accu_before merc-src/accumulator.m /^:- pred accu_before(module_info::in, vartypes::in,/ 2315accu_before merc-src/accumulator.m /^:- pred accu_before(module_info::in, vartypes::in,/
82accu_case merc-src/accumulator.m /^:- type accu_case$/ 2316accu_case merc-src/accumulator.m /^:- type accu_case$/
83accu_construct_assoc merc-src/accumulator.m /^:- pred accu_construct_assoc(module_info::in, vart/
84accu_construct merc-src/accumulator.m /^:- pred accu_construct(module_info::in, vartypes::/ 2317accu_construct merc-src/accumulator.m /^:- pred accu_construct(module_info::in, vartypes::/
2318accu_construct_assoc merc-src/accumulator.m /^:- pred accu_construct_assoc(module_info::in, vart/
85accu_create_goal merc-src/accumulator.m /^:- pred accu_create_goal(accu_goal_id::in, list(pr/ 2319accu_create_goal merc-src/accumulator.m /^:- pred accu_create_goal(accu_goal_id::in, list(pr/
86accu_divide_base_case merc-src/accumulator.m /^:- pred accu_divide_base_case(module_info::in, var/ 2320accu_divide_base_case merc-src/accumulator.m /^:- pred accu_divide_base_case(module_info::in, var/
87accu_goal_id merc-src/accumulator.m /^:- type accu_goal_id$/ 2321accu_goal_id merc-src/accumulator.m /^:- type accu_goal_id$/
@@ -91,144 +2325,80 @@ accu_has_heuristic merc-src/accumulator.m /^:- pred accu_has_heuristic(module_na
91accu_heuristic merc-src/accumulator.m /^:- pred accu_heuristic(module_name::in, string::in/ 2325accu_heuristic merc-src/accumulator.m /^:- pred accu_heuristic(module_name::in, string::in/
92accu_is_associative merc-src/accumulator.m /^:- pred accu_is_associative(module_info::in, pred_/ 2326accu_is_associative merc-src/accumulator.m /^:- pred accu_is_associative(module_info::in, pred_/
93accu_is_update merc-src/accumulator.m /^:- pred accu_is_update(module_info::in, pred_id::i/ 2327accu_is_update merc-src/accumulator.m /^:- pred accu_is_update(module_info::in, pred_id::i/
94acc_unification merc-src/accumulator.m /^:- pred acc_unification(pair(prog_var)::in, hlds_g/
95accu_process_assoc_set merc-src/accumulator.m /^:- pred accu_process_assoc_set(module_info::in, ac/ 2328accu_process_assoc_set merc-src/accumulator.m /^:- pred accu_process_assoc_set(module_info::in, ac/
96accu_process_update_set merc-src/accumulator.m /^:- pred accu_process_update_set(module_info::in, a/ 2329accu_process_update_set merc-src/accumulator.m /^:- pred accu_process_update_set(module_info::in, a/
97accu_related merc-src/accumulator.m /^:- pred accu_related(module_info::in, vartypes::in/ 2330accu_related merc-src/accumulator.m /^:- pred accu_related(module_info::in, vartypes::in/
98accu_rename merc-src/accumulator.m /^:- func accu_rename(list(accu_goal_id), accu_subst/ 2331accu_rename merc-src/accumulator.m /^:- func accu_rename(list(accu_goal_id), accu_subst/
99accu_sets_init merc-src/accumulator.m /^:- pred accu_sets_init(accu_sets::out) is det.$/
100accu_sets merc-src/accumulator.m /^:- type accu_sets$/ 2332accu_sets merc-src/accumulator.m /^:- type accu_sets$/
101accu_stage1_2 merc-src/accumulator.m /^:- pred accu_stage1_2(module_info::in, vartypes::i/ 2333accu_sets_init merc-src/accumulator.m /^:- pred accu_sets_init(accu_sets::out) is det.$/
102accu_stage1 merc-src/accumulator.m /^:- pred accu_stage1(module_info::in, vartypes::in,/ 2334accu_stage1 merc-src/accumulator.m /^:- pred accu_stage1(module_info::in, vartypes::in,/
2335accu_stage1_2 merc-src/accumulator.m /^:- pred accu_stage1_2(module_info::in, vartypes::i/
103accu_stage2 merc-src/accumulator.m /^:- pred accu_stage2(module_info::in, proc_info::in/ 2336accu_stage2 merc-src/accumulator.m /^:- pred accu_stage2(module_info::in, proc_info::in/
104accu_stage3 merc-src/accumulator.m /^:- pred accu_stage3(accu_goal_id::in, list(prog_va/ 2337accu_stage3 merc-src/accumulator.m /^:- pred accu_stage3(accu_goal_id::in, list(prog_va/
105accu_standardize merc-src/accumulator.m /^:- pred accu_standardize(hlds_goal::in, hlds_goal:/ 2338accu_standardize merc-src/accumulator.m /^:- pred accu_standardize(hlds_goal::in, hlds_goal:/
106accu_store merc-src/accumulator.m /^:- pred accu_store(accu_case::in, hlds_goal::in,$/ 2339accu_store merc-src/accumulator.m /^:- pred accu_store(accu_case::in, hlds_goal::in,$/
107accu_subst merc-src/accumulator.m /^:- type accu_subst == map(prog_var, prog_var).$/ 2340accu_subst merc-src/accumulator.m /^:- type accu_subst == map(prog_var, prog_var).$/
108accu_substs_init merc-src/accumulator.m /^:- pred accu_substs_init(list(prog_var)::in, prog_/
109accu_substs merc-src/accumulator.m /^:- type accu_substs$/ 2341accu_substs merc-src/accumulator.m /^:- type accu_substs$/
2342accu_substs_init merc-src/accumulator.m /^:- pred accu_substs_init(list(prog_var)::in, prog_/
110accu_top_level merc-src/accumulator.m /^:- pred accu_top_level(top_level::in, hlds_goal::i/ 2343accu_top_level merc-src/accumulator.m /^:- pred accu_top_level(top_level::in, hlds_goal::i/
111accu_transform_proc merc-src/accumulator.m /^:- pred accu_transform_proc(pred_proc_id::in, pred/ 2344accu_transform_proc merc-src/accumulator.m /^:- pred accu_transform_proc(pred_proc_id::in, pred/
112accu_update merc-src/accumulator.m /^:- pred accu_update(module_info::in, vartypes::in,/ 2345accu_update merc-src/accumulator.m /^:- pred accu_update(module_info::in, vartypes::in,/
113accu_warning merc-src/accumulator.m /^:- type accu_warning$/ 2346accu_warning merc-src/accumulator.m /^:- type accu_warning$/
114acc_var_subst_init merc-src/accumulator.m /^:- pred acc_var_subst_init(list(prog_var)::in,$/ 2347act prol-src/natded.prolog /^act(OutForm,OutSyn,Ws):-$/
115/Acircumflex ps-src/rfc1245.ps /^\/Acircumflex \/Ecircumflex \/Aacute \/Edieresis \/Egra/
116A cp-src/c.C 117
117a cp-src/c.C 132
118A cp-src/c.C 39
119A cp-src/c.C 56
120A cp-src/c.C 57
121A cp-src/c.C 73
122~A cp-src/c.C /^A::~A() {}$/
123A cp-src/c.C /^void A::A() {}$/
124A cp-src/fail.C 23
125A cp-src/fail.C 7
126a c-src/h.h 103
127a c-src/h.h 40
128action prol-src/natded.prolog /^action(KeyVals):-$/ 2348action prol-src/natded.prolog /^action(KeyVals):-$/
129\activedoublequote tex-src/texinfo.tex /^\\def\\activedoublequote{{\\tt \\char '042}}$/
130active_maps c-src/emacs/src/keyboard.c /^active_maps (Lisp_Object first_event)$/ 2349active_maps c-src/emacs/src/keyboard.c /^active_maps (Lisp_Object first_event)$/
131\activeparens tex-src/texinfo.tex /^\\def\\activeparens{%$/
132actout prol-src/natded.prolog /^actout('Text',Trees):-$/ 2350actout prol-src/natded.prolog /^actout('Text',Trees):-$/
133act prol-src/natded.prolog /^act(OutForm,OutSyn,Ws):-$/
134Ada_funcs c-src/etags.c /^Ada_funcs (FILE *inf)$/
135Ada_getit c-src/etags.c /^Ada_getit (FILE *inf, const char *name_qualifier)$/
136Ada_help c-src/etags.c 475
137ADASRC make-src/Makefile /^ADASRC=etags-test-for.ada 2ataspri.adb 2ataspri.ad/
138Ada_suffixes c-src/etags.c 473
139add_active prol-src/natded.prolog /^add_active([],Cat,Goal):-$/
140addArchs objc-src/PackInsp.m /^-(void)addArchs:(const char *)string$/ 2351addArchs objc-src/PackInsp.m /^-(void)addArchs:(const char *)string$/
2352addPOReader php-src/lce_functions.php /^ function addPOReader($d_name, &$por)$/
2353add_active prol-src/natded.prolog /^add_active([],Cat,Goal):-$/
141add_command_key c-src/emacs/src/keyboard.c /^add_command_key (Lisp_Object key)$/ 2354add_command_key c-src/emacs/src/keyboard.c /^add_command_key (Lisp_Object key)$/
142add_edge prol-src/natded.prolog /^add_edge(Left,Right,Cat):-$/ 2355add_edge prol-src/natded.prolog /^add_edge(Left,Right,Cat):-$/
143add_node c-src/etags.c /^add_node (node *np, node **cur_node_p)$/ 2356add_node c-src/etags.c /^add_node (node *np, node **cur_node_p)$/
144addnoise html-src/algrthms.html /^Adding Noise to the$/
145AddNullToNmStr pas-src/common.pas /^function AddNullToNmStr; (*($/
146addPOReader php-src/lce_functions.php /^ function addPOReader($d_name, &$por)$/
147add_regex c-src/etags.c /^add_regex (char *regexp_pattern, language *lang)$/ 2357add_regex c-src/etags.c /^add_regex (char *regexp_pattern, language *lang)$/
148ADDRESS c-src/emacs/src/gmalloc.c /^#define ADDRESS(B) ((void *) (((B) - 1) * BLOCKSIZ/
149Address_To_Call_State/f ada-src/2ataspri.adb /^ function Address_To_Call_State is new$/
150Address_To_TCB_Ptr/f ada-src/2ataspri.ads /^ function Address_To_TCB_Ptr is new$/
151address y-src/cccp.y 113
152add_user_signal c-src/emacs/src/keyboard.c /^add_user_signal (int sig, const char *name)$/ 2358add_user_signal c-src/emacs/src/keyboard.c /^add_user_signal (int sig, const char *name)$/
153#a-defer-word forth-src/test-forth.fth /^defer #a-defer-word$/ 2359addnoise html-src/algrthms.html /^Adding Noise to the$/
2360address y-src/cccp.y 113
154adjust_point_for_property c-src/emacs/src/keyboard.c /^adjust_point_for_property (ptrdiff_t last_pt, bool/ 2361adjust_point_for_property c-src/emacs/src/keyboard.c /^adjust_point_for_property (ptrdiff_t last_pt, bool/
155Advanced usage tex-src/gzip.texi /^@node Advanced usage, Environment, Invoking gzip, /
156a-forth-constant! forth-src/test-forth.fth /^99 constant a-forth-constant!$/
157(a-forth-constant forth-src/test-forth.fth /^constant (a-forth-constant$/
158:a-forth-dictionary-entry forth-src/test-forth.fth /^create :a-forth-dictionary-entry$/
159a-forth-value? forth-src/test-forth.fth /^55 value a-forth-value?$/
160a-forth-word forth-src/test-forth.fth /^: a-forth-word ( a b c -- )$/
161a-forth-word forth-src/test-forth.fth /^: a-forth-word ( a b c -- a*b+c ) + * ;$/
162\afourpaper tex-src/texinfo.tex /^\\def\\afourpaper{$/
163\afterenvbreak tex-src/texinfo.tex /^\\def\\afterenvbreak{\\endgraf \\ifdim\\lastskip<\\above/
164agent cp-src/clheir.hpp 75 2362agent cp-src/clheir.hpp 75
165algorithms html-src/algrthms.html /^Description$/ 2363algorithms html-src/algrthms.html /^Description$/
166alias c-src/emacs/src/lisp.h 688 2364alias c-src/emacs/src/lisp.h 688
167alignas c-src/emacs/src/lisp.h /^# define alignas(alignment) \/* empty *\/$/
168align c-src/emacs/src/gmalloc.c /^align (size_t size)$/ 2365align c-src/emacs/src/gmalloc.c /^align (size_t size)$/
2366alignas c-src/emacs/src/lisp.h /^# define alignas(alignment) \/* empty *\/$/
2367aligned c-src/emacs/src/gmalloc.c 199
2368aligned_alloc c-src/emacs/src/gmalloc.c /^aligned_alloc (size_t alignment, size_t size)$/
169aligned_alloc c-src/emacs/src/gmalloc.c 1718 2369aligned_alloc c-src/emacs/src/gmalloc.c 1718
170aligned_alloc c-src/emacs/src/gmalloc.c 71 2370aligned_alloc c-src/emacs/src/gmalloc.c 71
171aligned_alloc c-src/emacs/src/gmalloc.c /^aligned_alloc (size_t alignment, size_t size)$/
172_aligned_blocks c-src/emacs/src/gmalloc.c 1004
173_aligned_blocks_mutex c-src/emacs/src/gmalloc.c 518
174Aligned_Cons c-src/emacs/src/lisp.h 4670
175aligned c-src/emacs/src/gmalloc.c 199
176Aligned_String c-src/emacs/src/lisp.h 4676
177alignlist c-src/emacs/src/gmalloc.c 196 2371alignlist c-src/emacs/src/gmalloc.c 196
178ALIGNOF_STRUCT_LISP_VECTOR c-src/emacs/src/lisp.h 1378
179alive cp-src/conway.hpp 7 2372alive cp-src/conway.hpp 7
180all_kboards c-src/emacs/src/keyboard.c 86 2373all_kboards c-src/emacs/src/keyboard.c 86
181ALLOCATED_BEFORE_DUMPING c-src/emacs/src/gmalloc.c /^#define ALLOCATED_BEFORE_DUMPING(P) \\$/
182allocated c-src/emacs/src/regex.h 344
183allocate_kboard c-src/emacs/src/keyboard.c /^allocate_kboard (Lisp_Object type)$/ 2374allocate_kboard c-src/emacs/src/keyboard.c /^allocate_kboard (Lisp_Object type)$/
184ALLOCATE_PSEUDOVECTOR c-src/emacs/src/lisp.h /^#define ALLOCATE_PSEUDOVECTOR(type, field, tag) / 2375allocated c-src/emacs/src/regex.h 344
185ALLOCATE_ZEROED_PSEUDOVECTOR c-src/emacs/src/lisp.h /^#define ALLOCATE_ZEROED_PSEUDOVECTOR(type, field, /
186\alphaenumerate tex-src/texinfo.tex /^\\def\\alphaenumerate{\\enumerate{a}}$/
187aMANY c-src/emacs/src/lisp.h /^ Lisp_Object (*aMANY) (ptrdiff_t, Lisp_Object/
188analyze_regex c-src/etags.c /^analyze_regex (char *regex_arg)$/
189andkeyvalseq prol-src/natded.prolog /^andkeyvalseq(KeyVals) --> ['&'], keyvalseq(KeyVals/
190AND y-src/cccp.c 11
191an_extern_linkage c-src/h.h 44 2376an_extern_linkage c-src/h.h 44
192an_extern_linkage c-src/h.h 56 2377an_extern_linkage c-src/h.h 56
193an_extern_linkage_ptr c-src/h.h 43 2378an_extern_linkage_ptr c-src/h.h 43
2379analyze_regex c-src/etags.c /^analyze_regex (char *regex_arg)$/
2380andkeyvalseq prol-src/natded.prolog /^andkeyvalseq(KeyVals) --> ['&'], keyvalseq(KeyVals/
2381animals c-src/h.h 81
194animals cp-src/c.C 126 2382animals cp-src/c.C 126
195animals cp-src/c.C 130 2383animals cp-src/c.C 130
196animals c-src/h.h 81
197(another-forth-word) forth-src/test-forth.fth /^: (another-forth-word) ( -- )$/
198ANSIC c-src/h.h 84
199ANSIC c-src/h.h 85
200any_kboard_state c-src/emacs/src/keyboard.c /^any_kboard_state ()$/ 2384any_kboard_state c-src/emacs/src/keyboard.c /^any_kboard_state ()$/
201appDidInit objcpp-src/SimpleCalc.M /^- appDidInit:sender$/ 2385appDidInit objcpp-src/SimpleCalc.M /^- appDidInit:sender$/
202\appendixletter tex-src/texinfo.tex /^\\def\\appendixletter{\\char\\the\\appendixno}$/
203appendix_name perl-src/htlmify-cystic 13
204\appendixnoderef tex-src/texinfo.tex /^\\def\\appendixnoderef{\\ifx\\lastnode\\relax\\else$/
205appendix perl-src/htlmify-cystic 24
206\appendixsec tex-src/texinfo.tex /^\\outer\\def\\appendixsec{\\parsearg\\appendixsectionzz/
207\appendixsection tex-src/texinfo.tex /^\\outer\\def\\appendixsection{\\parsearg\\appendixsecti/
208\appendixsectionzzz tex-src/texinfo.tex /^\\def\\appendixsectionzzz #1{\\seccheck{appendixsecti/
209\appendixsetref tex-src/texinfo.tex /^\\def\\appendixsetref#1{%$/
210\appendixsubsec tex-src/texinfo.tex /^\\outer\\def\\appendixsubsec{\\parsearg\\appendixsubsec/
211\appendixsubseczzz tex-src/texinfo.tex /^\\def\\appendixsubseczzz #1{\\seccheck{appendixsubsec/
212\appendixsubsubsec tex-src/texinfo.tex /^\\outer\\def\\appendixsubsubsec{\\parsearg\\appendixsub/
213\appendixsubsubseczzz tex-src/texinfo.tex /^\\def\\appendixsubsubseczzz #1{\\seccheck{appendixsub/
214\appendix tex-src/texinfo.tex /^\\outer\\def\\appendix{\\parsearg\\appendixzzz}$/
215appendix_toc perl-src/htlmify-cystic 16
216\appendixzzz tex-src/texinfo.tex /^\\def\\appendixzzz #1{\\seccheck{appendix}%$/
217append_list prol-src/natded.prolog /^append_list([],[]).$/
218append prol-src/natded.prolog /^append([],Xs,Xs).$/ 2386append prol-src/natded.prolog /^append([],Xs,Xs).$/
219append_string pas-src/common.pas /^procedure append_string;(*($/
220AppendTextString pas-src/common.pas /^function AppendTextString;(*($/
221appendToDisplay objcpp-src/SimpleCalc.M /^- appendToDisplay:(const char *)theDigit$/ 2387appendToDisplay objcpp-src/SimpleCalc.M /^- appendToDisplay:(const char *)theDigit$/
2388append_list prol-src/natded.prolog /^append_list([],[]).$/
2389append_string pas-src/common.pas /^procedure append_string;(*($/
222append_tool_bar_item c-src/emacs/src/keyboard.c /^append_tool_bar_item (void)$/ 2390append_tool_bar_item c-src/emacs/src/keyboard.c /^append_tool_bar_item (void)$/
2391appendix perl-src/htlmify-cystic 24
2392appendix_name perl-src/htlmify-cystic 13
2393appendix_toc perl-src/htlmify-cystic 16
223apply_modifiers c-src/emacs/src/keyboard.c /^apply_modifiers (int modifiers, Lisp_Object base)$/ 2394apply_modifiers c-src/emacs/src/keyboard.c /^apply_modifiers (int modifiers, Lisp_Object base)$/
224apply_modifiers_uncached c-src/emacs/src/keyboard.c /^apply_modifiers_uncached (int modifiers, char *bas/ 2395apply_modifiers_uncached c-src/emacs/src/keyboard.c /^apply_modifiers_uncached (int modifiers, char *bas/
225/A ps-src/rfc1245.ps /^\/A { $/
226aref_addr c-src/emacs/src/lisp.h /^aref_addr (Lisp_Object array, ptrdiff_t idx)$/ 2396aref_addr c-src/emacs/src/lisp.h /^aref_addr (Lisp_Object array, ptrdiff_t idx)$/
227AREF c-src/emacs/src/lisp.h /^AREF (Lisp_Object array, ptrdiff_t idx)$/
228arg c-src/emacs/src/lisp.h 2961 2397arg c-src/emacs/src/lisp.h 2961
229arg c-src/emacs/src/lisp.h 2966 2398arg c-src/emacs/src/lisp.h 2966
230arg c-src/emacs/src/lisp.h 2971 2399arg c-src/emacs/src/lisp.h 2971
231arg c-src/h.h 13 2400arg c-src/h.h 13
2401arg_type c-src/etags.c 250
232arglist y-src/cccp.y 41 2402arglist y-src/cccp.y 41
233argno y-src/cccp.y 45 2403argno y-src/cccp.y 45
234args c-src/emacs/src/lisp.h 2986 2404args c-src/emacs/src/lisp.h 2986
@@ -236,161 +2406,69 @@ args c-src/h.h 30
236argsindent tex-src/texinfo.tex /^\\dimen1=\\hsize \\advance \\dimen1 by -\\defargsindent/ 2406argsindent tex-src/texinfo.tex /^\\dimen1=\\hsize \\advance \\dimen1 by -\\defargsindent/
237argsindent tex-src/texinfo.tex /^\\newskip\\defargsindent \\defargsindent=50pt$/ 2407argsindent tex-src/texinfo.tex /^\\newskip\\defargsindent \\defargsindent=50pt$/
238argsindent tex-src/texinfo.tex /^\\parshape 2 0in \\dimen0 \\defargsindent \\dimen1 / 2408argsindent tex-src/texinfo.tex /^\\parshape 2 0in \\dimen0 \\defargsindent \\dimen1 /
239ARGS make-src/Makefile /^ARGS=- < srclist$/
240arg_type c-src/etags.c 250
241argument c-src/etags.c 253 2409argument c-src/etags.c 253
242argvals prol-src/natded.prolog /^argvals([]) --> [].$/ 2410argvals prol-src/natded.prolog /^argvals([]) --> [].$/
243Arith_Comparison c-src/emacs/src/lisp.h 3497
244ARITH_EQUAL c-src/emacs/src/lisp.h 3498
245ARITH_GRTR c-src/emacs/src/lisp.h 3501
246ARITH_GRTR_OR_EQUAL c-src/emacs/src/lisp.h 3503
247ARITH_LESS c-src/emacs/src/lisp.h 3500
248ARITH_LESS_OR_EQUAL c-src/emacs/src/lisp.h 3502
249ARITH_NOTEQUAL c-src/emacs/src/lisp.h 3499
250array c.c 190 2411array c.c 190
251ARRAYELTS c-src/emacs/src/lisp.h /^#define ARRAYELTS(arr) (sizeof (arr) \/ sizeof (arr/
252ARRAY_MARK_FLAG c-src/emacs/src/lisp.h 768
253ARRAYP c-src/emacs/src/lisp.h /^ARRAYP (Lisp_Object x)$/
254A ruby-src/test1.ru /^class A$/
255a ruby-src/test1.ru /^ def a()$/
256A ruby-src/test1.ru /^module A$/
257ASCII_CHAR_P c-src/emacs/src/lisp.h /^#define ASCII_CHAR_P(c) UNSIGNED_CMP (c, <, 0x80)$/
258ascii c-src/emacs/src/lisp.h 1598 2412ascii c-src/emacs/src/lisp.h 1598
259ASET c-src/emacs/src/lisp.h /^ASET (Lisp_Object array, ptrdiff_t idx, Lisp_Objec/
260\asis tex-src/texinfo.tex /^\\def\\asis#1{#1}$/
261ASIZE c-src/emacs/src/lisp.h /^ASIZE (Lisp_Object array)$/
262Asm_help c-src/etags.c 504
263Asm_labels c-src/etags.c /^Asm_labels (FILE *inf)$/
264Asm_suffixes c-src/etags.c 493
265asort cp-src/functions.cpp /^void asort(int *a, int num){$/ 2413asort cp-src/functions.cpp /^void asort(int *a, int num){$/
266ASRC make-src/Makefile /^ASRC=empty.zz empty.zz.gz$/
267assemby-code-word forth-src/test-forth.fth /^code assemby-code-word ( dunno what it does )$/ 2414assemby-code-word forth-src/test-forth.fth /^code assemby-code-word ( dunno what it does )$/
268assert c-src/etags.c 135
269assert c-src/etags.c /^# define assert(x) ((void) 0)$/ 2415assert c-src/etags.c /^# define assert(x) ((void) 0)$/
2416assert c-src/etags.c 135
270assign_neighbor cp-src/clheir.hpp /^ void assign_neighbor(int direction, location */ 2417assign_neighbor cp-src/clheir.hpp /^ void assign_neighbor(int direction, location */
271associativity_assertion merc-src/accumulator.m /^:- pred associativity_assertion(module_info::in, l/
272assoc_list merc-src/accumulator.m /^:- import_module assoc_list.$/ 2418assoc_list merc-src/accumulator.m /^:- import_module assoc_list.$/
273AST_Array::AST_Array cp-src/c.C /^AST_Array::AST_Array(UTL_ScopedName *n, unsigned l/ 2419associativity_assertion merc-src/accumulator.m /^:- pred associativity_assertion(module_info::in, l/
274AST_ConcreteType::AST_ConcreteType cp-src/c.C /^AST_ConcreteType::AST_ConcreteType(AST_Decl::NodeT/
275AST_Root cp-src/c.C 92
276AT cp-src/c.C 52
277at_end c-src/etags.c 249 2420at_end c-src/etags.c 249
278at_filename c-src/etags.c 247 2421at_filename c-src/etags.c 247
279/atilde ps-src/rfc1245.ps /^\/atilde \/aring \/ccedilla \/eacute \/egrave \/ecircumf/
280at_language c-src/etags.c 245 2422at_language c-src/etags.c 245
281at_least_one_member prol-src/natded.prolog /^at_least_one_member(X,[X|_]):-!.$/ 2423at_least_one_member prol-src/natded.prolog /^at_least_one_member(X,[X|_]):-!.$/
282atom prol-src/natded.prolog /^atom(X) --> [X], {atomic(X)}.$/
283atomval prol-src/natded.prolog /^atomval(X) --> atom(X).$/
284at_regexp c-src/etags.c 246 2424at_regexp c-src/etags.c 246
285at_stdin c-src/etags.c 248 2425at_stdin c-src/etags.c 248
286AU cp-src/c.C 53 2426atom prol-src/natded.prolog /^atom(X) --> [X], {atomic(X)}.$/
287aultparindent\hang\textindent tex-src/texinfo.tex /^\\footstrut\\parindent=\\defaultparindent\\hang\\textin/ 2427atomval prol-src/natded.prolog /^atomval(X) --> atom(X).$/
288aultparindent tex-src/texinfo.tex /^\\newdimen\\defaultparindent \\defaultparindent = 15p/ 2428aultparindent tex-src/texinfo.tex /^\\newdimen\\defaultparindent \\defaultparindent = 15p/
289aultparindent tex-src/texinfo.tex /^\\parindent = \\defaultparindent$/ 2429aultparindent tex-src/texinfo.tex /^\\parindent = \\defaultparindent$/
290aUNEVALLED c-src/emacs/src/lisp.h /^ Lisp_Object (*aUNEVALLED) (Lisp_Object args)/ 2430aultparindent\hang\textindent tex-src/texinfo.tex /^\\footstrut\\parindent=\\defaultparindent\\hang\\textin/
291\authorfont tex-src/texinfo.tex /^ \\def\\authorfont{\\authorrm \\normalbaselineskip =/
292\author tex-src/texinfo.tex /^ \\def\\author{\\parsearg\\authorzzz}%$/
293\authorzzz tex-src/texinfo.tex /^ \\def\\authorzzz##1{\\ifseenauthor\\else\\vskip 0pt /
294AUTO_CONS c-src/emacs/src/lisp.h /^#define AUTO_CONS(name, a, b) Lisp_Object name = A/
295AUTO_CONS_EXPR c-src/emacs/src/lisp.h /^#define AUTO_CONS_EXPR(a, b) \\$/
296auto_help c-src/etags.c 699 2431auto_help c-src/etags.c 699
297AUTO_LIST1 c-src/emacs/src/lisp.h /^#define AUTO_LIST1(name, a) \\$/ 2432b c-src/h.h 103
298AUTO_LIST2 c-src/emacs/src/lisp.h /^#define AUTO_LIST2(name, a, b) \\$/ 2433b c-src/h.h 104
299AUTO_LIST3 c-src/emacs/src/lisp.h /^#define AUTO_LIST3(name, a, b, c) \\$/ 2434b c-src/h.h 41
300AUTO_LIST4 c-src/emacs/src/lisp.h /^#define AUTO_LIST4(name, a, b, c, d) \\$/ 2435b c.c /^b ()$/
301AUTOLOADP c-src/emacs/src/lisp.h /^AUTOLOADP (Lisp_Object x)$/ 2436b c.c 180
302AUTO_STRING c-src/emacs/src/lisp.h /^#define AUTO_STRING(name, str) \\$/ 2437b c.c 259
303AVAIL_ALLOCA c-src/emacs/src/lisp.h /^#define AVAIL_ALLOCA(size) (sa_avail -= (size), al/ 2438b c.c 260
2439b c.c 262
2440b cp-src/c.C 132
2441b ruby-src/test1.ru /^ def b()$/
304backslash=0 tex-src/texinfo.tex /^\\let\\indexbackslash=0 %overridden during \\printin/ 2442backslash=0 tex-src/texinfo.tex /^\\let\\indexbackslash=0 %overridden during \\printin/
305\balancecolumns tex-src/texinfo.tex /^\\def\\balancecolumns{%$/
306bar1 ruby-src/test1.ru /^ attr_reader(:foo1, :bar1, # comment$/
307bar c.c 143
308bar cp-src/x.cc /^XX::bar()$/
309bar c-src/c.c /^void bar() {while(0) {}}$/ 2443bar c-src/c.c /^void bar() {while(0) {}}$/
310bar c-src/h.h 19 2444bar c-src/h.h 19
311Bar lua-src/test.lua /^function Square.something:Bar ()$/ 2445bar c.c 143
312Bar perl-src/kai-test.pl /^package Bar;$/ 2446bar cp-src/x.cc /^XX::bar()$/
313Barrier_Function_Pointer/t ada-src/etags-test-for.ada /^ type Barrier_Function_Pointer is access$/ 2447bar1 ruby-src/test1.ru /^ attr_reader(:foo1, :bar1, # comment$/
314bar= ruby-src/test1.ru /^ attr_writer :bar,$/ 2448bar= ruby-src/test1.ru /^ attr_writer :bar,$/
315_bar? ruby-src/test1.ru /^ def self._bar?(abc)$/ 2449bas_syn prol-src/natded.prolog /^bas_syn(n(_)).$/
2450base c-src/emacs/src/lisp.h 2188
2451base cp-src/Range.h /^ double base (void) const { return rng_base; }$/
2452base cp-src/c.C /^double base (void) const { return rng_base; }$/
316base_case_ids merc-src/accumulator.m /^:- func base_case_ids(accu_goal_store) = list(accu/ 2453base_case_ids merc-src/accumulator.m /^:- func base_case_ids(accu_goal_store) = list(accu/
317base_case_ids_set merc-src/accumulator.m /^:- func base_case_ids_set(accu_goal_store) = set(a/ 2454base_case_ids_set merc-src/accumulator.m /^:- func base_case_ids_set(accu_goal_store) = set(a/
318base cp-src/c.C /^double base (void) const { return rng_base; }$/
319base cp-src/Range.h /^ double base (void) const { return rng_base; }$/
320base c-src/emacs/src/lisp.h 2188
321bas_syn prol-src/natded.prolog /^bas_syn(n(_)).$/
322baz= ruby-src/test1.ru /^ :baz,$/ 2455baz= ruby-src/test1.ru /^ :baz,$/
323bbbbbb c-src/h.h 113
324bbb c.c 251
325bb c.c 275 2456bb c.c 275
326b c.c 180 2457bbb c.c 251
327b c.c 259 2458bbbbbb c-src/h.h 113
328b c.c 260
329b c.c 262
330b c.c /^b ()$/
331B cp-src/c.C 122
332b cp-src/c.C 132
333B cp-src/c.C 54
334B cp-src/c.C 56
335B cp-src/c.C 74
336~B cp-src/c.C /^ ~B() {};$/
337B cp-src/c.C /^void B::B() {}$/
338B cp-src/fail.C 24
339B cp-src/fail.C 8
340b c-src/h.h 103
341b c-src/h.h 104
342b c-src/h.h 41
343been_warned c-src/etags.c 222 2459been_warned c-src/etags.c 222
344before_command_echo_length c-src/emacs/src/keyboard.c 130 2460before_command_echo_length c-src/emacs/src/keyboard.c 130
345before_command_key_count c-src/emacs/src/keyboard.c 129 2461before_command_key_count c-src/emacs/src/keyboard.c 129
346/BEGINBITMAP2BITc ps-src/rfc1245.ps /^\/BEGINBITMAP2BITc { $/
347/BEGINBITMAP2BIT ps-src/rfc1245.ps /^\/BEGINBITMAP2BIT { $/
348/BEGINBITMAPBWc ps-src/rfc1245.ps /^\/BEGINBITMAPBWc { $/
349/BEGINBITMAPBW ps-src/rfc1245.ps /^\/BEGINBITMAPBW { $/
350/BEGINBITMAPGRAYc ps-src/rfc1245.ps /^\/BEGINBITMAPGRAYc { $/
351/BEGINBITMAPGRAY ps-src/rfc1245.ps /^\/BEGINBITMAPGRAY { $/
352\begindoublecolumns tex-src/texinfo.tex /^\\def\\begindoublecolumns{\\begingroup$/
353/BEGINPRINTCODE ps-src/rfc1245.ps /^\/BEGINPRINTCODE { $/
354\begin tex-src/texinfo.tex /^\\outer\\def\\begin{\\parsearg\\beginxxx}$/
355\beginxxx tex-src/texinfo.tex /^\\def\\beginxxx #1{%$/
356begtoken c-src/etags.c /^#define begtoken(c) (_btk[CHAR (c)]) \/* c can star/ 2462begtoken c-src/etags.c /^#define begtoken(c) (_btk[CHAR (c)]) \/* c can star/
357behaviour_info erl-src/gs_dialog.erl /^behaviour_info(callbacks) ->$/ 2463behaviour_info erl-src/gs_dialog.erl /^behaviour_info(callbacks) ->$/
358BE_Node cp-src/c.C 77
359BE_Node cp-src/c.C /^void BE_Node::BE_Node() {}$/
360bf=cmbx10 tex-src/texinfo.tex /^\\font\\defbf=cmbx10 scaled \\magstep1 %was 1314$/ 2464bf=cmbx10 tex-src/texinfo.tex /^\\font\\defbf=cmbx10 scaled \\magstep1 %was 1314$/
361/BF ps-src/rfc1245.ps /^\/BF { $/
362\bf tex-src/texinfo.tex /^\\def\\bf{\\realbackslash bf }%$/
363\bf tex-src/texinfo.tex /^\\def\\bf{\\realbackslash bf }$/
364Bidule/b ada-src/etags-test-for.ada /^ protected body Bidule is$/
365Bidule/b ada-src/waroquiers.ada /^ protected body Bidule is$/
366Bidule/t ada-src/etags-test-for.ada /^ protected Bidule is$/
367Bidule/t ada-src/waroquiers.ada /^ protected Bidule is$/
368bind_polling_period c-src/emacs/src/keyboard.c /^bind_polling_period (int n)$/
369bind pyt-src/server.py /^ def bind(self, key, action):$/ 2465bind pyt-src/server.py /^ def bind(self, key, action):$/
370/BITMAPCOLORc ps-src/rfc1245.ps /^\/BITMAPCOLORc { $/ 2466bind_polling_period c-src/emacs/src/keyboard.c /^bind_polling_period (int n)$/
371/BITMAPCOLOR ps-src/rfc1245.ps /^\/BITMAPCOLOR { $/
372/BITMAPGRAYc ps-src/rfc1245.ps /^\/BITMAPGRAYc { $/
373/BITMAPGRAY ps-src/rfc1245.ps /^\/BITMAPGRAY { $/
374BITS_PER_BITS_WORD c-src/emacs/src/lisp.h 125
375BITS_PER_BITS_WORD c-src/emacs/src/lisp.h 129
376BITS_PER_CHAR c-src/emacs/src/lisp.h 136
377BITS_PER_EMACS_INT c-src/emacs/src/lisp.h 139
378BITS_PER_LONG c-src/emacs/src/lisp.h 138
379BITS_PER_SHORT c-src/emacs/src/lisp.h 137
380bits_word c-src/emacs/src/lisp.h 123 2467bits_word c-src/emacs/src/lisp.h 123
381bits_word c-src/emacs/src/lisp.h 127 2468bits_word c-src/emacs/src/lisp.h 127
382BITS_WORD_MAX c-src/emacs/src/lisp.h 124
383BITS_WORD_MAX c-src/emacs/src/lisp.h 128
384bla c.c /^int bla ()$/ 2469bla c.c /^int bla ()$/
385BLACK cp-src/screen.hpp 12
386blah tex-src/testenv.tex /^\\section{blah}$/ 2470blah tex-src/testenv.tex /^\\section{blah}$/
387bletch el-src/TAGTEST.EL /^(foo::defmumble bletch beuarghh)$/ 2471bletch el-src/TAGTEST.EL /^(foo::defmumble bletch beuarghh)$/
388BLOCK c-src/emacs/src/gmalloc.c /^#define BLOCK(A) (((char *) (A) - _heapbase) \/ BLO/
389BLOCKIFY c-src/emacs/src/gmalloc.c /^#define BLOCKIFY(SIZE) (((SIZE) + BLOCKSIZE - 1) \//
390BLOCKLOG c-src/emacs/src/gmalloc.c 125
391BLOCKSIZE c-src/emacs/src/gmalloc.c 126
392/bl ps-src/rfc1245.ps /^\/bl { $/
393BLUE cp-src/screen.hpp 13
394blv c-src/emacs/src/lisp.h 689 2472blv c-src/emacs/src/lisp.h 689
395blv_found c-src/emacs/src/lisp.h /^blv_found (struct Lisp_Buffer_Local_Value *blv)$/ 2473blv_found c-src/emacs/src/lisp.h /^blv_found (struct Lisp_Buffer_Local_Value *blv)$/
396bodyindent tex-src/texinfo.tex /^\\advance\\dimen2 by -\\defbodyindent$/ 2474bodyindent tex-src/texinfo.tex /^\\advance\\dimen2 by -\\defbodyindent$/
@@ -399,291 +2477,115 @@ bodyindent tex-src/texinfo.tex /^\\advance\\leftskip by -\\defbodyindent$/
399bodyindent tex-src/texinfo.tex /^\\advance\\leftskip by \\defbodyindent \\advance \\righ/ 2477bodyindent tex-src/texinfo.tex /^\\advance\\leftskip by \\defbodyindent \\advance \\righ/
400bodyindent tex-src/texinfo.tex /^\\exdentamount=\\defbodyindent$/ 2478bodyindent tex-src/texinfo.tex /^\\exdentamount=\\defbodyindent$/
401bodyindent tex-src/texinfo.tex /^\\newskip\\defbodyindent \\defbodyindent=.4in$/ 2479bodyindent tex-src/texinfo.tex /^\\newskip\\defbodyindent \\defbodyindent=.4in$/
402Body_Required/f ada-src/etags-test-for.ada /^ function Body_Required$/
403Boo::Boo cp-src/c.C /^Boo::Boo(Boo) :$/
404Boo cp-src/c.C 129
405Boo cp-src/c.C /^ Boo(int _i, int _a, int _b) : i(_i), a(_a), b(/
406bool c.c 222 2480bool c.c 222
407bool_header_size c-src/emacs/src/lisp.h 1472
408bool merc-src/accumulator.m /^:- import_module bool.$/ 2481bool merc-src/accumulator.m /^:- import_module bool.$/
409boolvar c-src/emacs/src/lisp.h 2287 2482bool_header_size c-src/emacs/src/lisp.h 1472
410bool_vector_bitref c-src/emacs/src/lisp.h /^bool_vector_bitref (Lisp_Object a, EMACS_INT i)$/ 2483bool_vector_bitref c-src/emacs/src/lisp.h /^bool_vector_bitref (Lisp_Object a, EMACS_INT i)$/
411BOOL_VECTOR_BITS_PER_CHAR c-src/emacs/src/lisp.h 114
412BOOL_VECTOR_BITS_PER_CHAR c-src/emacs/src/lisp.h 115
413bool_vector_bytes c-src/emacs/src/lisp.h /^bool_vector_bytes (EMACS_INT size)$/ 2484bool_vector_bytes c-src/emacs/src/lisp.h /^bool_vector_bytes (EMACS_INT size)$/
414bool_vector_data c-src/emacs/src/lisp.h /^bool_vector_data (Lisp_Object a)$/ 2485bool_vector_data c-src/emacs/src/lisp.h /^bool_vector_data (Lisp_Object a)$/
415BOOL_VECTOR_P c-src/emacs/src/lisp.h /^BOOL_VECTOR_P (Lisp_Object a)$/
416bool_vector_ref c-src/emacs/src/lisp.h /^bool_vector_ref (Lisp_Object a, EMACS_INT i)$/ 2486bool_vector_ref c-src/emacs/src/lisp.h /^bool_vector_ref (Lisp_Object a, EMACS_INT i)$/
417bool_vector_set c-src/emacs/src/lisp.h /^bool_vector_set (Lisp_Object a, EMACS_INT i, bool / 2487bool_vector_set c-src/emacs/src/lisp.h /^bool_vector_set (Lisp_Object a, EMACS_INT i, bool /
418bool_vector_size c-src/emacs/src/lisp.h /^bool_vector_size (Lisp_Object a)$/ 2488bool_vector_size c-src/emacs/src/lisp.h /^bool_vector_size (Lisp_Object a)$/
419bool_vector_uchar_data c-src/emacs/src/lisp.h /^bool_vector_uchar_data (Lisp_Object a)$/ 2489bool_vector_uchar_data c-src/emacs/src/lisp.h /^bool_vector_uchar_data (Lisp_Object a)$/
420bool_vector_words c-src/emacs/src/lisp.h /^bool_vector_words (EMACS_INT size)$/ 2490bool_vector_words c-src/emacs/src/lisp.h /^bool_vector_words (EMACS_INT size)$/
421/B ps-src/rfc1245.ps /^\/B { $/ 2491boolvar c-src/emacs/src/lisp.h 2287
422bracelev c-src/etags.c 2520 2492bracelev c-src/etags.c 2520
423/braceright ps-src/rfc1245.ps /^\/braceright \/asciitilde \/.notdef \/Adieresis \/Aring/
424/bracketright ps-src/rfc1245.ps /^\/bracketright \/asciicircum \/underscore \/grave \/a \//
425/breve ps-src/rfc1245.ps /^\/breve \/dotaccent \/ring \/cedilla \/hungarumlaut \/og/
426BROWN cp-src/screen.hpp 18
427B ruby-src/test1.ru /^ class B$/
428b ruby-src/test1.ru /^ def b()$/
429bsp_DevId c-src/h.h 25 2493bsp_DevId c-src/h.h 25
430bt c-src/emacs/src/lisp.h 2988 2494bt c-src/emacs/src/lisp.h 2988
431\b tex-src/texinfo.tex /^\\def\\b#1{{\\bf #1}}$/
432\b tex-src/texinfo.tex /^\\def\\b##1{\\realbackslash b {##1}}%$/
433\b tex-src/texinfo.tex /^\\def\\b##1{\\realbackslash b {##1}}$/
434btowc c-src/emacs/src/regex.h /^# define btowc(c) c$/ 2495btowc c-src/emacs/src/regex.h /^# define btowc(c) c$/
435buffer c-src/emacs/src/lisp.h 2000 2496buffer c-src/emacs/src/lisp.h 2000
436buffer c-src/emacs/src/regex.h 341 2497buffer c-src/emacs/src/regex.h 341
437buffer c-src/etags.c 238 2498buffer c-src/etags.c 238
438buffer c-src/h.h 119 2499buffer c-src/h.h 119
439BUFFER_OBJFWDP c-src/emacs/src/lisp.h /^BUFFER_OBJFWDP (union Lisp_Fwd *a)$/
440BUFFERP c-src/emacs/src/lisp.h /^BUFFERP (Lisp_Object a)$/
441BUFFERSIZE objc-src/Subprocess.h 43
442buildact prol-src/natded.prolog /^buildact([SynIn],Right,RightPlus1):-$/
443build prol-src/natded.prolog /^build([],Left,Left).$/ 2500build prol-src/natded.prolog /^build([],Left,Left).$/
444build_pure_c_string c-src/emacs/src/lisp.h /^build_pure_c_string (const char *str)$/ 2501build_pure_c_string c-src/emacs/src/lisp.h /^build_pure_c_string (const char *str)$/
445build_string c-src/emacs/src/lisp.h /^build_string (const char *str)$/ 2502build_string c-src/emacs/src/lisp.h /^build_string (const char *str)$/
2503buildact prol-src/natded.prolog /^buildact([SynIn],Right,RightPlus1):-$/
446builtin_lisp_symbol c-src/emacs/src/lisp.h /^builtin_lisp_symbol (int index)$/ 2504builtin_lisp_symbol c-src/emacs/src/lisp.h /^builtin_lisp_symbol (int index)$/
447\bullet tex-src/texinfo.tex /^\\def\\bullet{$\\ptexbullet$}$/
448burst c-src/h.h 28 2505burst c-src/h.h 28
449busy c-src/emacs/src/gmalloc.c 158 2506busy c-src/emacs/src/gmalloc.c 158
450ButtonBar pyt-src/server.py /^def ButtonBar(frame, legend, ref, alternatives, co/
451button_down_location c-src/emacs/src/keyboard.c 5210 2507button_down_location c-src/emacs/src/keyboard.c 5210
452button_down_time c-src/emacs/src/keyboard.c 5218 2508button_down_time c-src/emacs/src/keyboard.c 5218
453\bye tex-src/texinfo.tex /^\\outer\\def\\bye{\\pagealignmacro\\tracingstats=1\\ptex/ 2509byte_stack c-src/emacs/src/lisp.h 3049
454bytecode_dest c-src/emacs/src/lisp.h 3037 2510bytecode_dest c-src/emacs/src/lisp.h 3037
455bytecode_top c-src/emacs/src/lisp.h 3036 2511bytecode_top c-src/emacs/src/lisp.h 3036
456BYTE_MARK_STACK c-src/emacs/src/lisp.h 3181
457bytepos c-src/emacs/src/lisp.h 2016 2512bytepos c-src/emacs/src/lisp.h 2016
458bytes_free c-src/emacs/src/gmalloc.c 314 2513bytes_free c-src/emacs/src/gmalloc.c 314
459_bytes_free c-src/emacs/src/gmalloc.c 376
460byte_stack c-src/emacs/src/lisp.h 3049
461bytes_total c-src/emacs/src/gmalloc.c 310 2514bytes_total c-src/emacs/src/gmalloc.c 310
462bytes_used c-src/emacs/src/gmalloc.c 312 2515bytes_used c-src/emacs/src/gmalloc.c 312
463_bytes_used c-src/emacs/src/gmalloc.c 374 2516c c-src/h.h /^#define c() d$/
2517c c-src/h.h 106
2518c c.c 180
2519c_ext c-src/etags.c 2271
464caccacacca c.c /^caccacacca (a,b,c,d,e,f,g)$/ 2520caccacacca c.c /^caccacacca (a,b,c,d,e,f,g)$/
465cacheLRUEntry_s c.c 172 2521cacheLRUEntry_s c.c 172
466cacheLRUEntry_t c.c 177 2522cacheLRUEntry_t c.c 177
467calculate_goal_info merc-src/accumulator.m /^:- pred calculate_goal_info(hlds_goal_expr::in, hl/ 2523calculate_goal_info merc-src/accumulator.m /^:- pred calculate_goal_info(hlds_goal_expr::in, hl/
468CALLMANY c-src/emacs/src/lisp.h /^#define CALLMANY(f, array) (f) (ARRAYELTS (array),/ 2524calloc c-src/emacs/src/gmalloc.c /^calloc (size_t nmemb, size_t size)$/
469CALLN c-src/emacs/src/lisp.h /^#define CALLN(f, ...) CALLMANY (f, ((Lisp_Object [/
470calloc c-src/emacs/src/gmalloc.c 1717 2525calloc c-src/emacs/src/gmalloc.c 1717
471calloc c-src/emacs/src/gmalloc.c 66 2526calloc c-src/emacs/src/gmalloc.c 66
472calloc c-src/emacs/src/gmalloc.c 70 2527calloc c-src/emacs/src/gmalloc.c 70
473calloc c-src/emacs/src/gmalloc.c /^calloc (size_t nmemb, size_t size)$/
474can_be_null c-src/emacs/src/regex.h 370 2528can_be_null c-src/emacs/src/regex.h 370
475cancel_echoing c-src/emacs/src/keyboard.c /^cancel_echoing (void)$/ 2529cancel_echoing c-src/emacs/src/keyboard.c /^cancel_echoing (void)$/
476canonicalize_filename c-src/etags.c /^canonicalize_filename (register char *fn)$/ 2530canonicalize_filename c-src/etags.c /^canonicalize_filename (register char *fn)$/
477\capsenumerate tex-src/texinfo.tex /^\\def\\capsenumerate{\\enumerate{A}}$/
478CAR c-src/emacs/src/lisp.h /^CAR (Lisp_Object c)$/
479CAR_SAFE c-src/emacs/src/lisp.h /^CAR_SAFE (Lisp_Object c)$/
480\cartbot tex-src/texinfo.tex /^\\def\\cartbot{\\hbox to \\cartouter{\\hskip\\lskip$/
481\cartouche tex-src/texinfo.tex /^\\long\\def\\cartouche{%$/
482\carttop tex-src/texinfo.tex /^\\def\\carttop{\\hbox to \\cartouter{\\hskip\\lskip$/
483case_Lisp_Int c-src/emacs/src/lisp.h 438 2531case_Lisp_Int c-src/emacs/src/lisp.h 438
484cat_atoms prol-src/natded.prolog /^cat_atoms(A1,A2,A3):-$/ 2532cat c-src/h.h 81
485CATCHER c-src/emacs/src/lisp.h 3021
486cat cp-src/c.C 126 2533cat cp-src/c.C 126
487cat cp-src/c.C 130 2534cat cp-src/c.C 130
488cat c-src/h.h 81
489cat prol-src/natded.prolog /^cat(A, Alpha@Beta, Ass3, Qs3, tree(fe,A:Alpha@Beta/ 2535cat prol-src/natded.prolog /^cat(A, Alpha@Beta, Ass3, Qs3, tree(fe,A:Alpha@Beta/
490C_AUTO c-src/etags.c 2198 2536cat_atoms prol-src/natded.prolog /^cat_atoms(A1,A2,A3):-$/
491\cbl tex-src/texinfo.tex /^\\def\\cbl{{\\circle\\char'012\\hskip -6pt}}$/
492\cbr tex-src/texinfo.tex /^\\def\\cbr{{\\hskip 6pt\\circle\\char'011}}$/
493c c.c 180
494cccccccccc c-src/h.h 115 2537cccccccccc c-src/h.h 115
495C cp-src/fail.C 25
496C cp-src/fail.C 9
497C cp-src/fail.C /^ C(int i) {x = i;}$/
498c c-src/h.h 106
499c c-src/h.h /^#define c() d$/
500%cdiff make-src/Makefile /^%cdiff: CTAGS% CTAGS ${infiles}$/
501cdr c-src/emacs/src/lisp.h 1159 2538cdr c-src/emacs/src/lisp.h 1159
502CDR c-src/emacs/src/lisp.h /^CDR (Lisp_Object c)$/
503CDR_SAFE c-src/emacs/src/lisp.h /^CDR_SAFE (Lisp_Object c)$/
504cell y-src/parse.y 279 2539cell y-src/parse.y 279
505\center tex-src/texinfo.tex /^\\def\\center{\\parsearg\\centerzzz}$/
506\centerzzz tex-src/texinfo.tex /^\\def\\centerzzz #1{{\\advance\\hsize by -\\leftskip$/
507C_entries c-src/etags.c /^C_entries (int c_ext, FILE *inf)$/
508C_EXT c-src/etags.c 2193
509c_ext c-src/etags.c 2271
510CFLAGS make-src/Makefile /^CFLAGS=${WARNINGS} -ansi -g3 # -pg -O$/
511/cfs ps-src/rfc1245.ps /^\/cfs { $/
512cgrep html-src/software.html /^cgrep$/ 2540cgrep html-src/software.html /^cgrep$/
513chain c-src/emacs/src/lisp.h 1162 2541chain c-src/emacs/src/lisp.h 1162
514chain c-src/emacs/src/lisp.h 2206 2542chain c-src/emacs/src/lisp.h 2206
515chain c-src/emacs/src/lisp.h 2396 2543chain c-src/emacs/src/lisp.h 2396
516chain_subst_2 merc-src/accumulator.m /^:- pred chain_subst_2(list(A)::in, map(A, B)::in, /
517chain_subst merc-src/accumulator.m /^:- func chain_subst(accu_subst, accu_subst) = accu/ 2544chain_subst merc-src/accumulator.m /^:- func chain_subst(accu_subst, accu_subst) = accu/
518ChangeFileType pas-src/common.pas /^function ChangeFileType; (*(FileName : NameString;/ 2545chain_subst_2 merc-src/accumulator.m /^:- pred chain_subst_2(list(A)::in, map(A, B)::in, /
519\chapbreak tex-src/texinfo.tex /^\\def\\chapbreak{\\dobreak \\chapheadingskip {-4000}}$/
520\chapentryfonts tex-src/texinfo.tex /^\\def\\chapentryfonts{\\secfonts \\rm}$/
521\chapentry tex-src/texinfo.tex /^\\def\\chapentry#1#2#3{\\dochapentry{#2\\labelspace#1}/
522\chapfonts tex-src/texinfo.tex /^\\def\\chapfonts{%$/
523\CHAPFopen tex-src/texinfo.tex /^\\def\\CHAPFopen{$/
524\CHAPFplain tex-src/texinfo.tex /^\\def\\CHAPFplain{$/
525\chapheading tex-src/texinfo.tex /^\\def\\chapheading{\\parsearg\\chapheadingzzz}$/
526\chapheadingzzz tex-src/texinfo.tex /^\\def\\chapheadingzzz #1{\\chapbreak %$/
527\chapoddpage tex-src/texinfo.tex /^\\def\\chapoddpage{\\chappager \\ifodd\\pageno \\else \\h/
528\chappager tex-src/texinfo.tex /^\\def\\chappager{\\par\\vfill\\supereject}$/
529\CHAPPAGodd tex-src/texinfo.tex /^\\def\\CHAPPAGodd{$/
530\CHAPPAGoff tex-src/texinfo.tex /^\\def\\CHAPPAGoff{$/
531\CHAPPAGon tex-src/texinfo.tex /^\\def\\CHAPPAGon{$/
532\chapternofonts tex-src/texinfo.tex /^\\def\\chapternofonts{%$/
533\chapter tex-src/texinfo.tex /^\\outer\\def\\chapter{\\parsearg\\chapterzzz}$/
534\chapterzzz tex-src/texinfo.tex /^\\def\\chapterzzz #1{\\seccheck{chapter}%$/
535CHARACTERBITS c-src/emacs/src/lisp.h 2457
536CHAR_ALT c-src/emacs/src/lisp.h 2445
537CHAR_BIT c-src/emacs/src/lisp.h 2957
538CHAR_BIT c-src/emacs/src/lisp.h 2959
539CHAR_BIT c-src/emacs/src/lisp.h 2964
540CHAR_BIT c-src/emacs/src/lisp.h 2969
541CHAR_BIT c-src/emacs/src/lisp.h 2974
542CHAR_BIT c-src/emacs/src/lisp.h 2978
543CHAR_BIT c-src/emacs/src/lisp.h 2983
544char_bits c-src/emacs/src/lisp.h 2443 2546char_bits c-src/emacs/src/lisp.h 2443
545CHAR_CLASS_MAX_LENGTH c-src/emacs/src/regex.h 593 2547char_table_specials c-src/emacs/src/lisp.h 1692
546CHAR_CLASS_MAX_LENGTH c-src/emacs/src/regex.h 597
547CHAR_CLASS_MAX_LENGTH c-src/emacs/src/regex.h 605
548CHAR c-src/etags.c /^#define CHAR(x) ((unsigned int)(x) & (CHARS - 1))/
549CHAR_CTL c-src/emacs/src/lisp.h 2449
550CHAR_HYPER c-src/emacs/src/lisp.h 2447
551CHAR_META c-src/emacs/src/lisp.h 2450
552CHAR_MODIFIER_MASK c-src/emacs/src/lisp.h 2452
553charpos c-src/emacs/src/lisp.h 2011 2548charpos c-src/emacs/src/lisp.h 2011
554CHARS c-src/etags.c 157
555charset_unibyte c-src/emacs/src/regex.h 410 2549charset_unibyte c-src/emacs/src/regex.h 410
556CHAR_SHIFT c-src/emacs/src/lisp.h 2448
557CHAR_SUPER c-src/emacs/src/lisp.h 2446
558CHAR_TABLE_EXTRA_SLOTS c-src/emacs/src/lisp.h /^CHAR_TABLE_EXTRA_SLOTS (struct Lisp_Char_Table *ct/
559CHAR_TABLE_P c-src/emacs/src/lisp.h /^CHAR_TABLE_P (Lisp_Object a)$/
560CHAR_TABLE_REF_ASCII c-src/emacs/src/lisp.h /^CHAR_TABLE_REF_ASCII (Lisp_Object ct, ptrdiff_t id/
561CHAR_TABLE_REF c-src/emacs/src/lisp.h /^CHAR_TABLE_REF (Lisp_Object ct, int idx)$/
562CHAR_TABLE_SET c-src/emacs/src/lisp.h /^CHAR_TABLE_SET (Lisp_Object ct, int idx, Lisp_Obje/
563char_table_specials c-src/emacs/src/lisp.h 1692
564CHAR_TABLE_STANDARD_SLOTS c-src/emacs/src/lisp.h 1697
565CHARTAB_SIZE_BITS_0 c-src/emacs/src/lisp.h 1567
566CHARTAB_SIZE_BITS_1 c-src/emacs/src/lisp.h 1568
567CHARTAB_SIZE_BITS_2 c-src/emacs/src/lisp.h 1569
568CHARTAB_SIZE_BITS_3 c-src/emacs/src/lisp.h 1570
569CHARTAB_SIZE_BITS c-src/emacs/src/lisp.h 1565
570\char tex-src/texinfo.tex /^\\def\\char{\\realbackslash char}%$/
571\char tex-src/texinfo.tex /^\\def\\char{\\realbackslash char}$/
572chartonmstr pas-src/common.pas /^function chartonmstr; (*($/ 2550chartonmstr pas-src/common.pas /^function chartonmstr; (*($/
573CHAR_TYPE_SIZE y-src/cccp.y 87 2551checkQuotation php-src/lce_functions.php /^ function checkQuotation($str)$/
574CHAR y-src/cccp.c 7
575CHECK_ARRAY c-src/emacs/src/lisp.h /^CHECK_ARRAY (Lisp_Object x, Lisp_Object predicate)/
576CHECK_BOOL_VECTOR c-src/emacs/src/lisp.h /^CHECK_BOOL_VECTOR (Lisp_Object x)$/
577CHECK_BUFFER c-src/emacs/src/lisp.h /^CHECK_BUFFER (Lisp_Object x)$/
578CHECK_CONS c-src/emacs/src/lisp.h /^CHECK_CONS (Lisp_Object x)$/
579check_cons_list c-src/emacs/src/lisp.h /^# define check_cons_list() lisp_h_check_cons_list/ 2552check_cons_list c-src/emacs/src/lisp.h /^# define check_cons_list() lisp_h_check_cons_list/
580checker make-src/Makefile /^checker:$/ 2553checker make-src/Makefile /^checker:$/
581CHECKFLAGS make-src/Makefile /^CHECKFLAGS=-DDEBUG -Wno-unused-function$/
582checkhdr c-src/emacs/src/gmalloc.c /^checkhdr (const struct hdr *hdr)$/ 2554checkhdr c-src/emacs/src/gmalloc.c /^checkhdr (const struct hdr *hdr)$/
583checkiso html-src/software.html /^checkiso$/ 2555checkiso html-src/software.html /^checkiso$/
584CHECK_LISP_OBJECT_TYPE c-src/emacs/src/lisp.h 571
585CHECK_LISP_OBJECT_TYPE c-src/emacs/src/lisp.h 572
586CHECK_LISP_OBJECT_TYPE c-src/emacs/src/lisp.h 579
587CHECK_LIST_CONS c-src/emacs/src/lisp.h /^# define CHECK_LIST_CONS(x, y) lisp_h_CHECK_LIST_C/
588CHECK_LIST c-src/emacs/src/lisp.h /^CHECK_LIST (Lisp_Object x)$/
589CHECK_NATNUM c-src/emacs/src/lisp.h /^CHECK_NATNUM (Lisp_Object x)$/
590CHECK_NUMBER_CAR c-src/emacs/src/lisp.h /^CHECK_NUMBER_CAR (Lisp_Object x)$/
591CHECK_NUMBER_CDR c-src/emacs/src/lisp.h /^CHECK_NUMBER_CDR (Lisp_Object x)$/
592CHECK_NUMBER_COERCE_MARKER c-src/emacs/src/lisp.h /^#define CHECK_NUMBER_COERCE_MARKER(x) \\$/
593CHECK_NUMBER c-src/emacs/src/lisp.h /^# define CHECK_NUMBER(x) lisp_h_CHECK_NUMBER (x)$/
594CHECK_NUMBER_OR_FLOAT_COERCE_MARKER c-src/emacs/src/lisp.h /^#define CHECK_NUMBER_OR_FLOAT_COERCE_MARKER(x) /
595CHECK_NUMBER_OR_FLOAT c-src/emacs/src/lisp.h /^CHECK_NUMBER_OR_FLOAT (Lisp_Object x)$/
596CHECKOBJS make-src/Makefile /^CHECKOBJS=chkmalloc.o chkxm.o$/
597CHECK_PROCESS c-src/emacs/src/lisp.h /^CHECK_PROCESS (Lisp_Object x)$/
598checkQuotation php-src/lce_functions.php /^ function checkQuotation($str)$/
599CHECK_RANGED_INTEGER c-src/emacs/src/lisp.h /^#define CHECK_RANGED_INTEGER(x, lo, hi) \\$/
600CHECK_STRING_CAR c-src/emacs/src/lisp.h /^CHECK_STRING_CAR (Lisp_Object x)$/
601CHECK_SYMBOL c-src/emacs/src/lisp.h /^# define CHECK_SYMBOL(x) lisp_h_CHECK_SYMBOL (x)$/
602CHECK_TYPE c-src/emacs/src/lisp.h /^# define CHECK_TYPE(ok, predicate, x) lisp_h_CHECK/
603CHECK_TYPE_RANGED_INTEGER c-src/emacs/src/lisp.h /^#define CHECK_TYPE_RANGED_INTEGER(type, x) \\$/
604CHECK_VECTOR c-src/emacs/src/lisp.h /^CHECK_VECTOR (Lisp_Object x)$/
605CHECK_VECTOR_OR_STRING c-src/emacs/src/lisp.h /^CHECK_VECTOR_OR_STRING (Lisp_Object x)$/
606CHECK_WINDOW c-src/emacs/src/lisp.h /^CHECK_WINDOW (Lisp_Object x)$/
607\chfopen tex-src/texinfo.tex /^\\def\\chfopen #1#2{\\chapoddpage {\\chapfonts$/
608\chfplain tex-src/texinfo.tex /^\\def\\chfplain #1#2{%$/
609childDidExit objc-src/Subprocess.m /^- childDidExit$/ 2556childDidExit objc-src/Subprocess.m /^- childDidExit$/
610chunks_free c-src/emacs/src/gmalloc.c 313 2557chunks_free c-src/emacs/src/gmalloc.c 313
611_chunks_free c-src/emacs/src/gmalloc.c 375
612chunks_used c-src/emacs/src/gmalloc.c 311 2558chunks_used c-src/emacs/src/gmalloc.c 311
613_chunks_used c-src/emacs/src/gmalloc.c 373
614\cindexsub tex-src/texinfo.tex /^\\def\\cindexsub {\\begingroup\\obeylines\\cindexsub}$/
615\cindex tex-src/texinfo.tex /^\\def\\cindex {\\cpindex}$/
616Circle.getPos lua-src/test.lua /^function Circle.getPos ()$/
617\cite tex-src/texinfo.tex /^\\def\\cite##1{\\realbackslash cite {##1}}%$/
618\cite tex-src/texinfo.tex /^\\def\\cite##1{\\realbackslash cite {##1}}$/
619C_JAVA c-src/etags.c 2197
620cjava c-src/etags.c 2936 2559cjava c-src/etags.c 2936
621Cjava_entries c-src/etags.c /^Cjava_entries (FILE *inf)$/
622Cjava_help c-src/etags.c 551
623Cjava_suffixes c-src/etags.c 549
624CK_ABS_C y-src/parse.y /^#define CK_ABS_C(x) if((x)<MIN_COL || (x)>MAX_COL)/
625CK_ABS_R y-src/parse.y /^#define CK_ABS_R(x) if((x)<MIN_ROW || (x)>MAX_ROW)/
626CK_REL_C y-src/parse.y /^#define CK_REL_C(x) if( ((x)>0 && MAX_COL-(x)<cu/
627CK_REL_R y-src/parse.y /^#define CK_REL_R(x) if( ((x)>0 && MAX_ROW-(x)<cu/
628ClassExample ruby-src/test.rb /^ class ClassExample$/
629classifyLine php-src/lce_functions.php /^ function classifyLine($line)$/
630class_method ruby-src/test.rb /^ def ClassExample.class_method$/ 2560class_method ruby-src/test.rb /^ def ClassExample.class_method$/
2561classifyLine php-src/lce_functions.php /^ function classifyLine($line)$/
631clean make-src/Makefile /^clean:$/ 2562clean make-src/Makefile /^clean:$/
2563clear cp-src/conway.hpp /^ void clear(void) { alive = 0; }$/
632clear-abbrev-table c-src/abbrev.c /^DEFUN ("clear-abbrev-table", Fclear_abbrev_table, / 2564clear-abbrev-table c-src/abbrev.c /^DEFUN ("clear-abbrev-table", Fclear_abbrev_table, /
2565clear-this-command-keys c-src/emacs/src/keyboard.c /^DEFUN ("clear-this-command-keys", Fclear_this_comm/
633clearAllKey objcpp-src/SimpleCalc.M /^- clearAllKey:sender$/ 2566clearAllKey objcpp-src/SimpleCalc.M /^- clearAllKey:sender$/
634clear cp-src/conway.hpp /^ void clear(void) { alive = 0; }$/ 2567clearKey objcpp-src/SimpleCalc.M /^- clearKey:sender$/
635clear_event c-src/emacs/src/keyboard.c /^clear_event (struct input_event *event)$/ 2568clear_event c-src/emacs/src/keyboard.c /^clear_event (struct input_event *event)$/
636clear_input_pending c-src/emacs/src/keyboard.c /^clear_input_pending (void)$/ 2569clear_input_pending c-src/emacs/src/keyboard.c /^clear_input_pending (void)$/
637clearKey objcpp-src/SimpleCalc.M /^- clearKey:sender$/
638clear_neighbors cp-src/clheir.cpp /^void discrete_location::clear_neighbors(void)$/ 2570clear_neighbors cp-src/clheir.cpp /^void discrete_location::clear_neighbors(void)$/
639Clear/p ada-src/2ataspri.adb /^ procedure Clear (Cell : in out TAS_Cell) is$/
640Clear/p ada-src/2ataspri.ads /^ procedure Clear (Cell : in out TAS_Cell)/
641clear_screen cp-src/screen.cpp /^void clear_screen(void)$/ 2571clear_screen cp-src/screen.cpp /^void clear_screen(void)$/
642\clear tex-src/texinfo.tex /^\\def\\clear{\\parsearg\\clearxxx}$/
643clear-this-command-keys c-src/emacs/src/keyboard.c /^DEFUN ("clear-this-command-keys", Fclear_this_comm/
644clear_waiting_for_input c-src/emacs/src/keyboard.c /^clear_waiting_for_input (void)$/ 2572clear_waiting_for_input c-src/emacs/src/keyboard.c /^clear_waiting_for_input (void)$/
645\clearxxx tex-src/texinfo.tex /^\\def\\clearxxx #1{$/
646cmd_error c-src/emacs/src/keyboard.c /^cmd_error (Lisp_Object data)$/ 2573cmd_error c-src/emacs/src/keyboard.c /^cmd_error (Lisp_Object data)$/
647cmd_error_internal c-src/emacs/src/keyboard.c /^cmd_error_internal (Lisp_Object data, const char */ 2574cmd_error_internal c-src/emacs/src/keyboard.c /^cmd_error_internal (Lisp_Object data, const char */
648cmpfn c-src/emacs/src/lisp.h /^ bool (*cmpfn) (struct hash_table_test *t, Lisp_O/ 2575cmpfn c-src/emacs/src/lisp.h /^ bool (*cmpfn) (struct hash_table_test *t, Lisp_O/
649cmt prol-src/natded.prolog /^cmt:-$/ 2576cmt prol-src/natded.prolog /^cmt:-$/
650CMultiChannelCSC19_3D cp-src/c.C 2
651cname c-src/etags.c 2519 2577cname c-src/etags.c 2519
652CNL c-src/etags.c /^#define CNL() \\$/
653CNL_SAVE_DEFINEDEF c-src/etags.c /^#define CNL_SAVE_DEFINEDEF() \\$/
654cno c-src/etags.c 224 2578cno c-src/etags.c 224
655COBOLFLAGS make-src/Makefile /^COBOLFLAGS=--language=none --regex='\/.......[a-zA-/
656Cobol_help c-src/etags.c 558
657Cobol_paragraphs c-src/etags.c /^Cobol_paragraphs (FILE *inf)$/
658Cobol_suffixes c-src/etags.c 556
659\code tex-src/texinfo.tex /^\\def\\code##1{\\realbackslash code {##1}}%$/
660\code tex-src/texinfo.tex /^\\def\\code##1{\\realbackslash code {##1}}$/
661colori cp-src/c.C 40 2579colori cp-src/c.C 40
662COLORS cp-src/screen.hpp 11
663__COLORS cp-src/screen.hpp 9
664/colorsetup ps-src/rfc1245.ps /^\/colorsetup {$/
665commaargvals prol-src/natded.prolog /^commaargvals(Args) -->$/ 2580commaargvals prol-src/natded.prolog /^commaargvals(Args) -->$/
666command c-src/etags.c 187 2581command c-src/etags.c 187
667command-error-default-function c-src/emacs/src/keyboard.c /^DEFUN ("command-error-default-function", Fcommand_/ 2582command-error-default-function c-src/emacs/src/keyboard.c /^DEFUN ("command-error-default-function", Fcommand_/
2583command_loop c-src/emacs/src/keyboard.c /^command_loop (void)$/
668command_loop_1 c-src/emacs/src/keyboard.c /^command_loop_1 (void)$/ 2584command_loop_1 c-src/emacs/src/keyboard.c /^command_loop_1 (void)$/
669command_loop_2 c-src/emacs/src/keyboard.c /^command_loop_2 (Lisp_Object ignore)$/ 2585command_loop_2 c-src/emacs/src/keyboard.c /^command_loop_2 (Lisp_Object ignore)$/
670command_loop c-src/emacs/src/keyboard.c /^command_loop (void)$/
671command_loop_level c-src/emacs/src/keyboard.c 195 2586command_loop_level c-src/emacs/src/keyboard.c 195
672CommentAD php-src/lce_functions.php 70
673CommentAD php-src/lce_functions.php /^ function CommentAD($/
674comment php-src/lce_functions.php /^ function comment($line, $class)$/ 2587comment php-src/lce_functions.php /^ function comment($line, $class)$/
675\comment tex-src/texinfo.tex /^\\def\\comment{\\catcode 64=\\other \\catcode 123=\\othe/
676\commentxxx tex-src/texinfo.tex /^\\def\\commentxxx #1{\\catcode 64=0 \\catcode 123=1 \\c/
677/COMMONBITMAPc ps-src/rfc1245.ps /^\/COMMONBITMAPc { $/
678/COMMONBITMAP ps-src/rfc1245.ps /^\/COMMONBITMAP { $/
679commutativity_assertion merc-src/accumulator.m /^:- pred commutativity_assertion(module_info::in,li/ 2588commutativity_assertion merc-src/accumulator.m /^:- pred commutativity_assertion(module_info::in,li/
680COMPILED_ARGLIST c-src/emacs/src/lisp.h 2431
681COMPILED_BYTECODE c-src/emacs/src/lisp.h 2432
682COMPILED_CONSTANTS c-src/emacs/src/lisp.h 2433
683COMPILED_DOC_STRING c-src/emacs/src/lisp.h 2435
684COMPILED_INTERACTIVE c-src/emacs/src/lisp.h 2436
685COMPILEDP c-src/emacs/src/lisp.h /^COMPILEDP (Lisp_Object a)$/
686COMPILED_STACK_DEPTH c-src/emacs/src/lisp.h 2434
687compile_empty prol-src/natded.prolog /^compile_empty:-$/ 2589compile_empty prol-src/natded.prolog /^compile_empty:-$/
688compile_lex prol-src/natded.prolog /^compile_lex(File):-$/ 2590compile_lex prol-src/natded.prolog /^compile_lex(File):-$/
689complete prol-src/natded.prolog /^complete(Cat):-$/ 2591complete prol-src/natded.prolog /^complete(Cat):-$/
@@ -695,93 +2597,39 @@ compute_next_state cp-src/conway.hpp /^ void compute_next_state(void)$/
695conalgorithm html-src/algrthms.html /^Convolutionally$/ 2597conalgorithm html-src/algrthms.html /^Convolutionally$/
696concat c-src/etags.c /^concat (const char *s1, const char *s2, const char/ 2598concat c-src/etags.c /^concat (const char *s1, const char *s2, const char/
697concatenatenamestrings pas-src/common.pas /^function concatenatenamestrings; (*($/ 2599concatenatenamestrings pas-src/common.pas /^function concatenatenamestrings; (*($/
698ConcatT pas-src/common.pas /^function ConcatT;(*($/
699Concept Index tex-src/gzip.texi /^@node Concept Index, , Problems, Top$/
700CONDITION_CASE c-src/emacs/src/lisp.h 3021
701Condition_Variable/t ada-src/2ataspri.ads /^ type Condition_Variable is$/
702Condition_Variable/t ada-src/2ataspri.ads /^ type Condition_Variable is private;$/
703Cond_Signal/p ada-src/2ataspri.adb /^ procedure Cond_Signal (Cond : in out Condition_/
704Cond_Signal/p ada-src/2ataspri.ads /^ procedure Cond_Signal (Cond : in out Condition_/
705Cond_Timed_Wait/p ada-src/2ataspri.adb /^ procedure Cond_Timed_Wait$/
706Cond_Timed_Wait/p ada-src/2ataspri.ads /^ procedure Cond_Timed_Wait$/
707Cond_Wait/p ada-src/2ataspri.adb /^ procedure Cond_Wait (Cond : in out Condition_Va/
708Cond_Wait/p ada-src/2ataspri.ads /^ procedure Cond_Wait (Cond : in out Condition_Va/
709Configure pyt-src/server.py /^class Configure(Frame, ControlEdit):$/
710ConfirmQuit pyt-src/server.py /^def ConfirmQuit(frame, context):$/
711consider_token c-src/etags.c /^consider_token (char *str, int len, int c, int *c_/ 2600consider_token c-src/etags.c /^consider_token (char *str, int len, int c, int *c_/
712CONSP c-src/emacs/src/lisp.h /^# define CONSP(x) lisp_h_CONSP (x)$/
713constant_args c-src/h.h 27
714constant c-src/emacs/src/lisp.h 668 2601constant c-src/emacs/src/lisp.h 668
715constant c-src/h.h 29 2602constant c-src/h.h 29
716Constant ruby-src/test1.ru 42
717constant y-src/cccp.y 112 2603constant y-src/cccp.y 112
718CONS_TO_INTEGER c-src/emacs/src/lisp.h /^#define CONS_TO_INTEGER(cons, type, var) \\$/ 2604constant_args c-src/h.h 27
719constype c-src/emacs/src/lisp.h 3739 2605constype c-src/emacs/src/lisp.h 3739
720CONSTYPE_HEAP c-src/emacs/src/lisp.h 3739
721CONSTYPE_PURE c-src/emacs/src/lisp.h 3739
722consult_lex prol-src/natded.prolog /^consult_lex:-$/ 2606consult_lex prol-src/natded.prolog /^consult_lex:-$/
723contents c-src/emacs/src/lisp.h 1372 2607contents c-src/emacs/src/lisp.h 1372
724contents c-src/emacs/src/lisp.h 1600 2608contents c-src/emacs/src/lisp.h 1600
725contents c-src/emacs/src/lisp.h 1624 2609contents c-src/emacs/src/lisp.h 1624
726\contents tex-src/texinfo.tex /^\\outer\\def\\contents{%$/
727ControlEdit pyt-src/server.py /^class ControlEdit(Frame):$/
728Controls pyt-src/server.py /^class Controls:$/
729CONVERT_CHARSTRING_TO_VALUE pas-src/common.pas /^procedure CONVERT_CHARSTRING_TO_VALUE;(*($/
730Copying tex-src/gzip.texi /^@node Copying, Overview, , Top$/
731\copyright tex-src/texinfo.tex /^\\def\\copyright{\\realbackslash copyright }%$/
732\copyright tex-src/texinfo.tex /^\\def\\copyright{\\realbackslash copyright}$/
733CopyTextString pas-src/common.pas /^function CopyTextString;(*($/
734count c-src/emacs/src/lisp.h 1863 2610count c-src/emacs/src/lisp.h 1863
735counter cp-src/c.C 33
736counter cp-src/c.C 36
737count_layers lua-src/allegro.lua /^local function count_layers (layer)$/ 2611count_layers lua-src/allegro.lua /^local function count_layers (layer)$/
738count_words c-src/tab.c /^static int count_words(char *str, char delim)$/ 2612count_words c-src/tab.c /^static int count_words(char *str, char delim)$/
2613counter cp-src/c.C 33
2614counter cp-src/c.C 36
739cow cp-src/c.C 127 2615cow cp-src/c.C 127
740cow cp-src/c.C 131 2616cow cp-src/c.C 131
741C_PLAIN c-src/etags.c 2194
742C_PLPL c-src/etags.c 2195
743cplpl c-src/etags.c 2935 2617cplpl c-src/etags.c 2935
744Cplusplus_entries c-src/etags.c /^Cplusplus_entries (FILE *inf)$/ 2618create-bar forth-src/test-forth.fth /^: create-bar foo ;$/
745Cplusplus_help c-src/etags.c 540 2619createPOEntries php-src/lce_functions.php /^ function createPOEntries()$/
746Cplusplus_suffixes c-src/etags.c 535 2620createWidgets pyt-src/server.py /^ def createWidgets(self):$/
747CPPFLAGS make-src/Makefile /^CPPFLAGS=${CHECKFLAGS} -DSTDC_HEADERS -DHAVE_GETCW/ 2621createWidgets pyt-src/server.py /^ def createWidgets(self, host):$/
748CPSRC make-src/Makefile /^CPSRC=c.C abstract.C abstract.H cfront.H burton.cp/
749/C ps-src/rfc1245.ps /^\/C { $/
750create_acc_call merc-src/accumulator.m /^:- func create_acc_call(hlds_goal::in(goal_plain_c/ 2622create_acc_call merc-src/accumulator.m /^:- func create_acc_call(hlds_goal::in(goal_plain_c/
751create_acc_goal merc-src/accumulator.m /^:- pred create_acc_goal(hlds_goal::in, accu_substs/ 2623create_acc_goal merc-src/accumulator.m /^:- pred create_acc_goal(hlds_goal::in, accu_substs/
752create-bar forth-src/test-forth.fth /^: create-bar foo ;$/
753Create_LL_Task/p ada-src/2ataspri.adb /^ procedure Create_LL_Task$/
754Create_LL_Task/p ada-src/2ataspri.ads /^ procedure Create_LL_Task$/
755create_new_base_goals merc-src/accumulator.m /^:- func create_new_base_goals(set(accu_goal_id), a/ 2624create_new_base_goals merc-src/accumulator.m /^:- func create_new_base_goals(set(accu_goal_id), a/
756create_new_orig_recursive_goals merc-src/accumulator.m /^:- func create_new_orig_recursive_goals(set(accu_g/ 2625create_new_orig_recursive_goals merc-src/accumulator.m /^:- func create_new_orig_recursive_goals(set(accu_g/
757create_new_recursive_goals merc-src/accumulator.m /^:- func create_new_recursive_goals(set(accu_goal_i/ 2626create_new_recursive_goals merc-src/accumulator.m /^:- func create_new_recursive_goals(set(accu_goal_i/
758create_new_var merc-src/accumulator.m /^:- pred create_new_var(prog_var::in, string::in, p/ 2627create_new_var merc-src/accumulator.m /^:- pred create_new_var(prog_var::in, string::in, p/
759create_orig_goal merc-src/accumulator.m /^:- pred create_orig_goal(hlds_goal::in, accu_subst/ 2628create_orig_goal merc-src/accumulator.m /^:- pred create_orig_goal(hlds_goal::in, accu_subst/
760createPOEntries php-src/lce_functions.php /^ function createPOEntries()$/
761createWidgets pyt-src/server.py /^ def createWidgets(self):$/
762createWidgets pyt-src/server.py /^ def createWidgets(self, host):$/
763\cropmarks tex-src/texinfo.tex /^\\def\\cropmarks{\\let\\onepageout=\\croppageout }$/
764\croppageout tex-src/texinfo.tex /^\\def\\croppageout#1{\\hoffset=0pt % make sure this d/
765cscInitTime cp-src/c.C 7 2629cscInitTime cp-src/c.C 7
766cscSegmentationTime cp-src/c.C 8 2630cscSegmentationTime cp-src/c.C 8
767CSRC make-src/Makefile /^CSRC=abbrev.c ..\/etags\/h.h .\/\/c.c torture.c getopt/
768C_stab_entry c-src/etags.c 2271
769cstack c-src/etags.c 2523 2631cstack c-src/etags.c 2523
770C_STAR c-src/etags.c 2196
771Cstar_entries c-src/etags.c /^Cstar_entries (FILE *inf)$/
772Cstar_suffixes c-src/etags.c 562
773C_symtype c-src/etags.c /^C_symtype (char *str, int len, int c_ext)$/
774CTAGS13 CTAGS14 CTAGS15 make-src/Makefile /^CTAGS13 CTAGS14 CTAGS15: ctags% ${infiles}$/
775CTAGS c-src/etags.c 146
776CTAGS c-src/etags.c 147
777CTAGS c-src/etags.c 149
778CTAGS make-src/Makefile /^CTAGS: ctags ${infiles}$/
779CTAGS% make-src/Makefile /^CTAGS%: ctags% ${infiles}$/
780ctags make-src/Makefile /^ctags: etags.c ${OBJS}$/ 2632ctags make-src/Makefile /^ctags: etags.c ${OBJS}$/
781\ctl tex-src/texinfo.tex /^\\def\\ctl{{\\circle\\char'013\\hskip -6pt}}% 6pt from /
782\ctrl tex-src/texinfo.tex /^\\def\\ctrl #1{{\\tt \\rawbackslash \\hat}#1}$/
783\ctr tex-src/texinfo.tex /^\\def\\ctr{{\\hskip 6pt\\circle\\char'010}}$/
784Cube.data.getFoo lua-src/test.lua /^function Cube.data.getFoo ()$/
785curlb c-src/etags.c 2929 2633curlb c-src/etags.c 2929
786curlinepos c-src/etags.c 2931 2634curlinepos c-src/etags.c 2931
787current-idle-time c-src/emacs/src/keyboard.c /^DEFUN ("current-idle-time", Fcurrent_idle_time, Sc/ 2635current-idle-time c-src/emacs/src/keyboard.c /^DEFUN ("current-idle-time", Fcurrent_idle_time, Sc/
@@ -792,143 +2640,35 @@ curry-test scm-src/test.scm /^(define (((((curry-test a) b) c) d) e)$/
792cursor_position cp-src/screen.cpp /^void cursor_position(void)$/ 2640cursor_position cp-src/screen.cpp /^void cursor_position(void)$/
793cursor_x cp-src/screen.cpp 15 2641cursor_x cp-src/screen.cpp 15
794cursor_y cp-src/screen.cpp 15 2642cursor_y cp-src/screen.cpp 15
795CYAN cp-src/screen.hpp 15 2643d c-src/emacs/src/lisp.h 4673
796DAEMON_RUNNING c-src/emacs/src/lisp.h 4258 2644d c-src/emacs/src/lisp.h 4679
797DAEMON_RUNNING c-src/emacs/src/lisp.h 4262 2645d c.c 180
798DARKGRAY cp-src/screen.hpp 20
799data c-src/emacs/src/lisp.h 1395 2646data c-src/emacs/src/lisp.h 1395
800data c-src/emacs/src/lisp.h 2129 2647data c-src/emacs/src/lisp.h 2129
801data c-src/emacs/src/lisp.h 2395 2648data c-src/emacs/src/lisp.h 2395
802d c.c 180
803D cp-src/fail.C 41
804D cp-src/fail.C /^ D() : ::A::T2::T(97), x(1066) {}$/
805d c-src/emacs/src/lisp.h 4673
806d c-src/emacs/src/lisp.h 4679
807ddefineseen c-src/etags.c 2462 2649ddefineseen c-src/etags.c 2462
808DEAFUN c.c /^DEAFUN ("expand-file-name", Fexpand_file_name, Sex/
809debian-bug html-src/software.html /^debian-bug.el$/ 2650debian-bug html-src/software.html /^debian-bug.el$/
810Debug cp-src/functions.cpp /^void Debug ( int lineno, int level, char* func , c/
811DEBUG c-src/etags.c 84
812DEBUG c-src/etags.c 85
813DEBUG c-src/etags.c 87
814DEBUG objc-src/PackInsp.m 37
815debug_on_exit c-src/emacs/src/lisp.h 2984 2651debug_on_exit c-src/emacs/src/lisp.h 2984
816decimalKey objcpp-src/SimpleCalc.M /^- decimalKey:sender$/ 2652decimalKey objcpp-src/SimpleCalc.M /^- decimalKey:sender$/
817declared_special c-src/emacs/src/lisp.h 676 2653declared_special c-src/emacs/src/lisp.h 676
818DECLARE_GDB_SYM c-src/emacs/src/lisp.h /^#define DECLARE_GDB_SYM(type, id) type const id EX/
819decode_timer c-src/emacs/src/keyboard.c /^decode_timer (Lisp_Object timer, struct timespec */ 2654decode_timer c-src/emacs/src/keyboard.c /^decode_timer (Lisp_Object timer, struct timespec */
2655def c-src/h.h 35
2656def c-src/h.h 38
820defalt c-src/emacs/src/lisp.h 1585 2657defalt c-src/emacs/src/lisp.h 1585
2658default-tags-table-function el-src/emacs/lisp/progmodes/etags.el /^(defvar default-tags-table-function nil$/
821default_C_entries c-src/etags.c /^default_C_entries (FILE *inf)$/ 2659default_C_entries c-src/etags.c /^default_C_entries (FILE *inf)$/
822default_C_help c-src/etags.c 515 2660default_C_help c-src/etags.c 515
823default_C_help c-src/etags.c 523 2661default_C_help c-src/etags.c 523
824default_C_suffixes c-src/etags.c 512 2662default_C_suffixes c-src/etags.c 512
825DEFAULT_HASH_SIZE c-src/emacs/src/lisp.h 1940
826__default_morecore c-src/emacs/src/gmalloc.c /^__default_morecore (ptrdiff_t increment)$/
827DEFAULT_REHASH_SIZE c-src/emacs/src/lisp.h 1950
828DEFAULT_REHASH_THRESHOLD c-src/emacs/src/lisp.h 1946
829default-tags-table-function el-src/emacs/lisp/progmodes/etags.el /^(defvar default-tags-table-function nil$/
830defcell c-src/emacs/src/lisp.h 2351 2663defcell c-src/emacs/src/lisp.h 2351
831\defcodeindex tex-src/texinfo.tex /^\\def\\defcodeindex{\\parsearg\\newcodeindex}$/
832def c-src/h.h 35
833def c-src/h.h 38
834\defcvarheader tex-src/texinfo.tex /^\\def\\defcvarheader #1#2#3{%$/
835\defcv tex-src/texinfo.tex /^\\def\\defcv #1 {\\def\\defcvtype{#1}%$/
836\defcvx tex-src/texinfo.tex /^\\def\\defcvx #1 {\\errmessage{@defcvx in invalid con/
837\deffnheader tex-src/texinfo.tex /^\\def\\deffnheader #1#2#3{\\doind {fn}{\\code{#2}}%$/
838\deffn tex-src/texinfo.tex /^\\def\\deffn{\\defmethparsebody\\Edeffn\\deffnx\\deffnhe/
839\deffnx tex-src/texinfo.tex /^\\def\\deffnx #1 {\\errmessage{@deffnx in invalid con/
840\defindex tex-src/texinfo.tex /^\\def\\defindex{\\parsearg\\newindex}$/
841define-abbrev c-src/abbrev.c /^DEFUN ("define-abbrev", Fdefine_abbrev, Sdefine_ab/ 2664define-abbrev c-src/abbrev.c /^DEFUN ("define-abbrev", Fdefine_abbrev, Sdefine_ab/
842define-abbrev-table c-src/abbrev.c /^DEFUN ("define-abbrev-table", Fdefine_abbrev_table/ 2665define-abbrev-table c-src/abbrev.c /^DEFUN ("define-abbrev-table", Fdefine_abbrev_table/
843definedef c-src/etags.c 2464
844defined_GC_CHECK_STRING_BYTES c-src/emacs/src/lisp.h 4663
845defined_GC_CHECK_STRING_BYTES c-src/emacs/src/lisp.h 4665
846DEFINE_GDB_SYMBOL_BEGIN c-src/emacs/src/lisp.h /^# define DEFINE_GDB_SYMBOL_BEGIN(type, id) DECLARE/
847DEFINE_GDB_SYMBOL_BEGIN c-src/emacs/src/lisp.h /^# define DEFINE_GDB_SYMBOL_BEGIN(type, id) extern /
848DEFINE_GDB_SYMBOL_END c-src/emacs/src/lisp.h /^# define DEFINE_GDB_SYMBOL_END(id) = id;$/
849DEFINE_GDB_SYMBOL_END c-src/emacs/src/lisp.h /^# define DEFINE_GDB_SYMBOL_END(val) ;$/
850define-global-abbrev c-src/abbrev.c /^DEFUN ("define-global-abbrev", Fdefine_global_abbr/ 2666define-global-abbrev c-src/abbrev.c /^DEFUN ("define-global-abbrev", Fdefine_global_abbr/
851DEFINE_LISP_SYMBOL c-src/emacs/src/lisp.h /^#define DEFINE_LISP_SYMBOL(name) \\$/
852define-mode-abbrev c-src/abbrev.c /^DEFUN ("define-mode-abbrev", Fdefine_mode_abbrev, / 2667define-mode-abbrev c-src/abbrev.c /^DEFUN ("define-mode-abbrev", Fdefine_mode_abbrev, /
853DEFINE_NON_NIL_Q_SYMBOL_MACROS c-src/emacs/src/lisp.h 755 2668defined_GC_CHECK_STRING_BYTES c-src/emacs/src/lisp.h 4663
854\defivarheader tex-src/texinfo.tex /^\\def\\defivarheader #1#2#3{%$/ 2669defined_GC_CHECK_STRING_BYTES c-src/emacs/src/lisp.h 4665
855\defivar tex-src/texinfo.tex /^\\def\\defivar{\\defvrparsebody\\Edefivar\\defivarx\\def/ 2670definedef c-src/etags.c 2464
856\defivarx tex-src/texinfo.tex /^\\def\\defivarx #1 {\\errmessage{@defivarx in invalid/
857\defmacheader tex-src/texinfo.tex /^\\def\\defmacheader #1#2{\\doind {fn}{\\code{#1}}% Mak/
858\defmac tex-src/texinfo.tex /^\\def\\defmac{\\defparsebody\\Edefmac\\defmacx\\defmache/
859\defmacx tex-src/texinfo.tex /^\\def\\defmacx #1 {\\errmessage{@defmacx in invalid c/
860\defmethodheader tex-src/texinfo.tex /^\\def\\defmethodheader #1#2#3{%$/
861\defmethod tex-src/texinfo.tex /^\\def\\defmethod{\\defmethparsebody\\Edefmethod\\defmet/
862\defmethodx tex-src/texinfo.tex /^\\def\\defmethodx #1 {\\errmessage{@defmethodx in inv/
863\defmethparsebody tex-src/texinfo.tex /^\\def\\defmethparsebody #1#2#3#4 {\\begingroup\\inENV /
864\defname tex-src/texinfo.tex /^\\def\\defname #1#2{%$/
865\defopheader tex-src/texinfo.tex /^\\def\\defopheader #1#2#3{%$/
866\defopparsebody tex-src/texinfo.tex /^\\def\\defopparsebody #1#2#3#4#5 {\\begingroup\\inENV /
867\defop tex-src/texinfo.tex /^\\def\\defop #1 {\\def\\defoptype{#1}%$/
868\defoptheader tex-src/texinfo.tex /^\\def\\defoptheader #1#2{\\doind {vr}{\\code{#1}}% Mak/
869\defopt tex-src/texinfo.tex /^\\def\\defopt{\\defvarparsebody\\Edefopt\\defoptx\\defop/
870\defoptx tex-src/texinfo.tex /^\\def\\defoptx #1 {\\errmessage{@defoptx in invalid c/
871\defopvarparsebody tex-src/texinfo.tex /^\\def\\defopvarparsebody #1#2#3#4#5 {\\begingroup\\inE/
872\defopx tex-src/texinfo.tex /^\\def\\defopx #1 {\\errmessage{@defopx in invalid con/
873\defparsebody tex-src/texinfo.tex /^\\def\\defparsebody #1#2#3{\\begingroup\\inENV% Enviro/
874Def_ ruby-src/test1.ru 12
875\defspecheader tex-src/texinfo.tex /^\\def\\defspecheader #1#2{\\doind {fn}{\\code{#1}}% Ma/
876\defspec tex-src/texinfo.tex /^\\def\\defspec{\\defparsebody\\Edefspec\\defspecx\\defsp/
877\defspecx tex-src/texinfo.tex /^\\def\\defspecx #1 {\\errmessage{@defspecx in invalid/
878DEFSYM c-src/emacs/src/lisp.h /^#define DEFSYM(sym, name) \/* empty *\/$/
879DEFSYM c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (SYMBOL_CONSTANT_P, int, (Lisp_Ob/
880\deftpargs tex-src/texinfo.tex /^\\def\\deftpargs #1{\\bf \\defvarargs{#1}}$/
881\deftpheader tex-src/texinfo.tex /^\\def\\deftpheader #1#2#3{\\doind {tp}{\\code{#2}}%$/
882\deftp tex-src/texinfo.tex /^\\def\\deftp{\\defvrparsebody\\Edeftp\\deftpx\\deftphead/
883\deftpx tex-src/texinfo.tex /^\\def\\deftpx #1 {\\errmessage{@deftpx in invalid con/
884\deftypefnheader tex-src/texinfo.tex /^\\def\\deftypefnheader #1#2#3{\\deftypefnheaderx{#1}{/
885\deftypefnheaderx tex-src/texinfo.tex /^\\def\\deftypefnheaderx #1#2#3 #4\\relax{%$/
886\deftypefn tex-src/texinfo.tex /^\\def\\deftypefn{\\defmethparsebody\\Edeftypefn\\deftyp/
887\deftypefnx tex-src/texinfo.tex /^\\def\\deftypefnx #1 {\\errmessage{@deftypefnx in inv/
888\deftypefunargs tex-src/texinfo.tex /^\\def\\deftypefunargs #1{%$/
889\deftypefunheader tex-src/texinfo.tex /^\\def\\deftypefunheader #1#2{\\deftypefunheaderx{#1}#/
890\deftypefunheaderx tex-src/texinfo.tex /^\\def\\deftypefunheaderx #1#2 #3\\relax{%$/
891\deftypefun tex-src/texinfo.tex /^\\def\\deftypefun{\\defparsebody\\Edeftypefun\\deftypef/
892\deftypeunx tex-src/texinfo.tex /^\\def\\deftypeunx #1 {\\errmessage{@deftypeunx in inv/
893\deftypevarheader tex-src/texinfo.tex /^\\def\\deftypevarheader #1#2{%$/
894\deftypevar tex-src/texinfo.tex /^\\def\\deftypevar{\\defvarparsebody\\Edeftypevar\\defty/
895\deftypevarx tex-src/texinfo.tex /^\\def\\deftypevarx #1 {\\errmessage{@deftypevarx in i/
896\deftypevrheader tex-src/texinfo.tex /^\\def\\deftypevrheader #1#2#3{\\doind {vr}{\\code{#3}}/
897\deftypevr tex-src/texinfo.tex /^\\def\\deftypevr{\\defvrparsebody\\Edeftypevr\\deftypev/
898\deftypevrx tex-src/texinfo.tex /^\\def\\deftypevrx #1 {\\errmessage{@deftypevrx in inv/
899DEFUN_ARGS_0 c-src/emacs/src/lisp.h 714
900DEFUN_ARGS_1 c-src/emacs/src/lisp.h 715
901DEFUN_ARGS_2 c-src/emacs/src/lisp.h 716
902DEFUN_ARGS_3 c-src/emacs/src/lisp.h 717
903DEFUN_ARGS_4 c-src/emacs/src/lisp.h 718
904DEFUN_ARGS_5 c-src/emacs/src/lisp.h 719
905DEFUN_ARGS_6 c-src/emacs/src/lisp.h 721
906DEFUN_ARGS_7 c-src/emacs/src/lisp.h 723
907DEFUN_ARGS_8 c-src/emacs/src/lisp.h 725
908DEFUN_ARGS_MANY c-src/emacs/src/lisp.h 712
909\defunargs tex-src/texinfo.tex /^\\def\\defunargs #1{\\functionparens \\sl$/
910DEFUN_ARGS_UNEVALLED c-src/emacs/src/lisp.h 713
911DEFUN c-src/emacs/src/lisp.h /^#define DEFUN(lname, fnname, sname, minargs, maxar/
912defun_func1 c.c /^defun_func1()$/ 2671defun_func1 c.c /^defun_func1()$/
913DEFUN_func2 c.c /^DEFUN_func2()$/
914\defunheader tex-src/texinfo.tex /^\\def\\defunheader #1#2{\\doind {fn}{\\code{#1}}% Make/
915\defun tex-src/texinfo.tex /^\\def\\defun{\\defparsebody\\Edefun\\defunx\\defunheader/
916\defunx tex-src/texinfo.tex /^\\def\\defunx #1 {\\errmessage{@defunx in invalid con/
917\defvarargs tex-src/texinfo.tex /^\\def\\defvarargs #1{\\normalparens #1%$/
918DEFVAR_BOOL c-src/emacs/src/lisp.h /^#define DEFVAR_BOOL(lname, vname, doc) \\$/
919DEFVAR_BUFFER_DEFAULTS c-src/emacs/src/lisp.h /^#define DEFVAR_BUFFER_DEFAULTS(lname, vname, doc) /
920\defvarheader tex-src/texinfo.tex /^\\def\\defvarheader #1#2{\\doind {vr}{\\code{#1}}% Mak/
921DEFVAR_INT c-src/emacs/src/lisp.h /^#define DEFVAR_INT(lname, vname, doc) \\$/
922DEFVAR_KBOARD c-src/emacs/src/lisp.h /^#define DEFVAR_KBOARD(lname, vname, doc) \\$/
923DEFVAR_LISP c-src/emacs/src/lisp.h /^#define DEFVAR_LISP(lname, vname, doc) \\$/
924DEFVAR_LISP_NOPRO c-src/emacs/src/lisp.h /^#define DEFVAR_LISP_NOPRO(lname, vname, doc) \\$/
925\defvarparsebody tex-src/texinfo.tex /^\\def\\defvarparsebody #1#2#3{\\begingroup\\inENV% Env/
926\defvar tex-src/texinfo.tex /^\\def\\defvar{\\defvarparsebody\\Edefvar\\defvarx\\defva/
927\defvarx tex-src/texinfo.tex /^\\def\\defvarx #1 {\\errmessage{@defvarx in invalid c/
928\defvrheader tex-src/texinfo.tex /^\\def\\defvrheader #1#2#3{\\doind {vr}{\\code{#2}}%$/
929\defvrparsebody tex-src/texinfo.tex /^\\def\\defvrparsebody #1#2#3#4 {\\begingroup\\inENV %$/
930\defvr tex-src/texinfo.tex /^\\def\\defvr{\\defvrparsebody\\Edefvr\\defvrx\\defvrhead/
931\defvrx tex-src/texinfo.tex /^\\def\\defvrx #1 {\\errmessage{@defvrx in invalid con/
932delegate objc-src/Subprocess.m /^- delegate$/ 2672delegate objc-src/Subprocess.m /^- delegate$/
933deleteItem pyt-src/server.py /^ def deleteItem(self):$/ 2673deleteItem pyt-src/server.py /^ def deleteItem(self):$/
934delete_kboard c-src/emacs/src/keyboard.c /^delete_kboard (KBOARD *kb)$/ 2674delete_kboard c-src/emacs/src/keyboard.c /^delete_kboard (KBOARD *kb)$/
@@ -938,64 +2678,25 @@ deliver_user_signal c-src/emacs/src/keyboard.c /^deliver_user_signal (int sig)$/
938depth c-src/emacs/src/lisp.h 1618 2678depth c-src/emacs/src/lisp.h 1618
939derived_analyses prol-src/natded.prolog /^derived_analyses([],[]).$/ 2679derived_analyses prol-src/natded.prolog /^derived_analyses([],[]).$/
940describe_abbrev c-src/abbrev.c /^describe_abbrev (sym, stream)$/ 2680describe_abbrev c-src/abbrev.c /^describe_abbrev (sym, stream)$/
941\description tex-src/texinfo.tex /^\\def\\description{\\tablez{\\dontindex}{1}{}{}{}{}}$/
942/desperatepapersize ps-src/rfc1245.ps /^\/desperatepapersize {$/
943detect_input_pending c-src/emacs/src/keyboard.c /^detect_input_pending (void)$/ 2681detect_input_pending c-src/emacs/src/keyboard.c /^detect_input_pending (void)$/
944detect_input_pending_ignore_squeezables c-src/emacs/src/keyboard.c /^detect_input_pending_ignore_squeezables (void)$/ 2682detect_input_pending_ignore_squeezables c-src/emacs/src/keyboard.c /^detect_input_pending_ignore_squeezables (void)$/
945detect_input_pending_run_timers c-src/emacs/src/keyboard.c /^detect_input_pending_run_timers (bool do_display)$/ 2683detect_input_pending_run_timers c-src/emacs/src/keyboard.c /^detect_input_pending_run_timers (bool do_display)$/
946DEVICE_LAST c-src/h.h 24
947DEVICE_SWP c-src/h.h 23
948\dfn tex-src/texinfo.tex /^\\def\\dfn##1{\\realbackslash dfn {##1}}$/
949\df tex-src/texinfo.tex /^\\def\\df{\\let\\tentt=\\deftt \\let\\tenbf = \\defbf \\bf}/
950/DiacriticEncoding ps-src/rfc1245.ps /^\/DiacriticEncoding [$/
951dialog_loop erl-src/gs_dialog.erl /^dialog_loop(Module, Window, Frame, Extra, Args) ->/ 2684dialog_loop erl-src/gs_dialog.erl /^dialog_loop(Module, Window, Frame, Extra, Args) ->/
952/dieresis ps-src/rfc1245.ps /^\/dieresis \/.notdef \/AE \/Oslash \/.notdef \/.notdef \//
953dignorerest c-src/etags.c 2463 2685dignorerest c-src/etags.c 2463
954\direntry tex-src/texinfo.tex /^\\def\\direntry{\\begingroup\\direntryxxx}$/
955\direntryxxx tex-src/texinfo.tex /^\\long\\def\\direntryxxx #1\\end direntry{\\endgroup\\ig/
956discard-input c-src/emacs/src/keyboard.c /^DEFUN ("discard-input", Fdiscard_input, Sdiscard_i/ 2686discard-input c-src/emacs/src/keyboard.c /^DEFUN ("discard-input", Fdiscard_input, Sdiscard_i/
957discard_mouse_events c-src/emacs/src/keyboard.c /^discard_mouse_events (void)$/ 2687discard_mouse_events c-src/emacs/src/keyboard.c /^discard_mouse_events (void)$/
958discrete_location cp-src/clheir.hpp 56
959discrete_location cp-src/clheir.hpp /^ discrete_location(int xi, int yi, int zi):$/ 2688discrete_location cp-src/clheir.hpp /^ discrete_location(int xi, int yi, int zi):$/
2689discrete_location cp-src/clheir.hpp 56
960display cp-src/conway.cpp /^void display(void)$/ 2690display cp-src/conway.cpp /^void display(void)$/
961\display tex-src/texinfo.tex /^\\def\\display{\\begingroup\\inENV %This group ends at/
962DisposeANameList pas-src/common.pas /^procedure DisposeANameList( $/
963DisposeNameList pas-src/common.pas /^procedure DisposeNameList;$/
964disposetextstring pas-src/common.pas /^procedure disposetextstring;(*($/ 2691disposetextstring pas-src/common.pas /^procedure disposetextstring;(*($/
965/dmatrix ps-src/rfc1245.ps /^\/dmatrix matrix def$/
966\dmn tex-src/texinfo.tex /^\\def\\dmn#1{\\thinspace #1}$/
967dnone c-src/etags.c 2460 2692dnone c-src/etags.c 2460
968/dnormalize ps-src/rfc1245.ps /^\/dnormalize {$/
969\dobreak tex-src/texinfo.tex /^\\def\\dobreak#1#2{\\par\\ifdim\\lastskip<#1\\removelast/
970doc c-src/emacs/src/lisp.h 1689 2693doc c-src/emacs/src/lisp.h 1689
971\dochapentry tex-src/texinfo.tex /^\\def\\dochapentry#1#2{%$/ 2694dog c-src/h.h 81
972\docodeindex tex-src/texinfo.tex /^\\def\\docodeindex#1{\\edef\\indexname{#1}\\parsearg\\si/
973dog cp-src/c.C 126 2695dog cp-src/c.C 126
974dog cp-src/c.C 130 2696dog cp-src/c.C 130
975dog c-src/h.h 81
976\doindex tex-src/texinfo.tex /^\\def\\doindex#1{\\edef\\indexname{#1}\\parsearg\\single/
977\doind tex-src/texinfo.tex /^\\def\\doind #1#2{%$/
978\donoderef tex-src/texinfo.tex /^\\def\\donoderef{\\ifx\\lastnode\\relax\\else$/
979\dontindex tex-src/texinfo.tex /^\\def\\dontindex #1{}$/
980\dopageno tex-src/texinfo.tex /^\\def\\dopageno#1{{\\rm #1}}$/
981\doprintindex tex-src/texinfo.tex /^\\def\\doprintindex#1{%$/
982\dosecentry tex-src/texinfo.tex /^\\def\\dosecentry#1#2{%$/
983\dosetq tex-src/texinfo.tex /^\\def\\dosetq #1#2{{\\let\\folio=0 \\turnoffactive%$/
984\doshortpageno tex-src/texinfo.tex /^\\def\\doshortpageno#1{{\\rm #1}}$/
985DOS_NT c-src/etags.c 117
986DOS_NT c-src/etags.c 118
987\dosubind tex-src/texinfo.tex /^\\def\\dosubind #1#2#3{%$/
988\dosubsecentry tex-src/texinfo.tex /^\\def\\dosubsecentry#1#2{%$/
989\dosubsubsecentry tex-src/texinfo.tex /^\\def\\dosubsubsecentry#1#2{%$/
990dotfill tex-src/texinfo.tex /^\\noindent\\hskip\\secondaryindent\\hbox{#1}\\indexdotf/
991dotfill tex-src/texinfo.tex /^ \\null\\nobreak\\indexdotfill % Have leaders before/ 2697dotfill tex-src/texinfo.tex /^ \\null\\nobreak\\indexdotfill % Have leaders before/
992\dots tex-src/texinfo.tex /^\\def\\dots{$\\ldots$}$/ 2698dotfill tex-src/texinfo.tex /^\\noindent\\hskip\\secondaryindent\\hbox{#1}\\indexdotf/
993\dots tex-src/texinfo.tex /^\\def\\dots{\\realbackslash dots }%$/
994\dots tex-src/texinfo.tex /^\\def\\dots{\\realbackslash dots}$/
995double_click_count c-src/emacs/src/keyboard.c 5222 2699double_click_count c-src/emacs/src/keyboard.c 5222
996\doublecolumnout tex-src/texinfo.tex /^\\def\\doublecolumnout{\\splittopskip=\\topskip \\split/
997/dpi ps-src/rfc1245.ps /^\/dpi 72 0 dmatrix defaultmatrix dtransform$/
998/D ps-src/rfc1245.ps /^\/D {curveto} bind def$/
999drag_n_drop_syms c-src/emacs/src/keyboard.c 4629 2700drag_n_drop_syms c-src/emacs/src/keyboard.c 4629
1000dribble c-src/emacs/src/keyboard.c 236 2701dribble c-src/emacs/src/keyboard.c 236
1001dsharpseen c-src/etags.c 2461 2702dsharpseen c-src/etags.c 2461
@@ -1015,77 +2716,39 @@ dummyfont tex-src/texinfo.tex /^\\let\\r=\\indexdummyfont$/
1015dummyfont tex-src/texinfo.tex /^\\let\\samp=\\indexdummyfont$/ 2716dummyfont tex-src/texinfo.tex /^\\let\\samp=\\indexdummyfont$/
1016dummyfont tex-src/texinfo.tex /^\\let\\sc=\\indexdummyfont$/ 2717dummyfont tex-src/texinfo.tex /^\\let\\sc=\\indexdummyfont$/
1017dummyfont tex-src/texinfo.tex /^\\let\\strong=\\indexdummyfont$/ 2718dummyfont tex-src/texinfo.tex /^\\let\\strong=\\indexdummyfont$/
1018dummyfont tex-src/texinfo.tex /^\\let\\tclose=\\indexdummyfont$/
1019dummyfont tex-src/texinfo.tex /^\\let\\t=\\indexdummyfont$/ 2719dummyfont tex-src/texinfo.tex /^\\let\\t=\\indexdummyfont$/
2720dummyfont tex-src/texinfo.tex /^\\let\\tclose=\\indexdummyfont$/
1020dummyfont tex-src/texinfo.tex /^\\let\\var=\\indexdummyfont$/ 2721dummyfont tex-src/texinfo.tex /^\\let\\var=\\indexdummyfont$/
1021dummyfont tex-src/texinfo.tex /^\\let\\w=\\indexdummyfont$/ 2722dummyfont tex-src/texinfo.tex /^\\let\\w=\\indexdummyfont$/
1022dummytex tex-src/texinfo.tex /^\\let\\TeX=\\indexdummytex$/ 2723dummytex tex-src/texinfo.tex /^\\let\\TeX=\\indexdummytex$/
1023DUMPED c-src/emacs/src/gmalloc.c 80
1024dump pyt-src/server.py /^ def dump(self, folded):$/ 2724dump pyt-src/server.py /^ def dump(self, folded):$/
1025eabs c-src/emacs/src/lisp.h /^#define eabs(x) ((x) < 0 ? -(x) : (x))$/ 2725eabs c-src/emacs/src/lisp.h /^#define eabs(x) ((x) < 0 ? -(x) : (x))$/
1026\Ealphaenumerate tex-src/texinfo.tex /^\\def\\Ealphaenumerate{\\Eenumerate}$/
1027eassert c-src/emacs/src/lisp.h /^# define eassert(cond) \\$/ 2726eassert c-src/emacs/src/lisp.h /^# define eassert(cond) \\$/
1028eassert c-src/emacs/src/lisp.h /^# define eassert(cond) ((void) (false && (cond))) / 2727eassert c-src/emacs/src/lisp.h /^# define eassert(cond) ((void) (false && (cond))) /
1029eassume c-src/emacs/src/lisp.h /^# define eassume(cond) \\$/ 2728eassume c-src/emacs/src/lisp.h /^# define eassume(cond) \\$/
1030eassume c-src/emacs/src/lisp.h /^# define eassume(cond) assume (cond)$/ 2729eassume c-src/emacs/src/lisp.h /^# define eassume(cond) assume (cond)$/
1031eax c-src/sysdep.h 31 2730eax c-src/sysdep.h 31
1032eax c-src/sysdep.h 33 2731eax c-src/sysdep.h 33
1033\Ecapsenumerate tex-src/texinfo.tex /^\\def\\Ecapsenumerate{\\Eenumerate}$/
1034\Ecartouche tex-src/texinfo.tex /^\\def\\Ecartouche{%$/
1035echo_add_key c-src/emacs/src/keyboard.c /^echo_add_key (Lisp_Object c)$/ 2732echo_add_key c-src/emacs/src/keyboard.c /^echo_add_key (Lisp_Object c)$/
1036echo_char c-src/emacs/src/keyboard.c /^echo_char (Lisp_Object c)$/ 2733echo_char c-src/emacs/src/keyboard.c /^echo_char (Lisp_Object c)$/
1037echo_dash c-src/emacs/src/keyboard.c /^echo_dash (void)$/ 2734echo_dash c-src/emacs/src/keyboard.c /^echo_dash (void)$/
1038echoing c-src/emacs/src/keyboard.c 154
1039echo_kboard c-src/emacs/src/keyboard.c 166 2735echo_kboard c-src/emacs/src/keyboard.c 166
1040echo_keystrokes_p c-src/emacs/src/keyboard.c /^echo_keystrokes_p (void)$/ 2736echo_keystrokes_p c-src/emacs/src/keyboard.c /^echo_keystrokes_p (void)$/
1041echo_length c-src/emacs/src/keyboard.c /^echo_length (void)$/ 2737echo_length c-src/emacs/src/keyboard.c /^echo_length (void)$/
1042echo_message_buffer c-src/emacs/src/keyboard.c 171 2738echo_message_buffer c-src/emacs/src/keyboard.c 171
1043echo_now c-src/emacs/src/keyboard.c /^echo_now (void)$/ 2739echo_now c-src/emacs/src/keyboard.c /^echo_now (void)$/
1044echo_truncate c-src/emacs/src/keyboard.c /^echo_truncate (ptrdiff_t nchars)$/ 2740echo_truncate c-src/emacs/src/keyboard.c /^echo_truncate (ptrdiff_t nchars)$/
1045\Edescription tex-src/texinfo.tex /^\\def\\Edescription{\\Etable}% Necessary kludge.$/ 2741echoing c-src/emacs/src/keyboard.c 154
1046%ediff make-src/Makefile /^%ediff: ETAGS% ETAGS ${infiles}$/
1047\Edisplay tex-src/texinfo.tex /^\\def\\Edisplay{\\endgroup\\afterenvbreak}%$/
1048editItem pyt-src/server.py /^ def editItem(self):$/ 2742editItem pyt-src/server.py /^ def editItem(self):$/
1049editsite pyt-src/server.py /^ def editsite(self, site):$/ 2743editsite pyt-src/server.py /^ def editsite(self, site):$/
1050edituser pyt-src/server.py /^ def edituser(self, user):$/ 2744edituser pyt-src/server.py /^ def edituser(self, user):$/
1051\Eexample tex-src/texinfo.tex /^\\def\\Eexample{\\Elisp}$/
1052\Eflushleft tex-src/texinfo.tex /^\\def\\Eflushleft{\\endgroup\\afterenvbreak}%$/
1053\Eflushright tex-src/texinfo.tex /^\\def\\Eflushright{\\endgroup\\afterenvbreak}%$/
1054\Eformat tex-src/texinfo.tex /^\\def\\Eformat{\\endgroup\\afterenvbreak}$/
1055\Eftable tex-src/texinfo.tex /^\\def\\Eftable{\\endgraf\\endgroup\\afterenvbreak}%$/
1056egetenv c-src/emacs/src/lisp.h /^egetenv (const char *var)$/ 2745egetenv c-src/emacs/src/lisp.h /^egetenv (const char *var)$/
1057\Egroup tex-src/texinfo.tex /^ \\def\\Egroup{\\egroup\\endgroup}%$/
1058\Eifclear tex-src/texinfo.tex /^\\def\\Eifclear{}$/
1059\Eifset tex-src/texinfo.tex /^\\def\\Eifset{}$/
1060\Eiftex tex-src/texinfo.tex /^\\def\\Eiftex{}$/
1061ELEM_I c-src/h.h 3
1062\Elisp tex-src/texinfo.tex /^\\def\\Elisp{\\endgroup\\afterenvbreak}%$/
1063ELSRC make-src/Makefile /^ELSRC=TAGTEST.EL emacs\/lisp\/progmodes\/etags.el$/
1064emacs_abort c-src/emacs/src/lisp.h /^extern _Noreturn void emacs_abort (void) NO_INLINE/ 2746emacs_abort c-src/emacs/src/lisp.h /^extern _Noreturn void emacs_abort (void) NO_INLINE/
1065EMACS_INT c-src/emacs/src/lisp.h 103
1066EMACS_INT c-src/emacs/src/lisp.h 91
1067EMACS_INT c-src/emacs/src/lisp.h 96
1068EMACS_INT_MAX c-src/emacs/src/lisp.h 105
1069EMACS_INT_MAX c-src/emacs/src/lisp.h 93
1070EMACS_INT_MAX c-src/emacs/src/lisp.h 98
1071EMACS_LISP_H c-src/emacs/src/lisp.h 22
1072EMACS_NAME c-src/etags.c 786
1073EMACS_UINT c-src/emacs/src/lisp.h 104
1074EMACS_UINT c-src/emacs/src/lisp.h 92
1075EMACS_UINT c-src/emacs/src/lisp.h 97
1076\emph tex-src/texinfo.tex /^\\def\\emph##1{\\realbackslash emph {##1}}$/
1077EmptyNmStr pas-src/common.pas /^function EmptyNmStr(* : NameString*);$/
1078/ENDBITMAP ps-src/rfc1245.ps /^\/ENDBITMAP {$/
1079end c-src/emacs/src/keyboard.c 8753 2747end c-src/emacs/src/keyboard.c 8753
1080end c-src/emacs/src/lisp.h 2039 2748end c-src/emacs/src/lisp.h 2039
1081end c-src/emacs/src/regex.h 432 2749end c-src/emacs/src/regex.h 432
1082\enddoublecolumns tex-src/texinfo.tex /^\\def\\enddoublecolumns{\\output={\\balancecolumns}\\ej/
1083/ENDPRINTCODE ps-src/rfc1245.ps /^\/ENDPRINTCODE {$/
1084\end tex-src/texinfo.tex /^\\def\\end{\\parsearg\\endxxx}$/
1085endtoken c-src/etags.c /^#define endtoken(c) (_etk[CHAR (c)]) \/* c ends tok/ 2750endtoken c-src/etags.c /^#define endtoken(c) (_etk[CHAR (c)]) \/* c ends tok/
1086\endxxx tex-src/texinfo.tex /^\\def\\endxxx #1{%$/
1087enter_critical_section c-src/h.h 116 2751enter_critical_section c-src/h.h 116
1088ENTRY c-src/sysdep.h /^#define ENTRY(name) \\$/
1089entry perl-src/htlmify-cystic 218 2752entry perl-src/htlmify-cystic 218
1090entry perl-src/htlmify-cystic 234 2753entry perl-src/htlmify-cystic 234
1091entry perl-src/htlmify-cystic 245 2754entry perl-src/htlmify-cystic 245
@@ -1094,113 +2757,76 @@ entry perl-src/htlmify-cystic 268
1094entry perl-src/htlmify-cystic 276 2757entry perl-src/htlmify-cystic 276
1095entry perl-src/htlmify-cystic 281 2758entry perl-src/htlmify-cystic 281
1096entry perl-src/htlmify-cystic 296 2759entry perl-src/htlmify-cystic 296
1097\entry tex-src/texinfo.tex /^\\def\\entry #1#2{\\begingroup$/
1098ENUM_BF c-src/emacs/src/lisp.h /^#define ENUM_BF(TYPE) enum TYPE$/
1099ENUM_BF c-src/emacs/src/lisp.h /^#define ENUM_BF(TYPE) unsigned int$/
1100\enumerate tex-src/texinfo.tex /^\\def\\enumerate{\\parsearg\\enumeratezzz}$/
1101\enumeratey tex-src/texinfo.tex /^\\def\\enumeratey #1 #2\\endenumeratey{%$/
1102\enumeratezzz tex-src/texinfo.tex /^\\def\\enumeratezzz #1{\\enumeratey #1 \\endenumerate/
1103\ENVcheck tex-src/texinfo.tex /^\\def\\ENVcheck{%$/
1104Environment tex-src/gzip.texi /^@node Environment, Tapes, Advanced usage, Top$/
1105/E ps-src/rfc1245.ps /^\/E {lineto} bind def$/
1106EQ c-src/emacs/src/lisp.h /^# define EQ(x, y) lisp_h_EQ (x, y)$/
1107equalsKey objcpp-src/SimpleCalc.M /^- equalsKey:sender$/ 2760equalsKey objcpp-src/SimpleCalc.M /^- equalsKey:sender$/
1108EQUAL y-src/cccp.c 12
1109\equiv tex-src/texinfo.tex /^\\def\\equiv{\\leavevmode\\lower.1ex\\hbox to 1em{\\hfil/
1110\equiv tex-src/texinfo.tex /^\\def\\equiv{\\realbackslash equiv}$/
1111\Equotation tex-src/texinfo.tex /^\\def\\Equotation{\\par\\endgroup\\afterenvbreak}%$/
1112erlang_atom c-src/etags.c /^erlang_atom (char *s)$/ 2761erlang_atom c-src/etags.c /^erlang_atom (char *s)$/
1113erlang_attribute c-src/etags.c /^erlang_attribute (char *s)$/ 2762erlang_attribute c-src/etags.c /^erlang_attribute (char *s)$/
1114erlang_func c-src/etags.c /^erlang_func (char *s, char *last)$/ 2763erlang_func c-src/etags.c /^erlang_func (char *s, char *last)$/
1115Erlang_functions c-src/etags.c /^Erlang_functions (FILE *inf)$/
1116Erlang_help c-src/etags.c 567
1117Erlang_suffixes c-src/etags.c 565
1118ERLSRC make-src/Makefile /^ERLSRC=gs_dialog.erl lines.erl lists.erl$/
1119error c-src/emacs/src/lisp.h /^extern _Noreturn void error (const char *, ...) AT/ 2764error c-src/emacs/src/lisp.h /^extern _Noreturn void error (const char *, ...) AT/
1120error c-src/etags.c /^error (const char *format, ...)$/ 2765error c-src/etags.c /^error (const char *format, ...)$/
1121error c-src/etags.c /^static void error (const char *, ...) ATTRIBUTE_FO/ 2766error c-src/etags.c /^static void error (const char *, ...) ATTRIBUTE_FO/
1122\errorE tex-src/texinfo.tex /^\\def\\errorE#1{$/
1123Error_Information/t ada-src/2ataspri.ads /^ type Error_Information is new Interfaces.C.POSI/
1124error_signaled c-src/etags.c 264
1125\error tex-src/texinfo.tex /^\\def\\error{\\leavevmode\\lower.7ex\\copy\\errorbox}$/
1126ERROR y-src/cccp.c 9
1127error y-src/cccp.y /^error (msg)$/ 2767error y-src/cccp.y /^error (msg)$/
1128ERROR y-src/parse.y 304 2768error_signaled c-src/etags.c 264
1129ErrStrToNmStr pas-src/common.pas /^function ErrStrToNmStr;(*($/
1130\Esmallexample tex-src/texinfo.tex /^\\def\\Esmallexample{\\Elisp}$/
1131\Esmallexample tex-src/texinfo.tex /^\\global\\def\\Esmallexample{\\Esmalllisp}$/
1132\Esmalllisp tex-src/texinfo.tex /^\\def\\Esmalllisp{\\endgroup\\afterenvbreak}%$/
1133\Etable tex-src/texinfo.tex /^\\def\\Etable{\\endgraf\\endgroup\\afterenvbreak}%$/
1134ETAGS12 make-src/Makefile /^ETAGS12: etags12 ${infiles}$/
1135ETAGS13 ETAGS14 ETAGS15 make-src/Makefile /^ETAGS13 ETAGS14 ETAGS15: etags% ${infiles}$/
1136etags.1.man make-src/Makefile /^etags.1.man: etags.1$/
1137etags el-src/emacs/lisp/progmodes/etags.el /^(defgroup etags nil "Tags tables."$/ 2769etags el-src/emacs/lisp/progmodes/etags.el /^(defgroup etags nil "Tags tables."$/
2770etags html-src/software.html /^Etags$/
2771etags make-src/Makefile /^etags: etags.c ${OBJS}$/
2772etags--xref-find-definitions el-src/emacs/lisp/progmodes/etags.el /^(defun etags--xref-find-definitions (pattern &opti/
2773etags--xref-limit el-src/emacs/lisp/progmodes/etags.el /^(defconst etags--xref-limit 1000)$/
1138etags-file-of-tag el-src/emacs/lisp/progmodes/etags.el /^(defun etags-file-of-tag (&optional relative) ; Do/ 2774etags-file-of-tag el-src/emacs/lisp/progmodes/etags.el /^(defun etags-file-of-tag (&optional relative) ; Do/
1139etags_getcwd c-src/etags.c /^etags_getcwd (void)$/
1140etags-goto-tag-location el-src/emacs/lisp/progmodes/etags.el /^(defun etags-goto-tag-location (tag-info)$/ 2775etags-goto-tag-location el-src/emacs/lisp/progmodes/etags.el /^(defun etags-goto-tag-location (tag-info)$/
1141etags html-src/software.html /^Etags$/
1142etags-list-tags el-src/emacs/lisp/progmodes/etags.el /^(defun etags-list-tags (file) ; Doc string?$/ 2776etags-list-tags el-src/emacs/lisp/progmodes/etags.el /^(defun etags-list-tags (file) ; Doc string?$/
1143etags make-src/Makefile /^etags: etags.c ${OBJS}$/
1144ETAGS make-src/Makefile /^ETAGS: FRC etags ${infiles}$/
1145ETAGS% make-src/Makefile /^ETAGS%: FRC etags% ${infiles}$/
1146etags-recognize-tags-table el-src/emacs/lisp/progmodes/etags.el /^(defun etags-recognize-tags-table ()$/ 2777etags-recognize-tags-table el-src/emacs/lisp/progmodes/etags.el /^(defun etags-recognize-tags-table ()$/
1147etags-snarf-tag el-src/emacs/lisp/progmodes/etags.el /^(defun etags-snarf-tag (&optional use-explicit) ; / 2778etags-snarf-tag el-src/emacs/lisp/progmodes/etags.el /^(defun etags-snarf-tag (&optional use-explicit) ; /
1148etags-tags-apropos-additional el-src/emacs/lisp/progmodes/etags.el /^(defun etags-tags-apropos-additional (regexp)$/
1149etags-tags-apropos el-src/emacs/lisp/progmodes/etags.el /^(defun etags-tags-apropos (string) ; Doc string?$/ 2779etags-tags-apropos el-src/emacs/lisp/progmodes/etags.el /^(defun etags-tags-apropos (string) ; Doc string?$/
2780etags-tags-apropos-additional el-src/emacs/lisp/progmodes/etags.el /^(defun etags-tags-apropos-additional (regexp)$/
1150etags-tags-completion-table el-src/emacs/lisp/progmodes/etags.el /^(defun etags-tags-completion-table () ; Doc string/ 2781etags-tags-completion-table el-src/emacs/lisp/progmodes/etags.el /^(defun etags-tags-completion-table () ; Doc string/
1151etags-tags-included-tables el-src/emacs/lisp/progmodes/etags.el /^(defun etags-tags-included-tables () ; Doc string?/ 2782etags-tags-included-tables el-src/emacs/lisp/progmodes/etags.el /^(defun etags-tags-included-tables () ; Doc string?/
1152etags-tags-table-files el-src/emacs/lisp/progmodes/etags.el /^(defun etags-tags-table-files () ; Doc string?$/ 2783etags-tags-table-files el-src/emacs/lisp/progmodes/etags.el /^(defun etags-tags-table-files () ; Doc string?$/
1153etags-verify-tags-table el-src/emacs/lisp/progmodes/etags.el /^(defun etags-verify-tags-table ()$/ 2784etags-verify-tags-table el-src/emacs/lisp/progmodes/etags.el /^(defun etags-verify-tags-table ()$/
1154etags--xref-find-definitions el-src/emacs/lisp/progmodes/etags.el /^(defun etags--xref-find-definitions (pattern &opti/
1155etags-xref-find-definitions-tag-order el-src/emacs/lisp/progmodes/etags.el /^(defvar etags-xref-find-definitions-tag-order '(ta/
1156etags-xref-find el-src/emacs/lisp/progmodes/etags.el /^(defun etags-xref-find (action id)$/ 2785etags-xref-find el-src/emacs/lisp/progmodes/etags.el /^(defun etags-xref-find (action id)$/
1157etags--xref-limit el-src/emacs/lisp/progmodes/etags.el /^(defconst etags--xref-limit 1000)$/ 2786etags-xref-find-definitions-tag-order el-src/emacs/lisp/progmodes/etags.el /^(defvar etags-xref-find-definitions-tag-order '(ta/
1158\Etitlepage tex-src/texinfo.tex /^\\def\\Etitlepage{%$/ 2787etags.1.man make-src/Makefile /^etags.1.man: etags.1$/
2788etags_getcwd c-src/etags.c /^etags_getcwd (void)$/
1159eval_dyn c-src/emacs/src/keyboard.c /^eval_dyn (Lisp_Object form)$/ 2789eval_dyn c-src/emacs/src/keyboard.c /^eval_dyn (Lisp_Object form)$/
1160\evenfooting tex-src/texinfo.tex /^\\def\\evenfooting{\\parsearg\\evenfootingxxx}$/
1161\evenheading tex-src/texinfo.tex /^\\def\\evenheading{\\parsearg\\evenheadingxxx}$/
1162event-convert-list c-src/emacs/src/keyboard.c /^DEFUN ("event-convert-list", Fevent_convert_list, / 2790event-convert-list c-src/emacs/src/keyboard.c /^DEFUN ("event-convert-list", Fevent_convert_list, /
1163event_head c-src/emacs/src/keyboard.c 11021
1164event-symbol-parse-modifiers c-src/emacs/src/keyboard.c /^DEFUN ("internal-event-symbol-parse-modifiers", Fe/ 2791event-symbol-parse-modifiers c-src/emacs/src/keyboard.c /^DEFUN ("internal-event-symbol-parse-modifiers", Fe/
2792event_head c-src/emacs/src/keyboard.c 11021
1165event_to_kboard c-src/emacs/src/keyboard.c /^event_to_kboard (struct input_event *event)$/ 2793event_to_kboard c-src/emacs/src/keyboard.c /^event_to_kboard (struct input_event *event)$/
1166\everyfooting tex-src/texinfo.tex /^\\def\\everyfooting{\\parsearg\\everyfootingxxx}$/
1167\everyheading tex-src/texinfo.tex /^\\def\\everyheading{\\parsearg\\everyheadingxxx}$/
1168\Evtable tex-src/texinfo.tex /^\\def\\Evtable{\\endgraf\\endgroup\\afterenvbreak}%$/
1169\ewbot tex-src/texinfo.tex /^\\def\\ewbot{\\vrule height0pt depth\\cornerthick widt/
1170\ewtop tex-src/texinfo.tex /^\\def\\ewtop{\\vrule height\\cornerthick depth0pt widt/
1171exact c-src/emacs/src/gmalloc.c 200 2794exact c-src/emacs/src/gmalloc.c 200
1172/exclamdown ps-src/rfc1245.ps /^\/exclamdown \/logicalnot \/.notdef \/florin \/.notdef /
1173\exdent tex-src/texinfo.tex /^\\def\\exdent{\\parsearg\\exdentyyy}$/
1174\exdentyyy tex-src/texinfo.tex /^\\def\\exdentyyy #1{{\\hfil\\break\\hbox{\\kern -\\exdent/
1175execute cp-src/c.C /^ void execute(CPluginCSCState& p, int w, in/ 2795execute cp-src/c.C /^ void execute(CPluginCSCState& p, int w, in/
1176EXFUN c-src/emacs/src/lisp.h /^#define EXFUN(fnname, maxargs) \\$/
1177exit_critical_to_previous c-src/h.h 117
1178exit c-src/exit.c /^DEFUN(exit, (status), int status)$/ 2796exit c-src/exit.c /^DEFUN(exit, (status), int status)$/
1179exit c-src/exit.strange_suffix /^DEFUN(exit, (status), int status)$/ 2797exit c-src/exit.strange_suffix /^DEFUN(exit, (status), int status)$/
1180Exit_LL_Task/p ada-src/2ataspri.adb /^ procedure Exit_LL_Task is$/
1181Exit_LL_Task/p ada-src/2ataspri.ads /^ procedure Exit_LL_Task;$/
1182exit-recursive-edit c-src/emacs/src/keyboard.c /^DEFUN ("exit-recursive-edit", Fexit_recursive_edit/ 2798exit-recursive-edit c-src/emacs/src/keyboard.c /^DEFUN ("exit-recursive-edit", Fexit_recursive_edit/
2799exit_critical_to_previous c-src/h.h 117
2800exp y-src/atest.y 2
2801exp y-src/cccp.y 156
2802exp y-src/cccp.y 185
2803exp y-src/parse.y 95
1183exp1 y-src/cccp.y 148 2804exp1 y-src/cccp.y 148
2805exp_list y-src/parse.y 263
1184expand-abbrev c-src/abbrev.c /^DEFUN ("expand-abbrev", Fexpand_abbrev, Sexpand_ab/ 2806expand-abbrev c-src/abbrev.c /^DEFUN ("expand-abbrev", Fexpand_abbrev, Sexpand_ab/
1185expandmng prol-src/natded.prolog /^expandmng(var(V),var(V)).$/ 2807expandmng prol-src/natded.prolog /^expandmng(var(V),var(V)).$/
1186expandmng_tree prol-src/natded.prolog /^expandmng_tree(tree(Rule,Syn:Sem,Trees),$/ 2808expandmng_tree prol-src/natded.prolog /^expandmng_tree(tree(Rule,Syn:Sem,Trees),$/
1187expandmng_trees prol-src/natded.prolog /^expandmng_trees([],[]).$/ 2809expandmng_trees prol-src/natded.prolog /^expandmng_trees([],[]).$/
1188expandsyn prol-src/natded.prolog /^expandsyn(Syn,Syn):-$/ 2810expandsyn prol-src/natded.prolog /^expandsyn(Syn,Syn):-$/
1189\expansion tex-src/texinfo.tex /^\\def\\expansion{\\leavevmode\\raise.1ex\\hbox to 1em{\\/
1190\expansion tex-src/texinfo.tex /^\\def\\expansion{\\realbackslash expansion}$/
1191explicitly-quoted-pending-delete-mode el-src/TAGTEST.EL /^(defalias (quote explicitly-quoted-pending-delete-/ 2811explicitly-quoted-pending-delete-mode el-src/TAGTEST.EL /^(defalias (quote explicitly-quoted-pending-delete-/
1192exp_list y-src/parse.y 263
1193expression_value y-src/cccp.y 68 2812expression_value y-src/cccp.y 68
1194exp y-src/atest.y 2
1195exp y-src/cccp.y 156
1196exp y-src/cccp.y 185
1197exp y-src/parse.y 95
1198EXTAGS make-src/Makefile /^EXTAGS: extags ${infiles} Makefile$/
1199EXTERNALLY_VISIBLE c-src/emacs/src/keyboard.c 3497
1200EXTERNALLY_VISIBLE c-src/emacs/src/keyboard.c 4372
1201ExtractCommentInfo pas-src/common.pas /^procedure ExtractCommentInfo; (*($/
1202extras c-src/emacs/src/lisp.h 1603 2813extras c-src/emacs/src/lisp.h 1603
1203extvar c-src/h.h 109 2814extvar c-src/h.h 109
2815f c-src/c.c /^T f(){if(x){}$/
2816f c-src/h.h 89
2817f c.c /^int f$/
2818f c.c 145
2819f c.c 156
2820f c.c 168
2821f cp-src/c.C /^ void f() {}$/
2822f cp-src/c.C /^ int f(){return 0;}; \/\/ first comment$/
2823f cp-src/c.C /^A<float,B<int> > A<B<float>,int>::f(A<int>* x) {}$/
2824f cp-src/c.C /^A<int>* f() {}$/
2825f cp-src/c.C /^class B<int> { void f() {} };$/
2826f cp-src/c.C /^int A<int>::f(A<int>* x) {}$/
2827f cp-src/c.C /^int f(A<int> x) {}$/
2828f cp-src/fail.C /^ int f() { return 5; }$/
2829f cp-src/fail.C /^int A::B::f() { return 2; }$/
1204f1 c.c /^ f1 () { \/* Do something. *\/; }$/ 2830f1 c.c /^ f1 () { \/* Do something. *\/; }$/
1205f1 perl-src/kai-test.pl /^sub f1 {$/ 2831f1 perl-src/kai-test.pl /^sub f1 {$/
1206f2 c.c /^void f2 () { \/* Do something. *\/; }$/ 2832f2 c.c /^void f2 () { \/* Do something. *\/; }$/
@@ -1210,90 +2836,34 @@ f4 perl-src/kai-test.pl /^sub Bar::f4 {$/
1210f5 perl-src/kai-test.pl /^sub f5 {$/ 2836f5 perl-src/kai-test.pl /^sub f5 {$/
1211f6 perl-src/kai-test.pl /^sub f6 {$/ 2837f6 perl-src/kai-test.pl /^sub f6 {$/
1212f7 perl-src/kai-test.pl /^sub f7 {$/ 2838f7 perl-src/kai-test.pl /^sub f7 {$/
1213Fabbrev_expansion c-src/abbrev.c /^DEFUN ("abbrev-expansion", Fabbrev_expansion, Sabb/ 2839fast_string_match_ignore_case c-src/emacs/src/lisp.h /^fast_string_match_ignore_case (Lisp_Object regexp,/
1214Fabbrev_symbol c-src/abbrev.c /^DEFUN ("abbrev-symbol", Fabbrev_symbol, Sabbrev_sy/
1215Fabort_recursive_edit c-src/emacs/src/keyboard.c /^DEFUN ("abort-recursive-edit", Fabort_recursive_ed/
1216=/f ada-src/etags-test-for.ada /^ function "=" (L, R : System.Address) return Boo/
1217Fails_t c-src/h.h 5
1218/fakecolorsetup ps-src/rfc1245.ps /^\/fakecolorsetup {$/
1219FASTCFLAGS make-src/Makefile /^FASTCFLAGS=-O3 -finline-functions -ffast-math -fun/
1220FASTCFLAGSWARN make-src/Makefile /^FASTCFLAGSWARN=${WARNINGS} -Werror ${FASTCFLAGS}$/
1221fastctags make-src/Makefile /^fastctags:$/ 2840fastctags make-src/Makefile /^fastctags:$/
1222fastetags make-src/Makefile /^fastetags:$/ 2841fastetags make-src/Makefile /^fastetags:$/
1223fastmap_accurate c-src/emacs/src/regex.h 383
1224fastmap c-src/emacs/src/regex.h 355 2842fastmap c-src/emacs/src/regex.h 355
1225fast_string_match_ignore_case c-src/emacs/src/lisp.h /^fast_string_match_ignore_case (Lisp_Object regexp,/ 2843fastmap_accurate c-src/emacs/src/regex.h 383
1226fatala c.c /^void fatala () __attribute__ ((noreturn));$/
1227fatal c-src/etags.c /^fatal (const char *s1, const char *s2)$/ 2844fatal c-src/etags.c /^fatal (const char *s1, const char *s2)$/
1228f c.c 145 2845fatala c.c /^void fatala () __attribute__ ((noreturn));$/
1229f c.c 156
1230f c.c 168
1231f c.c /^int f$/
1232Fclear_abbrev_table c-src/abbrev.c /^DEFUN ("clear-abbrev-table", Fclear_abbrev_table, /
1233Fclear_this_command_keys c-src/emacs/src/keyboard.c /^DEFUN ("clear-this-command-keys", Fclear_this_comm/
1234Fcommand_error_default_function c-src/emacs/src/keyboard.c /^DEFUN ("command-error-default-function", Fcommand_/
1235fconst forth-src/test-forth.fth /^3.1415e fconstant fconst$/ 2846fconst forth-src/test-forth.fth /^3.1415e fconstant fconst$/
1236f cp-src/c.C /^A<float,B<int> > A<B<float>,int>::f(A<int>* x) {}$/ 2847fdHandler objc-src/Subprocess.m /^- fdHandler:(int)theFd$/
1237f cp-src/c.C /^A<int>* f() {}$/ 2848fdHandler objc-src/Subprocess.m /^fdHandler (int theFd, id self)$/
1238f cp-src/c.C /^class B<int> { void f() {} };$/
1239f cp-src/c.C /^int A<int>::f(A<int>* x) {}$/
1240f cp-src/c.C /^int f(A<int> x) {}$/
1241f cp-src/c.C /^ int f(){return 0;}; \/\/ first comment$/
1242f cp-src/c.C /^ void f() {}$/
1243f cp-src/fail.C /^int A::B::f() { return 2; }$/
1244f cp-src/fail.C /^ int f() { return 5; }$/
1245f c-src/c.c /^T f(){if(x){}$/
1246f c-src/h.h 89
1247Fcurrent_idle_time c-src/emacs/src/keyboard.c /^DEFUN ("current-idle-time", Fcurrent_idle_time, Sc/
1248Fcurrent_input_mode c-src/emacs/src/keyboard.c /^DEFUN ("current-input-mode", Fcurrent_input_mode, /
1249Fdefine_abbrev c-src/abbrev.c /^DEFUN ("define-abbrev", Fdefine_abbrev, Sdefine_ab/
1250Fdefine_abbrev_table c-src/abbrev.c /^DEFUN ("define-abbrev-table", Fdefine_abbrev_table/
1251Fdefine_global_abbrev c-src/abbrev.c /^DEFUN ("define-global-abbrev", Fdefine_global_abbr/
1252Fdefine_mode_abbrev c-src/abbrev.c /^DEFUN ("define-mode-abbrev", Fdefine_mode_abbrev, /
1253fdefunkey c-src/etags.c 2409 2849fdefunkey c-src/etags.c 2409
1254fdefunname c-src/etags.c 2410 2850fdefunname c-src/etags.c 2410
1255fdesc c-src/etags.c 201 2851fdesc c-src/etags.c 201
1256fdesc c-src/etags.c 212 2852fdesc c-src/etags.c 212
1257fdHandler objc-src/Subprocess.m /^- fdHandler:(int)theFd$/
1258fdHandler objc-src/Subprocess.m /^fdHandler (int theFd, id self)$/
1259Fdiscard_input c-src/emacs/src/keyboard.c /^DEFUN ("discard-input", Fdiscard_input, Sdiscard_i/
1260fdp c-src/etags.c 217 2853fdp c-src/etags.c 217
1261Fevent_convert_list c-src/emacs/src/keyboard.c /^DEFUN ("event-convert-list", Fevent_convert_list, /
1262Fevent_symbol_parse_modifiers c-src/emacs/src/keyboard.c /^DEFUN ("internal-event-symbol-parse-modifiers", Fe/
1263Fexit_recursive_edit c-src/emacs/src/keyboard.c /^DEFUN ("exit-recursive-edit", Fexit_recursive_edit/
1264Fexpand_abbrev c-src/abbrev.c /^DEFUN ("expand-abbrev", Fexpand_abbrev, Sexpand_ab/
1265ff cp-src/c.C /^ int ff(){return 1;};$/ 2854ff cp-src/c.C /^ int ff(){return 1;};$/
1266F_getit c-src/etags.c /^F_getit (FILE *inf)$/
1267>field1 forth-src/test-forth.fth /^ 9 field >field1$/
1268>field2 forth-src/test-forth.fth /^ 5 field >field2$/
1269field_of_play cp-src/conway.cpp 18 2855field_of_play cp-src/conway.cpp 18
1270fignore c-src/etags.c 2416 2856fignore c-src/etags.c 2416
2857file-of-tag el-src/emacs/lisp/progmodes/etags.el /^(defun file-of-tag (&optional relative)$/
2858file-of-tag-function el-src/emacs/lisp/progmodes/etags.el /^(defvar file-of-tag-function nil$/
2859fileJoin php-src/lce_functions.php /^ function fileJoin()$/
1271file_end perl-src/htlmify-cystic /^sub file_end ()$/ 2860file_end perl-src/htlmify-cystic /^sub file_end ()$/
1272file_index perl-src/htlmify-cystic 33 2861file_index perl-src/htlmify-cystic 33
1273fileJoin php-src/lce_functions.php /^ function fileJoin()$/ 2862file_tocs perl-src/htlmify-cystic 30
1274filename_is_absolute c-src/etags.c /^filename_is_absolute (char *fn)$/ 2863filename_is_absolute c-src/etags.c /^filename_is_absolute (char *fn)$/
1275filenames c-src/etags.c 196 2864filenames c-src/etags.c 196
1276file-of-tag el-src/emacs/lisp/progmodes/etags.el /^(defun file-of-tag (&optional relative)$/
1277file-of-tag-function el-src/emacs/lisp/progmodes/etags.el /^(defvar file-of-tag-function nil$/
1278\file tex-src/texinfo.tex /^\\def\\file##1{\\realbackslash file {##1}}%$/
1279\file tex-src/texinfo.tex /^\\def\\file##1{\\realbackslash file {##1}}$/
1280file_tocs perl-src/htlmify-cystic 30
1281/fillprocs ps-src/rfc1245.ps /^\/fillprocs 32 array def$/
1282FILTER make-src/Makefile /^FILTER=grep -v '\\.[Cchefy][lor]*,[1-9][0-9]*' || t/
1283FINAL_FREE_BLOCKS c-src/emacs/src/gmalloc.c 135
1284Finalize_Cond/p ada-src/2ataspri.adb /^ procedure Finalize_Cond (Cond : in out Conditio/
1285Finalize_Cond/p ada-src/2ataspri.ads /^ procedure Finalize_Cond (Cond : in out Conditio/
1286Finalize_Lock/p ada-src/2ataspri.adb /^ procedure Finalize_Lock (L : in out Lock) is$/
1287Finalize_Lock/p ada-src/2ataspri.ads /^ procedure Finalize_Lock (L : in out Lock);$/
1288FINALIZERP c-src/emacs/src/lisp.h /^FINALIZERP (Lisp_Object x)$/
1289Finalize_TAS_Cell/p ada-src/2ataspri.adb /^ procedure Finalize_TAS_Cell (Cell : in out TAS_/
1290Finalize_TAS_Cell/p ada-src/2ataspri.ads /^ procedure Finalize_TAS_Cell (Cell : in out TA/
1291\finalout tex-src/texinfo.tex /^\\def\\finalout{\\overfullrule=0pt}$/
1292findcats prol-src/natded.prolog /^findcats([],Left,Left).$/
1293find_entries c-src/etags.c /^find_entries (FILE *inf)$/
1294\findex tex-src/texinfo.tex /^\\def\\findex {\\fnindex}$/
1295find-tag-default-function el-src/emacs/lisp/progmodes/etags.el /^(defcustom find-tag-default-function nil$/
1296find-tag el-src/emacs/lisp/progmodes/etags.el /^(defun find-tag (tagname &optional next-p regexp-p/ 2865find-tag el-src/emacs/lisp/progmodes/etags.el /^(defun find-tag (tagname &optional next-p regexp-p/
2866find-tag-default-function el-src/emacs/lisp/progmodes/etags.el /^(defcustom find-tag-default-function nil$/
1297find-tag-history el-src/emacs/lisp/progmodes/etags.el /^(defvar find-tag-history nil) ; Doc string?$/ 2867find-tag-history el-src/emacs/lisp/progmodes/etags.el /^(defvar find-tag-history nil) ; Doc string?$/
1298find-tag-hook el-src/emacs/lisp/progmodes/etags.el /^(defcustom find-tag-hook nil$/ 2868find-tag-hook el-src/emacs/lisp/progmodes/etags.el /^(defcustom find-tag-hook nil$/
1299find-tag-in-order el-src/emacs/lisp/progmodes/etags.el /^(defun find-tag-in-order (pattern$/ 2869find-tag-in-order el-src/emacs/lisp/progmodes/etags.el /^(defun find-tag-in-order (pattern$/
@@ -1311,160 +2881,82 @@ find-tag-regexp-tag-order el-src/emacs/lisp/progmodes/etags.el /^(defvar find-ta
1311find-tag-search-function el-src/emacs/lisp/progmodes/etags.el /^(defvar find-tag-search-function nil$/ 2881find-tag-search-function el-src/emacs/lisp/progmodes/etags.el /^(defvar find-tag-search-function nil$/
1312find-tag-tag el-src/emacs/lisp/progmodes/etags.el /^(defun find-tag-tag (string)$/ 2882find-tag-tag el-src/emacs/lisp/progmodes/etags.el /^(defun find-tag-tag (string)$/
1313find-tag-tag-order el-src/emacs/lisp/progmodes/etags.el /^(defvar find-tag-tag-order nil$/ 2883find-tag-tag-order el-src/emacs/lisp/progmodes/etags.el /^(defvar find-tag-tag-order nil$/
2884find_entries c-src/etags.c /^find_entries (FILE *inf)$/
1314find_user_signal_name c-src/emacs/src/keyboard.c /^find_user_signal_name (int sig)$/ 2885find_user_signal_name c-src/emacs/src/keyboard.c /^find_user_signal_name (int sig)$/
2886findcats prol-src/natded.prolog /^findcats([],Left,Left).$/
1315finish_appendices perl-src/htlmify-cystic /^sub finish_appendices ()$/ 2887finish_appendices perl-src/htlmify-cystic /^sub finish_appendices ()$/
1316finish_sections perl-src/htlmify-cystic /^sub finish_sections ()$/ 2888finish_sections perl-src/htlmify-cystic /^sub finish_sections ()$/
1317finish_subsections perl-src/htlmify-cystic /^sub finish_subsections ()$/ 2889finish_subsections perl-src/htlmify-cystic /^sub finish_subsections ()$/
1318finish_subsubsections perl-src/htlmify-cystic /^sub finish_subsubsections ()$/ 2890finish_subsubsections perl-src/htlmify-cystic /^sub finish_subsubsections ()$/
1319\finishtitlepage tex-src/texinfo.tex /^\\def\\finishtitlepage{%$/
1320finlist c-src/etags.c 2414 2891finlist c-src/etags.c 2414
1321Finput_pending_p c-src/emacs/src/keyboard.c /^DEFUN ("input-pending-p", Finput_pending_p, Sinput/
1322Finsert_abbrev_table_description c-src/abbrev.c /^DEFUN ("insert-abbrev-table-description", Finsert_/
1323First100Chars pas-src/common.pas /^procedure First100Chars; (*($/
1324first c-src/emacs/src/gmalloc.c 151 2892first c-src/emacs/src/gmalloc.c 151
1325fitchtreelist prol-src/natded.prolog /^fitchtreelist([]).$/ 2893fitchtreelist prol-src/natded.prolog /^fitchtreelist([]).$/
1326FIXNUM_BITS c-src/emacs/src/lisp.h 252
1327FIXNUM_OVERFLOW_P c-src/emacs/src/lisp.h /^#define FIXNUM_OVERFLOW_P(i) \\$/
1328FIXNUM_OVERFLOW_P c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (EQ, bool, (Lisp_Object x, Lisp_O/
1329fixup_locale c-src/emacs/src/lisp.h /^INLINE void fixup_locale (void) {}$/ 2894fixup_locale c-src/emacs/src/lisp.h /^INLINE void fixup_locale (void) {}$/
1330flag2str pyt-src/server.py /^def flag2str(value, string):$/
1331flag c-src/getopt.h 83 2895flag c-src/getopt.h 83
2896flag2str pyt-src/server.py /^def flag2str(value, string):$/
1332flistseen c-src/etags.c 2415 2897flistseen c-src/etags.c 2415
1333FLOATP c-src/emacs/src/lisp.h /^# define FLOATP(x) lisp_h_FLOATP (x)$/
1334FLOAT_TO_STRING_BUFSIZE c-src/emacs/src/lisp.h 3927
1335/fl ps-src/rfc1245.ps /^\/fl { $/
1336\flushcr tex-src/texinfo.tex /^\\def\\flushcr{\\ifx\\par\\lisppar \\def\\next##1{}\\else /
1337\flushleft tex-src/texinfo.tex /^\\def\\flushleft{%$/
1338\flushright tex-src/texinfo.tex /^\\def\\flushright{%$/
1339Fmake_abbrev_table c-src/abbrev.c /^DEFUN ("make-abbrev-table", Fmake_abbrev_table, Sm/
1340/FMBEGINEPSF ps-src/rfc1245.ps /^\/FMBEGINEPSF { $/
1341/FMBEGINPAGE ps-src/rfc1245.ps /^\/FMBEGINPAGE { $/
1342/Fmcc ps-src/rfc1245.ps /^\/Fmcc {$/
1343/FMDEFINEFONT ps-src/rfc1245.ps /^\/FMDEFINEFONT { $/
1344/FMDOCUMENT ps-src/rfc1245.ps /^\/FMDOCUMENT { $/
1345/FMENDEPSF ps-src/rfc1245.ps /^\/FMENDEPSF {$/
1346/FMENDPAGE ps-src/rfc1245.ps /^\/FMENDPAGE {$/
1347/FMLOCAL ps-src/rfc1245.ps /^\/FMLOCAL {$/
1348/FMNORMALIZEGRAPHICS ps-src/rfc1245.ps /^\/FMNORMALIZEGRAPHICS { $/
1349/FMVERSION ps-src/rfc1245.ps /^\/FMVERSION {$/
1350/FMversion ps-src/rfc1245.ps /^\/FMversion (2.0) def $/
1351fn c-src/exit.c /^ void EXFUN((*fn[1]), (NOARGS));$/ 2898fn c-src/exit.c /^ void EXFUN((*fn[1]), (NOARGS));$/
1352fn c-src/exit.strange_suffix /^ void EXFUN((*fn[1]), (NOARGS));$/ 2899fn c-src/exit.strange_suffix /^ void EXFUN((*fn[1]), (NOARGS));$/
1353fnin y-src/parse.y 68 2900fnin y-src/parse.y 68
1354\fnitemindex tex-src/texinfo.tex /^\\def\\fnitemindex #1{\\doind {fn}{\\code{#1}}}%$/
1355focus_set pyt-src/server.py /^ def focus_set(self):$/ 2901focus_set pyt-src/server.py /^ def focus_set(self):$/
1356follow_key c-src/emacs/src/keyboard.c /^follow_key (Lisp_Object keymap, Lisp_Object key)$/ 2902follow_key c-src/emacs/src/keyboard.c /^follow_key (Lisp_Object keymap, Lisp_Object key)$/
1357fonts\rm tex-src/texinfo.tex /^ \\indexfonts\\rm \\tolerance=9500 \\advance\\baseline/
1358fonts tex-src/texinfo.tex /^\\obeyspaces \\obeylines \\ninett \\indexfonts \\rawbac/ 2903fonts tex-src/texinfo.tex /^\\obeyspaces \\obeylines \\ninett \\indexfonts \\rawbac/
1359foo1 ruby-src/test1.ru /^ attr_reader(:foo1, :bar1, # comment$/ 2904fonts\rm tex-src/texinfo.tex /^ \\indexfonts\\rm \\tolerance=9500 \\advance\\baseline/
1360foo2 ruby-src/test1.ru /^ alias_method ( :foo2, #cmmt$/ 2905foo c-src/h.h 18
1361foobar2_ c-src/h.h 16
1362foobar2 c-src/h.h 20
1363foobar c.c /^extern void foobar (void) __attribute__ ((section /
1364foobar c-src/c.c /^int foobar() {;}$/
1365foo==bar el-src/TAGTEST.EL /^(defun foo==bar () (message "hi")) ; Bug#5624$/
1366Foo::Bar perl-src/kai-test.pl /^package Foo::Bar;$/
1367foo c.c 150 2906foo c.c 150
1368foo c.c 166 2907foo c.c 166
1369foo c.c 167 2908foo c.c 167
1370foo c.c 178 2909foo c.c 178
1371foo c.c 189 2910foo c.c 189
2911foo cp-src/c.C /^ foo() {$/
1372foo cp-src/c.C 68 2912foo cp-src/c.C 68
1373foo cp-src/c.C 79 2913foo cp-src/c.C 79
1374foo cp-src/c.C /^ foo() {$/
1375foo cp-src/x.cc /^XX::foo()$/ 2914foo cp-src/x.cc /^XX::foo()$/
1376foo c-src/h.h 18
1377(foo) forth-src/test-forth.fth /^: (foo) 1 ;$/
1378foo forth-src/test-forth.fth /^: foo (foo) ;$/
1379foo f-src/entry.for /^ character*(*) function foo()$/ 2915foo f-src/entry.for /^ character*(*) function foo()$/
1380foo f-src/entry.strange /^ character*(*) function foo()$/ 2916foo f-src/entry.strange /^ character*(*) function foo()$/
1381foo f-src/entry.strange_suffix /^ character*(*) function foo()$/ 2917foo f-src/entry.strange_suffix /^ character*(*) function foo()$/
1382Foo perl-src/kai-test.pl /^package Foo;$/ 2918foo forth-src/test-forth.fth /^: foo (foo) ;$/
1383foo php-src/ptest.php /^foo()$/ 2919foo php-src/ptest.php /^foo()$/
1384foo ruby-src/test1.ru /^ attr_reader :foo$/ 2920foo ruby-src/test1.ru /^ attr_reader :foo$/
1385foo! ruby-src/test1.ru /^ def foo!$/ 2921foo! ruby-src/test1.ru /^ def foo!$/
1386Fopen_dribble_file c-src/emacs/src/keyboard.c /^DEFUN ("open-dribble-file", Fopen_dribble_file, So/ 2922foo1 ruby-src/test1.ru /^ attr_reader(:foo1, :bar1, # comment$/
2923foo2 ruby-src/test1.ru /^ alias_method ( :foo2, #cmmt$/
2924foo==bar el-src/TAGTEST.EL /^(defun foo==bar () (message "hi")) ; Bug#5624$/
2925foobar c-src/c.c /^int foobar() {;}$/
2926foobar c.c /^extern void foobar (void) __attribute__ ((section /
2927foobar2 c-src/h.h 20
2928foobar2_ c-src/h.h 16
1387foperator c-src/etags.c 2411 2929foperator c-src/etags.c 2411
1388force_auto_save_soon c-src/emacs/src/keyboard.c /^force_auto_save_soon (void)$/ 2930force_auto_save_soon c-src/emacs/src/keyboard.c /^force_auto_save_soon (void)$/
1389force_explicit_name c-src/etags.c 265 2931force_explicit_name c-src/etags.c 265
1390force_quit_count c-src/emacs/src/keyboard.c 10387 2932force_quit_count c-src/emacs/src/keyboard.c 10387
1391FOR_EACH_ALIST_VALUE c-src/emacs/src/lisp.h /^#define FOR_EACH_ALIST_VALUE(head_var, list_var, v/
1392FOR_EACH_TAIL c-src/emacs/src/lisp.h /^#define FOR_EACH_TAIL(hare, list, tortoise, n) \\$/
1393foreign_export merc-src/accumulator.m /^:- pragma foreign_export("C", unravel_univ(in, out/ 2933foreign_export merc-src/accumulator.m /^:- pragma foreign_export("C", unravel_univ(in, out/
1394formatSize objc-src/PackInsp.m /^-(const char *)formatSize:(const char *)size inBuf/ 2934formatSize objc-src/PackInsp.m /^-(const char *)formatSize:(const char *)size inBuf/
1395\format tex-src/texinfo.tex /^\\def\\format{\\begingroup\\inENV %This group ends at /
1396Forth_help c-src/etags.c 573
1397FORTHSRC make-src/Makefile /^FORTHSRC=test-forth.fth$/
1398Forth_suffixes c-src/etags.c 571
1399Forth_words c-src/etags.c /^Forth_words (FILE *inf)$/
1400Fortran_functions c-src/etags.c /^Fortran_functions (FILE *inf)$/
1401Fortran_help c-src/etags.c 579
1402Fortran_suffixes c-src/etags.c 577
1403found c-src/emacs/src/lisp.h 2344 2935found c-src/emacs/src/lisp.h 2344
1404Fposn_at_point c-src/emacs/src/keyboard.c /^DEFUN ("posn-at-point", Fposn_at_point, Sposn_at_p/
1405Fposn_at_x_y c-src/emacs/src/keyboard.c /^DEFUN ("posn-at-x-y", Fposn_at_x_y, Sposn_at_x_y, /
1406/F ps-src/rfc1245.ps /^\/F { $/
1407fracas html-src/software.html /^Fracas$/ 2936fracas html-src/software.html /^Fracas$/
1408/fraction ps-src/rfc1245.ps /^\/fraction \/currency \/guilsinglleft \/guilsinglright/
1409frag c-src/emacs/src/gmalloc.c 152 2937frag c-src/emacs/src/gmalloc.c 152
1410_fraghead c-src/emacs/src/gmalloc.c 370
1411/FrameDict ps-src/rfc1245.ps /^\/FrameDict 190 dict def $/
1412frame_local c-src/emacs/src/lisp.h 2341 2938frame_local c-src/emacs/src/lisp.h 2341
1413FRAMEP c-src/emacs/src/lisp.h /^FRAMEP (Lisp_Object a)$/ 2939free c-src/emacs/src/gmalloc.c /^free (void *ptr)$/
1414FRC make-src/Makefile /^FRC:;$/
1415Fread_key_sequence c-src/emacs/src/keyboard.c /^DEFUN ("read-key-sequence", Fread_key_sequence, Sr/
1416Fread_key_sequence_vector c-src/emacs/src/keyboard.c /^DEFUN ("read-key-sequence-vector", Fread_key_seque/
1417Frecent_keys c-src/emacs/src/keyboard.c /^DEFUN ("recent-keys", Frecent_keys, Srecent_keys, /
1418Frecursion_depth c-src/emacs/src/keyboard.c /^DEFUN ("recursion-depth", Frecursion_depth, Srecur/
1419Frecursive_edit c-src/emacs/src/keyboard.c /^DEFUN ("recursive-edit", Frecursive_edit, Srecursi/
1420free c-src/emacs/src/gmalloc.c 166 2940free c-src/emacs/src/gmalloc.c 166
1421free c-src/emacs/src/gmalloc.c 1719 2941free c-src/emacs/src/gmalloc.c 1719
1422free c-src/emacs/src/gmalloc.c 67 2942free c-src/emacs/src/gmalloc.c 67
1423free c-src/emacs/src/gmalloc.c 72 2943free c-src/emacs/src/gmalloc.c 72
1424_free c-src/emacs/src/gmalloc.c /^_free (void *ptr)$/
1425free c-src/emacs/src/gmalloc.c /^free (void *ptr)$/
1426free_fdesc c-src/etags.c /^free_fdesc (register fdesc *fdp)$/ 2944free_fdesc c-src/etags.c /^free_fdesc (register fdesc *fdp)$/
1427FREEFLOOD c-src/emacs/src/gmalloc.c 1858
1428free_for prol-src/natded.prolog /^free_for(var(_),_,_).$/ 2945free_for prol-src/natded.prolog /^free_for(var(_),_,_).$/
1429freehook c-src/emacs/src/gmalloc.c /^freehook (void *ptr)$/
1430_free_internal c-src/emacs/src/gmalloc.c /^_free_internal (void *ptr)$/
1431_free_internal_nolock c-src/emacs/src/gmalloc.c /^_free_internal_nolock (void *ptr)$/
1432free_regexps c-src/etags.c /^free_regexps (void)$/ 2946free_regexps c-src/etags.c /^free_regexps (void)$/
1433free_tree c-src/etags.c /^free_tree (register node *np)$/ 2947free_tree c-src/etags.c /^free_tree (register node *np)$/
1434free_var prol-src/natded.prolog /^free_var(var(V),var(V)).$/ 2948free_var prol-src/natded.prolog /^free_var(var(V),var(V)).$/
1435\frenchspacing tex-src/texinfo.tex /^\\def\\frenchspacing{\\sfcode46=1000 \\sfcode63=1000 \\/ 2949freehook c-src/emacs/src/gmalloc.c /^freehook (void *ptr)$/
1436/freq ps-src/rfc1245.ps /^\/freq dpi 18.75 div 8 div round dup 0 eq {pop 1} i/
1437Freset_this_command_lengths c-src/emacs/src/keyboard.c /^DEFUN ("reset-this-command-lengths", Freset_this_c/
1438fresh_vars prol-src/natded.prolog /^fresh_vars(var(V),var(V)).$/ 2950fresh_vars prol-src/natded.prolog /^fresh_vars(var(V),var(V)).$/
1439Fset_input_interrupt_mode c-src/emacs/src/keyboard.c /^DEFUN ("set-input-interrupt-mode", Fset_input_inte/
1440Fset_input_meta_mode c-src/emacs/src/keyboard.c /^DEFUN ("set-input-meta-mode", Fset_input_meta_mode/
1441Fset_input_mode c-src/emacs/src/keyboard.c /^DEFUN ("set-input-mode", Fset_input_mode, Sset_inp/
1442Fset_output_flow_control c-src/emacs/src/keyboard.c /^DEFUN ("set-output-flow-control", Fset_output_flow/
1443Fset_quit_char c-src/emacs/src/keyboard.c /^DEFUN ("set-quit-char", Fset_quit_char, Sset_quit_/
1444FSRC make-src/Makefile /^FSRC=entry.for entry.strange_suffix entry.strange$/
1445fstartlist c-src/etags.c 2413 2951fstartlist c-src/etags.c 2413
1446Fsuspend_emacs c-src/emacs/src/keyboard.c /^DEFUN ("suspend-emacs", Fsuspend_emacs, Ssuspend_e/
1447\ftable tex-src/texinfo.tex /^\\def\\ftable{\\begingroup\\inENV\\obeylines\\obeyspaces/
1448F_takeprec c-src/etags.c /^F_takeprec (void)$/
1449Fthis_command_keys c-src/emacs/src/keyboard.c /^DEFUN ("this-command-keys", Fthis_command_keys, St/
1450Fthis_command_keys_vector c-src/emacs/src/keyboard.c /^DEFUN ("this-command-keys-vector", Fthis_command_k/
1451Fthis_single_command_keys c-src/emacs/src/keyboard.c /^DEFUN ("this-single-command-keys", Fthis_single_co/
1452Fthis_single_command_raw_keys c-src/emacs/src/keyboard.c /^DEFUN ("this-single-command-raw-keys", Fthis_singl/
1453Ftop_level c-src/emacs/src/keyboard.c /^DEFUN ("top-level", Ftop_level, Stop_level, 0, 0, /
1454Ftrack_mouse c-src/emacs/src/keyboard.c /^DEFUN ("internal--track-mouse", Ftrack_mouse, Stra/
1455FUN0 y-src/parse.y /^yylex FUN0()$/
1456FUN1 y-src/parse.y /^str_to_col FUN1(char **,str)$/
1457FUN1 y-src/parse.y /^yyerror FUN1(char *, s)$/
1458FUN2 y-src/parse.y /^make_list FUN2(YYSTYPE, car, YYSTYPE, cdr)$/
1459FUN2 y-src/parse.y /^parse_cell_or_range FUN2(char **,ptr, struct rng */
1460func1 c.c /^int func1$/
1461func2 c.c /^int func2 (a,b$/
1462funcboo c.c /^bool funcboo ()$/
1463func c-src/emacs/src/lisp.h /^ void (*func) (int);$/
1464func c-src/emacs/src/lisp.h /^ void (*func) (Lisp_Object);$/ 2952func c-src/emacs/src/lisp.h /^ void (*func) (Lisp_Object);$/
2953func c-src/emacs/src/lisp.h /^ void (*func) (int);$/
1465func c-src/emacs/src/lisp.h /^ void (*func) (void *);$/ 2954func c-src/emacs/src/lisp.h /^ void (*func) (void *);$/
1466func c-src/emacs/src/lisp.h /^ void (*func) (void);$/ 2955func c-src/emacs/src/lisp.h /^ void (*func) (void);$/
2956func1 c.c /^int func1$/
2957func2 c.c /^int func2 (a,b$/
1467func_key_syms c-src/emacs/src/keyboard.c 4626 2958func_key_syms c-src/emacs/src/keyboard.c 4626
2959funcboo c.c /^bool funcboo ()$/
1468funcpointer c-src/emacs/src/lisp.h 2126 2960funcpointer c-src/emacs/src/lisp.h 2126
1469funcptr c-src/h.h /^ fu int (*funcptr) (void *ptr);$/ 2961funcptr c-src/h.h /^ fu int (*funcptr) (void *ptr);$/
1470function c-src/emacs/src/lisp.h 1685 2962function c-src/emacs/src/lisp.h 1685
@@ -1472,11 +2964,7 @@ function c-src/emacs/src/lisp.h 2197
1472function c-src/emacs/src/lisp.h 2985 2964function c-src/emacs/src/lisp.h 2985
1473function c-src/emacs/src/lisp.h 694 2965function c-src/emacs/src/lisp.h 694
1474function c-src/etags.c 194 2966function c-src/etags.c 194
1475FUNCTION_KEY_OFFSET c-src/emacs/src/keyboard.c 4766
1476FUNCTION_KEY_OFFSET c-src/emacs/src/keyboard.c 5061
1477FUNCTIONP c-src/emacs/src/lisp.h /^FUNCTIONP (Lisp_Object obj)$/
1478functionp c-src/emacs/src/lisp.h /^functionp (Lisp_Object object)$/ 2967functionp c-src/emacs/src/lisp.h /^functionp (Lisp_Object object)$/
1479Funexpand_abbrev c-src/abbrev.c /^DEFUN ("unexpand-abbrev", Funexpand_abbrev, Sunexp/
1480fval forth-src/test-forth.fth /^fconst fvalue fval$/ 2968fval forth-src/test-forth.fth /^fconst fvalue fval$/
1481fvar forth-src/test-forth.fth /^fvariable fvar$/ 2969fvar forth-src/test-forth.fth /^fvariable fvar$/
1482fvdef c-src/etags.c 2418 2970fvdef c-src/etags.c 2418
@@ -1485,138 +2973,73 @@ fvnameseen c-src/etags.c 2412
1485fvnone c-src/etags.c 2408 2973fvnone c-src/etags.c 2408
1486fwd c-src/emacs/src/lisp.h 2346 2974fwd c-src/emacs/src/lisp.h 2346
1487fwd c-src/emacs/src/lisp.h 690 2975fwd c-src/emacs/src/lisp.h 690
1488Fx_get_selection_internal c.c /^DEFUN ("x-get-selection-internal", Fx_get_selectio/ 2976g cp-src/c.C /^ int g(){return 2;};$/
1489Fx_get_selection_internal c.c /^ Fx_get_selection_internal, Sx_get_selection/
1490Fy_get_selection_internal c.c /^ Fy_get_selection_internal, Sy_get_selection_/
1491galileo html-src/software.html /^GaliLEO$/ 2977galileo html-src/software.html /^GaliLEO$/
1492GatherControls pyt-src/server.py /^ def GatherControls(self):$/
1493gather pyt-src/server.py /^ def gather(self):$/ 2978gather pyt-src/server.py /^ def gather(self):$/
1494GCALIGNED c-src/emacs/src/lisp.h 288
1495GCALIGNED c-src/emacs/src/lisp.h 290
1496GCALIGNMENT c-src/emacs/src/lisp.h 243
1497gc_aset c-src/emacs/src/lisp.h /^gc_aset (Lisp_Object array, ptrdiff_t idx, Lisp_Ob/ 2979gc_aset c-src/emacs/src/lisp.h /^gc_aset (Lisp_Object array, ptrdiff_t idx, Lisp_Ob/
1498GC_MAKE_GCPROS_NOOPS c-src/emacs/src/lisp.h 3172
1499gcmarkbit c-src/emacs/src/lisp.h 1974 2980gcmarkbit c-src/emacs/src/lisp.h 1974
1500gcmarkbit c-src/emacs/src/lisp.h 1981 2981gcmarkbit c-src/emacs/src/lisp.h 1981
1501gcmarkbit c-src/emacs/src/lisp.h 2035 2982gcmarkbit c-src/emacs/src/lisp.h 2035
1502gcmarkbit c-src/emacs/src/lisp.h 2113 2983gcmarkbit c-src/emacs/src/lisp.h 2113
1503gcmarkbit c-src/emacs/src/lisp.h 2204 2984gcmarkbit c-src/emacs/src/lisp.h 2204
1504gcmarkbit c-src/emacs/src/lisp.h 656 2985gcmarkbit c-src/emacs/src/lisp.h 656
1505GC_MARK_STACK_CHECK_GCPROS c-src/emacs/src/lisp.h 3173
1506GC_MARK_STACK c-src/emacs/src/lisp.h 3177
1507GCPRO1 c-src/emacs/src/lisp.h /^#define GCPRO1(a) \\$/
1508GCPRO1 c-src/emacs/src/lisp.h /^#define GCPRO1(varname) ((void) gcpro1)$/
1509GCPRO2 c-src/emacs/src/lisp.h /^#define GCPRO2(a, b) \\$/
1510GCPRO2 c-src/emacs/src/lisp.h /^#define GCPRO2(varname1, varname2) ((void) gcpro2,/
1511GCPRO3 c-src/emacs/src/lisp.h /^#define GCPRO3(a, b, c) \\$/
1512GCPRO3 c-src/emacs/src/lisp.h /^#define GCPRO3(varname1, varname2, varname3) \\$/
1513GCPRO4 c-src/emacs/src/lisp.h /^#define GCPRO4(a, b, c, d) \\$/
1514GCPRO4 c-src/emacs/src/lisp.h /^#define GCPRO4(varname1, varname2, varname3, varna/
1515GCPRO5 c-src/emacs/src/lisp.h /^#define GCPRO5(a, b, c, d, e) \\$/
1516GCPRO5 c-src/emacs/src/lisp.h /^#define GCPRO5(varname1, varname2, varname3, varna/
1517GCPRO6 c-src/emacs/src/lisp.h /^#define GCPRO6(a, b, c, d, e, f) \\$/
1518GCPRO6 c-src/emacs/src/lisp.h /^#define GCPRO6(varname1, varname2, varname3, varna/
1519GCPRO7 c-src/emacs/src/lisp.h /^#define GCPRO7(a, b, c, d, e, f, g) \\$/
1520GCPRO7 c-src/emacs/src/lisp.h /^#define GCPRO7(a, b, c, d, e, f, g) (GCPRO6 (a, b,/
1521gcpro c-src/emacs/src/lisp.h 3042 2986gcpro c-src/emacs/src/lisp.h 3042
1522gcpro c-src/emacs/src/lisp.h 3132 2987gcpro c-src/emacs/src/lisp.h 3132
1523g cp-src/c.C /^ int g(){return 2;};$/ 2988gen_help_event c-src/emacs/src/keyboard.c /^gen_help_event (Lisp_Object help, Lisp_Object fram/
1524GCTYPEBITS c-src/emacs/src/lisp.h 67
1525GCTYPEBITS c-src/emacs/src/lisp.h /^DEFINE_GDB_SYMBOL_BEGIN (int, GCTYPEBITS)$/
1526GC_USE_GCPROS_AS_BEFORE c-src/emacs/src/lisp.h 3171
1527GC_USE_GCPROS_CHECK_ZOMBIES c-src/emacs/src/lisp.h 3174
1528genalgorithm html-src/algrthms.html /^Generating the Data<\/font><\/i><\/b>$/ 2989genalgorithm html-src/algrthms.html /^Generating the Data<\/font><\/i><\/b>$/
1529generate_warning merc-src/accumulator.m /^:- pred generate_warning(module_info::in, prog_var/ 2990generate_warning merc-src/accumulator.m /^:- pred generate_warning(module_info::in, prog_var/
1530generate_warnings merc-src/accumulator.m /^:- pred generate_warnings(module_info::in, prog_va/ 2991generate_warnings merc-src/accumulator.m /^:- pred generate_warnings(module_info::in, prog_va/
1531~generic_object cp-src/clheir.cpp /^generic_object::~generic_object(void)$/
1532generic_object cp-src/clheir.cpp /^generic_object::generic_object(void)$/ 2992generic_object cp-src/clheir.cpp /^generic_object::generic_object(void)$/
1533generic_object cp-src/clheir.hpp 13 2993generic_object cp-src/clheir.hpp 13
1534GENERIC_PTR y-src/cccp.y 56
1535GENERIC_PTR y-src/cccp.y 58
1536gen_help_event c-src/emacs/src/keyboard.c /^gen_help_event (Lisp_Object help, Lisp_Object fram/
1537GEQ y-src/cccp.c 15
1538getArchs objc-src/PackInsp.m /^-(void)getArchs$/ 2994getArchs objc-src/PackInsp.m /^-(void)getArchs$/
1539getcjmp c-src/emacs/src/keyboard.c 147 2995getDomainNames php-src/lce_functions.php /^ function getDomainNames()$/
2996getFoo lua-src/test.lua /^function Cube.data.getFoo ()$/
2997getPOReader php-src/lce_functions.php /^ function &getPOReader($domain)$/
2998getPath objc-src/PackInsp.m /^-(const char *)getPath:(char *)buf forType:(const /
2999getPos lua-src/test.lua /^function Circle.getPos ()$/
3000getPos lua-src/test.lua /^function Rectangle.getPos ()$/
3001getTextDomains php-src/lce_functions.php /^ function getTextDomains($lines)$/
1540get_compressor_from_suffix c-src/etags.c /^get_compressor_from_suffix (char *file, char **ext/ 3002get_compressor_from_suffix c-src/etags.c /^get_compressor_from_suffix (char *file, char **ext/
1541get_contiguous_space c-src/emacs/src/gmalloc.c /^get_contiguous_space (ptrdiff_t size, void *positi/ 3003get_contiguous_space c-src/emacs/src/gmalloc.c /^get_contiguous_space (ptrdiff_t size, void *positi/
1542get_current_dir_name c-src/emacs/src/gmalloc.c 33 3004get_current_dir_name c-src/emacs/src/gmalloc.c 33
1543getDomainNames php-src/lce_functions.php /^ function getDomainNames()$/
1544getFoo lua-src/test.lua /^function Cube.data.getFoo ()$/
1545get_input_pending c-src/emacs/src/keyboard.c /^get_input_pending (int flags)$/ 3005get_input_pending c-src/emacs/src/keyboard.c /^get_input_pending (int flags)$/
1546get_language_from_filename c-src/etags.c /^get_language_from_filename (char *file, int case_s/ 3006get_language_from_filename c-src/etags.c /^get_language_from_filename (char *file, int case_s/
1547get_language_from_interpreter c-src/etags.c /^get_language_from_interpreter (char *interpreter)$/ 3007get_language_from_interpreter c-src/etags.c /^get_language_from_interpreter (char *interpreter)$/
1548get_language_from_langname c-src/etags.c /^get_language_from_langname (const char *name)$/ 3008get_language_from_langname c-src/etags.c /^get_language_from_langname (const char *name)$/
1549GetLayerByName lua-src/allegro.lua /^function GetLayerByName (name)$/
1550get_layer_by_name lua-src/allegro.lua /^local function get_layer_by_name (sprite, layer, n/ 3009get_layer_by_name lua-src/allegro.lua /^local function get_layer_by_name (sprite, layer, n/
1551GetNameList pas-src/common.pas /^function GetNameList; (* : BinNodePointer;*)$/ 3010get_tag c-src/etags.c /^get_tag (register char *bp, char **namepp)$/
1552GetNewNameListNode pas-src/common.pas /^function GetNewNameListNode;(*($/ 3011get_word c-src/tab.c /^static char *get_word(char **str, char delim)$/
1553getopt1.o make-src/Makefile /^getopt1.o: emacs\/lib-src\/getopt1.c$/ 3012getcjmp c-src/emacs/src/keyboard.c 147
1554_GETOPT_H c-src/getopt.h 19
1555GETOPTOBJS make-src/Makefile /^GETOPTOBJS= #getopt.o getopt1.o$/
1556getopt.o make-src/Makefile /^getopt.o: emacs\/lib-src\/getopt.c$/
1557getopt perl-src/yagrip.pl /^sub getopt {$/ 3013getopt perl-src/yagrip.pl /^sub getopt {$/
1558Get_Own_Priority/f ada-src/2ataspri.adb /^ function Get_Own_Priority return System.Any_Pri/ 3014getopt.o make-src/Makefile /^getopt.o: emacs\/lib-src\/getopt.c$/
1559Get_Own_Priority/f ada-src/2ataspri.ads /^ function Get_Own_Priority return System.Any_Pri/ 3015getopt1.o make-src/Makefile /^getopt1.o: emacs\/lib-src\/getopt1.c$/
1560getPath objc-src/PackInsp.m /^-(const char *)getPath:(char *)buf forType:(const /
1561getPOReader php-src/lce_functions.php /^ function &getPOReader($domain)$/
1562getPos lua-src/test.lua /^function Circle.getPos ()$/
1563getPos lua-src/test.lua /^function Rectangle.getPos ()$/
1564Get_Priority/f ada-src/2ataspri.adb /^ function Get_Priority (T : TCB_Ptr) return Syst/
1565Get_Priority/f ada-src/2ataspri.ads /^ function Get_Priority (T : TCB_Ptr) return Syst/
1566getptys objc-src/Subprocess.m /^getptys (int *master, int *slave)$/ 3016getptys objc-src/Subprocess.m /^getptys (int *master, int *slave)$/
1567get_tag c-src/etags.c /^get_tag (register char *bp, char **namepp)$/
1568getTextDomains php-src/lce_functions.php /^ function getTextDomains($lines)$/
1569gettext php-src/lce_functions.php /^ function gettext($msgid)$/ 3017gettext php-src/lce_functions.php /^ function gettext($msgid)$/
1570GetTextRef pas-src/common.pas /^function GetTextRef;(*($/
1571GetUniqueLayerName lua-src/allegro.lua /^function GetUniqueLayerName ()$/
1572get_word c-src/tab.c /^static char *get_word(char **str, char delim)$/
1573GE y-src/parse.c 8
1574ggg c-src/h.h 10 3018ggg c-src/h.h 10
1575ghi1 c-src/h.h 36 3019ghi1 c-src/h.h 36
1576ghi2 c-src/h.h 39 3020ghi2 c-src/h.h 39
1577giallo cp-src/c.C 40 3021giallo cp-src/c.C 40
1578glider cp-src/conway.cpp /^void glider(int x, int y)$/ 3022glider cp-src/conway.cpp /^void glider(int x, int y)$/
1579\gloggingall tex-src/texinfo.tex /^\\def\\gloggingall{\\begingroup \\globaldefs = 1 \\logg/
1580/gn ps-src/rfc1245.ps /^\/gn { $/
1581gnu html-src/software.html /^Free software that I wrote for the GNU project or / 3023gnu html-src/software.html /^Free software that I wrote for the GNU project or /
1582_GNU_SOURCE c-src/etags.c 94
1583gobble_input c-src/emacs/src/keyboard.c /^gobble_input (void)$/ 3024gobble_input c-src/emacs/src/keyboard.c /^gobble_input (void)$/
1584goto-tag-location-function el-src/emacs/lisp/progmodes/etags.el /^(defvar goto-tag-location-function nil$/ 3025goto-tag-location-function el-src/emacs/lisp/progmodes/etags.el /^(defvar goto-tag-location-function nil$/
1585goto_xy cp-src/screen.cpp /^void goto_xy(unsigned char x, unsigned char y)$/ 3026goto_xy cp-src/screen.cpp /^void goto_xy(unsigned char x, unsigned char y)$/
1586/G ps-src/rfc1245.ps /^\/G { $/ 3027handleList pyt-src/server.py /^ def handleList(self, event):$/
1587/graymode ps-src/rfc1245.ps /^\/graymode true def$/ 3028handleNew pyt-src/server.py /^ def handleNew(self, event):$/
1588/grayness ps-src/rfc1245.ps /^\/grayness {$/
1589GREEN cp-src/screen.hpp 14
1590\group tex-src/texinfo.tex /^\\def\\group{\\begingroup$/
1591GROW_RAW_KEYBUF c-src/emacs/src/keyboard.c 119
1592\gtr tex-src/texinfo.tex /^\\def\\gtr{\\realbackslash gtr}%$/
1593\gtr tex-src/texinfo.tex /^\\def\\gtr{\\realbackslash gtr}$/
1594/guillemotleft ps-src/rfc1245.ps /^\/guillemotleft \/guillemotright \/ellipsis \/.notdef /
1595handle_async_input c-src/emacs/src/keyboard.c /^handle_async_input (void)$/ 3029handle_async_input c-src/emacs/src/keyboard.c /^handle_async_input (void)$/
1596handle_input_available_signal c-src/emacs/src/keyboard.c /^handle_input_available_signal (int sig)$/ 3030handle_input_available_signal c-src/emacs/src/keyboard.c /^handle_input_available_signal (int sig)$/
1597handle_interrupt c-src/emacs/src/keyboard.c /^handle_interrupt (bool in_signal_handler)$/ 3031handle_interrupt c-src/emacs/src/keyboard.c /^handle_interrupt (bool in_signal_handler)$/
1598handle_interrupt_signal c-src/emacs/src/keyboard.c /^handle_interrupt_signal (int sig)$/ 3032handle_interrupt_signal c-src/emacs/src/keyboard.c /^handle_interrupt_signal (int sig)$/
1599handleList pyt-src/server.py /^ def handleList(self, event):$/ 3033handle_user_signal c-src/emacs/src/keyboard.c /^handle_user_signal (int sig)$/
1600handleNew pyt-src/server.py /^ def handleNew(self, event):$/
1601handler c-src/emacs/src/lisp.h 3023 3034handler c-src/emacs/src/lisp.h 3023
1602handlertype c-src/emacs/src/lisp.h 3021 3035handlertype c-src/emacs/src/lisp.h 3021
1603handle_user_signal c-src/emacs/src/keyboard.c /^handle_user_signal (int sig)$/
1604has_arg c-src/getopt.h 82 3036has_arg c-src/getopt.h 82
1605hash c-src/emacs/src/lisp.h 1843 3037hash c-src/emacs/src/lisp.h 1843
1606hash c-src/etags.c /^hash (const char *str, int len)$/ 3038hash c-src/etags.c /^hash (const char *str, int len)$/
1607hashfn c-src/emacs/src/lisp.h /^ EMACS_UINT (*hashfn) (struct hash_table_test *t,/
1608HASH_HASH c-src/emacs/src/lisp.h /^HASH_HASH (struct Lisp_Hash_Table *h, ptrdiff_t id/
1609HASH_INDEX c-src/emacs/src/lisp.h /^HASH_INDEX (struct Lisp_Hash_Table *h, ptrdiff_t i/
1610HASH_KEY c-src/emacs/src/lisp.h /^HASH_KEY (struct Lisp_Hash_Table *h, ptrdiff_t idx/
1611HASH_NEXT c-src/emacs/src/lisp.h /^HASH_NEXT (struct Lisp_Hash_Table *h, ptrdiff_t id/
1612HASH_TABLE_P c-src/emacs/src/lisp.h /^HASH_TABLE_P (Lisp_Object a)$/
1613HASH_TABLE_SIZE c-src/emacs/src/lisp.h /^HASH_TABLE_SIZE (struct Lisp_Hash_Table *h)$/
1614hash_table_test c-src/emacs/src/lisp.h 1805 3039hash_table_test c-src/emacs/src/lisp.h 1805
1615HASH_VALUE c-src/emacs/src/lisp.h /^HASH_VALUE (struct Lisp_Hash_Table *h, ptrdiff_t i/ 3040hashfn c-src/emacs/src/lisp.h /^ EMACS_UINT (*hashfn) (struct hash_table_test *t,/
1616\hat tex-src/texinfo.tex /^\\def\\hat{\\realbackslash hat}%$/
1617\hat tex-src/texinfo.tex /^\\def\\hat{\\realbackslash hat}$/
1618HAVE_NTGUI c-src/etags.c 116
1619hdr c-src/emacs/src/gmalloc.c 1860 3041hdr c-src/emacs/src/gmalloc.c 1860
3042head_table c-src/emacs/src/keyboard.c 11027
1620header c-src/emacs/src/lisp.h 1371 3043header c-src/emacs/src/lisp.h 1371
1621header c-src/emacs/src/lisp.h 1388 3044header c-src/emacs/src/lisp.h 1388
1622header c-src/emacs/src/lisp.h 1581 3045header c-src/emacs/src/lisp.h 1581
@@ -1624,44 +3047,18 @@ header c-src/emacs/src/lisp.h 1610
1624header c-src/emacs/src/lisp.h 1672 3047header c-src/emacs/src/lisp.h 1672
1625header c-src/emacs/src/lisp.h 1826 3048header c-src/emacs/src/lisp.h 1826
1626header_size c-src/emacs/src/lisp.h 1471 3049header_size c-src/emacs/src/lisp.h 1471
1627\HEADINGSafter tex-src/texinfo.tex /^\\def\\HEADINGSafter{\\let\\HEADINGShook=\\HEADINGSdoub/
1628\HEADINGSdouble tex-src/texinfo.tex /^\\def\\HEADINGSdouble{$/
1629\HEADINGSdoublex tex-src/texinfo.tex /^\\def\\HEADINGSdoublex{%$/
1630\HEADINGSoff tex-src/texinfo.tex /^\\def\\HEADINGSoff{$/
1631\HEADINGSon tex-src/texinfo.tex /^\\def\\HEADINGSon{\\HEADINGSdouble}$/
1632\HEADINGSon tex-src/texinfo.tex /^\\global\\def\\HEADINGSon{\\HEADINGSdouble}}$/
1633\HEADINGSon tex-src/texinfo.tex /^\\global\\def\\HEADINGSon{\\HEADINGSsingle}}$/
1634\HEADINGSsingleafter tex-src/texinfo.tex /^\\def\\HEADINGSsingleafter{\\let\\HEADINGShook=\\HEADIN/
1635\HEADINGSsingle tex-src/texinfo.tex /^\\def\\HEADINGSsingle{$/
1636\HEADINGSsinglex tex-src/texinfo.tex /^\\def\\HEADINGSsinglex{%$/
1637\headings tex-src/texinfo.tex /^\\def\\headings #1 {\\csname HEADINGS#1\\endcsname}$/
1638\heading tex-src/texinfo.tex /^\\def\\heading{\\parsearg\\secheadingi}$/
1639head_table c-src/emacs/src/keyboard.c 11027
1640_heapbase c-src/emacs/src/gmalloc.c 355
1641HEAP c-src/emacs/src/gmalloc.c 131
1642_heapindex c-src/emacs/src/gmalloc.c 364
1643_heapinfo c-src/emacs/src/gmalloc.c 358
1644_heaplimit c-src/emacs/src/gmalloc.c 367
1645heapsize c-src/emacs/src/gmalloc.c 361 3050heapsize c-src/emacs/src/gmalloc.c 361
1646hello scm-src/test.scm /^(define hello "Hello, Emacs!")$/ 3051hello scm-src/test.scm /^(define hello "Hello, Emacs!")$/
1647hello scm-src/test.scm /^(set! hello "Hello, world!")$/ 3052hello scm-src/test.scm /^(set! hello "Hello, world!")$/
1648hello-world scm-src/test.scm /^(define (hello-world)$/ 3053hello-world scm-src/test.scm /^(define (hello-world)$/
1649help_char_p c-src/emacs/src/keyboard.c /^help_char_p (Lisp_Object c)$/
1650help c-src/etags.c 193 3054help c-src/etags.c 193
1651help_form_saved_window_configs c-src/emacs/src/keyboard.c 2156
1652helpPanel objcpp-src/SimpleCalc.M /^- helpPanel:sender$/ 3055helpPanel objcpp-src/SimpleCalc.M /^- helpPanel:sender$/
3056help_char_p c-src/emacs/src/keyboard.c /^help_char_p (Lisp_Object c)$/
3057help_form_saved_window_configs c-src/emacs/src/keyboard.c 2156
1653helpwin pyt-src/server.py /^def helpwin(helpdict):$/ 3058helpwin pyt-src/server.py /^def helpwin(helpdict):$/
1654hide_cursor cp-src/screen.cpp /^void hide_cursor(void)$/ 3059hide_cursor cp-src/screen.cpp /^void hide_cursor(void)$/
1655hlds merc-src/accumulator.m /^:- import_module hlds.$/ 3060hlds merc-src/accumulator.m /^:- import_module hlds.$/
1656/home/www/pub/etags.c.gz make-src/Makefile /^\/home\/www\/pub\/etags.c.gz: etags.c$/
1657/home/www/pub/software/unix/etags.tar.gz make-src/Makefile /^\/home\/www\/pub\/software\/unix\/etags.tar.gz: Makefile/
1658/H ps-src/rfc1245.ps /^\/H { $/
1659HTML_help c-src/etags.c 584
1660HTML_labels c-src/etags.c /^HTML_labels (FILE *inf)$/
1661HTMLSRC make-src/Makefile /^HTMLSRC=softwarelibero.html index.shtml algrthms.h/
1662HTML_suffixes c-src/etags.c 582
1663htmltreelist prol-src/natded.prolog /^htmltreelist([]).$/ 3061htmltreelist prol-src/natded.prolog /^htmltreelist([]).$/
1664/hx ps-src/rfc1245.ps /^\/hx { $/
1665hybrid_aligned_alloc c-src/emacs/src/gmalloc.c /^hybrid_aligned_alloc (size_t alignment, size_t siz/ 3062hybrid_aligned_alloc c-src/emacs/src/gmalloc.c /^hybrid_aligned_alloc (size_t alignment, size_t siz/
1666hybrid_calloc c-src/emacs/src/gmalloc.c /^hybrid_calloc (size_t nmemb, size_t size)$/ 3063hybrid_calloc c-src/emacs/src/gmalloc.c /^hybrid_calloc (size_t nmemb, size_t size)$/
1667hybrid_free c-src/emacs/src/gmalloc.c /^hybrid_free (void *ptr)$/ 3064hybrid_free c-src/emacs/src/gmalloc.c /^hybrid_free (void *ptr)$/
@@ -1669,275 +3066,137 @@ hybrid_get_current_dir_name c-src/emacs/src/gmalloc.c /^hybrid_get_current_dir_n
1669hybrid_malloc c-src/emacs/src/gmalloc.c /^hybrid_malloc (size_t size)$/ 3066hybrid_malloc c-src/emacs/src/gmalloc.c /^hybrid_malloc (size_t size)$/
1670hybrid_realloc c-src/emacs/src/gmalloc.c /^hybrid_realloc (void *ptr, size_t size)$/ 3067hybrid_realloc c-src/emacs/src/gmalloc.c /^hybrid_realloc (void *ptr, size_t size)$/
1671hypothetical_mem prol-src/natded.prolog /^hypothetical_mem(fi(N),Ass,_):-$/ 3068hypothetical_mem prol-src/natded.prolog /^hypothetical_mem(fi(N),Ass,_):-$/
1672/iacute ps-src/rfc1245.ps /^\/iacute \/igrave \/icircumflex \/idieresis \/ntilde \/o/
1673ialpage tex-src/texinfo.tex /^ \\availdimen@=\\pageheight \\advance\\availdimen@ by/
1674ialpage tex-src/texinfo.tex /^ \\dimen@=\\pageheight \\advance\\dimen@ by-\\ht\\pa/
1675ialpage tex-src/texinfo.tex /^ \\dimen@=\\pageheight \\advance\\dimen@ by-\\ht\\parti/
1676ialpage tex-src/texinfo.tex /^\\newbox\\partialpage$/
1677ialpage= tex-src/texinfo.tex /^ \\output={\\global\\setbox\\partialpage=$/
1678i c.c 169
1679/Icircumflex ps-src/rfc1245.ps /^\/Icircumflex \/Idieresis \/Igrave \/Oacute \/Ocircumfl/
1680i cp-src/c.C 132
1681/ic ps-src/rfc1245.ps /^\/ic [ $/
1682i c-src/c.c 2 3069i c-src/c.c 2
1683i c-src/emacs/src/lisp.h 4673 3070i c-src/emacs/src/lisp.h 4673
1684i c-src/emacs/src/lisp.h 4679 3071i c-src/emacs/src/lisp.h 4679
1685i c-src/emacs/src/lisp.h 567 3072i c-src/emacs/src/lisp.h 567
3073i c.c 169
3074i cp-src/c.C 132
3075ialpage tex-src/texinfo.tex /^ \\dimen@=\\pageheight \\advance\\dimen@ by-\\ht\\pa/
3076ialpage tex-src/texinfo.tex /^ \\availdimen@=\\pageheight \\advance\\availdimen@ by/
3077ialpage tex-src/texinfo.tex /^ \\dimen@=\\pageheight \\advance\\dimen@ by-\\ht\\parti/
3078ialpage tex-src/texinfo.tex /^\\newbox\\partialpage$/
3079ialpage= tex-src/texinfo.tex /^ \\output={\\global\\setbox\\partialpage=$/
1686identify_goal_type merc-src/accumulator.m /^:- pred identify_goal_type(pred_id::in, proc_id::i/ 3080identify_goal_type merc-src/accumulator.m /^:- pred identify_goal_type(pred_id::in, proc_id::i/
1687identify_out_and_out_prime merc-src/accumulator.m /^:- pred identify_out_and_out_prime(module_info::in/ 3081identify_out_and_out_prime merc-src/accumulator.m /^:- pred identify_out_and_out_prime(module_info::in/
1688identify_recursive_calls merc-src/accumulator.m /^:- pred identify_recursive_calls(pred_id::in, proc/ 3082identify_recursive_calls merc-src/accumulator.m /^:- pred identify_recursive_calls(pred_id::in, proc/
1689idx c-src/emacs/src/lisp.h 3150 3083idx c-src/emacs/src/lisp.h 3150
1690IEEE_FLOATING_POINT c-src/emacs/src/lisp.h 2415
1691\ifclearfail tex-src/texinfo.tex /^\\def\\ifclearfail{\\begingroup\\ignoresections\\ifclea/
1692\ifclearfailxxx tex-src/texinfo.tex /^\\long\\def\\ifclearfailxxx #1\\end ifclear{\\endgroup\\/
1693\ifclear tex-src/texinfo.tex /^\\def\\ifclear{\\begingroup\\ignoresections\\parsearg\\i/
1694\ifclearxxx tex-src/texinfo.tex /^\\def\\ifclearxxx #1{\\endgroup$/
1695\ifinfo tex-src/texinfo.tex /^\\def\\ifinfo{\\begingroup\\ignoresections\\ifinfoxxx}$/
1696\ifinfoxxx tex-src/texinfo.tex /^\\long\\def\\ifinfoxxx #1\\end ifinfo{\\endgroup\\ignore/
1697\ifsetfail tex-src/texinfo.tex /^\\def\\ifsetfail{\\begingroup\\ignoresections\\ifsetfai/
1698\ifsetfailxxx tex-src/texinfo.tex /^\\long\\def\\ifsetfailxxx #1\\end ifset{\\endgroup\\igno/
1699\ifset tex-src/texinfo.tex /^\\def\\ifset{\\begingroup\\ignoresections\\parsearg\\ifs/
1700\ifsetxxx tex-src/texinfo.tex /^\\def\\ifsetxxx #1{\\endgroup$/
1701\iftex tex-src/texinfo.tex /^\\def\\iftex{}$/
1702\ifusingtt tex-src/texinfo.tex /^\\def\\ifusingtt#1#2{\\ifdim \\fontdimen3\\the\\font=0pt/
1703ignore_case c-src/etags.c 266 3084ignore_case c-src/etags.c 266
1704ignore_mouse_drag_p c-src/emacs/src/keyboard.c 1256 3085ignore_mouse_drag_p c-src/emacs/src/keyboard.c 1256
1705\ignoresections tex-src/texinfo.tex /^\\def\\ignoresections{%$/
1706\ignore tex-src/texinfo.tex /^\\def\\ignore{\\begingroup\\ignoresections$/
1707\ignorexxx tex-src/texinfo.tex /^\\long\\def\\ignorexxx #1\\end ignore{\\endgroup\\ignore/
1708\ii tex-src/texinfo.tex /^\\def\\ii#1{{\\it #1}} % italic font$/
1709ill=\relax tex-src/texinfo.tex /^\\let\\refill=\\relax$/ 3086ill=\relax tex-src/texinfo.tex /^\\let\\refill=\\relax$/
1710IMAGEP c-src/emacs/src/lisp.h /^IMAGEP (Lisp_Object x)$/
1711immediate_quit c-src/emacs/src/keyboard.c 174 3087immediate_quit c-src/emacs/src/keyboard.c 174
1712impatto html-src/softwarelibero.html /^Impatto pratico del software libero$/ 3088impatto html-src/softwarelibero.html /^Impatto pratico del software libero$/
1713implementation merc-src/accumulator.m /^:- implementation.$/ 3089implementation merc-src/accumulator.m /^:- implementation.$/
3090in_word_set c-src/etags.c /^in_word_set (register const char *str, register un/
1714inattribute c-src/etags.c 2400 3091inattribute c-src/etags.c 2400
1715inc cp-src/Range.h /^ double inc (void) const { return rng_inc; }$/ 3092inc cp-src/Range.h /^ double inc (void) const { return rng_inc; }$/
1716/inch ps-src/rfc1245.ps /^\/inch {72 mul} def$/
1717\include tex-src/texinfo.tex /^\\def\\include{\\parsearg\\includezzz}$/
1718\includezzz tex-src/texinfo.tex /^\\def\\includezzz #1{{\\def\\thisfile{#1}\\input #1$/
1719\indexbackslash tex-src/texinfo.tex /^ \\def\\indexbackslash{\\rawbackslashxx}$/
1720index c-src/emacs/src/lisp.h 1856 3093index c-src/emacs/src/lisp.h 1856
1721\indexdotfill tex-src/texinfo.tex /^\\def\\indexdotfill{\\cleaders$/
1722\indexdummies tex-src/texinfo.tex /^\\def\\indexdummies{%$/
1723\indexdummydots tex-src/texinfo.tex /^\\def\\indexdummydots{...}$/
1724\indexdummyfont tex-src/texinfo.tex /^\\def\\indexdummyfont#1{#1}$/
1725=\indexdummyfont tex-src/texinfo.tex /^\\let\\cite=\\indexdummyfont$/
1726\indexdummytex tex-src/texinfo.tex /^\\def\\indexdummytex{TeX}$/
1727\indexfonts tex-src/texinfo.tex /^\\def\\indexfonts{%$/
1728\indexnofonts tex-src/texinfo.tex /^\\def\\indexnofonts{%$/
1729\inENV tex-src/texinfo.tex /^\\newif\\ifENV \\ENVfalse \\def\\inENV{\\ifENV\\relax\\els/
1730infabsdir c-src/etags.c 206 3094infabsdir c-src/etags.c 206
1731infabsname c-src/etags.c 205 3095infabsname c-src/etags.c 205
1732infiles make-src/Makefile /^infiles = $(filter-out ${NONSRCS},${SRCS}) srclist/ 3096infiles make-src/Makefile /^infiles = $(filter-out ${NONSRCS},${SRCS}) srclist/
1733infname c-src/etags.c 204 3097infname c-src/etags.c 204
1734\infoappendixsec tex-src/texinfo.tex /^\\def\\infoappendixsec{\\parsearg\\appendixseczzz}$/
1735\infoappendixsubsec tex-src/texinfo.tex /^\\def\\infoappendixsubsec{\\parsearg\\appendixsubseczz/
1736\infoappendixsubsubsec tex-src/texinfo.tex /^\\def\\infoappendixsubsubsec{\\parsearg\\appendixsubsu/
1737\infoappendix tex-src/texinfo.tex /^\\def\\infoappendix{\\parsearg\\appendixzzz}$/
1738\infochapter tex-src/texinfo.tex /^\\def\\infochapter{\\parsearg\\chapterzzz}$/
1739info c-src/emacs/src/gmalloc.c 157 3098info c-src/emacs/src/gmalloc.c 157
1740infoPanel objcpp-src/SimpleCalc.M /^- infoPanel:sender$/ 3099infoPanel objcpp-src/SimpleCalc.M /^- infoPanel:sender$/
1741\inforef tex-src/texinfo.tex /^\\def\\inforef #1{\\inforefzzz #1,,,,**}$/
1742\inforefzzz tex-src/texinfo.tex /^\\def\\inforefzzz #1,#2,#3,#4**{See Info file \\file{/
1743\infosection tex-src/texinfo.tex /^\\def\\infosection{\\parsearg\\sectionzzz}$/
1744\infosubsection tex-src/texinfo.tex /^\\def\\infosubsection{\\parsearg\\subsectionzzz}$/
1745\infosubsubsection tex-src/texinfo.tex /^\\def\\infosubsubsection{\\parsearg\\subsubsectionzzz}/
1746\infotop tex-src/texinfo.tex /^\\def\\infotop{\\parsearg\\unnumberedzzz}$/
1747\infounnumberedsec tex-src/texinfo.tex /^\\def\\infounnumberedsec{\\parsearg\\unnumberedseczzz}/
1748\infounnumberedsubsec tex-src/texinfo.tex /^\\def\\infounnumberedsubsec{\\parsearg\\unnumberedsubs/
1749\infounnumberedsubsubsec tex-src/texinfo.tex /^\\def\\infounnumberedsubsubsec{\\parsearg\\unnumbereds/
1750\infounnumbered tex-src/texinfo.tex /^\\def\\infounnumbered{\\parsearg\\unnumberedzzz}$/
1751inita c.c /^static void inita () {}$/
1752initb c.c /^static void initb () {}$/
1753init_control c.c 239
1754init c-src/etags.c /^init (void)$/ 3100init c-src/etags.c /^init (void)$/
1755Initialize_Cond/p ada-src/2ataspri.adb /^ procedure Initialize_Cond (Cond : in out Condit/
1756Initialize_Cond/p ada-src/2ataspri.ads /^ procedure Initialize_Cond (Cond : in out Condit/
1757initialize_goal_store merc-src/accumulator.m /^:- func initialize_goal_store(list(hlds_goal), ins/
1758Initialize_LL_Tasks/p ada-src/2ataspri.adb /^ procedure Initialize_LL_Tasks (T : TCB_Ptr) is$/
1759Initialize_LL_Tasks/p ada-src/2ataspri.ads /^ procedure Initialize_LL_Tasks (T : TCB_Ptr);$/
1760Initialize_Lock/p ada-src/2ataspri.adb /^ procedure Initialize_Lock$/
1761Initialize_Lock/p ada-src/2ataspri.ads /^ procedure Initialize_Lock (Prio : System.Any_Pr/
1762initialize-new-tags-table el-src/emacs/lisp/progmodes/etags.el /^(defun initialize-new-tags-table ()$/
1763initialize_random_junk y-src/cccp.y /^initialize_random_junk ()$/
1764InitializeStringPackage pas-src/common.pas /^procedure InitializeStringPackage;$/
1765Initialize_TAS_Cell/p ada-src/2ataspri.adb /^ procedure Initialize_TAS_Cell (Cell : out TAS_C/
1766Initialize_TAS_Cell/p ada-src/2ataspri.ads /^ procedure Initialize_TAS_Cell (Cell : out TA/
1767initial_kboard c-src/emacs/src/keyboard.c 84
1768\initial tex-src/texinfo.tex /^\\def\\initial #1{%$/
1769init_kboard c-src/emacs/src/keyboard.c /^init_kboard (KBOARD *kb, Lisp_Object type)$/
1770init_keyboard c-src/emacs/src/keyboard.c /^init_keyboard (void)$/
1771InitNameList pas-src/common.pas /^procedure InitNameList;$/
1772InitNameStringPool pas-src/common.pas /^procedure InitNameStringPool;$/
1773init objcpp-src/SimpleCalc.M /^- init$/
1774init objc-src/Subprocess.m /^ andStdErr:(BOOL)wantsStdErr$/ 3101init objc-src/Subprocess.m /^ andStdErr:(BOOL)wantsStdErr$/
1775init objc-src/Subprocess.m /^- init:(const char *)subprocessString$/ 3102init objc-src/Subprocess.m /^- init:(const char *)subprocessString$/
1776__init__ pyt-src/server.py /^ def __init__(self):$/ 3103init objcpp-src/SimpleCalc.M /^- init$/
1777__init__ pyt-src/server.py /^ def __init__(self, host, sitelist, master=None/ 3104init_control c.c 239
1778__init__ pyt-src/server.py /^ def __init__(self, master=None):$/ 3105init_kboard c-src/emacs/src/keyboard.c /^init_kboard (KBOARD *kb, Lisp_Object type)$/
1779__init__ pyt-src/server.py /^ def __init__(self, Master, text, textvar, widt/ 3106init_keyboard c-src/emacs/src/keyboard.c /^init_keyboard (void)$/
1780__init__ pyt-src/server.py /^ def __init__(self, newlegend, list, editor, ma/
1781__init__ pyt-src/server.py /^ def __init__(self, user, userlist, master=None/
1782init_registry cp-src/clheir.cpp /^void init_registry(void)$/ 3107init_registry cp-src/clheir.cpp /^void init_registry(void)$/
1783init_tool_bar_items c-src/emacs/src/keyboard.c /^init_tool_bar_items (Lisp_Object reuse)$/ 3108init_tool_bar_items c-src/emacs/src/keyboard.c /^init_tool_bar_items (Lisp_Object reuse)$/
1784Inner1/b ada-src/etags-test-for.ada /^ package body Inner1 is$/ 3109inita c.c /^static void inita () {}$/
1785Inner1/b ada-src/waroquiers.ada /^ package body Inner1 is$/ 3110initb c.c /^static void initb () {}$/
1786Inner1/s ada-src/etags-test-for.ada /^ package Inner1 is$/ 3111initial_kboard c-src/emacs/src/keyboard.c 84
1787Inner1/s ada-src/waroquiers.ada /^ package Inner1 is$/ 3112initialize-new-tags-table el-src/emacs/lisp/progmodes/etags.el /^(defun initialize-new-tags-table ()$/
1788Inner2/b ada-src/etags-test-for.ada /^ package body Inner2 is$/ 3113initialize_goal_store merc-src/accumulator.m /^:- func initialize_goal_store(list(hlds_goal), ins/
1789Inner2/b ada-src/waroquiers.ada /^ package body Inner2 is$/ 3114initialize_random_junk y-src/cccp.y /^initialize_random_junk ()$/
1790Inner2/s ada-src/etags-test-for.ada /^ package Inner2 is$/ 3115input-pending-p c-src/emacs/src/keyboard.c /^DEFUN ("input-pending-p", Finput_pending_p, Sinput/
1791Inner2/s ada-src/waroquiers.ada /^ package Inner2 is$/
1792input_available_clear_time c-src/emacs/src/keyboard.c 324 3116input_available_clear_time c-src/emacs/src/keyboard.c 324
1793INPUT_EVENT_POS_MAX c-src/emacs/src/keyboard.c 3698
1794INPUT_EVENT_POS_MIN c-src/emacs/src/keyboard.c 3701
1795input_pending c-src/emacs/src/keyboard.c 239 3117input_pending c-src/emacs/src/keyboard.c 239
1796input-pending-p c-src/emacs/src/keyboard.c /^DEFUN ("input-pending-p", Finput_pending_p, Sinput/
1797input_polling_used c-src/emacs/src/keyboard.c /^input_polling_used (void)$/ 3118input_polling_used c-src/emacs/src/keyboard.c /^input_polling_used (void)$/
1798input_was_pending c-src/emacs/src/keyboard.c 287 3119input_was_pending c-src/emacs/src/keyboard.c 287
1799insert-abbrev-table-description c-src/abbrev.c /^DEFUN ("insert-abbrev-table-description", Finsert_/ 3120insert-abbrev-table-description c-src/abbrev.c /^DEFUN ("insert-abbrev-table-description", Finsert_/
1800insertion_type c-src/emacs/src/lisp.h 1989 3121insertion_type c-src/emacs/src/lisp.h 1989
1801insertname pas-src/common.pas /^function insertname;(*($/ 3122insertname pas-src/common.pas /^function insertname;(*($/
1802INSERT_TREE_NODE pas-src/common.pas /^procedure INSERT_TREE_NODE;(*( $/ 3123instance_method ruby-src/test.rb /^ def instance_method$/
1803Install_Abort_Handler/p ada-src/2ataspri.adb /^ procedure Install_Abort_Handler (Handler : Abor/
1804Install_Abort_Handler/p ada-src/2ataspri.ads /^ procedure Install_Abort_Handler (Handler : Abor/
1805Install_Error_Handler/p ada-src/2ataspri.adb /^ procedure Install_Error_Handler (Handler : Syst/
1806Install_Error_Handler/p ada-src/2ataspri.ads /^ procedure Install_Error_Handler (Handler : Syst/
1807instance_method_equals= ruby-src/test.rb /^ def instance_method_equals=$/ 3124instance_method_equals= ruby-src/test.rb /^ def instance_method_equals=$/
1808instance_method_exclamation! ruby-src/test.rb /^ def instance_method_exclamation!$/ 3125instance_method_exclamation! ruby-src/test.rb /^ def instance_method_exclamation!$/
1809instance_method_question? ruby-src/test.rb /^ def instance_method_question?$/ 3126instance_method_question? ruby-src/test.rb /^ def instance_method_question?$/
1810instance_method ruby-src/test.rb /^ def instance_method$/
1811INSTANTIATE_MDIAGARRAY_FRIENDS cp-src/MDiagArray2.h /^#define INSTANTIATE_MDIAGARRAY_FRIENDS(T) \\$/
1812instruct c-src/etags.c 2527
1813instr y-src/parse.y 81 3127instr y-src/parse.y 81
1814INT_BIT c-src/emacs/src/gmalloc.c 124 3128instruct c-src/etags.c 2527
1815INT c-src/h.h 32 3129int merc-src/accumulator.m /^:- import_module int.$/
3130intNumber go-src/test1.go 13
1816integer c-src/emacs/src/lisp.h 2127 3131integer c-src/emacs/src/lisp.h 2127
3132integer y-src/cccp.y 112
1817integer_overflow y-src/cccp.y /^integer_overflow ()$/ 3133integer_overflow y-src/cccp.y /^integer_overflow ()$/
1818INTEGERP c-src/emacs/src/lisp.h /^# define INTEGERP(x) lisp_h_INTEGERP (x)$/
1819INTEGER_TO_CONS c-src/emacs/src/lisp.h /^#define INTEGER_TO_CONS(i) \\$/
1820integertonmstr pas-src/common.pas /^function integertonmstr; (* (TheInteger : integer)/ 3134integertonmstr pas-src/common.pas /^function integertonmstr; (* (TheInteger : integer)/
1821integer y-src/cccp.y 112
1822intensity1 f-src/entry.for /^ & intensity1(efv,fv,svin,svquad,sfpv,maxp,val/ 3135intensity1 f-src/entry.for /^ & intensity1(efv,fv,svin,svquad,sfpv,maxp,val/
1823intensity1 f-src/entry.strange /^ & intensity1(efv,fv,svin,svquad,sfpv,maxp,val/ 3136intensity1 f-src/entry.strange /^ & intensity1(efv,fv,svin,svquad,sfpv,maxp,val/
1824intensity1 f-src/entry.strange_suffix /^ & intensity1(efv,fv,svin,svquad,sfpv,maxp,val/ 3137intensity1 f-src/entry.strange_suffix /^ & intensity1(efv,fv,svin,svquad,sfpv,maxp,val/
1825interface_locate c-src/c.c /^interface_locate(void)$/
1826interface merc-src/accumulator.m /^:- interface.$/ 3138interface merc-src/accumulator.m /^:- interface.$/
1827\internalBitem tex-src/texinfo.tex /^\\def\\internalBitem{\\smallbreak \\parsearg\\itemzzz}$/ 3139interface_locate c-src/c.c /^interface_locate(void)$/
1828\internalBitemx tex-src/texinfo.tex /^\\def\\internalBitemx{\\par \\parsearg\\itemzzz}$/
1829\internalBkitem tex-src/texinfo.tex /^\\def\\internalBkitem{\\smallbreak \\parsearg\\kitemzzz/
1830\internalBkitemx tex-src/texinfo.tex /^\\def\\internalBkitemx{\\par \\parsearg\\kitemzzz}$/
1831\internalBxitem tex-src/texinfo.tex /^\\def\\internalBxitem "#1"{\\def\\xitemsubtopix{#1} \\s/
1832\internalBxitemx tex-src/texinfo.tex /^\\def\\internalBxitemx "#1"{\\def\\xitemsubtopix{#1} \\/
1833internal_last_event_frame c-src/emacs/src/keyboard.c 228
1834\internalsetq tex-src/texinfo.tex /^\\def\\internalsetq #1#2{'xrdef {#1}{\\csname #2\\endc/
1835intern c-src/emacs/src/lisp.h /^intern (const char *str)$/ 3140intern c-src/emacs/src/lisp.h /^intern (const char *str)$/
1836intern_c_string c-src/emacs/src/lisp.h /^intern_c_string (const char *str)$/ 3141intern_c_string c-src/emacs/src/lisp.h /^intern_c_string (const char *str)$/
3142internal_last_event_frame c-src/emacs/src/keyboard.c 228
1837interned c-src/emacs/src/lisp.h 672 3143interned c-src/emacs/src/lisp.h 672
1838interpreters c-src/etags.c 197 3144interpreters c-src/etags.c 197
3145interrupt_input c-src/emacs/src/keyboard.c 328
1839interrupt_input_blocked c-src/emacs/src/keyboard.c 76 3146interrupt_input_blocked c-src/emacs/src/keyboard.c 76
1840interrupt_input_blocked c-src/emacs/src/lisp.h 3048 3147interrupt_input_blocked c-src/emacs/src/lisp.h 3048
1841interrupt_input c-src/emacs/src/keyboard.c 328
1842interrupts_deferred c-src/emacs/src/keyboard.c 331 3148interrupts_deferred c-src/emacs/src/keyboard.c 331
1843INTERVAL c-src/emacs/src/lisp.h 1149
1844INTMASK c-src/emacs/src/lisp.h 437
1845int merc-src/accumulator.m /^:- import_module int.$/
1846intNumber go-src/test1.go 13
1847intoken c-src/etags.c /^#define intoken(c) (_itk[CHAR (c)]) \/* c can be in/ 3149intoken c-src/etags.c /^#define intoken(c) (_itk[CHAR (c)]) \/* c can be in/
1848intspec c-src/emacs/src/lisp.h 1688 3150intspec c-src/emacs/src/lisp.h 1688
1849INTTYPEBITS c-src/emacs/src/lisp.h 249
1850INT_TYPE_SIZE y-src/cccp.y 91
1851intvar c-src/emacs/src/lisp.h 2277 3151intvar c-src/emacs/src/lisp.h 2277
1852INT y-src/cccp.c 6
1853invalidate_nodes c-src/etags.c /^invalidate_nodes (fdesc *badfdp, node **npp)$/ 3152invalidate_nodes c-src/etags.c /^invalidate_nodes (fdesc *badfdp, node **npp)$/
1854Invoking gzip tex-src/gzip.texi /^@node Invoking gzip, Advanced usage, Sample, Top$/
1855in_word_set c-src/etags.c /^in_word_set (register const char *str, register un/
1856io merc-src/accumulator.m /^:- import_module io.$/ 3153io merc-src/accumulator.m /^:- import_module io.$/
1857IpAddrKind rs-src/test.rs 3
1858ipc3dChannelType cp-src/c.C 1
1859ipc3dCSC19 cp-src/c.C 6 3154ipc3dCSC19 cp-src/c.C 6
3155ipc3dChannelType cp-src/c.C 1
1860ipc3dIslandHierarchy cp-src/c.C 1 3156ipc3dIslandHierarchy cp-src/c.C 1
1861ipc3dLinkControl cp-src/c.C 1 3157ipc3dLinkControl cp-src/c.C 1
1862__ip c.c 159
1863/ip ps-src/rfc1245.ps /^\/ip { $/
1864/i ps-src/rfc1245.ps /^\/i \/j \/k \/l \/m \/n \/o \/p \/q \/r \/s \/t \/u \/v \/w \/x \/y/
1865irregular_location cp-src/clheir.hpp 47
1866irregular_location cp-src/clheir.hpp /^ irregular_location(double xi, double yi, doubl/ 3158irregular_location cp-src/clheir.hpp /^ irregular_location(double xi, double yi, doubl/
1867ISALNUM c-src/etags.c /^#define ISALNUM(c) isalnum (CHAR (c))$/ 3159irregular_location cp-src/clheir.hpp 47
1868ISALPHA c-src/etags.c /^#define ISALPHA(c) isalpha (CHAR (c))$/
1869is_associative_construction merc-src/accumulator.m /^:- pred is_associative_construction(module_info::i/
1870isComment php-src/lce_functions.php /^ function isComment($class)$/ 3160isComment php-src/lce_functions.php /^ function isComment($class)$/
1871IsControlCharName pas-src/common.pas /^function IsControlCharName($/ 3161isHoliday cp-src/functions.cpp /^bool isHoliday ( Date d ){$/
1872IsControlChar pas-src/common.pas /^function IsControlChar; (*($/ 3162isLeap cp-src/functions.cpp /^bool isLeap ( int year ){$/
3163is_associative_construction merc-src/accumulator.m /^:- pred is_associative_construction(module_info::i/
1873is_curly_brace_form c-src/h.h 54 3164is_curly_brace_form c-src/h.h 54
1874IS_DAEMON c-src/emacs/src/lisp.h 4257
1875IS_DAEMON c-src/emacs/src/lisp.h 4261
1876ISDIGIT c-src/etags.c /^#define ISDIGIT(c) isdigit (CHAR (c))$/
1877is_explicit c-src/h.h 49 3165is_explicit c-src/h.h 49
1878is_func c-src/etags.c 221 3166is_func c-src/etags.c 221
1879isHoliday cp-src/functions.cpp /^bool isHoliday ( Date d ){$/
1880is_hor_space y-src/cccp.y 953 3167is_hor_space y-src/cccp.y 953
1881is_idchar y-src/cccp.y 948 3168is_idchar y-src/cccp.y 948
1882is_idstart y-src/cccp.y 950 3169is_idstart y-src/cccp.y 950
1883isLeap cp-src/functions.cpp /^bool isLeap ( int year ){$/
1884ISLOWER c-src/etags.c /^#define ISLOWER(c) islower (CHAR (c))$/
1885is_muldiv_operation cp-src/c.C /^is_muldiv_operation(pc)$/ 3170is_muldiv_operation cp-src/c.C /^is_muldiv_operation(pc)$/
1886ISO_FUNCTION_KEY_OFFSET c-src/emacs/src/keyboard.c 5149 3171is_ordset prol-src/ordsets.prolog /^is_ordset(X) :- var(X), !, fail.$/
3172is_recursive_case merc-src/accumulator.m /^:- pred is_recursive_case(list(hlds_goal)::in, pre/
1887iso_lispy_function_keys c-src/emacs/src/keyboard.c 5151 3173iso_lispy_function_keys c-src/emacs/src/keyboard.c 5151
1888isoperator prol-src/natded.prolog /^isoperator(Char):-$/ 3174isoperator prol-src/natded.prolog /^isoperator(Char):-$/
1889isoptab prol-src/natded.prolog /^isoptab('%').$/ 3175isoptab prol-src/natded.prolog /^isoptab('%').$/
1890is_ordset prol-src/ordsets.prolog /^is_ordset(X) :- var(X), !, fail.$/
1891is_recursive_case merc-src/accumulator.m /^:- pred is_recursive_case(list(hlds_goal)::in, pre/
1892Is_Set/f ada-src/2ataspri.adb /^ function Is_Set (Cell : in TAS_Cell) return Bo/
1893Is_Set/f ada-src/2ataspri.ads /^ function Is_Set (Cell : in TAS_Cell)/
1894ISUPPER c-src/etags.c /^# define ISUPPER(c) isupper (CHAR (c))$/
1895iswhite c-src/etags.c /^#define iswhite(c) (_wht[CHAR (c)]) \/* c is white / 3176iswhite c-src/etags.c /^#define iswhite(c) (_wht[CHAR (c)]) \/* c is white /
1896\itemcontents tex-src/texinfo.tex /^\\def\\itemcontents{#1}%$/
1897\itemfont tex-src/texinfo.tex /^\\def\\itemfont{#2}%$/
1898\itemizeitem tex-src/texinfo.tex /^\\def\\itemizeitem{%$/
1899\itemize tex-src/texinfo.tex /^\\def\\itemize{\\parsearg\\itemizezzz}$/
1900\itemizey tex-src/texinfo.tex /^\\def\\itemizey #1#2{%$/
1901\itemizezzz tex-src/texinfo.tex /^\\def\\itemizezzz #1{%$/
1902item_properties c-src/emacs/src/keyboard.c 7568 3177item_properties c-src/emacs/src/keyboard.c 7568
1903\item tex-src/texinfo.tex /^\\def\\item{\\errmessage{@item while not in a table}}/
1904\itemx tex-src/texinfo.tex /^\\def\\itemx{\\errmessage{@itemx while not in a table/
1905\itemzzz tex-src/texinfo.tex /^\\def\\itemzzz #1{\\begingroup %$/
1906\i tex-src/texinfo.tex /^\\def\\i##1{\\realbackslash i {##1}}%$/
1907\i tex-src/texinfo.tex /^\\def\\i##1{\\realbackslash i {##1}}$/
1908JAVASRC make-src/Makefile /^JAVASRC=AWTEMul.java KeyEve.java SMan.java SysCol./
1909jmp c-src/emacs/src/lisp.h 3044 3178jmp c-src/emacs/src/lisp.h 3044
1910just_read_file c-src/etags.c /^just_read_file (FILE *inf)$/ 3179just_read_file c-src/etags.c /^just_read_file (FILE *inf)$/
1911kbd_buffer c-src/emacs/src/keyboard.c 291 3180kbd_buffer c-src/emacs/src/keyboard.c 291
1912kbd_buffer_events_waiting c-src/emacs/src/keyboard.c /^kbd_buffer_events_waiting (void)$/ 3181kbd_buffer_events_waiting c-src/emacs/src/keyboard.c /^kbd_buffer_events_waiting (void)$/
1913kbd_buffer_get_event c-src/emacs/src/keyboard.c /^kbd_buffer_get_event (KBOARD **kbp,$/ 3182kbd_buffer_get_event c-src/emacs/src/keyboard.c /^kbd_buffer_get_event (KBOARD **kbp,$/
1914kbd_buffer_nr_stored c-src/emacs/src/keyboard.c /^kbd_buffer_nr_stored (void)$/ 3183kbd_buffer_nr_stored c-src/emacs/src/keyboard.c /^kbd_buffer_nr_stored (void)$/
1915KBD_BUFFER_SIZE c-src/emacs/src/keyboard.c 82
1916kbd_buffer_store_event c-src/emacs/src/keyboard.c /^kbd_buffer_store_event (register struct input_even/ 3184kbd_buffer_store_event c-src/emacs/src/keyboard.c /^kbd_buffer_store_event (register struct input_even/
1917kbd_buffer_store_event_hold c-src/emacs/src/keyboard.c /^kbd_buffer_store_event_hold (register struct input/ 3185kbd_buffer_store_event_hold c-src/emacs/src/keyboard.c /^kbd_buffer_store_event_hold (register struct input/
1918kbd_buffer_store_help_event c-src/emacs/src/keyboard.c /^kbd_buffer_store_help_event (Lisp_Object frame, Li/ 3186kbd_buffer_store_help_event c-src/emacs/src/keyboard.c /^kbd_buffer_store_help_event (Lisp_Object frame, Li/
1919kbd_buffer_unget_event c-src/emacs/src/keyboard.c /^kbd_buffer_unget_event (register struct input_even/ 3187kbd_buffer_unget_event c-src/emacs/src/keyboard.c /^kbd_buffer_unget_event (register struct input_even/
1920kbd_fetch_ptr c-src/emacs/src/keyboard.c 297 3188kbd_fetch_ptr c-src/emacs/src/keyboard.c 297
1921\kbdfoo tex-src/texinfo.tex /^\\def\\kbdfoo#1#2#3\\par{\\def\\one{#1}\\def\\three{#3}\\d/
1922kbd_store_ptr c-src/emacs/src/keyboard.c 302 3189kbd_store_ptr c-src/emacs/src/keyboard.c 302
1923\kbd tex-src/texinfo.tex /^\\def\\kbd#1{\\def\\look{#1}\\expandafter\\kbdfoo\\look??/
1924\kbd tex-src/texinfo.tex /^\\def\\kbd##1{\\realbackslash kbd {##1}}%$/
1925\kbd tex-src/texinfo.tex /^\\def\\kbd##1{\\realbackslash kbd {##1}}$/
1926kboard c-src/emacs/src/keyboard.c 860 3190kboard c-src/emacs/src/keyboard.c 860
1927kboard_stack c-src/emacs/src/keyboard.c 858 3191kboard_stack c-src/emacs/src/keyboard.c 858
1928kboard_stack c-src/emacs/src/keyboard.c 864 3192kboard_stack c-src/emacs/src/keyboard.c 864
1929KBYTES objc-src/PackInsp.m 58
1930key_and_value c-src/emacs/src/lisp.h 1868 3193key_and_value c-src/emacs/src/lisp.h 1868
1931keyremap c-src/emacs/src/keyboard.c 8742 3194keyremap c-src/emacs/src/keyboard.c 8742
1932keyremap c-src/emacs/src/keyboard.c 8754 3195keyremap c-src/emacs/src/keyboard.c 8754
1933keyremap_step c-src/emacs/src/keyboard.c /^keyremap_step (Lisp_Object *keybuf, int bufsize, v/ 3196keyremap_step c-src/emacs/src/keyboard.c /^keyremap_step (Lisp_Object *keybuf, int bufsize, v/
1934keys_of_keyboard c-src/emacs/src/keyboard.c /^keys_of_keyboard (void)$/ 3197keys_of_keyboard c-src/emacs/src/keyboard.c /^keys_of_keyboard (void)$/
1935\key tex-src/texinfo.tex /^\\def\\key##1{\\realbackslash key {##1}}%$/
1936\key tex-src/texinfo.tex /^\\def\\key##1{\\realbackslash key {##1}}$/
1937\key tex-src/texinfo.tex /^\\def\\key #1{{\\tt \\exhyphenpenalty=10000\\uppercase{/
1938KEY_TO_CHAR c-src/emacs/src/keyboard.c /^#define KEY_TO_CHAR(k) (XINT (k) & ((1 << CHARACTE/
1939keyvalcgi prol-src/natded.prolog /^keyvalcgi(Key,Val):-$/
1940keyval prol-src/natded.prolog /^keyval(key(Key,Val)) --> [Key,'='], valseq(Val).$/ 3198keyval prol-src/natded.prolog /^keyval(key(Key,Val)) --> [Key,'='], valseq(Val).$/
3199keyvalcgi prol-src/natded.prolog /^keyvalcgi(Key,Val):-$/
1941keyvalscgi prol-src/natded.prolog /^keyvalscgi(KeyVals),$/ 3200keyvalscgi prol-src/natded.prolog /^keyvalscgi(KeyVals),$/
1942keyvalseq prol-src/natded.prolog /^keyvalseq([KeyVal|KeyVals]) --> $/ 3201keyvalseq prol-src/natded.prolog /^keyvalseq([KeyVal|KeyVals]) --> $/
1943keyword_parsing y-src/cccp.y 73 3202keyword_parsing y-src/cccp.y 73
@@ -1945,10 +3204,6 @@ keywords y-src/cccp.y 114
1945keywords y-src/cccp.y 306 3204keywords y-src/cccp.y 306
1946kind c-src/emacs/src/keyboard.c 11024 3205kind c-src/emacs/src/keyboard.c 11024
1947kind c-src/h.h 46 3206kind c-src/h.h 46
1948\kindex tex-src/texinfo.tex /^\\def\\kindex {\\kyindex}$/
1949\kitem tex-src/texinfo.tex /^\\def\\kitem{\\errmessage{@kitem while not in a table/
1950\kitemx tex-src/texinfo.tex /^\\def\\kitemx{\\errmessage{@kitemx while not in a tab/
1951\kitemzzz tex-src/texinfo.tex /^\\def\\kitemzzz #1{\\dosubind {kw}{\\code{#1}}{for {\\b/
1952kset_echo_string c-src/emacs/src/keyboard.c /^kset_echo_string (struct kboard *kb, Lisp_Object v/ 3207kset_echo_string c-src/emacs/src/keyboard.c /^kset_echo_string (struct kboard *kb, Lisp_Object v/
1953kset_kbd_queue c-src/emacs/src/keyboard.c /^kset_kbd_queue (struct kboard *kb, Lisp_Object val/ 3208kset_kbd_queue c-src/emacs/src/keyboard.c /^kset_kbd_queue (struct kboard *kb, Lisp_Object val/
1954kset_keyboard_translate_table c-src/emacs/src/keyboard.c /^kset_keyboard_translate_table (struct kboard *kb, / 3209kset_keyboard_translate_table c-src/emacs/src/keyboard.c /^kset_keyboard_translate_table (struct kboard *kb, /
@@ -1958,21 +3213,14 @@ kset_local_function_key_map c-src/emacs/src/keyboard.c /^kset_local_function_key
1958kset_overriding_terminal_local_map c-src/emacs/src/keyboard.c /^kset_overriding_terminal_local_map (struct kboard / 3213kset_overriding_terminal_local_map c-src/emacs/src/keyboard.c /^kset_overriding_terminal_local_map (struct kboard /
1959kset_real_last_command c-src/emacs/src/keyboard.c /^kset_real_last_command (struct kboard *kb, Lisp_Ob/ 3214kset_real_last_command c-src/emacs/src/keyboard.c /^kset_real_last_command (struct kboard *kb, Lisp_Ob/
1960kset_system_key_syms c-src/emacs/src/keyboard.c /^kset_system_key_syms (struct kboard *kb, Lisp_Obje/ 3215kset_system_key_syms c-src/emacs/src/keyboard.c /^kset_system_key_syms (struct kboard *kb, Lisp_Obje/
1961LabeledEntry pyt-src/server.py /^class LabeledEntry(Frame):$/
1962\labelspace tex-src/texinfo.tex /^\\def\\labelspace{\\hskip1em \\relax}$/
1963lang c-src/etags.c 208 3216lang c-src/etags.c 208
1964lang c-src/etags.c 251 3217lang c-src/etags.c 251
1965lang c-src/etags.c 259 3218lang c-src/etags.c 259
1966Lang_function c-src/etags.c 182
1967Lang_function c-src/h.h 6
1968lang_names c-src/etags.c 718 3219lang_names c-src/etags.c 718
1969language c-src/etags.c 199 3220language c-src/etags.c 199
3221last-tag el-src/emacs/lisp/progmodes/etags.el /^(defvar last-tag nil$/
1970last_abbrev_point c-src/abbrev.c 79 3222last_abbrev_point c-src/abbrev.c 79
1971lasta c.c 272
1972lastargmargin tex-src/texinfo.tex /^\\newskip\\deflastargmargin \\deflastargmargin=18pt$/
1973lastargmargin tex-src/texinfo.tex /^\\setbox0=\\hbox{\\hskip \\deflastargmargin{\\rm #2}\\hs/
1974last_auto_save c-src/emacs/src/keyboard.c 214 3223last_auto_save c-src/emacs/src/keyboard.c 214
1975lastb c.c 278
1976last_heapinfo c-src/emacs/src/gmalloc.c 402 3224last_heapinfo c-src/emacs/src/gmalloc.c 402
1977last_mouse_button c-src/emacs/src/keyboard.c 5215 3225last_mouse_button c-src/emacs/src/keyboard.c 5215
1978last_mouse_x c-src/emacs/src/keyboard.c 5216 3226last_mouse_x c-src/emacs/src/keyboard.c 5216
@@ -1980,31 +3228,20 @@ last_mouse_y c-src/emacs/src/keyboard.c 5217
1980last_non_minibuf_size c-src/emacs/src/keyboard.c 207 3228last_non_minibuf_size c-src/emacs/src/keyboard.c 207
1981last_point_position c-src/emacs/src/keyboard.c 217 3229last_point_position c-src/emacs/src/keyboard.c 217
1982last_state_size c-src/emacs/src/gmalloc.c 401 3230last_state_size c-src/emacs/src/gmalloc.c 401
1983last-tag el-src/emacs/lisp/progmodes/etags.el /^(defvar last-tag nil$/
1984last_undo_boundary c-src/emacs/src/keyboard.c 1287 3231last_undo_boundary c-src/emacs/src/keyboard.c 1287
1985LATEST make-src/Makefile /^LATEST=17$/ 3232lasta c.c 272
3233lastargmargin tex-src/texinfo.tex /^\\newskip\\deflastargmargin \\deflastargmargin=18pt$/
3234lastargmargin tex-src/texinfo.tex /^\\setbox0=\\hbox{\\hskip \\deflastargmargin{\\rm #2}\\hs/
3235lastb c.c 278
1986lb c-src/etags.c 2923 3236lb c-src/etags.c 2923
1987\lbrb tex-src/texinfo.tex /^\\def\\lbrb{{\\bf\\char`\\[}} \\def\\rbrb{{\\bf\\char`\\]}}$/
1988lbs c-src/etags.c 2924 3237lbs c-src/etags.c 2924
3238lce php-src/lce_functions.php /^ function lce()$/
1989lce_bindtextdomain php-src/lce_functions.php /^ function lce_bindtextdomain($d_name, $d_path/ 3239lce_bindtextdomain php-src/lce_functions.php /^ function lce_bindtextdomain($d_name, $d_path/
1990lce_bindtextdomain php-src/lce_functions.php /^ function lce_bindtextdomain($domain, $path)$/ 3240lce_bindtextdomain php-src/lce_functions.php /^ function lce_bindtextdomain($domain, $path)$/
1991LCE_COMMENT php-src/lce_functions.php 13
1992LCE_COMMENT_TOOL php-src/lce_functions.php 17
1993LCE_COMMENT_USER php-src/lce_functions.php 15
1994lce_dgettext php-src/lce_functions.php /^ function lce_dgettext($domain, $msgid)$/ 3241lce_dgettext php-src/lce_functions.php /^ function lce_dgettext($domain, $msgid)$/
1995LCE_FUNCTIONS php-src/lce_functions.php 4
1996lce_geteditcode php-src/lce_functions.php /^ function lce_geteditcode($type, $name, $text, $r/ 3242lce_geteditcode php-src/lce_functions.php /^ function lce_geteditcode($type, $name, $text, $r/
1997lce_gettext php-src/lce_functions.php /^ function lce_gettext($msgid)$/ 3243lce_gettext php-src/lce_functions.php /^ function lce_gettext($msgid)$/
1998L_CELL y-src/parse.c 10
1999LCE_MSGID php-src/lce_functions.php 19
2000LCE_MSGSTR php-src/lce_functions.php 21
2001lce php-src/lce_functions.php /^ function lce()$/
2002lce_textdomain php-src/lce_functions.php /^ function lce_textdomain($domain)$/ 3244lce_textdomain php-src/lce_functions.php /^ function lce_textdomain($domain)$/
2003LCE_TEXT php-src/lce_functions.php 23
2004LCE_UNKNOWN php-src/lce_functions.php 9
2005LCE_WS php-src/lce_functions.php 11
2006L_CONST y-src/parse.c 13
2007LDFLAGS make-src/Makefile /^LDFLAGS=#-static -lc_p$/
2008leasqr html-src/software.html /^Leasqr$/ 3245leasqr html-src/software.html /^Leasqr$/
2009left c-src/etags.c 216 3246left c-src/etags.c 216
2010left_shift y-src/cccp.y /^left_shift (a, b)$/ 3247left_shift y-src/cccp.y /^left_shift (a, b)$/
@@ -2012,100 +3249,49 @@ len c-src/etags.c 237
2012length c-src/etags.c 2495 3249length c-src/etags.c 2495
2013length y-src/cccp.y 113 3250length y-src/cccp.y 113
2014length y-src/cccp.y 44 3251length y-src/cccp.y 44
2015LEQ y-src/cccp.c 14
2016/less ps-src/rfc1245.ps /^\/less \/equal \/greater \/question \/at \/A \/B \/C \/D \/E/
2017\less tex-src/texinfo.tex /^\\def\\less{\\realbackslash less}%$/
2018\less tex-src/texinfo.tex /^\\def\\less{\\realbackslash less}$/
2019let c-src/emacs/src/lisp.h 2981 3252let c-src/emacs/src/lisp.h 2981
2020letter tex-src/texinfo.tex /^ {#1}{Appendix \\appendixletter}{\\noexpand\\folio}}/ 3253letter tex-src/texinfo.tex /^ {#1}{Appendix \\appendixletter}{\\noexpand\\folio}}/
2021letter tex-src/texinfo.tex /^{#1}{\\appendixletter}{\\the\\secno}{\\noexpand\\folio}/
2022letter tex-src/texinfo.tex /^{#1}{\\appendixletter}{\\the\\secno}{\\the\\subsecno}{\\/
2023letter tex-src/texinfo.tex /^ {\\appendixletter}$/ 3254letter tex-src/texinfo.tex /^ {\\appendixletter}$/
2024letter tex-src/texinfo.tex /^ {\\appendixletter}{\\the\\secno}{\\the\\subsecno}{\\th/ 3255letter tex-src/texinfo.tex /^ {\\appendixletter}{\\the\\secno}{\\the\\subsecno}{\\th/
2025letter tex-src/texinfo.tex /^\\chapmacro {#1}{Appendix \\appendixletter}%$/ 3256letter tex-src/texinfo.tex /^\\chapmacro {#1}{Appendix \\appendixletter}%$/
2026letter tex-src/texinfo.tex /^\\gdef\\thissection{#1}\\secheading {#1}{\\appendixlet/ 3257letter tex-src/texinfo.tex /^\\gdef\\thissection{#1}\\secheading {#1}{\\appendixlet/
2027letter tex-src/texinfo.tex /^\\subsecheading {#1}{\\appendixletter}{\\the\\secno}{\\/ 3258letter tex-src/texinfo.tex /^\\subsecheading {#1}{\\appendixletter}{\\the\\secno}{\\/
3259letter tex-src/texinfo.tex /^{#1}{\\appendixletter}{\\the\\secno}{\\noexpand\\folio}/
3260letter tex-src/texinfo.tex /^{#1}{\\appendixletter}{\\the\\secno}{\\the\\subsecno}{\\/
2028letter: tex-src/texinfo.tex /^\\xdef\\thischapter{Appendix \\appendixletter: \\noexp/ 3261letter: tex-src/texinfo.tex /^\\xdef\\thischapter{Appendix \\appendixletter: \\noexp/
2029level c-src/emacs/src/lisp.h 3153 3262level c-src/emacs/src/lisp.h 3153
2030lex prol-src/natded.prolog /^lex(W,SynOut,Sem):-$/ 3263lex prol-src/natded.prolog /^lex(W,SynOut,Sem):-$/
2031lexptr y-src/cccp.y 332 3264lexptr y-src/cccp.y 332
2032LE y-src/parse.c 7
2033L_FN0 y-src/parse.c 14
2034L_FN1R y-src/parse.c 20
2035L_FN1 y-src/parse.c 15
2036L_FN2R y-src/parse.c 21
2037L_FN2 y-src/parse.c 16
2038L_FN3R y-src/parse.c 22
2039L_FN3 y-src/parse.c 17
2040L_FN4R y-src/parse.c 23
2041L_FN4 y-src/parse.c 18
2042L_FNNR y-src/parse.c 24
2043L_FNN y-src/parse.c 19
2044L_getit c-src/etags.c /^L_getit (void)$/
2045L_GE y-src/parse.c 27
2046__libc_atexit c-src/exit.c 30
2047__libc_atexit c-src/exit.strange_suffix 30
2048libs merc-src/accumulator.m /^:- import_module libs.$/ 3265libs merc-src/accumulator.m /^:- import_module libs.$/
2049licenze html-src/softwarelibero.html /^Licenze d'uso di un programma$/ 3266licenze html-src/softwarelibero.html /^Licenze d'uso di un programma$/
2050LIGHTBLUE cp-src/screen.hpp 21
2051LIGHTCYAN cp-src/screen.hpp 23
2052LIGHTGRAY cp-src/screen.hpp 19
2053LIGHTGREEN cp-src/screen.hpp 22
2054LIGHTMAGENTA cp-src/screen.hpp 25
2055LIGHTRED cp-src/screen.hpp 24
2056limit cp-src/Range.h /^ double limit (void) const { return rng_limit; }$/ 3267limit cp-src/Range.h /^ double limit (void) const { return rng_limit; }$/
3268line c-src/etags.c 2493
3269line perl-src/htlmify-cystic 37
3270line y-src/parse.y 87
3271lineCount php-src/lce_functions.php /^ function lineCount($entry)$/
2057linebuffer c-src/etags.c 239 3272linebuffer c-src/etags.c 239
2058linebuffer_init c-src/etags.c /^linebuffer_init (linebuffer *lbp)$/ 3273linebuffer_init c-src/etags.c /^linebuffer_init (linebuffer *lbp)$/
2059linebuffer_setlen c-src/etags.c /^linebuffer_setlen (linebuffer *lbp, int toksize)$/ 3274linebuffer_setlen c-src/etags.c /^linebuffer_setlen (linebuffer *lbp, int toksize)$/
2060lineCount php-src/lce_functions.php /^ function lineCount($entry)$/
2061line c-src/etags.c 2493
2062lineno c-src/emacs/src/lisp.h 3147 3275lineno c-src/emacs/src/lisp.h 3147
2063lineno c-src/etags.c 2506 3276lineno c-src/etags.c 2506
2064\linenumber tex-src/texinfo.tex /^ \\def\\linenumber{\\the\\inputlineno:\\space}$/
2065line perl-src/htlmify-cystic 37
2066linepos c-src/etags.c 2507 3277linepos c-src/etags.c 2507
2067linepos c-src/etags.c 2922 3278linepos c-src/etags.c 2922
2068line y-src/parse.y 87
2069links html-src/software.html /^Links to interesting software$/ 3279links html-src/software.html /^Links to interesting software$/
2070Lisp_Bits c-src/emacs/src/lisp.h 239
2071Lisp_Boolfwd c-src/emacs/src/lisp.h 2284
2072Lisp_Bool_Vector c-src/emacs/src/lisp.h 1384
2073Lisp_Buffer_Local_Value c-src/emacs/src/lisp.h 2334
2074Lisp_Buffer_Objfwd c-src/emacs/src/lisp.h 2302
2075Lisp_Char_Table c-src/emacs/src/lisp.h 1575
2076Lisp_Compiled c-src/emacs/src/lisp.h 2429
2077Lisp_Cons c-src/emacs/src/lisp.h 475
2078lisp_eval_depth c-src/emacs/src/lisp.h 3045 3280lisp_eval_depth c-src/emacs/src/lisp.h 3045
2079Lisp_Finalizer c-src/emacs/src/lisp.h 2186
2080Lisp_Float c-src/emacs/src/lisp.h 2391
2081Lisp_Float c-src/emacs/src/lisp.h 477
2082Lisp_Free c-src/emacs/src/lisp.h 2201
2083Lisp_functions c-src/etags.c /^Lisp_functions (FILE *inf)$/
2084Lisp_Fwd_Bool c-src/emacs/src/lisp.h 505
2085Lisp_Fwd_Buffer_Obj c-src/emacs/src/lisp.h 507
2086Lisp_Fwd c-src/emacs/src/lisp.h 2368
2087Lisp_Fwd_Int c-src/emacs/src/lisp.h 504
2088Lisp_Fwd_Kboard_Obj c-src/emacs/src/lisp.h 508
2089Lisp_Fwd_Obj c-src/emacs/src/lisp.h 506
2090Lisp_Fwd_Type c-src/emacs/src/lisp.h 502
2091Lisp_Hash_Table c-src/emacs/src/lisp.h 1823
2092lisp_h_check_cons_list c-src/emacs/src/lisp.h /^# define lisp_h_check_cons_list() ((void) 0)$/
2093lisp_h_CHECK_LIST_CONS c-src/emacs/src/lisp.h /^#define lisp_h_CHECK_LIST_CONS(x, y) CHECK_TYPE (C/ 3281lisp_h_CHECK_LIST_CONS c-src/emacs/src/lisp.h /^#define lisp_h_CHECK_LIST_CONS(x, y) CHECK_TYPE (C/
2094lisp_h_CHECK_NUMBER c-src/emacs/src/lisp.h /^#define lisp_h_CHECK_NUMBER(x) CHECK_TYPE (INTEGER/ 3282lisp_h_CHECK_NUMBER c-src/emacs/src/lisp.h /^#define lisp_h_CHECK_NUMBER(x) CHECK_TYPE (INTEGER/
2095lisp_h_CHECK_SYMBOL c-src/emacs/src/lisp.h /^#define lisp_h_CHECK_SYMBOL(x) CHECK_TYPE (SYMBOLP/ 3283lisp_h_CHECK_SYMBOL c-src/emacs/src/lisp.h /^#define lisp_h_CHECK_SYMBOL(x) CHECK_TYPE (SYMBOLP/
2096lisp_h_CHECK_TYPE c-src/emacs/src/lisp.h /^#define lisp_h_CHECK_TYPE(ok, predicate, x) \\$/ 3284lisp_h_CHECK_TYPE c-src/emacs/src/lisp.h /^#define lisp_h_CHECK_TYPE(ok, predicate, x) \\$/
2097lisp_h_CONSP c-src/emacs/src/lisp.h /^#define lisp_h_CONSP(x) (XTYPE (x) == Lisp_Cons)$/ 3285lisp_h_CONSP c-src/emacs/src/lisp.h /^#define lisp_h_CONSP(x) (XTYPE (x) == Lisp_Cons)$/
2098Lisp_help c-src/etags.c 591
2099lisp_h_EQ c-src/emacs/src/lisp.h /^#define lisp_h_EQ(x, y) (XLI (x) == XLI (y))$/ 3286lisp_h_EQ c-src/emacs/src/lisp.h /^#define lisp_h_EQ(x, y) (XLI (x) == XLI (y))$/
2100lisp_h_FLOATP c-src/emacs/src/lisp.h /^#define lisp_h_FLOATP(x) (XTYPE (x) == Lisp_Float)/ 3287lisp_h_FLOATP c-src/emacs/src/lisp.h /^#define lisp_h_FLOATP(x) (XTYPE (x) == Lisp_Float)/
2101lisp_h_INTEGERP c-src/emacs/src/lisp.h /^#define lisp_h_INTEGERP(x) ((XTYPE (x) & (Lisp_Int/ 3288lisp_h_INTEGERP c-src/emacs/src/lisp.h /^#define lisp_h_INTEGERP(x) ((XTYPE (x) & (Lisp_Int/
2102lisp_h_make_number c-src/emacs/src/lisp.h /^# define lisp_h_make_number(n) \\$/
2103lisp_h_MARKERP c-src/emacs/src/lisp.h /^#define lisp_h_MARKERP(x) (MISCP (x) && XMISCTYPE / 3289lisp_h_MARKERP c-src/emacs/src/lisp.h /^#define lisp_h_MARKERP(x) (MISCP (x) && XMISCTYPE /
2104lisp_h_MISCP c-src/emacs/src/lisp.h /^#define lisp_h_MISCP(x) (XTYPE (x) == Lisp_Misc)$/ 3290lisp_h_MISCP c-src/emacs/src/lisp.h /^#define lisp_h_MISCP(x) (XTYPE (x) == Lisp_Misc)$/
2105lisp_h_NILP c-src/emacs/src/lisp.h /^#define lisp_h_NILP(x) EQ (x, Qnil)$/ 3291lisp_h_NILP c-src/emacs/src/lisp.h /^#define lisp_h_NILP(x) EQ (x, Qnil)$/
2106lisp_h_SET_SYMBOL_VAL c-src/emacs/src/lisp.h /^#define lisp_h_SET_SYMBOL_VAL(sym, v) \\$/ 3292lisp_h_SET_SYMBOL_VAL c-src/emacs/src/lisp.h /^#define lisp_h_SET_SYMBOL_VAL(sym, v) \\$/
2107lisp_h_SYMBOL_CONSTANT_P c-src/emacs/src/lisp.h /^#define lisp_h_SYMBOL_CONSTANT_P(sym) (XSYMBOL (sy/
2108lisp_h_SYMBOLP c-src/emacs/src/lisp.h /^#define lisp_h_SYMBOLP(x) (XTYPE (x) == Lisp_Symbo/ 3293lisp_h_SYMBOLP c-src/emacs/src/lisp.h /^#define lisp_h_SYMBOLP(x) (XTYPE (x) == Lisp_Symbo/
3294lisp_h_SYMBOL_CONSTANT_P c-src/emacs/src/lisp.h /^#define lisp_h_SYMBOL_CONSTANT_P(sym) (XSYMBOL (sy/
2109lisp_h_SYMBOL_VAL c-src/emacs/src/lisp.h /^#define lisp_h_SYMBOL_VAL(sym) \\$/ 3295lisp_h_SYMBOL_VAL c-src/emacs/src/lisp.h /^#define lisp_h_SYMBOL_VAL(sym) \\$/
2110lisp_h_VECTORLIKEP c-src/emacs/src/lisp.h /^#define lisp_h_VECTORLIKEP(x) (XTYPE (x) == Lisp_V/ 3296lisp_h_VECTORLIKEP c-src/emacs/src/lisp.h /^#define lisp_h_VECTORLIKEP(x) (XTYPE (x) == Lisp_V/
2111lisp_h_XCAR c-src/emacs/src/lisp.h /^#define lisp_h_XCAR(c) XCONS (c)->car$/ 3297lisp_h_XCAR c-src/emacs/src/lisp.h /^#define lisp_h_XCAR(c) XCONS (c)->car$/
@@ -2113,63 +3299,17 @@ lisp_h_XCDR c-src/emacs/src/lisp.h /^#define lisp_h_XCDR(c) XCONS (c)->u.cdr$/
2113lisp_h_XCONS c-src/emacs/src/lisp.h /^#define lisp_h_XCONS(a) \\$/ 3299lisp_h_XCONS c-src/emacs/src/lisp.h /^#define lisp_h_XCONS(a) \\$/
2114lisp_h_XFASTINT c-src/emacs/src/lisp.h /^# define lisp_h_XFASTINT(a) XINT (a)$/ 3300lisp_h_XFASTINT c-src/emacs/src/lisp.h /^# define lisp_h_XFASTINT(a) XINT (a)$/
2115lisp_h_XHASH c-src/emacs/src/lisp.h /^#define lisp_h_XHASH(a) XUINT (a)$/ 3301lisp_h_XHASH c-src/emacs/src/lisp.h /^#define lisp_h_XHASH(a) XUINT (a)$/
2116lisp_h_XIL c-src/emacs/src/lisp.h /^# define lisp_h_XIL(i) (i)$/
2117lisp_h_XIL c-src/emacs/src/lisp.h /^# define lisp_h_XIL(i) ((Lisp_Object) { i })$/ 3302lisp_h_XIL c-src/emacs/src/lisp.h /^# define lisp_h_XIL(i) ((Lisp_Object) { i })$/
3303lisp_h_XIL c-src/emacs/src/lisp.h /^# define lisp_h_XIL(i) (i)$/
2118lisp_h_XINT c-src/emacs/src/lisp.h /^# define lisp_h_XINT(a) (XLI (a) >> INTTYPEBITS)$/ 3304lisp_h_XINT c-src/emacs/src/lisp.h /^# define lisp_h_XINT(a) (XLI (a) >> INTTYPEBITS)$/
2119lisp_h_XLI c-src/emacs/src/lisp.h /^# define lisp_h_XLI(o) (o)$/
2120lisp_h_XLI c-src/emacs/src/lisp.h /^# define lisp_h_XLI(o) ((o).i)$/ 3305lisp_h_XLI c-src/emacs/src/lisp.h /^# define lisp_h_XLI(o) ((o).i)$/
3306lisp_h_XLI c-src/emacs/src/lisp.h /^# define lisp_h_XLI(o) (o)$/
2121lisp_h_XPNTR c-src/emacs/src/lisp.h /^#define lisp_h_XPNTR(a) \\$/ 3307lisp_h_XPNTR c-src/emacs/src/lisp.h /^#define lisp_h_XPNTR(a) \\$/
2122lisp_h_XSYMBOL c-src/emacs/src/lisp.h /^# define lisp_h_XSYMBOL(a) \\$/ 3308lisp_h_XSYMBOL c-src/emacs/src/lisp.h /^# define lisp_h_XSYMBOL(a) \\$/
2123lisp_h_XTYPE c-src/emacs/src/lisp.h /^# define lisp_h_XTYPE(a) ((enum Lisp_Type) (XLI (a/ 3309lisp_h_XTYPE c-src/emacs/src/lisp.h /^# define lisp_h_XTYPE(a) ((enum Lisp_Type) (XLI (a/
2124lisp_h_XUNTAG c-src/emacs/src/lisp.h /^# define lisp_h_XUNTAG(a, type) ((void *) (intptr_/ 3310lisp_h_XUNTAG c-src/emacs/src/lisp.h /^# define lisp_h_XUNTAG(a, type) ((void *) (intptr_/
2125LISP_INITIALLY c-src/emacs/src/lisp.h /^#define LISP_INITIALLY(i) (i)$/ 3311lisp_h_check_cons_list c-src/emacs/src/lisp.h /^# define lisp_h_check_cons_list() ((void) 0)$/
2126LISP_INITIALLY c-src/emacs/src/lisp.h /^#define LISP_INITIALLY(i) {i}$/ 3312lisp_h_make_number c-src/emacs/src/lisp.h /^# define lisp_h_make_number(n) \\$/
2127LISP_INITIALLY_ZERO c-src/emacs/src/lisp.h 582
2128Lisp_Int0 c-src/emacs/src/lisp.h 461
2129Lisp_Int1 c-src/emacs/src/lisp.h 462
2130Lisp_Intfwd c-src/emacs/src/lisp.h 2274
2131Lisp_Kboard_Objfwd c-src/emacs/src/lisp.h 2362
2132LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^#define LISP_MACRO_DEFUN(name, type, argdecls, arg/
2133LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (CONSP, bool, (Lisp_Object x), (x/
2134LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (NILP, bool, (Lisp_Object x), (x)/
2135LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (SYMBOL_VAL, Lisp_Object, (struct/
2136LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (XCAR, Lisp_Object, (Lisp_Object /
2137LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (XCONS, struct Lisp_Cons *, (Lisp/
2138LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (XHASH, EMACS_INT, (Lisp_Object a/
2139LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (XLI, EMACS_INT, (Lisp_Object o),/
2140LISP_MACRO_DEFUN c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN (XPNTR, void *, (Lisp_Object a), /
2141LISP_MACRO_DEFUN_VOID c-src/emacs/src/lisp.h /^#define LISP_MACRO_DEFUN_VOID(name, argdecls, args/
2142LISP_MACRO_DEFUN_VOID c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN_VOID (CHECK_LIST_CONS, (Lisp_Obje/
2143LISP_MACRO_DEFUN_VOID c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN_VOID (CHECK_TYPE,$/
2144LISP_MACRO_DEFUN_VOID c-src/emacs/src/lisp.h /^LISP_MACRO_DEFUN_VOID (SET_SYMBOL_VAL,$/
2145Lisp_Marker c-src/emacs/src/lisp.h 1978
2146Lisp_Misc_Any c-src/emacs/src/lisp.h 1971
2147Lisp_Misc c-src/emacs/src/lisp.h 2212
2148Lisp_Misc c-src/emacs/src/lisp.h 458
2149Lisp_Misc_Finalizer c-src/emacs/src/lisp.h 491
2150Lisp_Misc_Float c-src/emacs/src/lisp.h 494
2151Lisp_Misc_Free c-src/emacs/src/lisp.h 487
2152Lisp_Misc_Limit c-src/emacs/src/lisp.h 496
2153Lisp_Misc_Marker c-src/emacs/src/lisp.h 488
2154Lisp_Misc_Overlay c-src/emacs/src/lisp.h 489
2155Lisp_Misc_Save_Value c-src/emacs/src/lisp.h 490
2156Lisp_Misc_Type c-src/emacs/src/lisp.h 485
2157Lisp_Object c-src/emacs/src/lisp.h 567
2158Lisp_Object c-src/emacs/src/lisp.h 577
2159Lisp_Objfwd c-src/emacs/src/lisp.h 2294
2160Lisp_Overlay c-src/emacs/src/lisp.h 2021
2161Lisp_Save_Type c-src/emacs/src/lisp.h 2064
2162Lisp_Save_Value c-src/emacs/src/lisp.h 2110
2163Lisp_String c-src/emacs/src/lisp.h 466
2164Lisp_Sub_Char_Table c-src/emacs/src/lisp.h 1606
2165Lisp_Subr c-src/emacs/src/lisp.h 1670
2166Lisp_suffixes c-src/etags.c 589
2167Lisp_Symbol c-src/emacs/src/lisp.h 454
2168Lisp_Symbol c-src/emacs/src/lisp.h 654
2169\lisp tex-src/texinfo.tex /^\\def\\lisp{\\aboveenvbreak$/
2170Lisp_Type c-src/emacs/src/lisp.h 451
2171Lisp_Vector c-src/emacs/src/lisp.h 1369
2172Lisp_Vectorlike c-src/emacs/src/lisp.h 472
2173lispy_accent_codes c-src/emacs/src/keyboard.c 4634 3313lispy_accent_codes c-src/emacs/src/keyboard.c 4634
2174lispy_accent_keys c-src/emacs/src/keyboard.c 4741 3314lispy_accent_keys c-src/emacs/src/keyboard.c 4741
2175lispy_drag_n_drop_names c-src/emacs/src/keyboard.c 5181 3315lispy_drag_n_drop_names c-src/emacs/src/keyboard.c 5181
@@ -2179,102 +3319,39 @@ lispy_kana_keys c-src/emacs/src/keyboard.c 5026
2179lispy_modifier_list c-src/emacs/src/keyboard.c /^lispy_modifier_list (int modifiers)$/ 3319lispy_modifier_list c-src/emacs/src/keyboard.c /^lispy_modifier_list (int modifiers)$/
2180lispy_multimedia_keys c-src/emacs/src/keyboard.c 4962 3320lispy_multimedia_keys c-src/emacs/src/keyboard.c 4962
2181lispy_wheel_names c-src/emacs/src/keyboard.c 5174 3321lispy_wheel_names c-src/emacs/src/keyboard.c 5174
2182list2i c-src/emacs/src/lisp.h /^list2i (EMACS_INT x, EMACS_INT y)$/
2183list3i c-src/emacs/src/lisp.h /^list3i (EMACS_INT x, EMACS_INT y, EMACS_INT w)$/
2184list4i c-src/emacs/src/lisp.h /^list4i (EMACS_INT x, EMACS_INT y, EMACS_INT w, EMA/
2185LISTCONTENTSBUTTON objc-src/PackInsp.m 48
2186LISTCONTENTS objc-src/PackInsp.m 39
2187list c-src/emacs/src/gmalloc.c 186 3322list c-src/emacs/src/gmalloc.c 186
2188LISTDESCRIPTIONBUTTON objc-src/PackInsp.m 49
2189ListEdit pyt-src/server.py /^class ListEdit(Frame):$/
2190list merc-src/accumulator.m /^:- import_module list.$/ 3323list merc-src/accumulator.m /^:- import_module list.$/
2191list-tags el-src/emacs/lisp/progmodes/etags.el /^(defun list-tags (file &optional _next-match)$/ 3324list-tags el-src/emacs/lisp/progmodes/etags.el /^(defun list-tags (file &optional _next-match)$/
2192list-tags-function el-src/emacs/lisp/progmodes/etags.el /^(defvar list-tags-function nil$/ 3325list-tags-function el-src/emacs/lisp/progmodes/etags.el /^(defvar list-tags-function nil$/
3326list2i c-src/emacs/src/lisp.h /^list2i (EMACS_INT x, EMACS_INT y)$/
3327list3i c-src/emacs/src/lisp.h /^list3i (EMACS_INT x, EMACS_INT y, EMACS_INT w)$/
3328list4i c-src/emacs/src/lisp.h /^list4i (EMACS_INT x, EMACS_INT y, EMACS_INT w, EMA/
2193list_to_ord_set prol-src/ordsets.prolog /^list_to_ord_set(List, Set) :-$/ 3329list_to_ord_set prol-src/ordsets.prolog /^list_to_ord_set(List, Set) :-$/
2194LL_Assert/p ada-src/2ataspri.adb /^ procedure LL_Assert (B : Boolean; M : String) i/
2195LL_Assert/p ada-src/2ataspri.ads /^ procedure LL_Assert (B : Boolean; M : String);$/
2196L_LE y-src/parse.c 25
2197LL_Task_Procedure_Access/t ada-src/2ataspri.ads /^ type LL_Task_Procedure_Access is access procedu/
2198LL_Task_Procedure_Access/t ada-src/etags-test-for.ada /^ type LL_Task_Procedure_Access is access procedu/
2199LL_Wrapper/p ada-src/2ataspri.adb /^ procedure LL_Wrapper (T : TCB_Ptr);$/
2200LL_Wrapper/p ada-src/2ataspri.adb /^ procedure LL_Wrapper (T : TCB_Ptr) is$/
2201LL_Wrapper/p ada-src/etags-test-for.ada /^ procedure LL_Wrapper (T : TCB_Ptr);$/
2202L_NE y-src/parse.c 26
2203lno c-src/etags.c 223 3330lno c-src/etags.c 223
2204/lnormalize ps-src/rfc1245.ps /^\/lnormalize { $/ 3331load objc-src/PackInsp.m /^-load$/
2205loadContentsOf objc-src/PackInsp.m /^-loadContentsOf:(const char *)type inTable:(HashTa/ 3332loadContentsOf objc-src/PackInsp.m /^-loadContentsOf:(const char *)type inTable:(HashTa/
2206loadImage objc-src/PackInsp.m /^-loadImage$/ 3333loadImage objc-src/PackInsp.m /^-loadImage$/
2207loadKeyValuesFrom objc-src/PackInsp.m /^-loadKeyValuesFrom:(const char *)type inTable:(Has/ 3334loadKeyValuesFrom objc-src/PackInsp.m /^-loadKeyValuesFrom:(const char *)type inTable:(Has/
2208load objc-src/PackInsp.m /^-load$/
2209loadPORManager php-src/lce_functions.php /^ function &loadPORManager()$/ 3335loadPORManager php-src/lce_functions.php /^ function &loadPORManager()$/
2210local_if_set c-src/emacs/src/lisp.h 2338 3336local_if_set c-src/emacs/src/lisp.h 2338
2211LOCALIZE_ARCH objc-src/PackInsp.m /^#define LOCALIZE_ARCH(s) NXLoadLocalizedStringFrom/
2212LOCALIZE objc-src/PackInsp.m /^#define LOCALIZE(s) NXLoadLocalizedStringFromTabl/
2213Locate pas-src/common.pas /^function Locate; (*($/
2214location cp-src/clheir.hpp 33
2215location cp-src/clheir.hpp /^ location() { }$/ 3337location cp-src/clheir.hpp /^ location() { }$/
2216LOCK_ALIGNED_BLOCKS c-src/emacs/src/gmalloc.c /^#define LOCK_ALIGNED_BLOCKS() \\$/ 3338location cp-src/clheir.hpp 33
2217LOCK_ALIGNED_BLOCKS c-src/emacs/src/gmalloc.c /^#define LOCK_ALIGNED_BLOCKS()$/
2218LOCK c-src/emacs/src/gmalloc.c /^#define LOCK() \\$/
2219LOCK c-src/emacs/src/gmalloc.c /^#define LOCK()$/
2220Lock/t ada-src/2ataspri.ads /^ type Lock is$/
2221Lock/t ada-src/2ataspri.ads /^ type Lock is private;$/
2222\loggingall tex-src/texinfo.tex /^\\def\\loggingall{\\tracingcommands2 \\tracingstats2 $/
2223LONG_TYPE_SIZE y-src/cccp.y 95
2224LOOKING_AT c-src/etags.c /^#define LOOKING_AT(cp, kw) \/* kw is the keyword, /
2225LOOKING_AT_NOCASE c-src/etags.c /^#define LOOKING_AT_NOCASE(cp, kw) \/* the keyword i/
2226lookup_call merc-src/accumulator.m /^:- pred lookup_call(accu_goal_store::in, accu_goal/
2227LOOKUP objc-src/PackInsp.m 176
2228LOOKUP objc-src/PackInsp.m /^#define LOOKUP(key, notfound) ([table isKey:key] ?/
2229lookup y-src/cccp.y /^lookup (name, len, hash)$/ 3339lookup y-src/cccp.y /^lookup (name, len, hash)$/
2230LOOP_ON_INPUT_LINES c-src/etags.c /^#define LOOP_ON_INPUT_LINES(file_pointer, line_buf/ 3340lookup_call merc-src/accumulator.m /^:- pred lookup_call(accu_goal_store::in, accu_goal/
2231\losespace tex-src/texinfo.tex /^\\def\\losespace #1{#1}$/
2232lowcase c-src/etags.c /^#define lowcase(c) tolower (CHAR (c))$/ 3341lowcase c-src/etags.c /^#define lowcase(c) tolower (CHAR (c))$/
2233\lowercaseenumerate tex-src/texinfo.tex /^\\def\\lowercaseenumerate{%$/
2234LowerCaseNmStr pas-src/common.pas /^function LowerCaseNmStr; (*($/
2235/L ps-src/rfc1245.ps /^\/L { $/
2236/L ps-src/rfc1245.ps /^\/L \/M \/N \/O \/P \/Q \/R \/S \/T \/U \/V \/W \/X \/Y \/Z \/brac/
2237L_RANGE y-src/parse.c 11
2238LSH y-src/cccp.c 16
2239\l tex-src/texinfo.tex /^\\def\\l#1{{\\li #1}\\null} % $/
2240LTGT cp-src/MDiagArray2.h 144
2241LTGT cp-src/MDiagArray2.h 35
2242LTGT cp-src/MDiagArray2.h 39
2243LTGT cp-src/MDiagArray2.h 42
2244Lua_functions c-src/etags.c /^Lua_functions (FILE *inf)$/
2245Lua_help c-src/etags.c 600
2246LUASRC make-src/Makefile /^LUASRC=allegro.lua$/
2247Lua_suffixes c-src/etags.c 598
2248lucid_event_type_list_p c-src/emacs/src/keyboard.c /^lucid_event_type_list_p (Lisp_Object object)$/ 3342lucid_event_type_list_p c-src/emacs/src/keyboard.c /^lucid_event_type_list_p (Lisp_Object object)$/
2249L_VAR y-src/parse.c 12
2250\lvvmode tex-src/texinfo.tex /^\\def\\lvvmode{\\vbox to 0pt{}}$/
2251mabort c-src/emacs/src/gmalloc.c /^mabort (enum mcheck_status status)$/ 3343mabort c-src/emacs/src/gmalloc.c /^mabort (enum mcheck_status status)$/
2252mach_host_self c-src/machsyscalls.h /^SYSCALL (mach_host_self, -29,$/ 3344mach_host_self c-src/machsyscalls.h /^SYSCALL (mach_host_self, -29,$/
2253Machine_Exceptions/t ada-src/2ataspri.ads /^ type Machine_Exceptions is new Interfaces.C.POS/
2254Machin_T/b ada-src/waroquiers.ada /^ protected body Machin_T is$/
2255Machin_T/t ada-src/etags-test-for.ada /^ protected Machin_T is$/
2256Machin_T/t ada-src/etags-test-for.ada /^ protected type Machin_T is$/
2257Machin_T/t ada-src/waroquiers.ada /^ protected type Machin_T is$/
2258mach_msg_trap c-src/machsyscalls.h /^SYSCALL (mach_msg_trap, -25,$/ 3345mach_msg_trap c-src/machsyscalls.h /^SYSCALL (mach_msg_trap, -25,$/
2259mach_reply_port c-src/machsyscalls.h /^SYSCALL (mach_reply_port, -26,$/ 3346mach_reply_port c-src/machsyscalls.h /^SYSCALL (mach_reply_port, -26,$/
2260mach_task_self c-src/machsyscalls.h /^SYSCALL (mach_task_self, -28,$/ 3347mach_task_self c-src/machsyscalls.h /^SYSCALL (mach_task_self, -28,$/
2261mach_thread_self c-src/machsyscalls.h /^SYSCALL (mach_thread_self, -27,$/ 3348mach_thread_self c-src/machsyscalls.h /^SYSCALL (mach_thread_self, -27,$/
2262MAGENTA cp-src/screen.hpp 17
2263MAGICBYTE c-src/emacs/src/gmalloc.c 1856
2264magic c-src/emacs/src/gmalloc.c 1863 3349magic c-src/emacs/src/gmalloc.c 1863
2265MAGICFREE c-src/emacs/src/gmalloc.c 1855
2266MAGICWORD c-src/emacs/src/gmalloc.c 1854
2267maintaining.info make-src/Makefile /^maintaining.info: maintaining.texi$/ 3350maintaining.info make-src/Makefile /^maintaining.info: maintaining.texi$/
2268\majorheading tex-src/texinfo.tex /^\\def\\majorheading{\\parsearg\\majorheadingzzz}$/
2269\majorheadingzzz tex-src/texinfo.tex /^\\def\\majorheadingzzz #1{%$/
2270make-abbrev-table c-src/abbrev.c /^DEFUN ("make-abbrev-table", Fmake_abbrev_table, Sm/ 3351make-abbrev-table c-src/abbrev.c /^DEFUN ("make-abbrev-table", Fmake_abbrev_table, Sm/
2271make_coor prol-src/natded.prolog /^make_coor(s(_),Alpha,Sem1,Sem2,Alpha@Sem1@Sem2).$/
2272make_C_tag c-src/etags.c /^make_C_tag (bool isfun)$/ 3352make_C_tag c-src/etags.c /^make_C_tag (bool isfun)$/
3353make_coor prol-src/natded.prolog /^make_coor(s(_),Alpha,Sem1,Sem2,Alpha@Sem1@Sem2).$/
2273make_ctrl_char c-src/emacs/src/keyboard.c /^make_ctrl_char (int c)$/ 3354make_ctrl_char c-src/emacs/src/keyboard.c /^make_ctrl_char (int c)$/
2274MakeDispose pyt-src/server.py /^ def MakeDispose(self):$/
2275Makefile_filenames c-src/etags.c 603
2276Makefile_help c-src/etags.c 605
2277Makefile_targets c-src/etags.c /^Makefile_targets (FILE *inf)$/
2278make_fixnum_or_float c-src/emacs/src/lisp.h /^#define make_fixnum_or_float(val) \\$/ 3355make_fixnum_or_float c-src/emacs/src/lisp.h /^#define make_fixnum_or_float(val) \\$/
2279make_formatted_string c-src/emacs/src/lisp.h /^extern Lisp_Object make_formatted_string (char *, / 3356make_formatted_string c-src/emacs/src/lisp.h /^extern Lisp_Object make_formatted_string (char *, /
2280make_lisp_ptr c-src/emacs/src/lisp.h /^make_lisp_ptr (void *ptr, enum Lisp_Type type)$/ 3357make_lisp_ptr c-src/emacs/src/lisp.h /^make_lisp_ptr (void *ptr, enum Lisp_Type type)$/
@@ -2285,176 +3362,98 @@ make_lispy_focus_out c-src/emacs/src/keyboard.c /^make_lispy_focus_out (Lisp_Obj
2285make_lispy_movement c-src/emacs/src/keyboard.c /^make_lispy_movement (struct frame *frame, Lisp_Obj/ 3362make_lispy_movement c-src/emacs/src/keyboard.c /^make_lispy_movement (struct frame *frame, Lisp_Obj/
2286make_lispy_position c-src/emacs/src/keyboard.c /^make_lispy_position (struct frame *f, Lisp_Object / 3363make_lispy_position c-src/emacs/src/keyboard.c /^make_lispy_position (struct frame *f, Lisp_Object /
2287make_lispy_switch_frame c-src/emacs/src/keyboard.c /^make_lispy_switch_frame (Lisp_Object frame)$/ 3364make_lispy_switch_frame c-src/emacs/src/keyboard.c /^make_lispy_switch_frame (Lisp_Object frame)$/
2288MAKE make-src/Makefile /^MAKE:=$(MAKE) --no-print-directory$/
2289make_number c-src/emacs/src/lisp.h /^# define make_number(n) lisp_h_make_number (n)$/ 3365make_number c-src/emacs/src/lisp.h /^# define make_number(n) lisp_h_make_number (n)$/
2290make_pointer_integer c-src/emacs/src/lisp.h /^make_pointer_integer (void *p)$/ 3366make_pointer_integer c-src/emacs/src/lisp.h /^make_pointer_integer (void *p)$/
2291make_scroll_bar_position c-src/emacs/src/keyboard.c /^make_scroll_bar_position (struct input_event *ev, / 3367make_scroll_bar_position c-src/emacs/src/keyboard.c /^make_scroll_bar_position (struct input_event *ev, /
2292MakeSitelist pyt-src/server.py /^ def MakeSitelist(self, master):$/
2293MAKESRC make-src/Makefile /^MAKESRC=Makefile$/
2294make_tag c-src/etags.c /^make_tag (const char *name, \/* tag name, or NULL / 3368make_tag c-src/etags.c /^make_tag (const char *name, \/* tag name, or NULL /
2295make_uninit_sub_char_table c-src/emacs/src/lisp.h /^make_uninit_sub_char_table (int depth, int min_cha/ 3369make_uninit_sub_char_table c-src/emacs/src/lisp.h /^make_uninit_sub_char_table (int depth, int min_cha/
2296make_uninit_vector c-src/emacs/src/lisp.h /^make_uninit_vector (ptrdiff_t size)$/ 3370make_uninit_vector c-src/emacs/src/lisp.h /^make_uninit_vector (ptrdiff_t size)$/
2297malloc_atfork_handler_child c-src/emacs/src/gmalloc.c /^malloc_atfork_handler_child (void)$/ 3371malloc c-src/emacs/src/gmalloc.c /^extern void *malloc (size_t size) ATTRIBUTE_MALLOC/
2298malloc_atfork_handler_parent c-src/emacs/src/gmalloc.c /^malloc_atfork_handler_parent (void)$/ 3372malloc c-src/emacs/src/gmalloc.c /^malloc (size_t size)$/
2299malloc_atfork_handler_prepare c-src/emacs/src/gmalloc.c /^malloc_atfork_handler_prepare (void)$/
2300malloc c-src/emacs/src/gmalloc.c 1715 3373malloc c-src/emacs/src/gmalloc.c 1715
2301malloc c-src/emacs/src/gmalloc.c 64 3374malloc c-src/emacs/src/gmalloc.c 64
2302malloc c-src/emacs/src/gmalloc.c 68 3375malloc c-src/emacs/src/gmalloc.c 68
2303malloc c-src/emacs/src/gmalloc.c /^extern void *malloc (size_t size) ATTRIBUTE_MALLOC/ 3376malloc_atfork_handler_child c-src/emacs/src/gmalloc.c /^malloc_atfork_handler_child (void)$/
2304_malloc c-src/emacs/src/gmalloc.c /^_malloc (size_t size)$/ 3377malloc_atfork_handler_parent c-src/emacs/src/gmalloc.c /^malloc_atfork_handler_parent (void)$/
2305malloc c-src/emacs/src/gmalloc.c /^malloc (size_t size)$/ 3378malloc_atfork_handler_prepare c-src/emacs/src/gmalloc.c /^malloc_atfork_handler_prepare (void)$/
2306malloc_enable_thread c-src/emacs/src/gmalloc.c /^malloc_enable_thread (void)$/ 3379malloc_enable_thread c-src/emacs/src/gmalloc.c /^malloc_enable_thread (void)$/
2307__malloc_extra_blocks c-src/emacs/src/gmalloc.c 381
2308MALLOCFLOOD c-src/emacs/src/gmalloc.c 1857
2309mallochook c-src/emacs/src/gmalloc.c /^mallochook (size_t size)$/
2310malloc_info c-src/emacs/src/gmalloc.c 167 3380malloc_info c-src/emacs/src/gmalloc.c 167
2311malloc_initialize_1 c-src/emacs/src/gmalloc.c /^malloc_initialize_1 (void)$/ 3381malloc_initialize_1 c-src/emacs/src/gmalloc.c /^malloc_initialize_1 (void)$/
2312__malloc_initialize c-src/emacs/src/gmalloc.c /^__malloc_initialize (void)$/ 3382mallochook c-src/emacs/src/gmalloc.c /^mallochook (size_t size)$/
2313__malloc_initialized c-src/emacs/src/gmalloc.c 379
2314_malloc_internal c-src/emacs/src/gmalloc.c /^_malloc_internal (size_t size)$/
2315_malloc_internal_nolock c-src/emacs/src/gmalloc.c /^_malloc_internal_nolock (size_t size)$/
2316_malloc_mutex c-src/emacs/src/gmalloc.c 517
2317_malloc_thread_enabled_p c-src/emacs/src/gmalloc.c 519
2318man manpage make-src/Makefile /^man manpage: etags.1.man$/ 3383man manpage make-src/Makefile /^man manpage: etags.1.man$/
2319/manualpapersize ps-src/rfc1245.ps /^\/manualpapersize {$/
2320MANY c-src/emacs/src/lisp.h 2833
2321mao c-src/h.h 101 3384mao c-src/h.h 101
2322map c-src/emacs/src/keyboard.c 8748 3385map c-src/emacs/src/keyboard.c 8748
2323map merc-src/accumulator.m /^:- import_module map.$/ 3386map merc-src/accumulator.m /^:- import_module map.$/
3387map_word prol-src/natded.prolog /^map_word([[_]|Ws],Exp):-$/
2324mapping html-src/algrthms.html /^Mapping the Channel Symbols$/ 3388mapping html-src/algrthms.html /^Mapping the Channel Symbols$/
2325mapsyn prol-src/natded.prolog /^mapsyn(A\/B,AM\/BM):-$/ 3389mapsyn prol-src/natded.prolog /^mapsyn(A\/B,AM\/BM):-$/
2326map_word prol-src/natded.prolog /^map_word([[_]|Ws],Exp):-$/
2327MARKERP c-src/emacs/src/lisp.h /^# define MARKERP(x) lisp_h_MARKERP (x)$/
2328mark_kboards c-src/emacs/src/keyboard.c /^mark_kboards (void)$/ 3390mark_kboards c-src/emacs/src/keyboard.c /^mark_kboards (void)$/
2329\math tex-src/texinfo.tex /^\\def\\math#1{\\implicitmath #1\\implicitmath}$/ 3391max c-src/emacs/src/lisp.h /^#define max(a, b) ((a) > (b) ? (a) : (b))$/
2330MAX_ALLOCA c-src/emacs/src/lisp.h 4556 3392max c-src/emacs/src/lisp.h 58
2331max_args c-src/emacs/src/lisp.h 1686
2332maxargs c-src/emacs/src/lisp.h 2831
2333max c.c /^__attribute__ ((always_inline)) max (int a, int b)/ 3393max c.c /^__attribute__ ((always_inline)) max (int a, int b)/
2334max c.c /^max (int a, int b)$/ 3394max c.c /^max (int a, int b)$/
2335max cp-src/conway.cpp /^#define max(x,y) ((x > y) ? x : y)$/ 3395max cp-src/conway.cpp /^#define max(x,y) ((x > y) ? x : y)$/
2336max c-src/emacs/src/lisp.h 58 3396max_args c-src/emacs/src/lisp.h 1686
2337max c-src/emacs/src/lisp.h /^#define max(a, b) ((a) > (b) ? (a) : (b))$/
2338MAX_ENCODED_BYTES c-src/emacs/src/keyboard.c 2254
2339MAX_HASH_VALUE c-src/etags.c 2329
2340max_num_directions cp-src/clheir.hpp 31 3397max_num_directions cp-src/clheir.hpp 31
2341max_num_generic_objects cp-src/clheir.cpp 9 3398max_num_generic_objects cp-src/clheir.cpp 9
2342MAXPATHLEN c-src/etags.c 115 3399maxargs c-src/emacs/src/lisp.h 2831
2343/max ps-src/rfc1245.ps /^\/max {2 copy lt {exch} if pop} bind def$/
2344MAX_WORD_LENGTH c-src/etags.c 2327
2345maybe_gc c-src/emacs/src/lisp.h /^maybe_gc (void)$/
2346maybe merc-src/accumulator.m /^:- import_module maybe.$/ 3400maybe merc-src/accumulator.m /^:- import_module maybe.$/
2347MAYBEREL y-src/parse.y /^#define MAYBEREL(p) (*(p)=='[' && (isdigit((p)[1])/ 3401maybe_gc c-src/emacs/src/lisp.h /^maybe_gc (void)$/
2348MBYTES objc-src/PackInsp.m 59
2349Mcccp y-src/cccp.y /^main ()$/
2350Mc cp-src/c.C /^int main (void) { my_function0(0); my_function1(1)/
2351mcCSC cp-src/c.C 6 3402mcCSC cp-src/c.C 6
2352mcheck c-src/emacs/src/gmalloc.c /^mcheck (void (*func) (enum mcheck_status))$/ 3403mcheck c-src/emacs/src/gmalloc.c /^mcheck (void (*func) (enum mcheck_status))$/
2353MCHECK_DISABLED c-src/emacs/src/gmalloc.c 285
2354MCHECK_FREE c-src/emacs/src/gmalloc.c 287
2355MCHECK_HEAD c-src/emacs/src/gmalloc.c 288
2356MCHECK_OK c-src/emacs/src/gmalloc.c 286
2357mcheck_status c-src/emacs/src/gmalloc.c 283 3404mcheck_status c-src/emacs/src/gmalloc.c 283
2358MCHECK_TAIL c-src/emacs/src/gmalloc.c 289
2359mcheck_used c-src/emacs/src/gmalloc.c 2012 3405mcheck_used c-src/emacs/src/gmalloc.c 2012
2360Mconway.cpp cp-src/conway.cpp /^void main(void)$/
2361mdbcomp merc-src/accumulator.m /^:- import_module mdbcomp.$/ 3406mdbcomp merc-src/accumulator.m /^:- import_module mdbcomp.$/
2362MDiagArray2 cp-src/MDiagArray2.h 78
2363MDiagArray2 cp-src/MDiagArray2.h /^ MDiagArray2 (const Array<T>& a) : DiagArray2<T> /
2364MDiagArray2 cp-src/MDiagArray2.h /^ MDiagArray2 (const DiagArray2<T>& a) : DiagArray/
2365MDiagArray2 cp-src/MDiagArray2.h /^ MDiagArray2 (const MDiagArray2<T>& a) : DiagArra/
2366MDiagArray2 cp-src/MDiagArray2.h /^ MDiagArray2 (int r, int c, const T& val) : DiagA/
2367MDiagArray2 cp-src/MDiagArray2.h /^ MDiagArray2 (int r, int c) : DiagArray2<T> (r, c/
2368MDiagArray2 cp-src/MDiagArray2.h /^ MDiagArray2 (T *d, int r, int c) : DiagArray2<T>/
2369~MDiagArray2 cp-src/MDiagArray2.h /^ ~MDiagArray2 (void) { }$/
2370MDiagArray2 cp-src/MDiagArray2.h /^ MDiagArray2 (void) : DiagArray2<T> () { }$/
2371me_22a lua-src/test.lua /^ function test.me_22a(one, two)$/
2372me22b lua-src/test.lua /^ local function test.me22b (one)$/ 3407me22b lua-src/test.lua /^ local function test.me22b (one)$/
3408me_22a lua-src/test.lua /^ function test.me_22a(one, two)$/
2373memalign c-src/emacs/src/gmalloc.c /^memalign (size_t alignment, size_t size)$/ 3409memalign c-src/emacs/src/gmalloc.c /^memalign (size_t alignment, size_t size)$/
2374member_lessthan_goalid merc-src/accumulator.m /^:- pred member_lessthan_goalid(accu_goal_store::in/
2375member prol-src/natded.prolog /^member(X,[X|_]).$/ 3410member prol-src/natded.prolog /^member(X,[X|_]).$/
3411member_lessthan_goalid merc-src/accumulator.m /^:- pred member_lessthan_goalid(accu_goal_store::in/
2376memclear c-src/emacs/src/lisp.h /^memclear (void *p, ptrdiff_t nbytes)$/ 3412memclear c-src/emacs/src/lisp.h /^memclear (void *p, ptrdiff_t nbytes)$/
2377menu_bar_item c-src/emacs/src/keyboard.c /^menu_bar_item (Lisp_Object key, Lisp_Object item, / 3413menu_bar_item c-src/emacs/src/keyboard.c /^menu_bar_item (Lisp_Object key, Lisp_Object item, /
2378menu_bar_items c-src/emacs/src/keyboard.c /^menu_bar_items (Lisp_Object old)$/ 3414menu_bar_items c-src/emacs/src/keyboard.c /^menu_bar_items (Lisp_Object old)$/
2379menu_bar_items_index c-src/emacs/src/keyboard.c 7369 3415menu_bar_items_index c-src/emacs/src/keyboard.c 7369
2380menu_bar_items_vector c-src/emacs/src/keyboard.c 7368 3416menu_bar_items_vector c-src/emacs/src/keyboard.c 7368
2381menu_bar_one_keymap_changed_items c-src/emacs/src/keyboard.c 7363 3417menu_bar_one_keymap_changed_items c-src/emacs/src/keyboard.c 7363
2382menu_item_eval_property_1 c-src/emacs/src/keyboard.c /^menu_item_eval_property_1 (Lisp_Object arg)$/
2383menu_item_eval_property c-src/emacs/src/keyboard.c /^menu_item_eval_property (Lisp_Object sexpr)$/ 3418menu_item_eval_property c-src/emacs/src/keyboard.c /^menu_item_eval_property (Lisp_Object sexpr)$/
3419menu_item_eval_property_1 c-src/emacs/src/keyboard.c /^menu_item_eval_property_1 (Lisp_Object arg)$/
2384menu_separator_name_p c-src/emacs/src/keyboard.c /^menu_separator_name_p (const char *label)$/ 3420menu_separator_name_p c-src/emacs/src/keyboard.c /^menu_separator_name_p (const char *label)$/
2385\menu tex-src/texinfo.tex /^\\long\\def\\menu #1\\end menu{}$/
2386Metags c-src/etags.c /^main (int argc, char **argv)$/
2387metasource c-src/etags.c 198 3421metasource c-src/etags.c 198
2388Mfail cp-src/fail.C /^main()$/
2389min_args c-src/emacs/src/lisp.h 1686
2390min_char c-src/emacs/src/lisp.h 1621
2391min cp-src/conway.cpp /^#define min(x,y) ((x > y) ? y : x)$/
2392min c-src/emacs/src/gmalloc.c /^#define min(a, b) ((a) < (b) ? (a) : (b))$/ 3422min c-src/emacs/src/gmalloc.c /^#define min(a, b) ((a) < (b) ? (a) : (b))$/
2393min c-src/emacs/src/lisp.h 57
2394min c-src/emacs/src/lisp.h /^#define min(a, b) ((a) < (b) ? (a) : (b))$/ 3423min c-src/emacs/src/lisp.h /^#define min(a, b) ((a) < (b) ? (a) : (b))$/
2395MIN_HASH_VALUE c-src/etags.c 2328 3424min c-src/emacs/src/lisp.h 57
2396/min ps-src/rfc1245.ps /^\/min {2 copy gt {exch} if pop} bind def$/ 3425min cp-src/conway.cpp /^#define min(x,y) ((x > y) ? y : x)$/
3426min_args c-src/emacs/src/lisp.h 1686
3427min_char c-src/emacs/src/lisp.h 1621
2397minus cp-src/functions.cpp /^void Date::minus ( int days , int month , int year/ 3428minus cp-src/functions.cpp /^void Date::minus ( int days , int month , int year/
2398\minus tex-src/texinfo.tex /^\\def\\minus{$-$}$/
2399MIN_WORD_LENGTH c-src/etags.c 2326
2400MISCP c-src/emacs/src/lisp.h /^# define MISCP(x) lisp_h_MISCP (x)$/
2401miti html-src/softwarelibero.html /^Sfatiamo alcuni miti$/ 3429miti html-src/softwarelibero.html /^Sfatiamo alcuni miti$/
2402Mkai-test.pl perl-src/kai-test.pl /^package main;$/
2403modifier_names c-src/emacs/src/keyboard.c 6319 3430modifier_names c-src/emacs/src/keyboard.c 6319
2404modifier_symbols c-src/emacs/src/keyboard.c 6327 3431modifier_symbols c-src/emacs/src/keyboard.c 6327
2405modify_event_symbol c-src/emacs/src/keyboard.c /^modify_event_symbol (ptrdiff_t symbol_num, int mod/ 3432modify_event_symbol c-src/emacs/src/keyboard.c /^modify_event_symbol (ptrdiff_t symbol_num, int mod/
2406module_class_method ruby-src/test.rb /^ def ModuleExample.module_class_method$/ 3433module_class_method ruby-src/test.rb /^ def ModuleExample.module_class_method$/
2407ModuleExample ruby-src/test.rb /^module ModuleExample$/
2408module_instance_method ruby-src/test.rb /^ def module_instance_method$/ 3434module_instance_method ruby-src/test.rb /^ def module_instance_method$/
3435more= ruby-src/test1.ru /^ :more$/
2409more_aligned_int c.c 165 3436more_aligned_int c.c 165
2410morecore_nolock c-src/emacs/src/gmalloc.c /^morecore_nolock (size_t size)$/ 3437morecore_nolock c-src/emacs/src/gmalloc.c /^morecore_nolock (size_t size)$/
2411morecore_recursing c-src/emacs/src/gmalloc.c 604 3438morecore_recursing c-src/emacs/src/gmalloc.c 604
2412More_Lisp_Bits c-src/emacs/src/lisp.h 801
2413more= ruby-src/test1.ru /^ :more$/
2414MOST_NEGATIVE_FIXNUM c-src/emacs/src/lisp.h 835
2415MOST_POSITIVE_FIXNUM c-src/emacs/src/lisp.h 834
2416mouse_syms c-src/emacs/src/keyboard.c 4627 3439mouse_syms c-src/emacs/src/keyboard.c 4627
2417move cp-src/clheir.cpp /^void agent::move(int direction)$/ 3440move cp-src/clheir.cpp /^void agent::move(int direction)$/
2418MOVE c-src/sysdep.h /^#define MOVE(x,y) movl x, y$/
2419MoveLayerAfter lua-src/allegro.lua /^function MoveLayerAfter (this_one)$/
2420MoveLayerBefore lua-src/allegro.lua /^function MoveLayerBefore (this_one)$/
2421MoveLayerBottom lua-src/allegro.lua /^function MoveLayerBottom ()$/
2422MoveLayerTop lua-src/allegro.lua /^function MoveLayerTop ()$/
2423mprobe c-src/emacs/src/gmalloc.c /^mprobe (void *ptr)$/ 3441mprobe c-src/emacs/src/gmalloc.c /^mprobe (void *ptr)$/
2424/M ps-src/rfc1245.ps /^\/M {newpath moveto} bind def$/
2425MSDOS c-src/etags.c 100
2426MSDOS c-src/etags.c 106
2427MSDOS c-src/etags.c 107
2428MSDOS c-src/etags.c 110
2429msgid php-src/lce_functions.php /^ function msgid($line, $class)$/ 3442msgid php-src/lce_functions.php /^ function msgid($line, $class)$/
2430MSGSEL f-src/entry.for /^ ENTRY MSGSEL ( TYPE )$/
2431MSGSEL f-src/entry.strange /^ ENTRY MSGSEL ( TYPE )$/
2432MSGSEL f-src/entry.strange_suffix /^ ENTRY MSGSEL ( TYPE )$/
2433msgstr php-src/lce_functions.php /^ function msgstr($line, $class)$/ 3443msgstr php-src/lce_functions.php /^ function msgstr($line, $class)$/
2434/ms ps-src/rfc1245.ps /^\/ms { $/
2435mstats c-src/emacs/src/gmalloc.c 308 3444mstats c-src/emacs/src/gmalloc.c 308
2436Mtest1.go go-src/test1.go 1
2437Mtest1.go go-src/test1.go /^func main() {$/
2438Mtest.go go-src/test.go 1
2439Mtest.go go-src/test.go /^func main() {$/
2440Mtest.rs rs-src/test.rs /^fn main() {$/
2441mtg html-src/software.html /^MTG$/
2442mt prol-src/natded.prolog /^mt:-$/ 3445mt prol-src/natded.prolog /^mt:-$/
2443multibyte c-src/emacs/src/regex.h 403 3446mtg html-src/software.html /^MTG$/
2444MULTI_LETTER_MOD c-src/emacs/src/keyboard.c 6231
2445MULTI_LETTER_MOD c-src/emacs/src/keyboard.c 6764
2446MULTI_LETTER_MOD c-src/emacs/src/keyboard.c /^#define MULTI_LETTER_MOD(BIT, NAME, LEN) \\$/
2447MULTI_LETTER_MOD c-src/emacs/src/keyboard.c /^#define MULTI_LETTER_MOD(BIT, NAME, LEN) \\$/
2448multi_line c-src/etags.c 267 3447multi_line c-src/etags.c 267
2449Mx.cc cp-src/x.cc /^main(int argc, char *argv[])$/ 3448multibyte c-src/emacs/src/regex.h 403
2450\mylbrace tex-src/texinfo.tex /^\\def\\mylbrace {{\\tt \\char '173}}$/
2451mypi forth-src/test-forth.fth /^synonym mypi fconst$/
2452my_printf c.c /^my_printf (void *my_object, const char *my_format,/ 3449my_printf c.c /^my_printf (void *my_object, const char *my_format,/
2453\myrbrace tex-src/texinfo.tex /^\\def\\myrbrace {{\\tt \\char '175}}$/
2454my_struct c.c 226
2455my_struct c-src/h.h 91 3450my_struct c-src/h.h 91
2456my_typedef c.c 228 3451my_struct c.c 226
2457my_typedef c-src/h.h 93 3452my_typedef c-src/h.h 93
3453my_typedef c.c 228
3454mypi forth-src/test-forth.fth /^synonym mypi fconst$/
3455n c-src/exit.c 28
3456n c-src/exit.strange_suffix 28
2458name c-src/emacs/src/keyboard.c 7241 3457name c-src/emacs/src/keyboard.c 7241
2459name c-src/emacs/src/lisp.h 1808 3458name c-src/emacs/src/lisp.h 1808
2460name c-src/emacs/src/lisp.h 3144 3459name c-src/emacs/src/lisp.h 3144
@@ -2465,11 +3464,7 @@ name c-src/etags.c 2271
2465name c-src/etags.c 261 3464name c-src/etags.c 261
2466name c-src/getopt.h 76 3465name c-src/getopt.h 76
2467name c-src/getopt.h 78 3466name c-src/getopt.h 78
2468named c-src/etags.c 2505
2469NameHasChar pas-src/common.pas /^function NameHasChar; (* (TheName : NameString; Th/
2470name perl-src/htlmify-cystic 357 3467name perl-src/htlmify-cystic 357
2471namestringequal pas-src/common.pas /^function namestringequal;(*(var Name1,Name2 : Name/
2472NameStringLess pas-src/common.pas /^function NameStringLess;(*(var Name1,Name2 : NameS/
2473name tex-src/texinfo.tex /^\\begingroup\\defname {#1}{Function}%$/ 3468name tex-src/texinfo.tex /^\\begingroup\\defname {#1}{Function}%$/
2474name tex-src/texinfo.tex /^\\begingroup\\defname {#1}{Macro}%$/ 3469name tex-src/texinfo.tex /^\\begingroup\\defname {#1}{Macro}%$/
2475name tex-src/texinfo.tex /^\\begingroup\\defname {#1}{Special Form}%$/ 3470name tex-src/texinfo.tex /^\\begingroup\\defname {#1}{Special Form}%$/
@@ -2478,45 +3473,29 @@ name tex-src/texinfo.tex /^\\begingroup\\defname {#1}{Variable}%$/
2478name tex-src/texinfo.tex /^\\begingroup\\defname {#2}{#1}\\deftpargs{#3}\\endgrou/ 3473name tex-src/texinfo.tex /^\\begingroup\\defname {#2}{#1}\\deftpargs{#3}\\endgrou/
2479name tex-src/texinfo.tex /^\\begingroup\\defname {#2}{#1}\\defunargs{#3}\\endgrou/ 3474name tex-src/texinfo.tex /^\\begingroup\\defname {#2}{#1}\\defunargs{#3}\\endgrou/
2480name tex-src/texinfo.tex /^\\begingroup\\defname {#2}{#1}\\defvarargs{#3}\\endgro/ 3475name tex-src/texinfo.tex /^\\begingroup\\defname {#2}{#1}\\defvarargs{#3}\\endgro/
2481name tex-src/texinfo.tex /^\\begingroup\\defname {#2}{\\defcvtype{} of #1}%$/
2482name tex-src/texinfo.tex /^\\begingroup\\defname {#2}{\\defoptype{} on #1}%$/
2483name tex-src/texinfo.tex /^\\begingroup\\defname {#2}{Instance Variable of #1}%/ 3476name tex-src/texinfo.tex /^\\begingroup\\defname {#2}{Instance Variable of #1}%/
2484name tex-src/texinfo.tex /^\\begingroup\\defname {#2}{Method on #1}%$/ 3477name tex-src/texinfo.tex /^\\begingroup\\defname {#2}{Method on #1}%$/
3478name tex-src/texinfo.tex /^\\begingroup\\defname {#2}{\\defcvtype{} of #1}%$/
3479name tex-src/texinfo.tex /^\\begingroup\\defname {#2}{\\defoptype{} on #1}%$/
2485name tex-src/texinfo.tex /^\\begingroup\\defname {\\code{#1} #2}{Function}%$/ 3480name tex-src/texinfo.tex /^\\begingroup\\defname {\\code{#1} #2}{Function}%$/
2486name tex-src/texinfo.tex /^\\begingroup\\defname {\\code{#1} #2}{Variable}%$/ 3481name tex-src/texinfo.tex /^\\begingroup\\defname {\\code{#1} #2}{Variable}%$/
2487name tex-src/texinfo.tex /^\\begingroup\\defname {\\code{#2} #3}{#1}%$/
2488name tex-src/texinfo.tex /^\\begingroup\\defname {\\code{#2} #3}{#1}$/ 3482name tex-src/texinfo.tex /^\\begingroup\\defname {\\code{#2} #3}{#1}$/
2489NAME y-src/cccp.c 8 3483name tex-src/texinfo.tex /^\\begingroup\\defname {\\code{#2} #3}{#1}%$/
2490name y-src/cccp.y 113 3484name y-src/cccp.y 113
2491name y-src/cccp.y 43 3485name y-src/cccp.y 43
3486named c-src/etags.c 2505
3487namestringequal pas-src/common.pas /^function namestringequal;(*(var Name1,Name2 : Name/
2492nargs c-src/emacs/src/lisp.h 2987 3488nargs c-src/emacs/src/lisp.h 2987
2493NATNUMP c-src/emacs/src/lisp.h /^NATNUMP (Lisp_Object x)$/
2494/nbluet ps-src/rfc1245.ps /^\/nbluet 256 array def$/
2495n c-src/exit.c 28
2496n c-src/exit.strange_suffix 28
2497NDEBUG c-src/etags.c 88
2498need_adjustment c-src/emacs/src/lisp.h 1986 3489need_adjustment c-src/emacs/src/lisp.h 1986
2499\need tex-src/texinfo.tex /^\\def\\need{\\parsearg\\needx}$/
2500\needx tex-src/texinfo.tex /^\\def\\needx#1{%$/
2501NEG y-src/parse.c 9
2502neighbors cp-src/clheir.hpp 59 3490neighbors cp-src/clheir.hpp 59
2503nelem cp-src/Range.h /^ int nelem (void) const { return rng_nelem; }$/ 3491nelem cp-src/Range.h /^ int nelem (void) const { return rng_nelem; }$/
2504nestlev c-src/etags.c 2525 3492nestlev c-src/etags.c 2525
2505\newcodeindex tex-src/texinfo.tex /^\\def\\newcodeindex #1{$/
2506\newindex tex-src/texinfo.tex /^\\def\\newindex #1{$/
2507NewLayer lua-src/allegro.lua /^function NewLayer (name, x, y, w, h)$/
2508NewLayerSet lua-src/allegro.lua /^function NewLayerSet (name)$/
2509newlb c-src/etags.c 2930
2510newlinepos c-src/etags.c 2932
2511NewNameString pas-src/common.pas /^procedure NewNameString; (* (var NSP: NameStringPo/
2512new objc-src/PackInsp.m /^+new$/ 3493new objc-src/PackInsp.m /^+new$/
2513new perl-src/htlmify-cystic 163 3494new perl-src/htlmify-cystic 163
2514new_tag perl-src/htlmify-cystic 18 3495new_tag perl-src/htlmify-cystic 18
3496newlb c-src/etags.c 2930
3497newlinepos c-src/etags.c 2932
2515newtextstring pas-src/common.pas /^function newtextstring; (*: TextString;*)$/ 3498newtextstring pas-src/common.pas /^function newtextstring; (*: TextString;*)$/
2516next_alive cp-src/conway.hpp 7
2517next_almost_prime c-src/emacs/src/lisp.h /^extern EMACS_INT next_almost_prime (EMACS_INT) ATT/
2518NEXT_ALMOST_PRIME_LIMIT c-src/emacs/src/lisp.h 3573
2519next c.c 174
2520next c-src/emacs/src/gmalloc.c 164 3499next c-src/emacs/src/gmalloc.c 164
2521next c-src/emacs/src/gmalloc.c 188 3500next c-src/emacs/src/gmalloc.c 188
2522next c-src/emacs/src/gmalloc.c 198 3501next c-src/emacs/src/gmalloc.c 198
@@ -2530,119 +3509,67 @@ next c-src/emacs/src/lisp.h 3028
2530next c-src/emacs/src/lisp.h 3134 3509next c-src/emacs/src/lisp.h 3134
2531next c-src/emacs/src/lisp.h 700 3510next c-src/emacs/src/lisp.h 700
2532next c-src/etags.c 203 3511next c-src/etags.c 203
3512next c.c 174
3513next y-src/cccp.y 42
2533next-file el-src/emacs/lisp/progmodes/etags.el /^(defun next-file (&optional initialize novisit)$/ 3514next-file el-src/emacs/lisp/progmodes/etags.el /^(defun next-file (&optional initialize novisit)$/
2534next-file-list el-src/emacs/lisp/progmodes/etags.el /^(defvar next-file-list nil$/ 3515next-file-list el-src/emacs/lisp/progmodes/etags.el /^(defvar next-file-list nil$/
3516next_alive cp-src/conway.hpp 7
3517next_almost_prime c-src/emacs/src/lisp.h /^extern EMACS_INT next_almost_prime (EMACS_INT) ATT/
2535next_free c-src/emacs/src/lisp.h 1851 3518next_free c-src/emacs/src/lisp.h 1851
2536nextfree c-src/emacs/src/lisp.h 3029
2537\next tex-src/texinfo.tex /^\\def\\next##1{}\\next}$/
2538next_weak c-src/emacs/src/lisp.h 1875 3519next_weak c-src/emacs/src/lisp.h 1875
2539next y-src/cccp.y 42 3520nextfree c-src/emacs/src/lisp.h 3029
2540NE y-src/parse.c 6
2541nfree c-src/emacs/src/gmalloc.c 150 3521nfree c-src/emacs/src/gmalloc.c 150
2542/ngrayt ps-src/rfc1245.ps /^\/ngrayt 256 array def$/
2543/ngreent ps-src/rfc1245.ps /^\/ngreent 256 array def$/
2544NIL_IS_ZERO c-src/emacs/src/lisp.h 1515
2545NILP c-src/emacs/src/lisp.h /^# define NILP(x) lisp_h_NILP (x)$/
2546nl c-src/etags.c 2521 3522nl c-src/etags.c 2521
2547NmStrToErrStr pas-src/common.pas /^function NmStrToErrStr;(*($/ 3523no tex-src/texinfo.tex /^\\global\\advance \\appendixno by 1 \\message{Appendix/
2548NmStrToInteger pas-src/common.pas /^function NmStrToInteger; (* (Str : NameString) : i/ 3524no tex-src/texinfo.tex /^\\ifnum\\secno=0 Appendix\\xreftie'char\\the\\appendixn/
2549\nm tex-src/testenv.tex /^\\newcommand{\\nm}[2]{\\nomenclature{#1}{#2}}$/ 3525no tex-src/texinfo.tex /^\\newcount \\appendixno \\appendixno = `\\@$/
3526no.\the\secno tex-src/texinfo.tex /^\\else \\ifnum \\subsecno=0 Section\\xreftie'char\\the\\/
3527no.\the\secno.\the\subsecno tex-src/texinfo.tex /^Section\\xreftie'char\\the\\appendixno.\\the\\secno.\\th/
3528no.\the\secno.\the\subsecno.\the\subsubsecno tex-src/texinfo.tex /^Section\\xreftie'char\\the\\appendixno.\\the\\secno.\\th/
2550no_argument c-src/getopt.h 89 3529no_argument c-src/getopt.h 89
3530no_lang_help c-src/etags.c 707
3531no_sub c-src/emacs/src/regex.h 387
2551nocase_tail c-src/etags.c /^nocase_tail (const char *cp)$/ 3532nocase_tail c-src/etags.c /^nocase_tail (const char *cp)$/
2552node c-src/etags.c 225 3533node c-src/etags.c 225
2553noderef tex-src/texinfo.tex /^\\appendixnoderef %$/
2554node_st c-src/etags.c 214 3534node_st c-src/etags.c 214
2555\node tex-src/texinfo.tex /^\\def\\node{\\ENVcheck\\parsearg\\nodezzz}$/ 3535noderef tex-src/texinfo.tex /^\\appendixnoderef %$/
2556\nodexxx[ tex-src/texinfo.tex /^\\def\\nodexxx[#1,#2]{\\gdef\\lastnode{#1}}$/
2557\nodezzz tex-src/texinfo.tex /^\\def\\nodezzz#1{\\nodexxx [#1,]}$/
2558\nofillexdent tex-src/texinfo.tex /^\\def\\nofillexdent{\\parsearg\\nofillexdentyyy}$/
2559\nofillexdentyyy tex-src/texinfo.tex /^\\def\\nofillexdentyyy #1{{\\advance \\leftskip by -\\e/
2560nofonts% tex-src/texinfo.tex /^{\\chapternofonts%$/
2561nofonts tex-src/texinfo.tex /^{\\indexnofonts$/ 3536nofonts tex-src/texinfo.tex /^{\\indexnofonts$/
2562no_lang_help c-src/etags.c 707 3537nofonts% tex-src/texinfo.tex /^{\\chapternofonts%$/
2563none_help c-src/etags.c 703 3538none_help c-src/etags.c 703
2564NONPOINTER_BITS c-src/emacs/src/lisp.h 78
2565NONPOINTER_BITS c-src/emacs/src/lisp.h 80
2566NONSRCS make-src/Makefile /^NONSRCS=entry.strange lists.erl clheir.hpp.gz$/
2567\normalbackslash tex-src/texinfo.tex /^\\def\\normalbackslash{{\\tt\\rawbackslashxx}}$/
2568\normalcaret tex-src/texinfo.tex /^\\def\\normalcaret{^}$/
2569\normaldoublequote tex-src/texinfo.tex /^\\def\\normaldoublequote{"}$/
2570\normalgreater tex-src/texinfo.tex /^\\def\\normalgreater{>}$/
2571normalize_fresh prol-src/natded.prolog /^normalize_fresh(M,N):-$/
2572normalize prol-src/natded.prolog /^normalize(M,MNorm):-$/ 3539normalize prol-src/natded.prolog /^normalize(M,MNorm):-$/
2573/normalize ps-src/rfc1245.ps /^\/normalize {$/ 3540normalize_fresh prol-src/natded.prolog /^normalize_fresh(M,N):-$/
2574normalize_tree prol-src/natded.prolog /^normalize_tree(tree(Rule,Syn:Sem,Trees),$/ 3541normalize_tree prol-src/natded.prolog /^normalize_tree(tree(Rule,Syn:Sem,Trees),$/
2575normalize_trees prol-src/natded.prolog /^normalize_trees([],[]).$/ 3542normalize_trees prol-src/natded.prolog /^normalize_trees([],[]).$/
2576\normalless tex-src/texinfo.tex /^\\def\\normalless{<}$/
2577\normalplus tex-src/texinfo.tex /^\\def\\normalplus{+}$/
2578\normaltilde tex-src/texinfo.tex /^\\def\\normaltilde{~}$/
2579\normalunderscore tex-src/texinfo.tex /^\\def\\normalunderscore{_}$/
2580\normalverticalbar tex-src/texinfo.tex /^\\def\\normalverticalbar{|}$/
2581nosave pyt-src/server.py /^ def nosave(self):$/ 3543nosave pyt-src/server.py /^ def nosave(self):$/
2582no_sub c-src/emacs/src/regex.h 387 3544not_bol c-src/emacs/src/regex.h 391
3545not_eol c-src/emacs/src/regex.h 394
3546not_single_kboard_state c-src/emacs/src/keyboard.c /^not_single_kboard_state (KBOARD *kboard)$/
2583notag2 c-src/dostorture.c 26 3547notag2 c-src/dostorture.c 26
2584notag2 c-src/torture.c 26 3548notag2 c-src/torture.c 26
2585notag4 c-src/dostorture.c 45 3549notag4 c-src/dostorture.c 45
2586notag4 c-src/torture.c 45 3550notag4 c-src/torture.c 45
2587not_bol c-src/emacs/src/regex.h 391
2588/.notdef ps-src/rfc1245.ps /^\/.notdef \/.notdef \/.notdef \/.notdef \/.notdef \/.not/
2589/.notdef ps-src/rfc1245.ps /^\/.notdef \/.notdef \/.notdef \/.notdef \/space \/exclam/
2590not_eol c-src/emacs/src/regex.h 394
2591NOTEQUAL y-src/cccp.c 13
2592no tex-src/texinfo.tex /^\\global\\advance \\appendixno by 1 \\message{Appendix/
2593no tex-src/texinfo.tex /^\\ifnum\\secno=0 Appendix\\xreftie'char\\the\\appendixn/
2594no tex-src/texinfo.tex /^\\newcount \\appendixno \\appendixno = `\\@$/
2595no.\the\secno tex-src/texinfo.tex /^\\else \\ifnum \\subsecno=0 Section\\xreftie'char\\the\\/
2596no.\the\secno.\the\subsecno tex-src/texinfo.tex /^Section\\xreftie'char\\the\\appendixno.\\the\\secno.\\th/
2597no.\the\secno.\the\subsecno.\the\subsubsecno tex-src/texinfo.tex /^Section\\xreftie'char\\the\\appendixno.\\the\\secno.\\th/
2598notinname c-src/etags.c /^#define notinname(c) (_nin[CHAR (c)]) \/* c is not / 3551notinname c-src/etags.c /^#define notinname(c) (_nin[CHAR (c)]) \/* c is not /
2599not_single_kboard_state c-src/emacs/src/keyboard.c /^not_single_kboard_state (KBOARD *kboard)$/
2600npending c-src/emacs/src/keyboard.c 7244 3552npending c-src/emacs/src/keyboard.c 7244
2601/N ps-src/rfc1245.ps /^\/N { $/
2602/nredt ps-src/rfc1245.ps /^\/nredt 256 array def$/
2603\nsbot tex-src/texinfo.tex /^\\def\\nsbot{\\vbox$/
2604\nstop tex-src/texinfo.tex /^\\def\\nstop{\\vbox$/
2605/Ntilde ps-src/rfc1245.ps /^\/Ntilde \/Odieresis \/Udieresis \/aacute \/agrave \/aci/
2606ntool_bar_items c-src/emacs/src/keyboard.c 7974 3553ntool_bar_items c-src/emacs/src/keyboard.c 7974
2607NULL_PTR y-src/cccp.y 63 3554numOfChannels cp-src/c.C 1
2608NULL y-src/cccp.y 51
2609\numberedsec tex-src/texinfo.tex /^\\outer\\def\\numberedsec{\\parsearg\\seczzz}$/
2610\numberedsubsec tex-src/texinfo.tex /^\\outer\\def\\numberedsubsec{\\parsearg\\numberedsubsec/
2611\numberedsubseczzz tex-src/texinfo.tex /^\\def\\numberedsubseczzz #1{\\seccheck{subsection}%$/
2612\numberedsubsubsec tex-src/texinfo.tex /^\\outer\\def\\numberedsubsubsec{\\parsearg\\numberedsub/
2613\numberedsubsubseczzz tex-src/texinfo.tex /^\\def\\numberedsubsubseczzz #1{\\seccheck{subsubsecti/
2614numberKeys objcpp-src/SimpleCalc.M /^- numberKeys:sender$/
2615number_len c-src/etags.c /^static int number_len (long) ATTRIBUTE_CONST;$/
2616/numbersign ps-src/rfc1245.ps /^\/numbersign \/dollar \/percent \/ampersand \/quotesing/
2617numbervars prol-src/natded.prolog /^numbervars(X):-$/
2618num_columns cp-src/conway.cpp 16 3555num_columns cp-src/conway.cpp 16
2619\numericenumerate tex-src/texinfo.tex /^\\def\\numericenumerate{%$/
2620num_input_events c-src/emacs/src/keyboard.c 210 3556num_input_events c-src/emacs/src/keyboard.c 210
2621NUM_MOD_NAMES c-src/emacs/src/keyboard.c 6325
2622numOfChannels cp-src/c.C 1
2623NUM_RECENT_KEYS c-src/emacs/src/keyboard.c 91
2624num_regs c-src/emacs/src/regex.h 430 3557num_regs c-src/emacs/src/regex.h 430
2625num_rows cp-src/conway.cpp 15 3558num_rows cp-src/conway.cpp 15
2626NUMSTATS objc-src/PackInsp.h 36 3559numberKeys objcpp-src/SimpleCalc.M /^- numberKeys:sender$/
3560number_len c-src/etags.c /^static int number_len (long) ATTRIBUTE_CONST;$/
3561numbervars prol-src/natded.prolog /^numbervars(X):-$/
2627nvars c-src/emacs/src/lisp.h 3140 3562nvars c-src/emacs/src/lisp.h 3140
2628Objc_help c-src/etags.c 613
2629OBJCPPSRC make-src/Makefile /^OBJCPPSRC=SimpleCalc.H SimpleCalc.M$/
2630OBJCSRC make-src/Makefile /^OBJCSRC=Subprocess.h Subprocess.m PackInsp.h PackI/
2631Objc_suffixes c-src/etags.c 609
2632objdef c-src/etags.c 2484 3563objdef c-src/etags.c 2484
2633object c-src/emacs/src/lisp.h 2128 3564object c-src/emacs/src/lisp.h 2128
2634object_registry cp-src/clheir.cpp 10 3565object_registry cp-src/clheir.cpp 10
2635OBJS make-src/Makefile /^OBJS=${GETOPTOBJS} ${REGEXOBJS} ${CHECKOBJS}$/
2636objtag c-src/etags.c 2453 3566objtag c-src/etags.c 2453
2637objvar c-src/emacs/src/lisp.h 2297 3567objvar c-src/emacs/src/lisp.h 2297
2638obstack_chunk_alloc y-src/parse.y 47 3568obstack_chunk_alloc y-src/parse.y 47
2639obstack_chunk_free y-src/parse.y 48 3569obstack_chunk_free y-src/parse.y 48
2640ocatseen c-src/etags.c 2477 3570ocatseen c-src/etags.c 2477
2641/ocircumflex ps-src/rfc1245.ps /^\/ocircumflex \/odieresis \/otilde \/uacute \/ugrave \/u/
2642octave_MDiagArray2_h cp-src/MDiagArray2.h 29 3571octave_MDiagArray2_h cp-src/MDiagArray2.h 29
2643octave_Range_h cp-src/Range.h 24 3572octave_Range_h cp-src/Range.h 24
2644\oddfooting tex-src/texinfo.tex /^\\def\\oddfooting{\\parsearg\\oddfootingxxx}$/
2645\oddheading tex-src/texinfo.tex /^\\def\\oddheading{\\parsearg\\oddheadingxxx}$/
2646oediff make-src/Makefile /^oediff: OTAGS ETAGS ${infiles}$/ 3573oediff make-src/Makefile /^oediff: OTAGS ETAGS ${infiles}$/
2647offset c-src/emacs/src/lisp.h 2305 3574offset c-src/emacs/src/lisp.h 2305
2648offset c-src/emacs/src/lisp.h 2365 3575offset c-src/emacs/src/lisp.h 2365
@@ -2657,218 +3584,136 @@ omethodcolon c-src/etags.c 2481
2657omethodparm c-src/etags.c 2482 3584omethodparm c-src/etags.c 2482
2658omethodsign c-src/etags.c 2479 3585omethodsign c-src/etags.c 2479
2659omethodtag c-src/etags.c 2480 3586omethodtag c-src/etags.c 2480
2660\onepageout tex-src/texinfo.tex /^\\def\\onepageout#1{\\hoffset=\\normaloffset$/
2661onone c-src/etags.c 2472 3587onone c-src/etags.c 2472
2662oparenseen c-src/etags.c 2476 3588oparenseen c-src/etags.c 2476
2663OPENBUTTON objc-src/PackInsp.m 47 3589open objc-src/PackInsp.m /^-open:sender$/
2664\opencontents tex-src/texinfo.tex /^\\def\\opencontents{\\openout \\contentsfile = \\jobnam/
2665open-dribble-file c-src/emacs/src/keyboard.c /^DEFUN ("open-dribble-file", Fopen_dribble_file, So/ 3590open-dribble-file c-src/emacs/src/keyboard.c /^DEFUN ("open-dribble-file", Fopen_dribble_file, So/
2666\openindices tex-src/texinfo.tex /^\\def\\openindices{%$/
2667openInWorkspace objc-src/PackInsp.m /^static void openInWorkspace(const char *filename)$/ 3591openInWorkspace objc-src/PackInsp.m /^static void openInWorkspace(const char *filename)$/
2668open objc-src/PackInsp.m /^-open:sender$/
2669operationKeys objcpp-src/SimpleCalc.M /^- operationKeys:sender$/ 3592operationKeys objcpp-src/SimpleCalc.M /^- operationKeys:sender$/
2670operator+ cp-src/c.C /^ A operator+(A& a) {};$/ 3593operator y-src/cccp.y 438
2671operator+ cp-src/c.C /^const A& A::operator+(const A&) { }$/
2672operator - cp-src/c.C /^void operator -(int, int) {}$/
2673operator+ cp-src/c.C /^void operator+(int, int) {}$/
2674operator = cp-src/functions.cpp /^Date & Date::operator = ( Date d ){$/
2675operator += cp-src/functions.cpp /^Date & Date::operator += ( int days ){$/
2676operator -= cp-src/functions.cpp /^Date & Date::operator -= ( int days ){$/
2677operator ++ cp-src/functions.cpp /^Date & Date::operator ++ ( void ){$/ 3594operator ++ cp-src/functions.cpp /^Date & Date::operator ++ ( void ){$/
2678operator -- cp-src/functions.cpp /^Date & Date::operator -- ( void ){$/ 3595operator += cp-src/functions.cpp /^Date & Date::operator += ( int days ){$/
3596operator - cp-src/c.C /^void operator -(int, int) {}$/
2679operator - cp-src/functions.cpp /^int Date::operator - ( Date d ){$/ 3597operator - cp-src/functions.cpp /^int Date::operator - ( Date d ){$/
3598operator -- cp-src/functions.cpp /^Date & Date::operator -- ( void ){$/
3599operator -= cp-src/functions.cpp /^Date & Date::operator -= ( int days ){$/
2680operator < cp-src/functions.cpp /^int Date::operator < ( Date d ) {$/ 3600operator < cp-src/functions.cpp /^int Date::operator < ( Date d ) {$/
3601operator << cp-src/functions.cpp /^ostream& operator << ( ostream &c, Date d ) {$/
3602operator = cp-src/MDiagArray2.h /^ MDiagArray2<T>& operator = (const MDiagArray2<T>/
3603operator = cp-src/functions.cpp /^Date & Date::operator = ( Date d ){$/
2681operator == cp-src/functions.cpp /^int Date::operator == ( Date d ) {$/ 3604operator == cp-src/functions.cpp /^int Date::operator == ( Date d ) {$/
2682operator > cp-src/functions.cpp /^int Date::operator > ( Date d ) {$/ 3605operator > cp-src/functions.cpp /^int Date::operator > ( Date d ) {$/
2683operator >> cp-src/functions.cpp /^istream& operator >> ( istream &i, Date & dd ){$/ 3606operator >> cp-src/functions.cpp /^istream& operator >> ( istream &i, Date & dd ){$/
2684operator << cp-src/functions.cpp /^ostream& operator << ( ostream &c, Date d ) {$/ 3607operator MArray2<T> cp-src/MDiagArray2.h /^ operator MArray2<T> () const$/
2685operator = cp-src/MDiagArray2.h /^ MDiagArray2<T>& operator = (const MDiagArray2<T>/
2686OperatorFun c-src/h.h 88
2687operator int cp-src/c.C /^void operator int(int, int) {}$/ 3608operator int cp-src/c.C /^void operator int(int, int) {}$/
2688operator int cp-src/fail.C /^ operator int() const {return x;}$/ 3609operator int cp-src/fail.C /^ operator int() const {return x;}$/
2689operator MArray2<T> cp-src/MDiagArray2.h /^ operator MArray2<T> () const$/ 3610operator+ cp-src/c.C /^ A operator+(A& a) {};$/
2690operator y-src/cccp.y 438 3611operator+ cp-src/c.C /^const A& A::operator+(const A&) { }$/
2691\opnr tex-src/texinfo.tex /^\\def\\opnr{{\\sf\\char`\\(}} \\def\\clnr{{\\sf\\char`\\)}} / 3612operator+ cp-src/c.C /^void operator+(int, int) {}$/
2692opparsebody\Edefop\defopx\defopheader\defoptype tex-src/texinfo.tex /^\\defopparsebody\\Edefop\\defopx\\defopheader\\defoptyp/ 3613opparsebody\Edefop\defopx\defopheader\defoptype tex-src/texinfo.tex /^\\defopparsebody\\Edefop\\defopx\\defopheader\\defoptyp/
2693oprotocol c-src/etags.c 2473 3614oprotocol c-src/etags.c 2473
2694/O ps-src/rfc1245.ps /^\/O {closepath} bind def$/
2695optional_argument c-src/getopt.h 91
2696option c-src/getopt.h 73 3615option c-src/getopt.h 73
2697OPTIONS make-src/Makefile /^OPTIONS=--members --declarations --regex=@regexfil/ 3616optional_argument c-src/getopt.h 91
2698opvarparsebody\Edefcv\defcvx\defcvarheader\defcvtype tex-src/texinfo.tex /^\\defopvarparsebody\\Edefcv\\defcvx\\defcvarheader\\def/ 3617opvarparsebody\Edefcv\defcvx\defcvarheader\defcvtype tex-src/texinfo.tex /^\\defopvarparsebody\\Edefcv\\defcvx\\defcvarheader\\def/
2699ord_add_element prol-src/ordsets.prolog /^ord_add_element([], Element, [Element]).$/ 3618ord_add_element prol-src/ordsets.prolog /^ord_add_element([], Element, [Element]).$/
2700ord_del_element prol-src/ordsets.prolog /^ord_del_element([], _, []).$/ 3619ord_del_element prol-src/ordsets.prolog /^ord_del_element([], _, []).$/
2701ord_disjoint prol-src/ordsets.prolog /^ord_disjoint(Set1, Set2) :-$/ 3620ord_disjoint prol-src/ordsets.prolog /^ord_disjoint(Set1, Set2) :-$/
2702/ordfeminine ps-src/rfc1245.ps /^\/ordfeminine \/ordmasculine \/.notdef \/ae \/oslash \/q/ 3621ord_intersect prol-src/ordsets.prolog /^ord_intersect([Head1|Tail1], [Head2|Tail2]) :-$/
3622ord_intersection prol-src/ordsets.prolog /^ord_intersection(Sets, Intersection) :- $/
3623ord_intersection prol-src/ordsets.prolog /^ord_intersection([], Set2, [], Set2).$/
3624ord_intersection prol-src/ordsets.prolog /^ord_intersection([], _, []).$/
2703ord_intersection2 prol-src/ordsets.prolog /^ord_intersection2(1, [Set|Sets], Set0, Sets0) :- !/ 3625ord_intersection2 prol-src/ordsets.prolog /^ord_intersection2(1, [Set|Sets], Set0, Sets0) :- !/
2704ord_intersection3 prol-src/ordsets.prolog /^ord_intersection3(<, _, Set1, Head2, Tail2, Inters/ 3626ord_intersection3 prol-src/ordsets.prolog /^ord_intersection3(<, _, Set1, Head2, Tail2, Inters/
2705ord_intersection4 prol-src/ordsets.prolog /^ord_intersection4(<, _, Set1, Head2, Tail2, Inters/ 3627ord_intersection4 prol-src/ordsets.prolog /^ord_intersection4(<, _, Set1, Head2, Tail2, Inters/
2706ord_intersection prol-src/ordsets.prolog /^ord_intersection([], _, []).$/
2707ord_intersection prol-src/ordsets.prolog /^ord_intersection([], Set2, [], Set2).$/
2708ord_intersection prol-src/ordsets.prolog /^ord_intersection(Sets, Intersection) :- $/
2709ord_intersect prol-src/ordsets.prolog /^ord_intersect([Head1|Tail1], [Head2|Tail2]) :-$/
2710ord_member prol-src/ordsets.prolog /^ord_member(X, [E|Es]) :-$/ 3628ord_member prol-src/ordsets.prolog /^ord_member(X, [E|Es]) :-$/
2711ord_seteq prol-src/ordsets.prolog /^ord_seteq(Set1, Set2) :-$/ 3629ord_seteq prol-src/ordsets.prolog /^ord_seteq(Set1, Set2) :-$/
2712ord_setproduct prol-src/ordsets.prolog /^ord_setproduct([], _, []).$/ 3630ord_setproduct prol-src/ordsets.prolog /^ord_setproduct([], _, []).$/
2713ord_subset prol-src/ordsets.prolog /^ord_subset([], _).$/ 3631ord_subset prol-src/ordsets.prolog /^ord_subset([], _).$/
2714ord_subtract prol-src/ordsets.prolog /^ord_subtract(Set1, Set2, Union) :-$/ 3632ord_subtract prol-src/ordsets.prolog /^ord_subtract(Set1, Set2, Union) :-$/
2715ord_symdiff prol-src/ordsets.prolog /^ord_symdiff([], Set2, Set2).$/ 3633ord_symdiff prol-src/ordsets.prolog /^ord_symdiff([], Set2, Set2).$/
2716ord_union4 prol-src/ordsets.prolog /^ord_union4(<, Head, Set1, Head2, Tail2, [Head|Unio/
2717ord_union_all prol-src/ordsets.prolog /^ord_union_all(1, [Set|Sets], Set, Sets) :- !.$/
2718ord_union prol-src/ordsets.prolog /^ord_union(Set1, Set2, Union) :-$/ 3634ord_union prol-src/ordsets.prolog /^ord_union(Set1, Set2, Union) :-$/
2719ord_union prol-src/ordsets.prolog /^ord_union([], Union) :- !, Union = [].$/ 3635ord_union prol-src/ordsets.prolog /^ord_union([], Union) :- !, Union = [].$/
2720OR y-src/cccp.c 10 3636ord_union4 prol-src/ordsets.prolog /^ord_union4(<, Head, Set1, Head2, Tail2, [Head|Unio/
3637ord_union_all prol-src/ordsets.prolog /^ord_union_all(1, [Set|Sets], Set, Sets) :- !.$/
2721oss html-src/softwarelibero.html /^Il movimento open source$/ 3638oss html-src/softwarelibero.html /^Il movimento open source$/
2722otagseen c-src/etags.c 2475 3639otagseen c-src/etags.c 2475
2723OTAGS make-src/Makefile /^OTAGS: oetags ${SRCS} srclist$/ 3640outputTime cp-src/c.C 9
2724/Otilde ps-src/rfc1245.ps /^\/Otilde \/OE \/oe \/endash \/emdash \/quotedblleft \/quo/
2725output_file perl-src/htlmify-cystic 35 3641output_file perl-src/htlmify-cystic 35
2726output_files perl-src/htlmify-cystic 32 3642output_files perl-src/htlmify-cystic 32
2727outputtable html-src/algrthms.html /^Output$/ 3643outputtable html-src/algrthms.html /^Output$/
2728outputTime cp-src/c.C 9
2729outsyn prol-src/natded.prolog /^outsyn(['Any'],_).$/ 3644outsyn prol-src/natded.prolog /^outsyn(['Any'],_).$/
2730OVERLAYP c-src/emacs/src/lisp.h /^OVERLAYP (Lisp_Object x)$/ 3645p c-src/emacs/src/lisp.h 4673
2731Overview tex-src/gzip.texi /^@node Overview, Sample, Copying, Top$/ 3646p c-src/emacs/src/lisp.h 4679
2732PackageInspector objc-src/PackInsp.h /^@interface PackageInspector:WMInspector$/ 3647p.x forth-src/test-forth.fth /^ 1 CELLS +FIELD p.x \\ A single cell filed name/
2733\pagebody tex-src/texinfo.tex /^\\def\\pagebody#1{\\vbox to\\pageheight{\\boxmaxdepth=\\/ 3648p.y forth-src/test-forth.fth /^ 1 CELLS +FIELD p.y \\ A single cell field name/
2734/pagedimen ps-src/rfc1245.ps /^\/pagedimen { $/ 3649p/f ada-src/etags-test-for.ada /^ function p pragma Import (C,$/
3650p/f ada-src/etags-test-for.ada /^function p ("p");$/
3651pD c-src/emacs/src/lisp.h 165
3652pD c-src/emacs/src/lisp.h 167
3653pD c-src/emacs/src/lisp.h 169
3654pD c-src/emacs/src/lisp.h 171
3655pI c-src/emacs/src/lisp.h 106
3656pI c-src/emacs/src/lisp.h 94
3657pI c-src/emacs/src/lisp.h 99
3658pMd c-src/emacs/src/lisp.h 150
3659pMd c-src/emacs/src/lisp.h 155
3660pMu c-src/emacs/src/lisp.h 151
3661pMu c-src/emacs/src/lisp.h 156
3662p_next c-src/etags.c 258
2735pagesize c-src/emacs/src/gmalloc.c 1703 3663pagesize c-src/emacs/src/gmalloc.c 1703
2736\pagesofar tex-src/texinfo.tex /^\\def\\pagesofar{\\unvbox\\partialpage %$/
2737\page tex-src/texinfo.tex /^ \\def\\page{%$/
2738\page tex-src/texinfo.tex /^\\def\\page{\\par\\vfill\\supereject}$/
2739pair merc-src/accumulator.m /^:- import_module pair.$/ 3664pair merc-src/accumulator.m /^:- import_module pair.$/
2740/papersize ps-src/rfc1245.ps /^\/papersize {$/
2741/paragraph ps-src/rfc1245.ps /^\/paragraph \/germandbls \/registered \/copyright \/tra/
2742/parenright ps-src/rfc1245.ps /^\/parenright \/asterisk \/plus \/comma \/hyphen \/period/
2743parent c-src/emacs/src/keyboard.c 8745 3665parent c-src/emacs/src/keyboard.c 8745
2744parent c-src/emacs/src/lisp.h 1590 3666parent c-src/emacs/src/lisp.h 1590
2745\parseargline tex-src/texinfo.tex /^\\def\\parseargline{\\begingroup \\obeylines \\parsearg/ 3667parse prol-src/natded.prolog /^parse(Ws,Cat):-$/
2746\parsearg tex-src/texinfo.tex /^\\def\\parsearg #1{\\let\\next=#1\\begingroup\\obeylines/ 3668parseFromVars php-src/lce_functions.php /^ function parseFromVars($prefix)$/
2747\parseargx tex-src/texinfo.tex /^\\def\\parseargx{%$/
2748parse_c_expression y-src/cccp.y /^parse_c_expression (string)$/ 3669parse_c_expression y-src/cccp.y /^parse_c_expression (string)$/
2749parse_cgi prol-src/natded.prolog /^parse_cgi(TokenList,KeyVals):-$/ 3670parse_cgi prol-src/natded.prolog /^parse_cgi(TokenList,KeyVals):-$/
2750parse_error y-src/parse.y 82 3671parse_error y-src/parse.y 82
2751parse_escape y-src/cccp.y /^parse_escape (string_ptr)$/ 3672parse_escape y-src/cccp.y /^parse_escape (string_ptr)$/
2752parseFromVars php-src/lce_functions.php /^ function parseFromVars($prefix)$/
2753parse_hash y-src/parse.y 64 3673parse_hash y-src/parse.y 64
2754parse_menu_item c-src/emacs/src/keyboard.c /^parse_menu_item (Lisp_Object item, int inmenubar)$/ 3674parse_menu_item c-src/emacs/src/keyboard.c /^parse_menu_item (Lisp_Object item, int inmenubar)$/
2755parse_modifiers c-src/emacs/src/keyboard.c /^parse_modifiers (Lisp_Object symbol)$/ 3675parse_modifiers c-src/emacs/src/keyboard.c /^parse_modifiers (Lisp_Object symbol)$/
2756parse_modifiers_uncached c-src/emacs/src/keyboard.c /^parse_modifiers_uncached (Lisp_Object symbol, ptrd/ 3676parse_modifiers_uncached c-src/emacs/src/keyboard.c /^parse_modifiers_uncached (Lisp_Object symbol, ptrd/
2757parse_number y-src/cccp.y /^parse_number (olen)$/ 3677parse_number y-src/cccp.y /^parse_number (olen)$/
2758parse prol-src/natded.prolog /^parse(Ws,Cat):-$/
2759parse_return_error y-src/cccp.y 70
2760parse_return y-src/parse.y 74 3678parse_return y-src/parse.y 74
3679parse_return_error y-src/cccp.y 70
2761parse_solitary_modifier c-src/emacs/src/keyboard.c /^parse_solitary_modifier (Lisp_Object symbol)$/ 3680parse_solitary_modifier c-src/emacs/src/keyboard.c /^parse_solitary_modifier (Lisp_Object symbol)$/
2762parse_tool_bar_item c-src/emacs/src/keyboard.c /^parse_tool_bar_item (Lisp_Object key, Lisp_Object / 3681parse_tool_bar_item c-src/emacs/src/keyboard.c /^parse_tool_bar_item (Lisp_Object key, Lisp_Object /
2763parse_tree merc-src/accumulator.m /^:- import_module parse_tree.$/ 3682parse_tree merc-src/accumulator.m /^:- import_module parse_tree.$/
2764Pascal_functions c-src/etags.c /^Pascal_functions (FILE *inf)$/
2765Pascal_help c-src/etags.c 621
2766Pascal_suffixes c-src/etags.c 619
2767PASSRC make-src/Makefile /^PASSRC=common.pas$/
2768pat c-src/etags.c 262 3683pat c-src/etags.c 262
2769pattern c-src/etags.c 260 3684pattern c-src/etags.c 260
2770p c-src/emacs/src/lisp.h 4673
2771p c-src/emacs/src/lisp.h 4679
2772pD c-src/emacs/src/lisp.h 165
2773pD c-src/emacs/src/lisp.h 167
2774pD c-src/emacs/src/lisp.h 169
2775pD c-src/emacs/src/lisp.h 171
2776pdlcount c-src/emacs/src/lisp.h 3046 3685pdlcount c-src/emacs/src/lisp.h 3046
2777PDT c-src/h.h /^ Date 04 May 87 235311 PDT (Mon)$/
2778pending-delete-mode el-src/TAGTEST.EL /^(defalias 'pending-delete-mode 'delete-selection-m/ 3686pending-delete-mode el-src/TAGTEST.EL /^(defalias 'pending-delete-mode 'delete-selection-m/
2779pending_funcalls c-src/emacs/src/keyboard.c 4377 3687pending_funcalls c-src/emacs/src/keyboard.c 4377
2780pending_signals c-src/emacs/src/keyboard.c 80 3688pending_signals c-src/emacs/src/keyboard.c 80
2781/periodcentered ps-src/rfc1245.ps /^\/periodcentered \/quotesinglbase \/quotedblbase \/per/
2782Perl_functions c-src/etags.c /^Perl_functions (FILE *inf)$/
2783Perl_help c-src/etags.c 630
2784Perl_interpreters c-src/etags.c 628
2785PERLSRC make-src/Makefile /^PERLSRC=htlmify-cystic yagrip.pl kai-test.pl mirro/
2786Perl_suffixes c-src/etags.c 626
2787p/f ada-src/etags-test-for.ada /^function p ("p");$/
2788p/f ada-src/etags-test-for.ada /^ function p pragma Import (C,$/
2789pfatal c-src/etags.c /^pfatal (const char *s1)$/ 3689pfatal c-src/etags.c /^pfatal (const char *s1)$/
2790pfdset c-src/h.h 57 3690pfdset c-src/h.h 57
2791pfnote c-src/etags.c /^pfnote (char *name, bool is_func, char *linestart,/ 3691pfnote c-src/etags.c /^pfnote (char *name, bool is_func, char *linestart,/
2792/PF ps-src/rfc1245.ps /^\/PF { $/
2793PHP_functions c-src/etags.c /^PHP_functions (FILE *inf)$/
2794PHP_help c-src/etags.c 639
2795PHPSRC make-src/Makefile /^PHPSRC=lce_functions.php ptest.php sendmail.php$/
2796PHP_suffixes c-src/etags.c 637
2797pI c-src/emacs/src/lisp.h 106
2798pI c-src/emacs/src/lisp.h 94
2799pI c-src/emacs/src/lisp.h 99
2800\pindex tex-src/texinfo.tex /^\\def\\pindex {\\pgindex}$/
2801pinned c-src/emacs/src/lisp.h 679 3692pinned c-src/emacs/src/lisp.h 679
2802Pkg1/b ada-src/etags-test-for.ada /^package body Pkg1 is$/
2803Pkg1/b ada-src/waroquiers.ada /^package body Pkg1 is$/
2804Pkg1_Func1/f ada-src/etags-test-for.ada /^ function Pkg1_Func1 return Boolean;$/
2805Pkg1_Func1/f ada-src/etags-test-for.ada /^function Pkg1_Func1 return Boolean is$/
2806Pkg1_Func1/f ada-src/etags-test-for.ada /^ function Pkg1_Func1 return Boolean is separate;$/
2807Pkg1_Func1/f ada-src/waroquiers.ada /^ function Pkg1_Func1 return Boolean;$/
2808Pkg1_Func1/f ada-src/waroquiers.ada /^function Pkg1_Func1 return Boolean is$/
2809Pkg1_Func1/f ada-src/waroquiers.ada /^ function Pkg1_Func1 return Boolean is separate;$/
2810Pkg1_Func2/f ada-src/etags-test-for.ada /^ function Pkg1_Func2 (Ijk : Integer; Z : Integer)/
2811Pkg1_Func2/f ada-src/waroquiers.ada /^ function Pkg1_Func2 (Ijk : Integer; Z : Integer)/
2812Pkg1_Pkg1/b ada-src/etags-test-for.ada /^package body Pkg1_Pkg1 is$/
2813Pkg1_Pkg1/b ada-src/etags-test-for.ada /^ package body Pkg1_Pkg1 is separate;$/
2814Pkg1_Pkg1/b ada-src/waroquiers.ada /^package body Pkg1_Pkg1 is$/
2815Pkg1_Pkg1/b ada-src/waroquiers.ada /^ package body Pkg1_Pkg1 is separate;$/
2816Pkg1_Pkg1_Proc1/p ada-src/etags-test-for.ada /^ procedure Pkg1_Pkg1_Proc1;$/
2817Pkg1_Pkg1_Proc1/p ada-src/etags-test-for.ada /^ procedure Pkg1_Pkg1_Proc1 is$/
2818Pkg1_Pkg1_Proc1/p ada-src/waroquiers.ada /^ procedure Pkg1_Pkg1_Proc1;$/
2819Pkg1_Pkg1_Proc1/p ada-src/waroquiers.ada /^ procedure Pkg1_Pkg1_Proc1 is$/
2820Pkg1_Pkg1/s ada-src/etags-test-for.ada /^ package Pkg1_Pkg1 is$/
2821Pkg1_Pkg1/s ada-src/waroquiers.ada /^ package Pkg1_Pkg1 is$/
2822Pkg1_Proc1/p ada-src/etags-test-for.ada /^ procedure Pkg1_Proc1;$/
2823Pkg1_Proc1/p ada-src/etags-test-for.ada /^ procedure Pkg1_Proc1 is$/
2824Pkg1_Proc1/p ada-src/waroquiers.ada /^ procedure Pkg1_Proc1;$/
2825Pkg1_Proc1/p ada-src/waroquiers.ada /^ procedure Pkg1_Proc1 is$/
2826Pkg1_Proc2/p ada-src/etags-test-for.ada /^ procedure Pkg1_Proc2 (I : Integer);$/
2827Pkg1_Proc2/p ada-src/etags-test-for.ada /^ procedure Pkg1_Proc2 (I : Integer) is$/
2828Pkg1_Proc2/p ada-src/waroquiers.ada /^ procedure Pkg1_Proc2 (I : Integer);$/
2829Pkg1_Proc2/p ada-src/waroquiers.ada /^ procedure Pkg1_Proc2 (I : Integer) is$/
2830Pkg1/s ada-src/etags-test-for.ada /^package Pkg1 is$/
2831Pkg1/s ada-src/waroquiers.ada /^package Pkg1 is$/
2832plainc c-src/etags.c 2934
2833plain_C_entries c-src/etags.c /^plain_C_entries (FILE *inf)$/ 3693plain_C_entries c-src/etags.c /^plain_C_entries (FILE *inf)$/
2834plain_C_suffixes c-src/etags.c 643 3694plain_C_suffixes c-src/etags.c 643
2835\plainsecheading tex-src/texinfo.tex /^\\def\\plainsecheading #1{\\secheadingi {#1}}$/ 3695plainc c-src/etags.c 2934
2836plist c-src/emacs/src/lisp.h 2040 3696plist c-src/emacs/src/lisp.h 2040
2837plist c-src/emacs/src/lisp.h 697 3697plist c-src/emacs/src/lisp.h 697
2838plus cp-src/functions.cpp /^void Date::plus ( int days , int month , int year / 3698plus cp-src/functions.cpp /^void Date::plus ( int days , int month , int year /
2839plus go-src/test1.go 5 3699plus go-src/test1.go 5
2840plusvalseq prol-src/natded.prolog /^plusvalseq([]) --> [].$/ 3700plusvalseq prol-src/natded.prolog /^plusvalseq([]) --> [].$/
2841pMd c-src/emacs/src/lisp.h 150
2842pMd c-src/emacs/src/lisp.h 155
2843pMu c-src/emacs/src/lisp.h 151
2844pMu c-src/emacs/src/lisp.h 156
2845p_next c-src/etags.c 258
2846POEntryAD php-src/lce_functions.php 29
2847POEntry php-src/lce_functions.php 105
2848POEntry php-src/lce_functions.php /^ function POEntry()$/
2849pointer c-src/emacs/src/lisp.h 2125
2850point forth-src/test-forth.fth /^BEGIN-STRUCTURE point \\ create the named structure/ 3701point forth-src/test-forth.fth /^BEGIN-STRUCTURE point \\ create the named structure/
2851\point tex-src/texinfo.tex /^\\def\\point{$\\star$}$/ 3702pointer c-src/emacs/src/lisp.h 2125
2852poll_for_input_1 c-src/emacs/src/keyboard.c /^poll_for_input_1 (void)$/
2853poll_for_input c-src/emacs/src/keyboard.c /^poll_for_input (struct atimer *timer)$/ 3703poll_for_input c-src/emacs/src/keyboard.c /^poll_for_input (struct atimer *timer)$/
3704poll_for_input_1 c-src/emacs/src/keyboard.c /^poll_for_input_1 (void)$/
2854poll_suppress_count c-src/emacs/src/keyboard.c 1908 3705poll_suppress_count c-src/emacs/src/keyboard.c 1908
2855poll_suppress_count c-src/emacs/src/lisp.h 3047 3706poll_suppress_count c-src/emacs/src/lisp.h 3047
2856poll_timer c-src/emacs/src/keyboard.c 1915 3707poll_timer c-src/emacs/src/keyboard.c 1915
2857popclass_above c-src/etags.c /^popclass_above (int bracelev)$/
2858pop_kboard c-src/emacs/src/keyboard.c /^pop_kboard (void)$/
2859pop-tag-mark el-src/emacs/lisp/progmodes/etags.el /^(defalias 'pop-tag-mark 'xref-pop-marker-stack)$/ 3708pop-tag-mark el-src/emacs/lisp/progmodes/etags.el /^(defalias 'pop-tag-mark 'xref-pop-marker-stack)$/
2860POReader php-src/lce_functions.php 163 3709pop_kboard c-src/emacs/src/keyboard.c /^pop_kboard (void)$/
2861POReader php-src/lce_functions.php /^ function POReader($domain, $filename)$/ 3710popclass_above c-src/etags.c /^popclass_above (int bracelev)$/
2862PORManager php-src/lce_functions.php 498
2863PORManager php-src/lce_functions.php /^ function PORManager()$/
2864position_to_Time c-src/emacs/src/keyboard.c /^position_to_Time (ptrdiff_t pos)$/ 3711position_to_Time c-src/emacs/src/keyboard.c /^position_to_Time (ptrdiff_t pos)$/
2865posix_memalign c-src/emacs/src/gmalloc.c /^posix_memalign (void **memptr, size_t alignment, s/ 3712posix_memalign c-src/emacs/src/gmalloc.c /^posix_memalign (void **memptr, size_t alignment, s/
2866posn-at-point c-src/emacs/src/keyboard.c /^DEFUN ("posn-at-point", Fposn_at_point, Sposn_at_p/ 3713posn-at-point c-src/emacs/src/keyboard.c /^DEFUN ("posn-at-point", Fposn_at_point, Sposn_at_p/
2867posn-at-x-y c-src/emacs/src/keyboard.c /^DEFUN ("posn-at-x-y", Fposn_at_x_y, Sposn_at_x_y, / 3714posn-at-x-y c-src/emacs/src/keyboard.c /^DEFUN ("posn-at-x-y", Fposn_at_x_y, Sposn_at_x_y, /
2868possible_sum_sign y-src/cccp.y /^#define possible_sum_sign(a, b, sum) ((((a) ^ (b))/ 3715possible_sum_sign y-src/cccp.y /^#define possible_sum_sign(a, b, sum) ((((a) ^ (b))/
2869PostControls pyt-src/server.py /^ def PostControls(self):$/
2870post pyt-src/server.py /^ def post(self):$/ 3716post pyt-src/server.py /^ def post(self):$/
2871POSTSCRIPTFLAGS make-src/Makefile /^POSTSCRIPTFLAGS=--language=none --regex='#\/[^ \\t{]/
2872pot_etags_version c-src/etags.c 81 3717pot_etags_version c-src/etags.c 81
2873pp1 c-src/dostorture.c /^int pp1($/ 3718pp1 c-src/dostorture.c /^int pp1($/
2874pp1 c-src/torture.c /^int pp1($/ 3719pp1 c-src/torture.c /^int pp1($/
@@ -2885,226 +3730,105 @@ pp_html_table_fitch_tree prol-src/natded.prolog /^pp_html_table_fitch_tree(T):-$
2885pp_html_table_tree prol-src/natded.prolog /^pp_html_table_tree(T):-$/ 3730pp_html_table_tree prol-src/natded.prolog /^pp_html_table_tree(T):-$/
2886pp_html_tree prol-src/natded.prolog /^pp_html_tree(ass(Syn,V,'$VAR'(N))):-$/ 3731pp_html_tree prol-src/natded.prolog /^pp_html_tree(ass(Syn,V,'$VAR'(N))):-$/
2887pp_html_trees prol-src/natded.prolog /^pp_html_trees([T|Ts],N,M):-$/ 3732pp_html_trees prol-src/natded.prolog /^pp_html_trees([T|Ts],N,M):-$/
3733pp_lam prol-src/natded.prolog /^pp_lam(Var^Alpha):-$/
2888pp_lam_bracket prol-src/natded.prolog /^pp_lam_bracket(A^B):-$/ 3734pp_lam_bracket prol-src/natded.prolog /^pp_lam_bracket(A^B):-$/
2889pp_lam_paren prol-src/natded.prolog /^pp_lam_paren(Var^Alpha):-$/ 3735pp_lam_paren prol-src/natded.prolog /^pp_lam_paren(Var^Alpha):-$/
2890pp_lam prol-src/natded.prolog /^pp_lam(Var^Alpha):-$/
2891pp_paren prol-src/natded.prolog /^pp_paren(C):-$/ 3736pp_paren prol-src/natded.prolog /^pp_paren(C):-$/
2892pp_rule prol-src/natded.prolog /^pp_rule(fe):-write('\/E').$/ 3737pp_rule prol-src/natded.prolog /^pp_rule(fe):-write('\/E').$/
2893/P ps-src/rfc1245.ps /^\/P { $/ 3738pp_syn prol-src/natded.prolog /^pp_syn(A\/B):-$/
2894pp_syn_back prol-src/natded.prolog /^pp_syn_back(A\/B):-$/ 3739pp_syn_back prol-src/natded.prolog /^pp_syn_back(A\/B):-$/
2895pp_syn_paren prol-src/natded.prolog /^pp_syn_paren(A\/B):-$/ 3740pp_syn_paren prol-src/natded.prolog /^pp_syn_paren(A\/B):-$/
2896pp_syn prol-src/natded.prolog /^pp_syn(A\/B):-$/
2897pp_tree prol-src/natded.prolog /^pp_tree(T):-$/ 3741pp_tree prol-src/natded.prolog /^pp_tree(T):-$/
2898pp_trees prol-src/natded.prolog /^pp_trees([T|Ts],Column):-$/ 3742pp_trees prol-src/natded.prolog /^pp_trees([T|Ts],Column):-$/
3743pp_word prol-src/natded.prolog /^pp_word(W):-$/
2899pp_word_list prol-src/natded.prolog /^pp_word_list([]).$/ 3744pp_word_list prol-src/natded.prolog /^pp_word_list([]).$/
2900pp_word_list_rest prol-src/natded.prolog /^pp_word_list_rest([]).$/ 3745pp_word_list_rest prol-src/natded.prolog /^pp_word_list_rest([]).$/
2901pp_word prol-src/natded.prolog /^pp_word(W):-$/
2902Pre_Call_State/t ada-src/2ataspri.ads /^ type Pre_Call_State is new System.Address;$/
2903.PRECIOUS make-src/Makefile /^.PRECIOUS: ETAGS CTAGS ETAGS16 CTAGS16 ETAGS17 CTA/
2904predicate c-src/emacs/src/lisp.h 2307 3746predicate c-src/emacs/src/lisp.h 2307
2905prev c.c 175
2906prev c-src/emacs/src/gmalloc.c 165 3747prev c-src/emacs/src/gmalloc.c 165
2907prev c-src/emacs/src/gmalloc.c 189 3748prev c-src/emacs/src/gmalloc.c 189
2908prev c-src/emacs/src/lisp.h 2191 3749prev c-src/emacs/src/lisp.h 2191
2909\primary tex-src/texinfo.tex /^\\def\\primary #1{\\line{#1\\hfil}}$/ 3750prev c.c 175
2910PrintAdd go-src/test1.go /^func (n intNumber) PrintAdd() {$/
2911PrintAdd go-src/test1.go /^func (s str) PrintAdd() {$/
2912printClassification php-src/lce_functions.php /^ function printClassification()$/ 3751printClassification php-src/lce_functions.php /^ function printClassification()$/
2913\printedmanual tex-src/texinfo.tex /^\\def\\printedmanual{\\ignorespaces #5}%$/
2914\printedmanual tex-src/texinfo.tex /^section ``\\printednodename'' in \\cite{\\printedmanu/
2915\printednodename tex-src/texinfo.tex /^\\def\\printednodename{\\ignorespaces #1}%$/
2916\printednodename tex-src/texinfo.tex /^\\def\\printednodename{\\ignorespaces #3}%$/
2917print_help c-src/etags.c /^print_help (argument *argbuffer)$/ 3752print_help c-src/etags.c /^print_help (argument *argbuffer)$/
2918\printindex tex-src/texinfo.tex /^\\def\\printindex{\\parsearg\\doprintindex}$/
2919print_language_names c-src/etags.c /^print_language_names (void)$/ 3753print_language_names c-src/etags.c /^print_language_names (void)$/
3754print_version c-src/etags.c /^print_version (void)$/
2920printmax_t c-src/emacs/src/lisp.h 148 3755printmax_t c-src/emacs/src/lisp.h 148
2921printmax_t c-src/emacs/src/lisp.h 153 3756printmax_t c-src/emacs/src/lisp.h 153
2922\print tex-src/texinfo.tex /^\\def\\print{\\leavevmode\\lower.1ex\\hbox to 1em{\\hfil/
2923\print tex-src/texinfo.tex /^\\def\\print{\\realbackslash print}$/
2924PRINT_UNDOCUMENTED_OPTIONS_HELP c-src/etags.c 804
2925print_version c-src/etags.c /^print_version (void)$/
2926Private objc-src/Subprocess.m /^@interface Subprocess(Private)$/
2927Private_T/b ada-src/etags-test-for.ada /^ task body Private_T is$/
2928Private_T/b ada-src/waroquiers.ada /^ task body Private_T is$/
2929Private_T/k ada-src/etags-test-for.ada /^ task Private_T;$/
2930Private_T/k ada-src/waroquiers.ada /^ task Private_T;$/
2931Private_T/p ada-src/etags-test-for.ada /^ procedure Private_T;$/
2932Private_T/p ada-src/etags-test-for.ada /^ procedure Private_T is$/
2933Private_T/p ada-src/waroquiers.ada /^ procedure Private_T;$/
2934Private_T/p ada-src/waroquiers.ada /^ procedure Private_T is$/
2935Private_T/t ada-src/etags-test-for.ada /^ type Private_T is$/
2936Private_T/t ada-src/etags-test-for.ada /^ type Private_T is private;$/
2937Private_T/t ada-src/waroquiers.ada /^ type Private_T is$/
2938Private_T/t ada-src/waroquiers.ada /^ type Private_T is private;$/
2939Problems tex-src/gzip.texi /^@node Problems, Concept Index, Tapes, Top$/
2940proc c-src/h.h 87 3757proc c-src/h.h 87
2941process_file c-src/etags.c /^process_file (FILE *fh, char *fn, language *lang)$/ 3758process_file c-src/etags.c /^process_file (FILE *fh, char *fn, language *lang)$/
2942process_file_name c-src/etags.c /^process_file_name (char *file, language *lang)$/ 3759process_file_name c-src/etags.c /^process_file_name (char *file, language *lang)$/
2943PROCESSP c-src/emacs/src/lisp.h /^PROCESSP (Lisp_Object a)$/
2944process_pending_signals c-src/emacs/src/keyboard.c /^process_pending_signals (void)$/ 3760process_pending_signals c-src/emacs/src/keyboard.c /^process_pending_signals (void)$/
2945process_special_events c-src/emacs/src/keyboard.c /^process_special_events (void)$/ 3761process_special_events c-src/emacs/src/keyboard.c /^process_special_events (void)$/
2946process_tool_bar_item c-src/emacs/src/keyboard.c /^process_tool_bar_item (Lisp_Object key, Lisp_Objec/ 3762process_tool_bar_item c-src/emacs/src/keyboard.c /^process_tool_bar_item (Lisp_Object key, Lisp_Objec/
2947Proc/t ada-src/2ataspri.ads /^ type Proc is access procedure (Addr : System.Ad/
2948prof make-src/Makefile /^prof: ETAGS$/ 3763prof make-src/Makefile /^prof: ETAGS$/
2949prolog_atom c-src/etags.c /^prolog_atom (char *s, size_t pos)$/ 3764prolog_atom c-src/etags.c /^prolog_atom (char *s, size_t pos)$/
2950Prolog_functions c-src/etags.c /^Prolog_functions (FILE *inf)$/
2951Prolog_help c-src/etags.c 654
2952prolog_pr c-src/etags.c /^prolog_pr (char *s, char *last)$/ 3765prolog_pr c-src/etags.c /^prolog_pr (char *s, char *last)$/
2953prolog_skip_comment c-src/etags.c /^prolog_skip_comment (linebuffer *plb, FILE *inf)$/ 3766prolog_skip_comment c-src/etags.c /^prolog_skip_comment (linebuffer *plb, FILE *inf)$/
2954Prolog_suffixes c-src/etags.c 652
2955PROLSRC make-src/Makefile /^PROLSRC=ordsets.prolog natded.prolog$/
2956PROP c-src/emacs/src/keyboard.c 8379
2957PROP c-src/emacs/src/keyboard.c /^#define PROP(IDX) AREF (tool_bar_item_properties, /
2958prop c-src/etags.c 209 3767prop c-src/etags.c 209
2959PROTECT_MALLOC_STATE c-src/emacs/src/gmalloc.c /^#define PROTECT_MALLOC_STATE(PROT) \/* empty *\/$/
2960PROTECT_MALLOC_STATE c-src/emacs/src/gmalloc.c /^#define PROTECT_MALLOC_STATE(PROT) protect_malloc_/
2961protect_malloc_state c-src/emacs/src/gmalloc.c /^protect_malloc_state (int protect_p)$/ 3768protect_malloc_state c-src/emacs/src/gmalloc.c /^protect_malloc_state (int protect_p)$/
2962PRTPKG f-src/entry.for /^ LOGICAL FUNCTION PRTPKG ( SHORT, LONG, EXPL,/
2963PRTPKG f-src/entry.strange /^ LOGICAL FUNCTION PRTPKG ( SHORT, LONG, EXPL,/
2964PRTPKG f-src/entry.strange_suffix /^ LOGICAL FUNCTION PRTPKG ( SHORT, LONG, EXPL,/
2965PSEUDO c-src/sysdep.h /^#define PSEUDO(name, syscall_name, args) /
2966PSEUDOVECSIZE c-src/emacs/src/lisp.h /^#define PSEUDOVECSIZE(type, nonlispfield) \\$/
2967PSEUDOVECTOR_AREA_BITS c-src/emacs/src/lisp.h 818
2968PSEUDOVECTOR_FLAG c-src/emacs/src/lisp.h 774
2969PSEUDOVECTORP c-src/emacs/src/lisp.h /^PSEUDOVECTORP (Lisp_Object a, int code)$/
2970PSEUDOVECTOR_REST_BITS c-src/emacs/src/lisp.h 813
2971PSEUDOVECTOR_REST_MASK c-src/emacs/src/lisp.h 814
2972PSEUDOVECTOR_SIZE_BITS c-src/emacs/src/lisp.h 808
2973PSEUDOVECTOR_SIZE_MASK c-src/emacs/src/lisp.h 809
2974PSEUDOVECTOR_TYPEP c-src/emacs/src/lisp.h /^PSEUDOVECTOR_TYPEP (struct vectorlike_header *a, i/
2975PS_functions c-src/etags.c /^PS_functions (FILE *inf)$/
2976PS_help c-src/etags.c 649
2977PSSRC make-src/Makefile /^PSSRC=rfc1245.ps$/
2978PS_suffixes c-src/etags.c 647
2979pthread_mutexattr_setprio_ceiling/f ada-src/2ataspri.adb /^ function pthread_mutexattr_setprio_ceiling$/ 3769pthread_mutexattr_setprio_ceiling/f ada-src/2ataspri.adb /^ function pthread_mutexattr_setprio_ceiling$/
2980pthread_mutexattr_setprotocol/f ada-src/2ataspri.adb /^ function pthread_mutexattr_setprotocol$/ 3770pthread_mutexattr_setprotocol/f ada-src/2ataspri.adb /^ function pthread_mutexattr_setprotocol$/
2981PTY_LENGTH objc-src/Subprocess.m 21
2982PTY_TEMPLATE objc-src/Subprocess.m 20
2983Public_T/t ada-src/etags-test-for.ada /^ type Public_T is$/
2984Public_T/t ada-src/waroquiers.ada /^ type Public_T is$/
2985purpose c-src/emacs/src/lisp.h 1594 3771purpose c-src/emacs/src/lisp.h 1594
2986pushclass_above c-src/etags.c /^pushclass_above (int bracelev, char *str, int len)/
2987PUSH_C_STR c-src/emacs/src/keyboard.c /^#define PUSH_C_STR(str, listvar) \\$/
2988PUSH_HANDLER c-src/emacs/src/lisp.h /^#define PUSH_HANDLER(c, tag_ch_val, handlertype) \\/
2989push_kboard c-src/emacs/src/keyboard.c /^push_kboard (struct kboard *k)$/ 3772push_kboard c-src/emacs/src/keyboard.c /^push_kboard (struct kboard *k)$/
3773pushclass_above c-src/etags.c /^pushclass_above (int bracelev, char *str, int len)/
2990put_entries c-src/etags.c /^put_entries (register node *np)$/ 3774put_entries c-src/etags.c /^put_entries (register node *np)$/
2991PVEC_BOOL_VECTOR c-src/emacs/src/lisp.h 787
2992PVEC_BUFFER c-src/emacs/src/lisp.h 788
2993PVEC_CHAR_TABLE c-src/emacs/src/lisp.h 796
2994PVEC_COMPILED c-src/emacs/src/lisp.h 795
2995PVEC_FONT c-src/emacs/src/lisp.h 798
2996PVEC_FRAME c-src/emacs/src/lisp.h 785
2997PVEC_FREE c-src/emacs/src/lisp.h 783
2998PVEC_HASH_TABLE c-src/emacs/src/lisp.h 789
2999PVEC_NORMAL_VECTOR c-src/emacs/src/lisp.h 782
3000PVEC_OTHER c-src/emacs/src/lisp.h 793
3001PVEC_PROCESS c-src/emacs/src/lisp.h 784
3002PVEC_SUB_CHAR_TABLE c-src/emacs/src/lisp.h 797
3003PVEC_SUBR c-src/emacs/src/lisp.h 792
3004PVEC_TERMINAL c-src/emacs/src/lisp.h 790
3005pvec_type c-src/emacs/src/lisp.h 780 3775pvec_type c-src/emacs/src/lisp.h 780
3006PVEC_TYPE_MASK c-src/emacs/src/lisp.h 819
3007PVEC_WINDOW_CONFIGURATION c-src/emacs/src/lisp.h 791
3008PVEC_WINDOW c-src/emacs/src/lisp.h 786
3009p.x forth-src/test-forth.fth /^ 1 CELLS +FIELD p.x \\ A single cell filed name/
3010\pxref tex-src/texinfo.tex /^\\def\\pxref#1{see \\xrefX[#1,,,,,,,]}$/
3011p.y forth-src/test-forth.fth /^ 1 CELLS +FIELD p.y \\ A single cell field name/
3012Python_functions c-src/etags.c /^Python_functions (FILE *inf)$/
3013Python_help c-src/etags.c 660
3014Python_suffixes c-src/etags.c 658
3015PYTSRC make-src/Makefile /^PYTSRC=server.py$/
3016quantizing html-src/algrthms.html /^Quantizing the Received$/ 3776quantizing html-src/algrthms.html /^Quantizing the Received$/
3017questo ../c/c.web 34 3777questo ../c/c.web 34
3018quiettest make-src/Makefile /^quiettest:$/ 3778quiettest make-src/Makefile /^quiettest:$/
3019quit_char c-src/emacs/src/keyboard.c 192 3779quit_char c-src/emacs/src/keyboard.c 192
3020QUIT c-src/emacs/src/lisp.h 3101
3021QUITP c-src/emacs/src/lisp.h 3112
3022quit_throw_to_read_char c-src/emacs/src/keyboard.c /^quit_throw_to_read_char (bool from_signal)$/ 3780quit_throw_to_read_char c-src/emacs/src/keyboard.c /^quit_throw_to_read_char (bool from_signal)$/
3023\quotation tex-src/texinfo.tex /^\\def\\quotation{%$/
3024/quoteleft ps-src/rfc1245.ps /^\/quoteleft \/quoteright \/.notdef \/.notdef \/ydieresi/
3025qux1 ruby-src/test1.ru /^ :qux1)$/
3026qux ruby-src/test1.ru /^ alias_method :qux, :tee, attr_accessor(:bogus)/ 3781qux ruby-src/test1.ru /^ alias_method :qux, :tee, attr_accessor(:bogus)/
3782qux1 ruby-src/test1.ru /^ :qux1)$/
3027qux= ruby-src/test1.ru /^ def qux=(tee)$/ 3783qux= ruby-src/test1.ru /^ def qux=(tee)$/
3028r0 c-src/sysdep.h 54 3784r0 c-src/sysdep.h 54
3029r1 c-src/sysdep.h 55 3785r1 c-src/sysdep.h 55
3030r_alloc c-src/emacs/src/lisp.h /^extern void *r_alloc (void **, size_t) ATTRIBUTE_A/ 3786r_alloc c-src/emacs/src/lisp.h /^extern void *r_alloc (void **, size_t) ATTRIBUTE_A/
3031Range cp-src/Range.h 35
3032Range cp-src/Range.h /^ Range (const Range& r)$/
3033Range cp-src/Range.h /^ Range (double b, double l)$/
3034Range cp-src/Range.h /^ Range (double b, double l, double i)$/
3035Range cp-src/Range.h /^ Range (void)$/
3036RANGED_INTEGERP c-src/emacs/src/lisp.h /^RANGED_INTEGERP (intmax_t lo, Lisp_Object x, intma/
3037range_exp_list y-src/parse.y 273
3038range_exp y-src/parse.y 269 3787range_exp y-src/parse.y 269
3039\rawbackslashxx tex-src/texinfo.tex /^\\def\\rawbackslashxx{\\indexbackslash}%$/ 3788range_exp_list y-src/parse.y 273
3040\rawbackslashxx tex-src/texinfo.tex /^\\def\\rawbackslashxx{\\indexbackslash}% \\indexbacksl/
3041raw_keybuf_count c-src/emacs/src/keyboard.c 117
3042raw_keybuf c-src/emacs/src/keyboard.c 116 3789raw_keybuf c-src/emacs/src/keyboard.c 116
3790raw_keybuf_count c-src/emacs/src/keyboard.c 117
3043rbtp c.c 240 3791rbtp c.c 240
3044RCSid objc-src/PackInsp.m 30 3792re_iswctype c-src/emacs/src/regex.h 602
3793re_nsub c-src/emacs/src/regex.h 364
3794re_pattern_buffer c-src/emacs/src/regex.h 335
3795re_pattern_buffer c-src/h.h 119
3796re_registers c-src/emacs/src/regex.h 428
3797re_wchar_t c-src/emacs/src/regex.h 600
3798re_wchar_t c-src/emacs/src/regex.h 623
3799re_wctype c-src/emacs/src/regex.h 601
3800re_wctype_t c-src/emacs/src/regex.h 599
3801re_wctype_t c-src/emacs/src/regex.h 618
3802re_wctype_to_bit c-src/emacs/src/regex.h /^# define re_wctype_to_bit(cc) 0$/
3803read cp-src/conway.hpp /^ char read() { return alive; }$/
3804read php-src/lce_functions.php /^ function read()$/
3805read-key-sequence c-src/emacs/src/keyboard.c /^DEFUN ("read-key-sequence", Fread_key_sequence, Sr/
3806read-key-sequence-vector c-src/emacs/src/keyboard.c /^DEFUN ("read-key-sequence-vector", Fread_key_seque/
3045read1 ruby-src/test1.ru /^ attr_reader :read1 , :read2; attr_writer :writ/ 3807read1 ruby-src/test1.ru /^ attr_reader :read1 , :read2; attr_writer :writ/
3046read2 ruby-src/test1.ru /^ attr_reader :read1 , :read2; attr_writer :writ/ 3808read2 ruby-src/test1.ru /^ attr_reader :read1 , :read2; attr_writer :writ/
3047readable_events c-src/emacs/src/keyboard.c /^readable_events (int flags)$/
3048READABLE_EVENTS_DO_TIMERS_NOW c-src/emacs/src/keyboard.c 346
3049READABLE_EVENTS_FILTER_EVENTS c-src/emacs/src/keyboard.c 347
3050READABLE_EVENTS_IGNORE_SQUEEZABLES c-src/emacs/src/keyboard.c 348
3051\readauxfile tex-src/texinfo.tex /^\\def\\readauxfile{%$/
3052read_char c-src/emacs/src/keyboard.c /^read_char (int commandflag, Lisp_Object map,$/ 3809read_char c-src/emacs/src/keyboard.c /^read_char (int commandflag, Lisp_Object map,$/
3053read_char_help_form_unwind c-src/emacs/src/keyboard.c /^read_char_help_form_unwind (void)$/ 3810read_char_help_form_unwind c-src/emacs/src/keyboard.c /^read_char_help_form_unwind (void)$/
3054read_char_minibuf_menu_prompt c-src/emacs/src/keyboard.c /^read_char_minibuf_menu_prompt (int commandflag,$/ 3811read_char_minibuf_menu_prompt c-src/emacs/src/keyboard.c /^read_char_minibuf_menu_prompt (int commandflag,$/
3055read_char_x_menu_prompt c-src/emacs/src/keyboard.c /^read_char_x_menu_prompt (Lisp_Object map,$/ 3812read_char_x_menu_prompt c-src/emacs/src/keyboard.c /^read_char_x_menu_prompt (Lisp_Object map,$/
3056read cp-src/conway.hpp /^ char read() { return alive; }$/
3057read_decoded_event_from_main_queue c-src/emacs/src/keyboard.c /^read_decoded_event_from_main_queue (struct timespe/ 3813read_decoded_event_from_main_queue c-src/emacs/src/keyboard.c /^read_decoded_event_from_main_queue (struct timespe/
3058read_event_from_main_queue c-src/emacs/src/keyboard.c /^read_event_from_main_queue (struct timespec *end_t/ 3814read_event_from_main_queue c-src/emacs/src/keyboard.c /^read_event_from_main_queue (struct timespec *end_t/
3059read_key_sequence_cmd c-src/emacs/src/keyboard.c 232
3060read-key-sequence c-src/emacs/src/keyboard.c /^DEFUN ("read-key-sequence", Fread_key_sequence, Sr/
3061read_key_sequence c-src/emacs/src/keyboard.c /^read_key_sequence (Lisp_Object *keybuf, int bufsiz/ 3815read_key_sequence c-src/emacs/src/keyboard.c /^read_key_sequence (Lisp_Object *keybuf, int bufsiz/
3816read_key_sequence_cmd c-src/emacs/src/keyboard.c 232
3062read_key_sequence_remapped c-src/emacs/src/keyboard.c 233 3817read_key_sequence_remapped c-src/emacs/src/keyboard.c 233
3063read-key-sequence-vector c-src/emacs/src/keyboard.c /^DEFUN ("read-key-sequence-vector", Fread_key_seque/
3064read_key_sequence_vs c-src/emacs/src/keyboard.c /^read_key_sequence_vs (Lisp_Object prompt, Lisp_Obj/ 3818read_key_sequence_vs c-src/emacs/src/keyboard.c /^read_key_sequence_vs (Lisp_Object prompt, Lisp_Obj/
3065readline c-src/etags.c /^readline (linebuffer *lbp, FILE *stream)$/
3066readline_internal c-src/etags.c /^readline_internal (linebuffer *lbp, register FILE /
3067Read_Lock/p ada-src/2ataspri.adb /^ procedure Read_Lock (L : in out Lock; Ceiling_V/
3068Read_Lock/p ada-src/2ataspri.ads /^ procedure Read_Lock (L : in out Lock; Ceiling_V/
3069read_menu_command c-src/emacs/src/keyboard.c /^read_menu_command (void)$/ 3819read_menu_command c-src/emacs/src/keyboard.c /^read_menu_command (void)$/
3070read php-src/lce_functions.php /^ function read()$/
3071read_toc perl-src/htlmify-cystic /^sub read_toc ()$/ 3820read_toc perl-src/htlmify-cystic /^sub read_toc ()$/
3072ReadVacation cp-src/functions.cpp /^void ReadVacation ( char *filename ) {$/ 3821readable_events c-src/emacs/src/keyboard.c /^readable_events (int flags)$/
3822readline c-src/etags.c /^readline (linebuffer *lbp, FILE *stream)$/
3823readline_internal c-src/etags.c /^readline_internal (linebuffer *lbp, register FILE /
3824realloc c-src/emacs/src/gmalloc.c /^realloc (void *ptr, size_t size)$/
3073realloc c-src/emacs/src/gmalloc.c 1716 3825realloc c-src/emacs/src/gmalloc.c 1716
3074realloc c-src/emacs/src/gmalloc.c 65 3826realloc c-src/emacs/src/gmalloc.c 65
3075realloc c-src/emacs/src/gmalloc.c 69 3827realloc c-src/emacs/src/gmalloc.c 69
3076_realloc c-src/emacs/src/gmalloc.c /^_realloc (void *ptr, size_t size)$/
3077realloc c-src/emacs/src/gmalloc.c /^realloc (void *ptr, size_t size)$/
3078reallochook c-src/emacs/src/gmalloc.c /^reallochook (void *ptr, size_t size)$/ 3828reallochook c-src/emacs/src/gmalloc.c /^reallochook (void *ptr, size_t size)$/
3079_realloc_internal c-src/emacs/src/gmalloc.c /^_realloc_internal (void *ptr, size_t size)$/
3080_realloc_internal_nolock c-src/emacs/src/gmalloc.c /^_realloc_internal_nolock (void *ptr, size_t size)$/
3081RE_BACKSLASH_ESCAPE_IN_LISTS c-src/emacs/src/regex.h 47
3082RE_BK_PLUS_QM c-src/emacs/src/regex.h 52
3083RECC_ALNUM c-src/emacs/src/regex.h 610
3084RECC_ALPHA c-src/emacs/src/regex.h 610
3085RECC_ASCII c-src/emacs/src/regex.h 617
3086RECC_BLANK c-src/emacs/src/regex.h 615
3087RECC_CNTRL c-src/emacs/src/regex.h 613
3088RECC_DIGIT c-src/emacs/src/regex.h 614
3089RECC_ERROR c-src/emacs/src/regex.h 609
3090RECC_GRAPH c-src/emacs/src/regex.h 611
3091RECC_LOWER c-src/emacs/src/regex.h 612
3092RECC_MULTIBYTE c-src/emacs/src/regex.h 616
3093RECC_NONASCII c-src/emacs/src/regex.h 616
3094RECC_PRINT c-src/emacs/src/regex.h 611
3095RECC_PUNCT c-src/emacs/src/regex.h 613
3096RECC_SPACE c-src/emacs/src/regex.h 615
3097RECC_UNIBYTE c-src/emacs/src/regex.h 617
3098RECC_UPPER c-src/emacs/src/regex.h 612
3099RECC_WORD c-src/emacs/src/regex.h 610
3100RECC_XDIGIT c-src/emacs/src/regex.h 614
3101recent_keys c-src/emacs/src/keyboard.c 100
3102recent-keys c-src/emacs/src/keyboard.c /^DEFUN ("recent-keys", Frecent_keys, Srecent_keys, / 3829recent-keys c-src/emacs/src/keyboard.c /^DEFUN ("recent-keys", Frecent_keys, Srecent_keys, /
3830recent_keys c-src/emacs/src/keyboard.c 100
3103recent_keys_index c-src/emacs/src/keyboard.c 94 3831recent_keys_index c-src/emacs/src/keyboard.c 94
3104RE_CHAR_CLASSES c-src/emacs/src/regex.h 58
3105RE_CONTEXT_INDEP_ANCHORS c-src/emacs/src/regex.h 72
3106RE_CONTEXT_INDEP_OPS c-src/emacs/src/regex.h 80
3107RE_CONTEXT_INVALID_OPS c-src/emacs/src/regex.h 84
3108record_asynch_buffer_change c-src/emacs/src/keyboard.c /^record_asynch_buffer_change (void)$/ 3832record_asynch_buffer_change c-src/emacs/src/keyboard.c /^record_asynch_buffer_change (void)$/
3109record_auto_save c-src/emacs/src/keyboard.c /^record_auto_save (void)$/ 3833record_auto_save c-src/emacs/src/keyboard.c /^record_auto_save (void)$/
3110record_char c-src/emacs/src/keyboard.c /^record_char (Lisp_Object c)$/ 3834record_char c-src/emacs/src/keyboard.c /^record_char (Lisp_Object c)$/
@@ -3112,177 +3836,62 @@ record_menu_key c-src/emacs/src/keyboard.c /^record_menu_key (Lisp_Object c)$/
3112record_single_kboard_state c-src/emacs/src/keyboard.c /^record_single_kboard_state ()$/ 3836record_single_kboard_state c-src/emacs/src/keyboard.c /^record_single_kboard_state ()$/
3113record_xmalloc c-src/emacs/src/lisp.h /^extern void *record_xmalloc (size_t) ATTRIBUTE_ALL/ 3837record_xmalloc c-src/emacs/src/lisp.h /^extern void *record_xmalloc (size_t) ATTRIBUTE_ALL/
3114recover_top_level_message c-src/emacs/src/keyboard.c 138 3838recover_top_level_message c-src/emacs/src/keyboard.c 138
3115Rectangle.getPos lua-src/test.lua /^function Rectangle.getPos ()$/
3116recursion-depth c-src/emacs/src/keyboard.c /^DEFUN ("recursion-depth", Frecursion_depth, Srecur/ 3839recursion-depth c-src/emacs/src/keyboard.c /^DEFUN ("recursion-depth", Frecursion_depth, Srecur/
3117recursive_edit_1 c-src/emacs/src/keyboard.c /^recursive_edit_1 (void)$/
3118recursive-edit c-src/emacs/src/keyboard.c /^DEFUN ("recursive-edit", Frecursive_edit, Srecursi/ 3840recursive-edit c-src/emacs/src/keyboard.c /^DEFUN ("recursive-edit", Frecursive_edit, Srecursi/
3841recursive_edit_1 c-src/emacs/src/keyboard.c /^recursive_edit_1 (void)$/
3119recursive_edit_unwind c-src/emacs/src/keyboard.c /^recursive_edit_unwind (Lisp_Object buffer)$/ 3842recursive_edit_unwind c-src/emacs/src/keyboard.c /^recursive_edit_unwind (Lisp_Object buffer)$/
3120RED cp-src/screen.hpp 16
3121RE_DEBUG c-src/emacs/src/regex.h 161
3122redirect c-src/emacs/src/lisp.h 663 3843redirect c-src/emacs/src/lisp.h 663
3123RE_DOT_NEWLINE c-src/emacs/src/regex.h 88
3124RE_DOT_NOT_NULL c-src/emacs/src/regex.h 92
3125reduce prol-src/natded.prolog /^reduce((X^M)@N,L):- % beta reduction$/ 3844reduce prol-src/natded.prolog /^reduce((X^M)@N,L):- % beta reduction$/
3126reduce_subterm prol-src/natded.prolog /^reduce_subterm(M,M2):-$/ 3845reduce_subterm prol-src/natded.prolog /^reduce_subterm(M,M2):-$/
3127RE_DUP_MAX c-src/emacs/src/regex.h 253
3128RE_DUP_MAX c-src/emacs/src/regex.h 256
3129/ReEncode ps-src/rfc1245.ps /^\/ReEncode { $/
3130refreshPort pyt-src/server.py /^ def refreshPort(self):$/ 3846refreshPort pyt-src/server.py /^ def refreshPort(self):$/
3131RE_FRUGAL c-src/emacs/src/regex.h 147
3132\ref tex-src/texinfo.tex /^\\def\\ref#1{\\xrefX[#1,,,,,,,]}$/
3133\refx tex-src/texinfo.tex /^\\def\\refx#1#2{%$/
3134REG_BADBR c-src/emacs/src/regex.h 313
3135REG_BADPAT c-src/emacs/src/regex.h 305
3136REG_BADRPT c-src/emacs/src/regex.h 316
3137REG_EBRACE c-src/emacs/src/regex.h 312
3138REG_EBRACK c-src/emacs/src/regex.h 310
3139REG_ECOLLATE c-src/emacs/src/regex.h 306
3140REG_ECTYPE c-src/emacs/src/regex.h 307
3141REG_EEND c-src/emacs/src/regex.h 319
3142REG_EESCAPE c-src/emacs/src/regex.h 308
3143REG_ENOSYS c.c 279
3144REG_ENOSYS c-src/emacs/src/regex.h 297
3145REG_EPAREN c-src/emacs/src/regex.h 311
3146REG_ERANGE c-src/emacs/src/regex.h 314
3147REG_ERANGEX c-src/emacs/src/regex.h 322
3148REG_ERPAREN c-src/emacs/src/regex.h 321
3149reg_errcode_t c.c 279
3150reg_errcode_t c-src/emacs/src/regex.h 323 3847reg_errcode_t c-src/emacs/src/regex.h 323
3151REG_ESIZE c-src/emacs/src/regex.h 320 3848reg_errcode_t c.c 279
3152REG_ESPACE c-src/emacs/src/regex.h 315 3849reg_syntax_t c-src/emacs/src/regex.h 43
3153REG_ESUBREG c-src/emacs/src/regex.h 309
3154regex c-src/etags.c 219 3850regex c-src/etags.c 219
3155regexfile make-src/Makefile /^regexfile: Makefile$/
3156_REGEX_H c-src/emacs/src/regex.h 21
3157REGEX make-src/Makefile /^REGEX=\/[ \\t]*DEFVAR_[A-Z_ \\t\\n(]+"\\([^"]+\\)"\/$/
3158REGEXOBJS make-src/Makefile /^REGEXOBJS=regex.o$/
3159regex.o make-src/Makefile /^regex.o: emacs\/src\/regex.c$/ 3851regex.o make-src/Makefile /^regex.o: emacs\/src\/regex.c$/
3852regex_t c-src/emacs/src/regex.h 416
3853regex_tag_multiline c-src/etags.c /^regex_tag_multiline (void)$/
3854regexfile make-src/Makefile /^regexfile: Makefile$/
3160regexp c-src/etags.c 256 3855regexp c-src/etags.c 256
3161regexp c-src/etags.c 268 3856regexp c-src/etags.c 268
3162regex_tag_multiline c-src/etags.c /^regex_tag_multiline (void)$/
3163regex_t c-src/emacs/src/regex.h 416
3164REG_EXTENDED c-src/emacs/src/regex.h 263
3165REG_ICASE c-src/emacs/src/regex.h 267
3166registerAction objcpp-src/SimpleCalc.M /^- registerAction:(SEL)action$/ 3857registerAction objcpp-src/SimpleCalc.M /^- registerAction:(SEL)action$/
3167register_heapinfo c-src/emacs/src/gmalloc.c /^register_heapinfo (void)$/ 3858register_heapinfo c-src/emacs/src/gmalloc.c /^register_heapinfo (void)$/
3168regmatch_t c-src/emacs/src/regex.h 451 3859regmatch_t c-src/emacs/src/regex.h 451
3169REG_NEWLINE c-src/emacs/src/regex.h 272
3170REG_NOERROR c-src/emacs/src/regex.h 300
3171REG_NOMATCH c-src/emacs/src/regex.h 301
3172REG_NOSUB c-src/emacs/src/regex.h 276
3173REG_NOTBOL c-src/emacs/src/regex.h 286
3174REG_NOTEOL c-src/emacs/src/regex.h 289
3175regoff_t c-src/emacs/src/regex.h 423 3860regoff_t c-src/emacs/src/regex.h 423
3176regs_allocated c-src/emacs/src/regex.h 379
3177regs cp-src/screen.cpp 16
3178regs c-src/etags.c 263 3861regs c-src/etags.c 263
3862regs cp-src/screen.cpp 16
3863regs_allocated c-src/emacs/src/regex.h 379
3179regset c-src/h.h 31 3864regset c-src/h.h 31
3180REGS_FIXED c-src/emacs/src/regex.h 378
3181REGS_REALLOCATE c-src/emacs/src/regex.h 377
3182REGS_UNALLOCATED c-src/emacs/src/regex.h 376
3183reg_syntax_t c-src/emacs/src/regex.h 43
3184regular_top_level_message c-src/emacs/src/keyboard.c 143 3865regular_top_level_message c-src/emacs/src/keyboard.c 143
3185rehash_size c-src/emacs/src/lisp.h 1835 3866rehash_size c-src/emacs/src/lisp.h 1835
3186rehash_threshold c-src/emacs/src/lisp.h 1839 3867rehash_threshold c-src/emacs/src/lisp.h 1839
3187RE_HAT_LISTS_NOT_NEWLINE c-src/emacs/src/regex.h 96
3188RE_INTERVALS c-src/emacs/src/regex.h 101
3189re_iswctype c-src/emacs/src/regex.h 602
3190relative_filename c-src/etags.c /^relative_filename (char *file, char *dir)$/ 3868relative_filename c-src/etags.c /^relative_filename (char *file, char *dir)$/
3191=\relax tex-src/texinfo.tex /^\\let\\appendix=\\relax$/
3192=\relax tex-src/texinfo.tex /^\\let\\chapter=\\relax$/
3193=\relax tex-src/texinfo.tex /^\\let\\section=\\relax$/
3194=\relax tex-src/texinfo.tex /^\\let\\subsection=\\relax$/
3195=\relax tex-src/texinfo.tex /^\\let\\subsubsection=\\relax$/
3196release distrib make-src/Makefile /^release distrib: web$/ 3869release distrib make-src/Makefile /^release distrib: web$/
3197RELEASELIST make-src/Makefile /^RELEASELIST=pot@gnu.org xemacs-review@xemacs.org j/
3198ReleaseNameString pas-src/common.pas /^procedure ReleaseNameString; (* (var NSP: NameStri/
3199RE_LIMITED_OPS c-src/emacs/src/regex.h 105
3200removeexp prol-src/natded.prolog /^removeexp(E,E,'NIL'):-!.$/ 3870removeexp prol-src/natded.prolog /^removeexp(E,E,'NIL'):-!.$/
3201RemoveLayer lua-src/allegro.lua /^function RemoveLayer ()$/
3202RemoveUnderlineControl pas-src/common.pas /^function RemoveUnderlineControl; (*($/
3203RE_NEWLINE_ALT c-src/emacs/src/regex.h 109
3204RE_NO_BK_BRACES c-src/emacs/src/regex.h 114
3205RE_NO_BK_PARENS c-src/emacs/src/regex.h 118
3206RE_NO_BK_REFS c-src/emacs/src/regex.h 122
3207RE_NO_BK_VBAR c-src/emacs/src/regex.h 126
3208RE_NO_EMPTY_RANGES c-src/emacs/src/regex.h 132
3209RE_NO_GNU_OPS c-src/emacs/src/regex.h 144
3210RE_NO_NEWLINE_ANCHOR c-src/emacs/src/regex.h 153
3211RE_NO_POSIX_BACKTRACKING c-src/emacs/src/regex.h 140
3212RE_NREGS c-src/emacs/src/regex.h 440
3213re_nsub c-src/emacs/src/regex.h 364
3214reorder_modifiers c-src/emacs/src/keyboard.c /^reorder_modifiers (Lisp_Object symbol)$/ 3871reorder_modifiers c-src/emacs/src/keyboard.c /^reorder_modifiers (Lisp_Object symbol)$/
3215re_pattern_buffer c-src/emacs/src/regex.h 335
3216re_pattern_buffer c-src/h.h 119
3217ReprOfChar pas-src/common.pas /^function ReprOfChar; (*( ch : char) : NameString;*/
3218__repr__ pyt-src/server.py /^ def __repr__(self):$/
3219request c.c /^request request (a, b)$/ 3872request c.c /^request request (a, b)$/
3220requeued_events_pending_p c-src/emacs/src/keyboard.c /^requeued_events_pending_p (void)$/ 3873requeued_events_pending_p c-src/emacs/src/keyboard.c /^requeued_events_pending_p (void)$/
3221required_argument c-src/getopt.h 90
3222require merc-src/accumulator.m /^:- import_module require.$/ 3874require merc-src/accumulator.m /^:- import_module require.$/
3223re_registers c-src/emacs/src/regex.h 428 3875required_argument c-src/getopt.h 90
3224\resetmathfonts tex-src/texinfo.tex /^\\def\\resetmathfonts{%$/
3225reset-this-command-lengths c-src/emacs/src/keyboard.c /^DEFUN ("reset-this-command-lengths", Freset_this_c/ 3876reset-this-command-lengths c-src/emacs/src/keyboard.c /^DEFUN ("reset-this-command-lengths", Freset_this_c/
3226RE_SHY_GROUPS c-src/emacs/src/regex.h 150
3227restore_getcjmp c-src/emacs/src/keyboard.c /^restore_getcjmp (sys_jmp_buf temp)$/ 3877restore_getcjmp c-src/emacs/src/keyboard.c /^restore_getcjmp (sys_jmp_buf temp)$/
3228restore_kboard_configuration c-src/emacs/src/keyboard.c /^restore_kboard_configuration (int was_locked)$/ 3878restore_kboard_configuration c-src/emacs/src/keyboard.c /^restore_kboard_configuration (int was_locked)$/
3229/restorematrix ps-src/rfc1245.ps /^\/restorematrix {$/
3230_Restrict_arr_ c-src/emacs/src/regex.h 555
3231_Restrict_arr_ c-src/emacs/src/regex.h 557
3232_Restrict_ c-src/emacs/src/regex.h 540
3233_Restrict_ c-src/emacs/src/regex.h 542
3234_Restrict_ c-src/emacs/src/regex.h 544
3235\result tex-src/texinfo.tex /^\\def\\result{\\leavevmode\\raise.15ex\\hbox to 1em{\\hf/
3236\result tex-src/texinfo.tex /^\\def\\result{\\realbackslash result}$/
3237RESUME_POLLING c-src/emacs/src/keyboard.c 2170
3238RE_SYNTAX_AWK c-src/emacs/src/regex.h 186
3239RE_SYNTAX_ED c-src/emacs/src/regex.h 216
3240RE_SYNTAX_EGREP c-src/emacs/src/regex.h 206
3241RE_SYNTAX_EMACS c-src/emacs/src/regex.h 183
3242RE_SYNTAX_GNU_AWK c-src/emacs/src/regex.h 193
3243RE_SYNTAX_GREP c-src/emacs/src/regex.h 201
3244RE_SYNTAX_POSIX_AWK c-src/emacs/src/regex.h 197
3245RE_SYNTAX_POSIX_BASIC c-src/emacs/src/regex.h 225
3246_RE_SYNTAX_POSIX_COMMON c-src/emacs/src/regex.h 221
3247RE_SYNTAX_POSIX_EGREP c-src/emacs/src/regex.h 212
3248RE_SYNTAX_POSIX_EXTENDED c-src/emacs/src/regex.h 234
3249RE_SYNTAX_POSIX_MINIMAL_BASIC c-src/emacs/src/regex.h 231
3250RE_SYNTAX_POSIX_MINIMAL_EXTENDED c-src/emacs/src/regex.h 242
3251RE_SYNTAX_SED c-src/emacs/src/regex.h 218
3252RE_TRANSLATE_TYPE c-src/emacs/src/regex.h 332
3253return_to_command_loop c-src/emacs/src/keyboard.c 135 3879return_to_command_loop c-src/emacs/src/keyboard.c 135
3254RETURN_UNGCPRO c-src/emacs/src/lisp.h /^#define RETURN_UNGCPRO(expr) \\$/
3255RE_UNMATCHED_RIGHT_PAREN_ORD c-src/emacs/src/regex.h 136
3256reverse prol-src/natded.prolog /^reverse([],Ws,Ws).$/ 3880reverse prol-src/natded.prolog /^reverse([],Ws,Ws).$/
3257revert objc-src/PackInsp.m /^-revert:sender$/ 3881revert objc-src/PackInsp.m /^-revert:sender$/
3258re_wchar_t c-src/emacs/src/regex.h 600
3259re_wchar_t c-src/emacs/src/regex.h 623
3260re_wctype c-src/emacs/src/regex.h 601
3261re_wctype_t c-src/emacs/src/regex.h 599
3262re_wctype_t c-src/emacs/src/regex.h 618
3263re_wctype_to_bit c-src/emacs/src/regex.h /^# define re_wctype_to_bit(cc) 0$/
3264/RF ps-src/rfc1245.ps /^\/RF { $/
3265right c-src/etags.c 216 3882right c-src/etags.c 216
3266right_shift y-src/cccp.y /^right_shift (a, b)$/ 3883right_shift y-src/cccp.y /^right_shift (a, b)$/
3267ring1 c.c 241 3884ring1 c.c 241
3268ring2 c.c 242 3885ring2 c.c 242
3269rm_eo c-src/emacs/src/regex.h 450 3886rm_eo c-src/emacs/src/regex.h 450
3270rm_so c-src/emacs/src/regex.h 449 3887rm_so c-src/emacs/src/regex.h 449
3271\rm tex-src/texinfo.tex /^\\def\\rm{\\realbackslash rm }%$/
3272rng_base cp-src/Range.h 79 3888rng_base cp-src/Range.h 79
3273rng_inc cp-src/Range.h 81 3889rng_inc cp-src/Range.h 81
3274rng_limit cp-src/Range.h 80 3890rng_limit cp-src/Range.h 80
3275rng_nelem cp-src/Range.h 83 3891rng_nelem cp-src/Range.h 83
3276rosso cp-src/c.C 40 3892rosso cp-src/c.C 40
3277/R ps-src/rfc1245.ps /^\/R { $/
3278/RR ps-src/rfc1245.ps /^\/RR { $/
3279RSH y-src/cccp.c 17
3280rsyncfromfly make-src/Makefile /^rsyncfromfly:$/ 3893rsyncfromfly make-src/Makefile /^rsyncfromfly:$/
3281rsynctofly make-src/Makefile /^rsynctofly:$/ 3894rsynctofly make-src/Makefile /^rsynctofly:$/
3282RTE/s ada-src/2ataspri.adb /^ package RTE renames Interfaces.C.POSIX_RTE;$/
3283\r tex-src/texinfo.tex /^\\def\\r##1{\\realbackslash r {##1}}%$/
3284\r tex-src/texinfo.tex /^\\def\\r##1{\\realbackslash r {##1}}$/
3285\r tex-src/texinfo.tex /^\\def\\r#1{{\\rm #1}} % roman font$/
3286rtint c-src/h.h 60 3895rtint c-src/h.h 60
3287rtint c-src/h.h 68 3896rtint c-src/h.h 68
3288rtstr c-src/h.h 61 3897rtstr c-src/h.h 61
@@ -3292,208 +3901,98 @@ rtunion_def c-src/h.h 64
3292rtx c-src/h.h 62 3901rtx c-src/h.h 62
3293rtxnp c-src/h.h 71 3902rtxnp c-src/h.h 71
3294rtxp c-src/h.h 70 3903rtxp c-src/h.h 70
3295` ruby-src/test.rb /^ def `(command)$/ 3904s c-src/emacs/src/lisp.h 4672
3296+ ruby-src/test.rb /^ def +(y)$/ 3905s c-src/emacs/src/lisp.h 4678
3297<< ruby-src/test.rb /^ def <<(y)$/
3298<= ruby-src/test.rb /^ def <=(y)$/
3299<=> ruby-src/test.rb /^ def <=>(y)$/
3300== ruby-src/test.rb /^ def ==(y)$/
3301=== ruby-src/test.rb /^ def ===(y)$/
3302[] ruby-src/test.rb /^ def [](y)$/
3303[]= ruby-src/test.rb /^ def []=(y, val)$/
3304RUN make-src/Makefile /^RUN=$/
3305RUN make-src/Makefile /^RUN=time --quiet --format '%U + %S: %E'$/
3306RXINCLUDE make-src/Makefile /^RXINCLUDE=-Iemacs\/src$/
3307s1 cp-src/c.C 32 3906s1 cp-src/c.C 32
3308/s1 ps-src/rfc1245.ps /^\/s1 1 string def$/
3309s2 cp-src/c.C 35 3907s2 cp-src/c.C 35
3310SAFE_ALLOCA c-src/emacs/src/lisp.h /^#define SAFE_ALLOCA(size) ((size) <= sa_avail \\/
3311SAFE_ALLOCA_LISP c-src/emacs/src/lisp.h /^#define SAFE_ALLOCA_LISP(buf, nelt) \\$/
3312SAFE_ALLOCA_STRING c-src/emacs/src/lisp.h /^#define SAFE_ALLOCA_STRING(ptr, string) \\$/
3313SAFE_FREE c-src/emacs/src/lisp.h /^#define SAFE_FREE() \\$/
3314SAFE_NALLOCA c-src/emacs/src/lisp.h /^#define SAFE_NALLOCA(buf, multiplier, nitems) \\/
3315safe_run_hook_funcall c-src/emacs/src/keyboard.c /^safe_run_hook_funcall (ptrdiff_t nargs, Lisp_Objec/ 3908safe_run_hook_funcall c-src/emacs/src/keyboard.c /^safe_run_hook_funcall (ptrdiff_t nargs, Lisp_Objec/
3316safe_run_hooks_1 c-src/emacs/src/keyboard.c /^safe_run_hooks_1 (ptrdiff_t nargs, Lisp_Object *ar/
3317safe_run_hooks c-src/emacs/src/keyboard.c /^safe_run_hooks (Lisp_Object hook)$/ 3909safe_run_hooks c-src/emacs/src/keyboard.c /^safe_run_hooks (Lisp_Object hook)$/
3910safe_run_hooks_1 c-src/emacs/src/keyboard.c /^safe_run_hooks_1 (ptrdiff_t nargs, Lisp_Object *ar/
3318safe_run_hooks_error c-src/emacs/src/keyboard.c /^safe_run_hooks_error (Lisp_Object error, ptrdiff_t/ 3911safe_run_hooks_error c-src/emacs/src/keyboard.c /^safe_run_hooks_error (Lisp_Object error, ptrdiff_t/
3319Sample tex-src/gzip.texi /^@node Sample, Invoking gzip, Overview, Top$/ 3912save pyt-src/server.py /^ def save(self):$/
3320\samp tex-src/texinfo.tex /^\\def\\samp##1{\\realbackslash samp {##1}}%$/
3321\samp tex-src/texinfo.tex /^\\def\\samp##1{\\realbackslash samp {##1}}$/
3322\samp tex-src/texinfo.tex /^\\def\\samp #1{`\\tclose{#1}'\\null}$/
3323/sangle ps-src/rfc1245.ps /^\/sangle 1 0 dmatrix defaultmatrix dtransform exch /
3324SAVE_FUNCPOINTER c-src/emacs/src/lisp.h 2049
3325save_getcjmp c-src/emacs/src/keyboard.c /^save_getcjmp (sys_jmp_buf temp)$/ 3913save_getcjmp c-src/emacs/src/keyboard.c /^save_getcjmp (sys_jmp_buf temp)$/
3326SAVE_INTEGER c-src/emacs/src/lisp.h 2048 3914save_type c-src/emacs/src/lisp.h /^save_type (struct Lisp_Save_Value *v, int n)$/
3327/savematrix ps-src/rfc1245.ps /^\/savematrix {$/
3328savenstr c-src/etags.c /^savenstr (const char *cp, int len)$/ 3915savenstr c-src/etags.c /^savenstr (const char *cp, int len)$/
3329SAVE_OBJECT c-src/emacs/src/lisp.h 2051
3330SAVE_POINTER c-src/emacs/src/lisp.h 2050
3331save pyt-src/server.py /^ def save(self):$/
3332SAVE_SLOT_BITS c-src/emacs/src/lisp.h 2055
3333savestr c-src/etags.c /^savestr (const char *cp)$/ 3916savestr c-src/etags.c /^savestr (const char *cp)$/
3334SAVE_TYPE_BITS c-src/emacs/src/lisp.h 2062
3335SAVE_TYPE_BITS c-src/emacs/src/lisp.h 2114
3336SAVE_TYPE_BITS c-src/emacs/src/lisp.h 2123
3337save_type c-src/emacs/src/lisp.h /^save_type (struct Lisp_Save_Value *v, int n)$/
3338SAVE_TYPE_FUNCPTR_PTR_OBJ c-src/emacs/src/lisp.h 2076
3339SAVE_TYPE_INT_INT c-src/emacs/src/lisp.h 2066
3340SAVE_TYPE_INT_INT_INT c-src/emacs/src/lisp.h 2067
3341SAVE_TYPE_MEMORY c-src/emacs/src/lisp.h 2080
3342SAVE_TYPE_OBJ_OBJ c-src/emacs/src/lisp.h 2069
3343SAVE_TYPE_OBJ_OBJ_OBJ c-src/emacs/src/lisp.h 2070
3344SAVE_TYPE_OBJ_OBJ_OBJ_OBJ c-src/emacs/src/lisp.h 2071
3345SAVE_TYPE_PTR_INT c-src/emacs/src/lisp.h 2073
3346SAVE_TYPE_PTR_OBJ c-src/emacs/src/lisp.h 2074
3347SAVE_TYPE_PTR_PTR c-src/emacs/src/lisp.h 2075
3348SAVE_UNUSED c-src/emacs/src/lisp.h 2047
3349SAVE_VALUEP c-src/emacs/src/lisp.h /^SAVE_VALUEP (Lisp_Object x)$/
3350SAVE_VALUE_SLOTS c-src/emacs/src/lisp.h 2058
3351say go-src/test.go /^func say(msg string) {$/ 3917say go-src/test.go /^func say(msg string) {$/
3352__sbrk c-src/emacs/src/gmalloc.c 1513
3353SBYTES c-src/emacs/src/lisp.h /^SBYTES (Lisp_Object string)$/
3354scan_separators c-src/etags.c /^scan_separators (char *name)$/ 3918scan_separators c-src/etags.c /^scan_separators (char *name)$/
3355S c.c 156
3356SCHARS c-src/emacs/src/lisp.h /^SCHARS (Lisp_Object string)$/
3357Scheme_functions c-src/etags.c /^Scheme_functions (FILE *inf)$/
3358Scheme_help c-src/etags.c 667
3359Scheme_suffixes c-src/etags.c 665
3360scolonseen c-src/etags.c 2447 3919scolonseen c-src/etags.c 2447
3361scratch c-src/sysdep.h 56 3920scratch c-src/sysdep.h 56
3362SCREEN_FP cp-src/screen.hpp /^#define SCREEN_FP(x,y) \\$/
3363SCREEN_START cp-src/screen.hpp 33
3364scroll_bar_parts c-src/emacs/src/keyboard.c 5189 3921scroll_bar_parts c-src/emacs/src/keyboard.c 5189
3365s c-src/emacs/src/lisp.h 4672
3366s c-src/emacs/src/lisp.h 4678
3367\sc tex-src/texinfo.tex /^\\def\\sc#1{{\\smallcaps#1}} % smallcaps font$/
3368SDATA c-src/emacs/src/lisp.h /^SDATA (Lisp_Object string)$/
3369SDTrefGetInteger pas-src/common.pas /^function SDTrefGetInteger : integer;$/
3370SDTrefIsEnd pas-src/common.pas /^function SDTrefIsEnd : Boolean;$/
3371SDTrefRecToString pas-src/common.pas /^procedure SDTrefRecToString (* ($/
3372SDTrefSkipSpaces pas-src/common.pas /^procedure SDTrefSkipSpaces;$/
3373SDTrefStringToRec pas-src/common.pas /^procedure SDTrefStringToRec (* ($/
3374\seccheck tex-src/texinfo.tex /^\\def\\seccheck#1{\\if \\pageno<0 %$/
3375\secentryfonts tex-src/texinfo.tex /^\\def\\secentryfonts{\\textfonts}$/
3376\secentry tex-src/texinfo.tex /^ \\def\\secentry ##1##2##3##4{}$/
3377\secentry tex-src/texinfo.tex /^\\def\\secentry#1#2#3#4{\\dosecentry{#2.#3\\labelspace/
3378\secfonts tex-src/texinfo.tex /^\\def\\secfonts{%$/
3379\secheadingbreak tex-src/texinfo.tex /^\\def\\secheadingbreak{\\dobreak \\secheadingskip {-10/
3380\secheadingi tex-src/texinfo.tex /^\\def\\secheadingi #1{{\\advance \\secheadingskip by \\/
3381\secheading tex-src/texinfo.tex /^\\def\\secheading #1#2#3{\\secheadingi {#2.#3\\enspace/
3382\secondary tex-src/texinfo.tex /^\\def\\secondary #1#2{$/
3383sec=\relax tex-src/texinfo.tex /^\\let\\appendixsec=\\relax$/ 3922sec=\relax tex-src/texinfo.tex /^\\let\\appendixsec=\\relax$/
3384section_href perl-src/htlmify-cystic /^sub section_href ($)$/
3385section_name perl-src/htlmify-cystic 12
3386section_name perl-src/htlmify-cystic /^sub section_name ($)$/
3387section perl-src/htlmify-cystic 25 3923section perl-src/htlmify-cystic 25
3388section=\relax tex-src/texinfo.tex /^\\let\\appendixsection=\\relax$/ 3924section=\relax tex-src/texinfo.tex /^\\let\\appendixsection=\\relax$/
3925section_href perl-src/htlmify-cystic /^sub section_href ($)$/
3926section_name perl-src/htlmify-cystic /^sub section_name ($)$/
3927section_name perl-src/htlmify-cystic 12
3389section_toc perl-src/htlmify-cystic 15 3928section_toc perl-src/htlmify-cystic 15
3929section_url perl-src/htlmify-cystic /^sub section_url ()$/
3390section_url_base perl-src/htlmify-cystic /^sub section_url_base ()$/ 3930section_url_base perl-src/htlmify-cystic /^sub section_url_base ()$/
3391section_url_name perl-src/htlmify-cystic /^sub section_url_name ()$/ 3931section_url_name perl-src/htlmify-cystic /^sub section_url_name ()$/
3392section_url perl-src/htlmify-cystic /^sub section_url ()$/
3393\seczzz tex-src/texinfo.tex /^\\def\\seczzz #1{\\seccheck{section}%$/
3394select_last prol-src/natded.prolog /^select_last([X],X,[]).$/
3395SelectLayer lua-src/allegro.lua /^function SelectLayer (layer)$/
3396select prol-src/natded.prolog /^select(X,[X|Xs],Xs).$/ 3932select prol-src/natded.prolog /^select(X,[X|Xs],Xs).$/
3397select-tags-table el-src/emacs/lisp/progmodes/etags.el /^(defun select-tags-table ()$/ 3933select-tags-table el-src/emacs/lisp/progmodes/etags.el /^(defun select-tags-table ()$/
3398select-tags-table-mode el-src/emacs/lisp/progmodes/etags.el /^(define-derived-mode select-tags-table-mode specia/ 3934select-tags-table-mode el-src/emacs/lisp/progmodes/etags.el /^(define-derived-mode select-tags-table-mode specia/
3399select-tags-table-mode-map el-src/emacs/lisp/progmodes/etags.el /^(defvar select-tags-table-mode-map ; Doc string?$/ 3935select-tags-table-mode-map el-src/emacs/lisp/progmodes/etags.el /^(defvar select-tags-table-mode-map ; Doc string?$/
3400select-tags-table-quit el-src/emacs/lisp/progmodes/etags.el /^(defun select-tags-table-quit ()$/ 3936select-tags-table-quit el-src/emacs/lisp/progmodes/etags.el /^(defun select-tags-table-quit ()$/
3401select-tags-table-select el-src/emacs/lisp/progmodes/etags.el /^(defun select-tags-table-select (button)$/ 3937select-tags-table-select el-src/emacs/lisp/progmodes/etags.el /^(defun select-tags-table-select (button)$/
3402Self/f ada-src/2ataspri.adb /^ function Self return TCB_Ptr is$/ 3938select_last prol-src/natded.prolog /^select_last([X],X,[]).$/
3403Self/f ada-src/2ataspri.ads /^ function Self return TCB_Ptr;$/
3404send objc-src/Subprocess.m /^- send:(const char *)string$/
3405send objc-src/Subprocess.m /^- send:(const char *)string withNewline:(BOOL)want/ 3939send objc-src/Subprocess.m /^- send:(const char *)string withNewline:(BOOL)want/
3940send objc-src/Subprocess.m /^- send:(const char *)string$/
3406separator_names c-src/emacs/src/keyboard.c 7372 3941separator_names c-src/emacs/src/keyboard.c 7372
3407serializeToVars php-src/lce_functions.php /^ function serializeToVars($prefix)$/ 3942serializeToVars php-src/lce_functions.php /^ function serializeToVars($prefix)$/
3408ServerEdit pyt-src/server.py /^class ServerEdit(Frame):$/ 3943set cp-src/conway.hpp /^ void set(void) { alive = 1; }$/
3409Server pyt-src/server.py /^class Server:$/ 3944set merc-src/accumulator.m /^:- import_module set.$/
3945set-input-interrupt-mode c-src/emacs/src/keyboard.c /^DEFUN ("set-input-interrupt-mode", Fset_input_inte/
3946set-input-meta-mode c-src/emacs/src/keyboard.c /^DEFUN ("set-input-meta-mode", Fset_input_meta_mode/
3947set-input-mode c-src/emacs/src/keyboard.c /^DEFUN ("set-input-mode", Fset_input_mode, Sset_inp/
3948set-output-flow-control c-src/emacs/src/keyboard.c /^DEFUN ("set-output-flow-control", Fset_output_flow/
3949set-quit-char c-src/emacs/src/keyboard.c /^DEFUN ("set-quit-char", Fset_quit_char, Sset_quit_/
3950setDate cp-src/functions.cpp /^void Date::setDate ( int d , int m , int y ){$/
3951setDelegate objc-src/Subprocess.m /^- setDelegate:anObject$/
3952setRevertButtonTitle objc-src/PackInsp.m /^-setRevertButtonTitle$/
3410set_base cp-src/Range.h /^ void set_base (double b) { rng_base = b; }$/ 3953set_base cp-src/Range.h /^ void set_base (double b) { rng_base = b; }$/
3411\setchapternewpage tex-src/texinfo.tex /^\\def\\setchapternewpage #1 {\\csname CHAPPAG#1\\endcs/
3412\setchapterstyle tex-src/texinfo.tex /^\\def\\setchapterstyle #1 {\\csname CHAPF#1\\endcsname/
3413set_char_table_contents c-src/emacs/src/lisp.h /^set_char_table_contents (Lisp_Object table, ptrdif/ 3954set_char_table_contents c-src/emacs/src/lisp.h /^set_char_table_contents (Lisp_Object table, ptrdif/
3414set_char_table_defalt c-src/emacs/src/lisp.h /^set_char_table_defalt (Lisp_Object table, Lisp_Obj/ 3955set_char_table_defalt c-src/emacs/src/lisp.h /^set_char_table_defalt (Lisp_Object table, Lisp_Obj/
3415set_char_table_extras c-src/emacs/src/lisp.h /^set_char_table_extras (Lisp_Object table, ptrdiff_/ 3956set_char_table_extras c-src/emacs/src/lisp.h /^set_char_table_extras (Lisp_Object table, ptrdiff_/
3416set_char_table_purpose c-src/emacs/src/lisp.h /^set_char_table_purpose (Lisp_Object table, Lisp_Ob/ 3957set_char_table_purpose c-src/emacs/src/lisp.h /^set_char_table_purpose (Lisp_Object table, Lisp_Ob/
3417set cp-src/conway.hpp /^ void set(void) { alive = 1; }$/
3418setDate cp-src/functions.cpp /^void Date::setDate ( int d , int m , int y ){$/
3419\setdeffont tex-src/texinfo.tex /^\\def\\setdeffont #1 {\\csname DEF#1\\endcsname}$/
3420setDelegate objc-src/Subprocess.m /^- setDelegate:anObject$/
3421\setfilename tex-src/texinfo.tex /^\\def\\setfilename{%$/
3422set_hash_key_slot c-src/emacs/src/lisp.h /^set_hash_key_slot (struct Lisp_Hash_Table *h, ptrd/ 3958set_hash_key_slot c-src/emacs/src/lisp.h /^set_hash_key_slot (struct Lisp_Hash_Table *h, ptrd/
3423set_hash_value_slot c-src/emacs/src/lisp.h /^set_hash_value_slot (struct Lisp_Hash_Table *h, pt/ 3959set_hash_value_slot c-src/emacs/src/lisp.h /^set_hash_value_slot (struct Lisp_Hash_Table *h, pt/
3424set_inc cp-src/Range.h /^ void set_inc (double i) { rng_inc = i; }$/ 3960set_inc cp-src/Range.h /^ void set_inc (double i) { rng_inc = i; }$/
3425set-input-interrupt-mode c-src/emacs/src/keyboard.c /^DEFUN ("set-input-interrupt-mode", Fset_input_inte/
3426set-input-meta-mode c-src/emacs/src/keyboard.c /^DEFUN ("set-input-meta-mode", Fset_input_meta_mode/
3427set-input-mode c-src/emacs/src/keyboard.c /^DEFUN ("set-input-mode", Fset_input_mode, Sset_inp/
3428set_limit cp-src/Range.h /^ void set_limit (double l) { rng_limit = l; }$/ 3961set_limit cp-src/Range.h /^ void set_limit (double l) { rng_limit = l; }$/
3429/setmanualfeed ps-src/rfc1245.ps /^\/setmanualfeed {$/
3430set merc-src/accumulator.m /^:- import_module set.$/
3431set-output-flow-control c-src/emacs/src/keyboard.c /^DEFUN ("set-output-flow-control", Fset_output_flow/
3432set_overlay_plist c-src/emacs/src/lisp.h /^set_overlay_plist (Lisp_Object overlay, Lisp_Objec/ 3962set_overlay_plist c-src/emacs/src/lisp.h /^set_overlay_plist (Lisp_Object overlay, Lisp_Objec/
3433Set_Own_Priority/p ada-src/2ataspri.adb /^ procedure Set_Own_Priority (Prio : System.Any_P/
3434Set_Own_Priority/p ada-src/2ataspri.ads /^ procedure Set_Own_Priority (Prio : System.Any_P/
3435/setpapername ps-src/rfc1245.ps /^\/setpapername { $/
3436/setpattern ps-src/rfc1245.ps /^\/setpattern {$/
3437set_poll_suppress_count c-src/emacs/src/keyboard.c /^set_poll_suppress_count (int count)$/ 3963set_poll_suppress_count c-src/emacs/src/keyboard.c /^set_poll_suppress_count (int count)$/
3438Set_Priority/p ada-src/2ataspri.adb /^ procedure Set_Priority$/
3439Set_Priority/p ada-src/2ataspri.ads /^ procedure Set_Priority (T : TCB_Ptr; Prio : Sys/
3440set_prop c-src/emacs/src/keyboard.c /^set_prop (ptrdiff_t idx, Lisp_Object val)$/ 3964set_prop c-src/emacs/src/keyboard.c /^set_prop (ptrdiff_t idx, Lisp_Object val)$/
3441SETPRT f-src/entry.for /^ ENTRY SETPRT ( SHORT, EXPL, LONG, TRACE, D/
3442SETPRT f-src/entry.strange /^ ENTRY SETPRT ( SHORT, EXPL, LONG, TRACE, D/
3443SETPRT f-src/entry.strange_suffix /^ ENTRY SETPRT ( SHORT, EXPL, LONG, TRACE, D/
3444set-quit-char c-src/emacs/src/keyboard.c /^DEFUN ("set-quit-char", Fset_quit_char, Sset_quit_/
3445\setref tex-src/texinfo.tex /^\\def\\setref#1{%$/
3446setref tex-src/texinfo.tex /^\\expandafter\\expandafter\\expandafter\\appendixsetre/
3447setRevertButtonTitle objc-src/PackInsp.m /^-setRevertButtonTitle$/
3448set_save_integer c-src/emacs/src/lisp.h /^set_save_integer (Lisp_Object obj, int n, ptrdiff_/ 3965set_save_integer c-src/emacs/src/lisp.h /^set_save_integer (Lisp_Object obj, int n, ptrdiff_/
3449set_save_pointer c-src/emacs/src/lisp.h /^set_save_pointer (Lisp_Object obj, int n, void *va/ 3966set_save_pointer c-src/emacs/src/lisp.h /^set_save_pointer (Lisp_Object obj, int n, void *va/
3450set_string_intervals c-src/emacs/src/lisp.h /^set_string_intervals (Lisp_Object s, INTERVAL i)$/ 3967set_string_intervals c-src/emacs/src/lisp.h /^set_string_intervals (Lisp_Object s, INTERVAL i)$/
3451set_sub_char_table_contents c-src/emacs/src/lisp.h /^set_sub_char_table_contents (Lisp_Object table, pt/ 3968set_sub_char_table_contents c-src/emacs/src/lisp.h /^set_sub_char_table_contents (Lisp_Object table, pt/
3452SET_SYMBOL_BLV c-src/emacs/src/lisp.h /^SET_SYMBOL_BLV (struct Lisp_Symbol *sym, struct Li/
3453set_symbol_function c-src/emacs/src/lisp.h /^set_symbol_function (Lisp_Object sym, Lisp_Object / 3969set_symbol_function c-src/emacs/src/lisp.h /^set_symbol_function (Lisp_Object sym, Lisp_Object /
3454SET_SYMBOL_FWD c-src/emacs/src/lisp.h /^SET_SYMBOL_FWD (struct Lisp_Symbol *sym, union Lis/
3455set_symbol_next c-src/emacs/src/lisp.h /^set_symbol_next (Lisp_Object sym, struct Lisp_Symb/ 3970set_symbol_next c-src/emacs/src/lisp.h /^set_symbol_next (Lisp_Object sym, struct Lisp_Symb/
3456set_symbol_plist c-src/emacs/src/lisp.h /^set_symbol_plist (Lisp_Object sym, Lisp_Object pli/ 3971set_symbol_plist c-src/emacs/src/lisp.h /^set_symbol_plist (Lisp_Object sym, Lisp_Object pli/
3457SET_SYMBOL_VAL c-src/emacs/src/lisp.h /^# define SET_SYMBOL_VAL(sym, v) lisp_h_SET_SYMBOL_/
3458\set tex-src/texinfo.tex /^\\def\\set{\\parsearg\\setxxx}$/
3459\settitle tex-src/texinfo.tex /^\\def\\settitle{\\parsearg\\settitlezzz}$/
3460\settitlezzz tex-src/texinfo.tex /^\\def\\settitlezzz #1{\\gdef\\thistitle{#1}}$/
3461setup cp-src/c.C 5
3462set_upto merc-src/accumulator.m /^:- func set_upto(accu_case, int) = set(accu_goal_i/ 3972set_upto merc-src/accumulator.m /^:- func set_upto(accu_case, int) = set(accu_goal_i/
3463set_waiting_for_input c-src/emacs/src/keyboard.c /^set_waiting_for_input (struct timespec *time_to_cl/ 3973set_waiting_for_input c-src/emacs/src/keyboard.c /^set_waiting_for_input (struct timespec *time_to_cl/
3464\setxxx tex-src/texinfo.tex /^\\def\\setxxx #1{$/ 3974setref tex-src/texinfo.tex /^\\expandafter\\expandafter\\expandafter\\appendixsetre/
3465/SF ps-src/rfc1245.ps /^\/SF { $/ 3975setup cp-src/c.C 5
3466\sf tex-src/texinfo.tex /^\\def\\sf{\\fam=\\sffam \\tensf}$/
3467\sf tex-src/texinfo.tex /^\\def\\sf{\\realbackslash sf}%$/
3468shift cp-src/functions.cpp /^void Date::shift ( void ){\/\/Shift this date to pre/ 3976shift cp-src/functions.cpp /^void Date::shift ( void ){\/\/Shift this date to pre/
3469\shortchapentry tex-src/texinfo.tex /^\\def\\shortchapentry#1#2#3{%$/
3470\shortunnumberedentry tex-src/texinfo.tex /^\\def\\shortunnumberedentry#1#2{%$/
3471should_attempt_accu_transform_2 merc-src/accumulator.m /^:- pred should_attempt_accu_transform_2(module_inf/
3472should_attempt_accu_transform merc-src/accumulator.m /^:- pred should_attempt_accu_transform(module_info:/
3473shouldLoad objc-src/PackInsp.m /^-(BOOL)shouldLoad$/ 3977shouldLoad objc-src/PackInsp.m /^-(BOOL)shouldLoad$/
3978should_attempt_accu_transform merc-src/accumulator.m /^:- pred should_attempt_accu_transform(module_info:/
3979should_attempt_accu_transform_2 merc-src/accumulator.m /^:- pred should_attempt_accu_transform_2(module_inf/
3474should_see_this_array_type cp-src/c.C 156 3980should_see_this_array_type cp-src/c.C 156
3475should_see_this_function_pointer cp-src/c.C 153 3981should_see_this_function_pointer cp-src/c.C 153
3476should_see_this_one_enclosed_in_extern_C cp-src/c.C 149 3982should_see_this_one_enclosed_in_extern_C cp-src/c.C 149
3477show erl-src/gs_dialog.erl /^show(Module, Title, Message, Args) ->$/ 3983show erl-src/gs_dialog.erl /^show(Module, Title, Message, Args) ->$/
3478showError objc-src/Subprocess.m /^showError (const char *errorString, id theDelegate/ 3984showError objc-src/Subprocess.m /^showError (const char *errorString, id theDelegate/
3479show_help_echo c-src/emacs/src/keyboard.c /^show_help_echo (Lisp_Object help, Lisp_Object wind/
3480showInfo objc-src/PackInsp.m /^-showInfo:sender$/ 3985showInfo objc-src/PackInsp.m /^-showInfo:sender$/
3986show_help_echo c-src/emacs/src/keyboard.c /^show_help_echo (Lisp_Object help, Lisp_Object wind/
3481sig c-src/emacs/src/keyboard.c 7238 3987sig c-src/emacs/src/keyboard.c 7238
3482signal_handler1 c-src/h.h 83
3483signal_handler c-src/h.h 82 3988signal_handler c-src/h.h 82
3989signal_handler1 c-src/h.h 83
3484signal_handler_t c-src/h.h 94 3990signal_handler_t c-src/h.h 94
3485SimpleCalc objcpp-src/SimpleCalc.H /^@interface SimpleCalc:Object$/
3486simulation html-src/software.html /^Software that I wrote for supporting my research a/ 3991simulation html-src/software.html /^Software that I wrote for supporting my research a/
3487\singlecodeindexer tex-src/texinfo.tex /^\\def\\singlecodeindexer #1{\\doind{\\indexname}{\\code/
3488\singleindexer tex-src/texinfo.tex /^\\def\\singleindexer #1{\\doind{\\indexname}{#1}}$/
3489single_kboard c-src/emacs/src/keyboard.c 89 3992single_kboard c-src/emacs/src/keyboard.c 89
3490single_kboard_state c-src/emacs/src/keyboard.c /^single_kboard_state ()$/ 3993single_kboard_state c-src/emacs/src/keyboard.c /^single_kboard_state ()$/
3491SINGLE_LETTER_MOD c-src/emacs/src/keyboard.c 6212
3492SINGLE_LETTER_MOD c-src/emacs/src/keyboard.c 6763
3493SINGLE_LETTER_MOD c-src/emacs/src/keyboard.c /^#define SINGLE_LETTER_MOD(BIT) \\$/
3494\singlespace tex-src/texinfo.tex /^\\def\\singlespace{%$/
3495site cp-src/conway.hpp 5
3496site cp-src/conway.hpp /^ site(int xi, int yi): x(xi), y(yi), alive(0) {/ 3994site cp-src/conway.hpp /^ site(int xi, int yi): x(xi), y(yi), alive(0) {/
3995site cp-src/conway.hpp 5
3497size c-src/emacs/src/gmalloc.c 156 3996size c-src/emacs/src/gmalloc.c 156
3498size c-src/emacs/src/gmalloc.c 163 3997size c-src/emacs/src/gmalloc.c 163
3499size c-src/emacs/src/gmalloc.c 1862 3998size c-src/emacs/src/gmalloc.c 1862
@@ -3501,83 +4000,29 @@ size c-src/emacs/src/lisp.h 1364
3501size c-src/emacs/src/lisp.h 1390 4000size c-src/emacs/src/lisp.h 1390
3502size c-src/etags.c 236 4001size c-src/etags.c 236
3503size c-src/etags.c 2522 4002size c-src/etags.c 2522
3504SIZEFORMAT objc-src/PackInsp.m 57
3505skeyseen c-src/etags.c 2445 4003skeyseen c-src/etags.c 2445
3506SkipBlanks pas-src/common.pas /^function SkipBlanks; (*($/
3507SkipChars pas-src/common.pas /^function SkipChars; (*($/
3508skip_name c-src/etags.c /^skip_name (char *cp)$/ 4004skip_name c-src/etags.c /^skip_name (char *cp)$/
3509skip_non_spaces c-src/etags.c /^skip_non_spaces (char *cp)$/ 4005skip_non_spaces c-src/etags.c /^skip_non_spaces (char *cp)$/
3510skip_spaces c-src/etags.c /^skip_spaces (char *cp)$/ 4006skip_spaces c-src/etags.c /^skip_spaces (char *cp)$/
3511SkipSpaces pas-src/common.pas /^procedure SkipSpaces; (* (Str : NameString; var I /
3512\sl tex-src/texinfo.tex /^\\def\\sl{\\realbackslash sl }%$/
3513\smallbook tex-src/texinfo.tex /^\\def\\smallbook{$/
3514\smalllispx tex-src/texinfo.tex /^\\def\\smalllispx{\\aboveenvbreak\\begingroup\\inENV$/
3515\smartitalic tex-src/texinfo.tex /^\\def\\smartitalic#1{{\\sl #1}\\futurelet\\next\\smartit/
3516=\smartitalic tex-src/texinfo.tex /^\\let\\cite=\\smartitalic$/
3517\smartitalicx tex-src/texinfo.tex /^\\def\\smartitalicx{\\ifx\\next,\\else\\ifx\\next-\\else\\i/
3518snarf-tag-function el-src/emacs/lisp/progmodes/etags.el /^(defvar snarf-tag-function nil$/ 4007snarf-tag-function el-src/emacs/lisp/progmodes/etags.el /^(defvar snarf-tag-function nil$/
3519snone c-src/etags.c 2443 4008snone c-src/etags.c 2443
3520solutions merc-src/accumulator.m /^:- import_module solutions.$/ 4009solutions merc-src/accumulator.m /^:- import_module solutions.$/
3521some_mouse_moved c-src/emacs/src/keyboard.c /^some_mouse_moved (void)$/ 4010some_mouse_moved c-src/emacs/src/keyboard.c /^some_mouse_moved (void)$/
3522#some-storage forth-src/test-forth.fth /^2000 buffer: #some-storage$/ 4011space tex-src/texinfo.tex /^ {#2\\labelspace #1}\\dotfill\\doshortpageno{#3}}%/
4012space tex-src/texinfo.tex /^ \\dosubsubsecentry{#2.#3.#4.#5\\labelspace#1}{#6}}/
3523spacer c-src/emacs/src/lisp.h 1975 4013spacer c-src/emacs/src/lisp.h 1975
3524spacer c-src/emacs/src/lisp.h 1982 4014spacer c-src/emacs/src/lisp.h 1982
3525spacer c-src/emacs/src/lisp.h 2036 4015spacer c-src/emacs/src/lisp.h 2036
3526spacer c-src/emacs/src/lisp.h 2205 4016spacer c-src/emacs/src/lisp.h 2205
3527space tex-src/texinfo.tex /^ {#2\\labelspace #1}\\dotfill\\doshortpageno{#3}}%/
3528space tex-src/texinfo.tex /^ \\dosubsubsecentry{#2.#3.#4.#5\\labelspace#1}{#6}}/
3529specbinding c-src/emacs/src/lisp.h 2955
3530specbind_tag c-src/emacs/src/lisp.h 2943 4017specbind_tag c-src/emacs/src/lisp.h 2943
4018specbinding c-src/emacs/src/lisp.h 2955
3531specialsymbol prol-src/natded.prolog /^specialsymbol(C1,C2,S):-$/ 4019specialsymbol prol-src/natded.prolog /^specialsymbol(C1,C2,S):-$/
3532SPECPDL_BACKTRACE c-src/emacs/src/lisp.h 2948
3533SPECPDL_INDEX c-src/emacs/src/lisp.h /^SPECPDL_INDEX (void)$/
3534SPECPDL_LET c-src/emacs/src/lisp.h 2949
3535SPECPDL_LET_DEFAULT c-src/emacs/src/lisp.h 2952
3536SPECPDL_LET_LOCAL c-src/emacs/src/lisp.h 2951
3537SPECPDL_UNWIND c-src/emacs/src/lisp.h 2944
3538SPECPDL_UNWIND_INT c-src/emacs/src/lisp.h 2946
3539SPECPDL_UNWIND_PTR c-src/emacs/src/lisp.h 2945
3540SPECPDL_UNWIND_VOID c-src/emacs/src/lisp.h 2947
3541splitexp prol-src/natded.prolog /^splitexp(E,E,('NIL','NIL')):-!.$/ 4020splitexp prol-src/natded.prolog /^splitexp(E,E,('NIL','NIL')):-!.$/
3542\splitoff tex-src/texinfo.tex /^\\def\\splitoff#1#2\\endmark{\\def\\first{#1}\\def\\rest{/
3543/S ps-src/rfc1245.ps /^\/S { $/
3544\sp tex-src/texinfo.tex /^\\def\\sp{\\parsearg\\spxxx}$/
3545\spxxx tex-src/texinfo.tex /^\\def\\spxxx #1{\\par \\vskip #1\\baselineskip}$/
3546Square.something:Bar lua-src/test.lua /^function Square.something:Bar ()$/
3547srclist make-src/Makefile /^srclist: Makefile$/ 4021srclist make-src/Makefile /^srclist: Makefile$/
3548SRCS make-src/Makefile /^SRCS=Makefile ${ADASRC} ${ASRC} ${CSRC} ${CPSRC} $/
3549SREF c-src/emacs/src/lisp.h /^SREF (Lisp_Object string, ptrdiff_t index)$/
3550ss3 c.c 255 4022ss3 c.c 255
3551SSDATA c-src/emacs/src/lisp.h /^SSDATA (Lisp_Object string)$/
3552SSET c-src/emacs/src/lisp.h /^SSET (Lisp_Object string, ptrdiff_t index, unsigne/
3553sss1 c.c 252 4023sss1 c.c 252
3554sss2 c.c 253 4024sss2 c.c 253
3555sstab prol-src/natded.prolog /^sstab(2,'C',',').$/ 4025sstab prol-src/natded.prolog /^sstab(2,'C',',').$/
3556stack c.c 155
3557STACK_CONS c-src/emacs/src/lisp.h /^#define STACK_CONS(a, b) \\$/
3558stagseen c-src/etags.c 2446
3559standalone make-src/Makefile /^standalone:$/
3560\startcontents tex-src/texinfo.tex /^\\def\\startcontents#1{%$/
3561start c-src/emacs/src/keyboard.c 8753
3562start c-src/emacs/src/lisp.h 2038
3563start c-src/emacs/src/regex.h 431
3564StartDay cp-src/functions.cpp /^Date StartDay(Date a,int days){\/\/Function to calcu/
3565\startenumeration tex-src/texinfo.tex /^\\def\\startenumeration#1{%$/
3566start php-src/lce_functions.php /^ function start($line, $class)$/
3567start_polling c-src/emacs/src/keyboard.c /^start_polling (void)$/
3568=starts-with-equals! scm-src/test.scm /^(define =starts-with-equals! #t)$/
3569start_up prol-src/natded.prolog /^start_up:-$/
3570start y-src/cccp.y 143
3571STATE_ABORT php-src/lce_functions.php 25
3572STATE_COMPRESSD objc-src/PackInsp.m 54
3573STATE_INSTALLED objc-src/PackInsp.m 53
3574STATE_LOOP php-src/lce_functions.php 27
3575STATE_OK php-src/lce_functions.php 26
3576state_protected_p c-src/emacs/src/gmalloc.c 400
3577STAT_EQ objc-src/PackInsp.m /^#define STAT_EQ(s1, s2) ((s1)->st_ino == (s2)->st_/
3578statetable html-src/algrthms.html /^Next$/
3579STATE_UNINSTALLED objc-src/PackInsp.m 52
3580staticetags make-src/Makefile /^staticetags:$/
3581st_C_attribute c-src/etags.c 2209 4026st_C_attribute c-src/etags.c 2209
3582st_C_class c-src/etags.c 2212 4027st_C_class c-src/etags.c 2212
3583st_C_define c-src/etags.c 2213 4028st_C_define c-src/etags.c 2213
@@ -3593,112 +4038,69 @@ st_C_operator c-src/etags.c 2211
3593st_C_struct c-src/etags.c 2213 4038st_C_struct c-src/etags.c 2213
3594st_C_template c-src/etags.c 2212 4039st_C_template c-src/etags.c 2212
3595st_C_typedef c-src/etags.c 2213 4040st_C_typedef c-src/etags.c 2213
3596STDIN c-src/etags.c 408 4041st_none c-src/etags.c 2206
3597STDIN c-src/etags.c 411 4042stack c.c 155
4043stagseen c-src/etags.c 2446
4044standalone make-src/Makefile /^standalone:$/
4045start c-src/emacs/src/keyboard.c 8753
4046start c-src/emacs/src/lisp.h 2038
4047start c-src/emacs/src/regex.h 431
4048start php-src/lce_functions.php /^ function start($line, $class)$/
4049start y-src/cccp.y 143
4050start_polling c-src/emacs/src/keyboard.c /^start_polling (void)$/
4051start_up prol-src/natded.prolog /^start_up:-$/
4052state_protected_p c-src/emacs/src/gmalloc.c 400
4053statetable html-src/algrthms.html /^Next$/
4054staticetags make-src/Makefile /^staticetags:$/
3598step cp-src/clheir.hpp /^ virtual void step(void) { }$/ 4055step cp-src/clheir.hpp /^ virtual void step(void) { }$/
3599step cp-src/conway.hpp /^ void step(void) { alive = next_alive; }$/ 4056step cp-src/conway.hpp /^ void step(void) { alive = next_alive; }$/
3600step_everybody cp-src/clheir.cpp /^void step_everybody(void)$/ 4057step_everybody cp-src/clheir.cpp /^void step_everybody(void)$/
3601st_none c-src/etags.c 2206
3602STOP_POLLING c-src/emacs/src/keyboard.c 2166
3603stop_polling c-src/emacs/src/keyboard.c /^stop_polling (void)$/ 4058stop_polling c-src/emacs/src/keyboard.c /^stop_polling (void)$/
3604stored_goal_plain_call merc-src/accumulator.m /^:- inst stored_goal_plain_call for goal_store.stor/
3605store_info merc-src/accumulator.m /^:- type store_info$/ 4059store_info merc-src/accumulator.m /^:- type store_info$/
3606store_user_signal_events c-src/emacs/src/keyboard.c /^store_user_signal_events (void)$/ 4060store_user_signal_events c-src/emacs/src/keyboard.c /^store_user_signal_events (void)$/
4061stored_goal_plain_call merc-src/accumulator.m /^:- inst stored_goal_plain_call for goal_store.stor/
4062str go-src/test1.go 9
3607strcaseeq c-src/etags.c /^#define strcaseeq(s,t) (assert ((s)!=NULL && (t)!=/ 4063strcaseeq c-src/etags.c /^#define strcaseeq(s,t) (assert ((s)!=NULL && (t)!=/
3608streq c-src/etags.c /^#define streq(s,t) (assert ((s)!=NULL || (t)!=NULL/ 4064streq c-src/etags.c /^#define streq(s,t) (assert ((s)!=NULL || (t)!=NULL/
3609str go-src/test1.go 9
3610STRING_BYTES_BOUND c-src/emacs/src/lisp.h 1261
3611STRING_BYTES c-src/emacs/src/lisp.h /^STRING_BYTES (struct Lisp_String *s)$/
3612string_intervals c-src/emacs/src/lisp.h /^string_intervals (Lisp_Object s)$/
3613string merc-src/accumulator.m /^:- import_module string.$/ 4065string merc-src/accumulator.m /^:- import_module string.$/
3614STRING_MULTIBYTE c-src/emacs/src/lisp.h /^STRING_MULTIBYTE (Lisp_Object str)$/ 4066string_intervals c-src/emacs/src/lisp.h /^string_intervals (Lisp_Object s)$/
3615STRING_SET_CHARS c-src/emacs/src/lisp.h /^STRING_SET_CHARS (Lisp_Object string, ptrdiff_t ne/
3616STRING_SET_MULTIBYTE c-src/emacs/src/lisp.h /^#define STRING_SET_MULTIBYTE(STR) \\$/
3617STRING_SET_UNIBYTE c-src/emacs/src/lisp.h /^#define STRING_SET_UNIBYTE(STR) \\$/
3618stripLine php-src/lce_functions.php /^ function stripLine($line, $class)$/ 4067stripLine php-src/lce_functions.php /^ function stripLine($line, $class)$/
3619stripname pas-src/common.pas /^function stripname; (* ($/ 4068stripname pas-src/common.pas /^function stripname; (* ($/
3620StripPath pas-src/common.pas /^function StripPath; (*($/
3621strncaseeq c-src/etags.c /^#define strncaseeq(s,t,n) (assert ((s)!=NULL && (t/ 4069strncaseeq c-src/etags.c /^#define strncaseeq(s,t,n) (assert ((s)!=NULL && (t/
3622strneq c-src/etags.c /^#define strneq(s,t,n) (assert ((s)!=NULL || (t)!=N/ 4070strneq c-src/etags.c /^#define strneq(s,t,n) (assert ((s)!=NULL || (t)!=N/
3623__str__ pyt-src/server.py /^ def __str__(self):$/
3624structdef c-src/etags.c 2448 4071structdef c-src/etags.c 2448
3625stuff_buffered_input c-src/emacs/src/keyboard.c /^stuff_buffered_input (Lisp_Object stuffstring)$/ 4072stuff_buffered_input c-src/emacs/src/keyboard.c /^stuff_buffered_input (Lisp_Object stuffstring)$/
3626SUB_CHAR_TABLE_OFFSET c-src/emacs/src/lisp.h 1701
3627SUB_CHAR_TABLE_P c-src/emacs/src/lisp.h /^SUB_CHAR_TABLE_P (Lisp_Object a)$/
3628\subheading tex-src/texinfo.tex /^\\def\\subheading{\\parsearg\\subsecheadingi}$/
3629subprocessDone objc-src/PackInsp.m /^-subprocessDone:(Subprocess *)sender$/
3630subprocess objc-src/PackInsp.m /^-subprocess:(Subprocess *)sender output:(char *)bu/ 4073subprocess objc-src/PackInsp.m /^-subprocess:(Subprocess *)sender output:(char *)bu/
3631Subprocess objc-src/Subprocess.h 41 4074subprocessDone objc-src/PackInsp.m /^-subprocessDone:(Subprocess *)sender$/
3632Subprocess objc-src/Subprocess.h /^@interface Subprocess:Object$/
3633SUBRP c-src/emacs/src/lisp.h /^SUBRP (Lisp_Object a)$/
3634\subsecentry tex-src/texinfo.tex /^ \\def\\subsecentry ##1##2##3##4##5{}$/
3635\subsecentry tex-src/texinfo.tex /^\\def\\subsecentry#1#2#3#4#5{\\dosubsecentry{#2.#3.#4/
3636\subsecfonts tex-src/texinfo.tex /^\\def\\subsecfonts{%$/
3637\subsecheadingbreak tex-src/texinfo.tex /^\\def\\subsecheadingbreak{\\dobreak \\subsecheadingski/
3638\subsecheadingi tex-src/texinfo.tex /^\\def\\subsecheadingi #1{{\\advance \\subsecheadingski/
3639\subsecheading tex-src/texinfo.tex /^\\def\\subsecheading #1#2#3#4{\\subsecheadingi {#2.#3/
3640subsec=\relax tex-src/texinfo.tex /^\\let\\appendixsubsec=\\relax$/ 4075subsec=\relax tex-src/texinfo.tex /^\\let\\appendixsubsec=\\relax$/
3641subsection_marker perl-src/htlmify-cystic 161
3642subsection perl-src/htlmify-cystic 26 4076subsection perl-src/htlmify-cystic 26
3643subsection=\relax tex-src/texinfo.tex /^\\let\\appendixsubsection=\\relax$/ 4077subsection=\relax tex-src/texinfo.tex /^\\let\\appendixsubsection=\\relax$/
3644substitute c-src/etags.c /^substitute (char *in, char *out, struct re_registe/ 4078subsection_marker perl-src/htlmify-cystic 161
3645subst prol-src/natded.prolog /^subst(var(Y),var(X),M,N):-$/ 4079subst prol-src/natded.prolog /^subst(var(Y),var(X),M,N):-$/
3646SubString pas-src/common.pas /^function SubString; (*($/ 4080substitute c-src/etags.c /^substitute (char *in, char *out, struct re_registe/
3647\subsubheading tex-src/texinfo.tex /^\\def\\subsubheading{\\parsearg\\subsubsecheadingi}$/
3648\subsubsecentry tex-src/texinfo.tex /^ \\def\\subsubsecentry ##1##2##3##4##5##6{}$/
3649\subsubsecentry tex-src/texinfo.tex /^\\def\\subsubsecentry#1#2#3#4#5#6{%$/
3650\subsubsecfonts tex-src/texinfo.tex /^\\def\\subsubsecfonts{\\subsecfonts} % Maybe this sho/
3651\subsubsecheadingi tex-src/texinfo.tex /^\\def\\subsubsecheadingi #1{{\\advance \\subsecheading/
3652\subsubsecheading tex-src/texinfo.tex /^\\def\\subsubsecheading #1#2#3#4#5{\\subsubsecheading/
3653subsubsec=\relax tex-src/texinfo.tex /^\\let\\appendixsubsubsec=\\relax$/ 4081subsubsec=\relax tex-src/texinfo.tex /^\\let\\appendixsubsubsec=\\relax$/
3654subsubsection perl-src/htlmify-cystic 27 4082subsubsection perl-src/htlmify-cystic 27
3655subsubsection=\relax tex-src/texinfo.tex /^\\let\\appendixsubsubsection=\\relax$/ 4083subsubsection=\relax tex-src/texinfo.tex /^\\let\\appendixsubsubsection=\\relax$/
3656\subtitlefont tex-src/texinfo.tex /^ \\def\\subtitlefont{\\subtitlerm \\normalbaselinesk/
3657\subtitle tex-src/texinfo.tex /^ \\def\\subtitle{\\parsearg\\subtitlezzz}%$/
3658\subtitlezzz tex-src/texinfo.tex /^ \\def\\subtitlezzz##1{{\\subtitlefont \\rightline{#/
3659subtle ruby-src/test1.ru /^ :tee ; attr_reader :subtle$/ 4084subtle ruby-src/test1.ru /^ :tee ; attr_reader :subtle$/
3660subtree prol-src/natded.prolog /^subtree(T,T).$/ 4085subtree prol-src/natded.prolog /^subtree(T,T).$/
3661suffix c-src/etags.c 186 4086suffix c-src/etags.c 186
3662suffixes c-src/etags.c 195 4087suffixes c-src/etags.c 195
3663suggest_asking_for_help c-src/etags.c /^suggest_asking_for_help (void)$/ 4088suggest_asking_for_help c-src/etags.c /^suggest_asking_for_help (void)$/
3664\summarycontents tex-src/texinfo.tex /^\\outer\\def\\summarycontents{%$/
3665\supereject tex-src/texinfo.tex /^\\def\\supereject{\\par\\penalty -20000\\footnoteno =0 /
3666suspend-emacs c-src/emacs/src/keyboard.c /^DEFUN ("suspend-emacs", Fsuspend_emacs, Ssuspend_e/ 4089suspend-emacs c-src/emacs/src/keyboard.c /^DEFUN ("suspend-emacs", Fsuspend_emacs, Ssuspend_e/
3667sval y-src/cccp.y 116 4090sval y-src/cccp.y 116
3668swallow_events c-src/emacs/src/keyboard.c /^swallow_events (bool do_display)$/ 4091swallow_events c-src/emacs/src/keyboard.c /^swallow_events (bool do_display)$/
3669switch_line_buffers c-src/etags.c /^#define switch_line_buffers() (curndx = 1 - curndx/ 4092switch_line_buffers c-src/etags.c /^#define switch_line_buffers() (curndx = 1 - curndx/
3670sxhash_combine c-src/emacs/src/lisp.h /^sxhash_combine (EMACS_UINT x, EMACS_UINT y)$/ 4093sxhash_combine c-src/emacs/src/lisp.h /^sxhash_combine (EMACS_UINT x, EMACS_UINT y)$/
3671SXHASH_REDUCE c-src/emacs/src/lisp.h /^SXHASH_REDUCE (EMACS_UINT x)$/ 4094sym_type c-src/etags.c 2204
3672SYMBOL_BLV c-src/emacs/src/lisp.h /^SYMBOL_BLV (struct Lisp_Symbol *sym)$/
3673SYMBOL_CONSTANT_P c-src/emacs/src/lisp.h /^# define SYMBOL_CONSTANT_P(sym) lisp_h_SYMBOL_CONS/
3674symbol c-src/emacs/src/lisp.h 2980 4095symbol c-src/emacs/src/lisp.h 2980
3675SYMBOL_FORWARDED c-src/emacs/src/lisp.h 651
3676SYMBOL_FWD c-src/emacs/src/lisp.h /^SYMBOL_FWD (struct Lisp_Symbol *sym)$/
3677SYMBOL_INDEX c-src/emacs/src/lisp.h /^#define SYMBOL_INDEX(sym) i##sym$/
3678symbol_interned c-src/emacs/src/lisp.h 639 4096symbol_interned c-src/emacs/src/lisp.h 639
3679SYMBOL_INTERNED c-src/emacs/src/lisp.h 642
3680SYMBOL_INTERNED_IN_INITIAL_OBARRAY c-src/emacs/src/lisp.h 643
3681SYMBOL_INTERNED_IN_INITIAL_OBARRAY_P c-src/emacs/src/lisp.h /^SYMBOL_INTERNED_IN_INITIAL_OBARRAY_P (Lisp_Object /
3682SYMBOL_INTERNED_P c-src/emacs/src/lisp.h /^SYMBOL_INTERNED_P (Lisp_Object sym)$/
3683SYMBOL_LOCALIZED c-src/emacs/src/lisp.h 650
3684symbol_name c-src/emacs/src/lisp.h 1687 4097symbol_name c-src/emacs/src/lisp.h 1687
3685SYMBOL_NAME c-src/emacs/src/lisp.h /^SYMBOL_NAME (Lisp_Object sym)$/
3686SYMBOLP c-src/emacs/src/lisp.h /^# define SYMBOLP(x) lisp_h_SYMBOLP (x)$/
3687SYMBOL_PLAINVAL c-src/emacs/src/lisp.h 648
3688symbol_redirect c-src/emacs/src/lisp.h 646 4098symbol_redirect c-src/emacs/src/lisp.h 646
3689SYMBOL_UNINTERNED c-src/emacs/src/lisp.h 641
3690SYMBOL_VAL c-src/emacs/src/lisp.h /^# define SYMBOL_VAL(sym) lisp_h_SYMBOL_VAL (sym)$/
3691SYMBOL_VARALIAS c-src/emacs/src/lisp.h 649
3692syms_of_abbrev c-src/abbrev.c /^syms_of_abbrev ()$/ 4099syms_of_abbrev c-src/abbrev.c /^syms_of_abbrev ()$/
3693syms_of_keyboard c-src/emacs/src/keyboard.c /^syms_of_keyboard (void)$/ 4100syms_of_keyboard c-src/emacs/src/keyboard.c /^syms_of_keyboard (void)$/
3694sym_type c-src/etags.c 2204
3695synchronize_system_messages_locale c-src/emacs/src/lisp.h /^INLINE void synchronize_system_messages_locale (vo/ 4101synchronize_system_messages_locale c-src/emacs/src/lisp.h /^INLINE void synchronize_system_messages_locale (vo/
3696synchronize_system_time_locale c-src/emacs/src/lisp.h /^INLINE void synchronize_system_time_locale (void) / 4102synchronize_system_time_locale c-src/emacs/src/lisp.h /^INLINE void synchronize_system_time_locale (void) /
3697\syncodeindex tex-src/texinfo.tex /^\\def\\syncodeindex #1 #2 {%$/
3698\synindex tex-src/texinfo.tex /^\\def\\synindex #1 #2 {%$/
3699syntax c-src/emacs/src/regex.h 350 4103syntax c-src/emacs/src/regex.h 350
3700SYSCALL c-src/machsyscalls.c /^#define SYSCALL(name, number, type, args, typed_ar/
3701syscall_error c-src/sysdep.h 34
3702sys_jmp_buf c-src/emacs/src/lisp.h 2906 4104sys_jmp_buf c-src/emacs/src/lisp.h 2906
3703sys_jmp_buf c-src/emacs/src/lisp.h 2910 4105sys_jmp_buf c-src/emacs/src/lisp.h 2910
3704sys_jmp_buf c-src/emacs/src/lisp.h 2916 4106sys_jmp_buf c-src/emacs/src/lisp.h 2916
@@ -3708,18 +4110,26 @@ sys_longjmp c-src/emacs/src/lisp.h /^# define sys_longjmp(j, v) siglongjmp (j, v
3708sys_setjmp c-src/emacs/src/lisp.h /^# define sys_setjmp(j) _setjmp (j)$/ 4110sys_setjmp c-src/emacs/src/lisp.h /^# define sys_setjmp(j) _setjmp (j)$/
3709sys_setjmp c-src/emacs/src/lisp.h /^# define sys_setjmp(j) setjmp (j)$/ 4111sys_setjmp c-src/emacs/src/lisp.h /^# define sys_setjmp(j) setjmp (j)$/
3710sys_setjmp c-src/emacs/src/lisp.h /^# define sys_setjmp(j) sigsetjmp (j, 0)$/ 4112sys_setjmp c-src/emacs/src/lisp.h /^# define sys_setjmp(j) sigsetjmp (j, 0)$/
3711System.Task_Primitives/b ada-src/2ataspri.adb /^package body System.Task_Primitives is$/ 4113syscall_error c-src/sysdep.h 34
3712System.Task_Primitives/s ada-src/2ataspri.ads /^package System.Task_Primitives is$/ 4114t cp-src/c.C 52
3713t1 cp-src/c.C 34 4115t1 cp-src/c.C 34
3714t2 cp-src/c.C 38 4116t2 cp-src/c.C 38
3715T2 cp-src/fail.C 16
3716T3 c.c 163
3717tab_count_words c-src/tab.c /^int tab_count_words(char **tab)$/ 4117tab_count_words c-src/tab.c /^int tab_count_words(char **tab)$/
3718tab_delete_first c-src/tab.c /^int tab_delete_first(char **tab)$/ 4118tab_delete_first c-src/tab.c /^int tab_delete_first(char **tab)$/
3719tab_fill c-src/tab.c /^char **tab_fill(char *str, char delim)$/ 4119tab_fill c-src/tab.c /^char **tab_fill(char *str, char delim)$/
3720tab_free c-src/tab.c /^void tab_free(char **tab)$/ 4120tab_free c-src/tab.c /^void tab_free(char **tab)$/
3721\table tex-src/texinfo.tex /^\\def\\table{\\begingroup\\inENV\\obeylines\\obeyspaces\\/ 4121tag-any-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-any-match-p (_tag)$/
3722\tablez tex-src/texinfo.tex /^\\def\\tablez #1#2#3#4#5#6{%$/ 4122tag-exact-file-name-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-exact-file-name-match-p (tag)$/
4123tag-exact-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-exact-match-p (tag)$/
4124tag-file-name-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-file-name-match-p (tag)$/
4125tag-find-file-of-tag el-src/emacs/lisp/progmodes/etags.el /^(defun tag-find-file-of-tag (file) ; Doc string?$/
4126tag-find-file-of-tag-noselect el-src/emacs/lisp/progmodes/etags.el /^(defun tag-find-file-of-tag-noselect (file)$/
4127tag-implicit-name-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-implicit-name-match-p (tag)$/
4128tag-lines-already-matched el-src/emacs/lisp/progmodes/etags.el /^(defvar tag-lines-already-matched nil$/
4129tag-partial-file-name-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-partial-file-name-match-p (_tag)$/
4130tag-re-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-re-match-p (re)$/
4131tag-symbol-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-symbol-match-p (tag)$/
4132tag-word-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-word-match-p (tag)$/
3723tag1 c-src/dostorture.c /^(*tag1 (sig, handler)) ()$/ 4133tag1 c-src/dostorture.c /^(*tag1 (sig, handler)) ()$/
3724tag1 c-src/h.h 110 4134tag1 c-src/h.h 110
3725tag1 c-src/torture.c /^(*tag1 (sig, handler)) ()$/ 4135tag1 c-src/torture.c /^(*tag1 (sig, handler)) ()$/
@@ -3733,22 +4143,12 @@ tag5 c-src/dostorture.c /^tag5 (handler, arg)$/
3733tag5 c-src/torture.c /^tag5 (handler, arg)$/ 4143tag5 c-src/torture.c /^tag5 (handler, arg)$/
3734tag6 c-src/dostorture.c /^tag6 (void (*handler) (void *), void *arg)$/ 4144tag6 c-src/dostorture.c /^tag6 (void (*handler) (void *), void *arg)$/
3735tag6 c-src/torture.c /^tag6 (void (*handler) (void *), void *arg)$/ 4145tag6 c-src/torture.c /^tag6 (void (*handler) (void *), void *arg)$/
3736tag-any-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-any-match-p (_tag)$/
3737tag-exact-file-name-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-exact-file-name-match-p (tag)$/
3738tag-exact-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-exact-match-p (tag)$/
3739tag-file-name-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-file-name-match-p (tag)$/
3740tag-find-file-of-tag el-src/emacs/lisp/progmodes/etags.el /^(defun tag-find-file-of-tag (file) ; Doc string?$/
3741tag-find-file-of-tag-noselect el-src/emacs/lisp/progmodes/etags.el /^(defun tag-find-file-of-tag-noselect (file)$/
3742taggedfname c-src/etags.c 207
3743tag-implicit-name-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-implicit-name-match-p (tag)$/
3744tag-lines-already-matched el-src/emacs/lisp/progmodes/etags.el /^(defvar tag-lines-already-matched nil$/
3745tag_or_ch c-src/emacs/src/lisp.h 3026 4146tag_or_ch c-src/emacs/src/lisp.h 3026
3746tag-partial-file-name-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-partial-file-name-match-p (_tag)$/ 4147taggedfname c-src/etags.c 207
3747TAG_PTR c-src/emacs/src/lisp.h /^#define TAG_PTR(tag, ptr) \\$/ 4148tags make-src/Makefile /^tags: TAGS$/
3748tag-re-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-re-match-p (re)$/
3749tags-add-tables el-src/emacs/lisp/progmodes/etags.el /^(defcustom tags-add-tables 'ask-user$/ 4149tags-add-tables el-src/emacs/lisp/progmodes/etags.el /^(defcustom tags-add-tables 'ask-user$/
3750tags-apropos-additional-actions el-src/emacs/lisp/progmodes/etags.el /^(defcustom tags-apropos-additional-actions nil$/
3751tags-apropos el-src/emacs/lisp/progmodes/etags.el /^(defun tags-apropos (regexp)$/ 4150tags-apropos el-src/emacs/lisp/progmodes/etags.el /^(defun tags-apropos (regexp)$/
4151tags-apropos-additional-actions el-src/emacs/lisp/progmodes/etags.el /^(defcustom tags-apropos-additional-actions nil$/
3752tags-apropos-function el-src/emacs/lisp/progmodes/etags.el /^(defvar tags-apropos-function nil$/ 4152tags-apropos-function el-src/emacs/lisp/progmodes/etags.el /^(defvar tags-apropos-function nil$/
3753tags-apropos-verbose el-src/emacs/lisp/progmodes/etags.el /^(defcustom tags-apropos-verbose nil$/ 4153tags-apropos-verbose el-src/emacs/lisp/progmodes/etags.el /^(defcustom tags-apropos-verbose nil$/
3754tags-case-fold-search el-src/emacs/lisp/progmodes/etags.el /^(defcustom tags-case-fold-search 'default$/ 4154tags-case-fold-search el-src/emacs/lisp/progmodes/etags.el /^(defcustom tags-case-fold-search 'default$/
@@ -3770,8 +4170,6 @@ tags-loop-eval el-src/emacs/lisp/progmodes/etags.el /^(defun tags-loop-eval (for
3770tags-loop-operate el-src/emacs/lisp/progmodes/etags.el /^(defvar tags-loop-operate nil$/ 4170tags-loop-operate el-src/emacs/lisp/progmodes/etags.el /^(defvar tags-loop-operate nil$/
3771tags-loop-revert-buffers el-src/emacs/lisp/progmodes/etags.el /^(defcustom tags-loop-revert-buffers nil$/ 4171tags-loop-revert-buffers el-src/emacs/lisp/progmodes/etags.el /^(defcustom tags-loop-revert-buffers nil$/
3772tags-loop-scan el-src/emacs/lisp/progmodes/etags.el /^(defvar tags-loop-scan$/ 4172tags-loop-scan el-src/emacs/lisp/progmodes/etags.el /^(defvar tags-loop-scan$/
3773TAGS make-src/Makefile /^TAGS: etags.c$/
3774tags make-src/Makefile /^tags: TAGS$/
3775tags-next-table el-src/emacs/lisp/progmodes/etags.el /^(defun tags-next-table ()$/ 4173tags-next-table el-src/emacs/lisp/progmodes/etags.el /^(defun tags-next-table ()$/
3776tags-query-replace el-src/emacs/lisp/progmodes/etags.el /^(defun tags-query-replace (from to &optional delim/ 4174tags-query-replace el-src/emacs/lisp/progmodes/etags.el /^(defun tags-query-replace (from to &optional delim/
3777tags-recognize-empty-tags-table el-src/emacs/lisp/progmodes/etags.el /^(defun tags-recognize-empty-tags-table ()$/ 4175tags-recognize-empty-tags-table el-src/emacs/lisp/progmodes/etags.el /^(defun tags-recognize-empty-tags-table ()$/
@@ -3797,195 +4195,83 @@ tags-table-set-list el-src/emacs/lisp/progmodes/etags.el /^(defvar tags-table-se
3797tags-tag-face el-src/emacs/lisp/progmodes/etags.el /^(defcustom tags-tag-face 'default$/ 4195tags-tag-face el-src/emacs/lisp/progmodes/etags.el /^(defcustom tags-tag-face 'default$/
3798tags-verify-table el-src/emacs/lisp/progmodes/etags.el /^(defun tags-verify-table (file)$/ 4196tags-verify-table el-src/emacs/lisp/progmodes/etags.el /^(defun tags-verify-table (file)$/
3799tags-with-face el-src/emacs/lisp/progmodes/etags.el /^(defmacro tags-with-face (face &rest body)$/ 4197tags-with-face el-src/emacs/lisp/progmodes/etags.el /^(defmacro tags-with-face (face &rest body)$/
3800tag-symbol-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-symbol-match-p (tag)$/
3801TAG_SYMOFFSET c-src/emacs/src/lisp.h /^#define TAG_SYMOFFSET(offset) \\$/
3802tag-word-match-p el-src/emacs/lisp/progmodes/etags.el /^(defun tag-word-match-p (tag)$/
3803Tapes tex-src/gzip.texi /^@node Tapes, Problems, Environment, Top$/
3804target_multibyte c-src/emacs/src/regex.h 407 4198target_multibyte c-src/emacs/src/regex.h 407
3805TAS_Cell/t ada-src/2ataspri.ads /^ type TAS_Cell is$/
3806TAS_Cell/t ada-src/2ataspri.ads /^ type TAS_Cell is private;$/
3807Task_Control_Block/t ada-src/2ataspri.ads /^ type Task_Control_Block is record$/
3808Task_Storage_Size/t ada-src/2ataspri.ads /^ type Task_Storage_Size is new Interfaces.C.size/
3809Task_Type/b ada-src/etags-test-for.ada /^ task body Task_Type is$/
3810Task_Type/b ada-src/waroquiers.ada /^ task body Task_Type is$/
3811Task_Type/k ada-src/etags-test-for.ada /^ task type Task_Type is$/
3812Task_Type/k ada-src/waroquiers.ada /^ task type Task_Type is$/
3813TCB_Ptr/t ada-src/2ataspri.ads /^ type TCB_Ptr is access all Task_Control_Block;$/
3814TCLFLAGS make-src/Makefile /^TCLFLAGS=--lang=none --regex='\/proc[ \\t]+\\([^ \\t]+/
3815\tclose tex-src/texinfo.tex /^\\def\\tclose##1{\\realbackslash tclose {##1}}%$/
3816\tclose tex-src/texinfo.tex /^\\def\\tclose##1{\\realbackslash tclose {##1}}$/
3817\tclose tex-src/texinfo.tex /^\\def\\tclose#1{{\\rm \\tcloserm=\\fontdimen2\\font \\tt /
3818tcpdump html-src/software.html /^tcpdump$/ 4199tcpdump html-src/software.html /^tcpdump$/
3819t cp-src/c.C 52
3820T cp-src/fail.C 14
3821teats cp-src/c.C 127 4200teats cp-src/c.C 127
3822tee ruby-src/test1.ru /^ attr_accessor :tee$/ 4201tee ruby-src/test1.ru /^ attr_accessor :tee$/
3823tee= ruby-src/test1.ru /^ attr_accessor :tee$/ 4202tee= ruby-src/test1.ru /^ attr_accessor :tee$/
3824temporarily_switch_to_single_kboard c-src/emacs/src/keyboard.c /^temporarily_switch_to_single_kboard (struct frame / 4203temporarily_switch_to_single_kboard c-src/emacs/src/keyboard.c /^temporarily_switch_to_single_kboard (struct frame /
3825tend c-src/etags.c 2432 4204tend c-src/etags.c 2432
3826TERMINALP c-src/emacs/src/lisp.h /^TERMINALP (Lisp_Object a)$/
3827terminateInput objc-src/Subprocess.m /^- terminateInput$/
3828terminate objc-src/Subprocess.m /^- terminate:sender$/
3829term merc-src/accumulator.m /^:- import_module term.$/ 4205term merc-src/accumulator.m /^:- import_module term.$/
3830test1 rs-src/test.rs /^fn test1() {$/ 4206terminate objc-src/Subprocess.m /^- terminate:sender$/
3831Test_Abort/p ada-src/2ataspri.adb /^ procedure Test_Abort is$/ 4207terminateInput objc-src/Subprocess.m /^- terminateInput$/
3832Test_Abort/p ada-src/2ataspri.ads /^ procedure Test_Abort;$/
3833Test_And_Set/p ada-src/2ataspri.adb /^ procedure Test_And_Set (Cell : in out TAS_Cell;/
3834Test_And_Set/p ada-src/2ataspri.ads /^ procedure Test_And_Set (Cell : in out TAS_Cell;/
3835test-begin scm-src/test.scm /^(define-syntax test-begin$/
3836test cp-src/c.C 86
3837test c-src/emacs/src/lisp.h 1871 4208test c-src/emacs/src/lisp.h 1871
4209test cp-src/c.C 86
3838test erl-src/gs_dialog.erl /^test() ->$/ 4210test erl-src/gs_dialog.erl /^test() ->$/
3839test go-src/test1.go /^func test(p plus) {$/ 4211test go-src/test1.go /^func test(p plus) {$/
3840test make-src/Makefile /^test:$/ 4212test make-src/Makefile /^test:$/
3841test.me_22a lua-src/test.lua /^ function test.me_22a(one, two)$/
3842test.me22b lua-src/test.lua /^ local function test.me22b (one)$/
3843TEST php-src/ptest.php 1
3844test php-src/ptest.php /^test $/ 4213test php-src/ptest.php /^test $/
4214test-begin scm-src/test.scm /^(define-syntax test-begin$/
4215test.me22b lua-src/test.lua /^ local function test.me22b (one)$/
4216test.me_22a lua-src/test.lua /^ function test.me_22a(one, two)$/
4217test1 rs-src/test.rs /^fn test1() {$/
3845test_undefined c-src/emacs/src/keyboard.c /^test_undefined (Lisp_Object binding)$/ 4218test_undefined c-src/emacs/src/keyboard.c /^test_undefined (Lisp_Object binding)$/
3846TEX_clgrp c-src/etags.c 4922
3847TeX_commands c-src/etags.c /^TeX_commands (FILE *inf)$/
3848TEX_decode_env c-src/etags.c /^TEX_decode_env (const char *evarname, const char */
3849TEX_defenv c-src/etags.c 4912
3850TEX_esc c-src/etags.c 4920
3851TeX_help c-src/etags.c 674
3852Texinfo_help c-src/etags.c 688
3853Texinfo_nodes c-src/etags.c /^Texinfo_nodes (FILE *inf)$/
3854Texinfo_suffixes c-src/etags.c 686
3855\texinfoversion tex-src/texinfo.tex /^\\def\\texinfoversion{2.73}$/
3856TEX_LESC c-src/etags.c 4986
3857TEX_mode c-src/etags.c /^TEX_mode (FILE *inf)$/
3858TEX_opgrp c-src/etags.c 4921
3859TEX_SESC c-src/etags.c 4987
3860TEXSRC make-src/Makefile /^TEXSRC=testenv.tex gzip.texi texinfo.tex nonewline/
3861\' tex-src/texinfo.tex /^\\def\\'{{'}}$/
3862\@ tex-src/texinfo.tex /^\\def\\@{@}%$/
3863\` tex-src/texinfo.tex /^\\def\\`{{`}}$/
3864\ tex-src/texinfo.tex /^\\def\\ {{\\fontdimen2\\font=\\tclosesave{} }}%$/
3865\* tex-src/texinfo.tex /^\\def\\*{\\hfil\\break\\hbox{}\\ignorespaces}$/
3866_ tex-src/texinfo.tex /^\\def_{\\ifusingtt\\normalunderscore\\_}$/
3867\_ tex-src/texinfo.tex /^\\def\\_{\\lvvmode \\kern.06em \\vbox{\\hrule width.3em /
3868\_ tex-src/texinfo.tex /^\\def\\_{{\\realbackslash _}}%$/
3869\: tex-src/texinfo.tex /^\\def\\:{\\spacefactor=1000 }$/
3870\. tex-src/texinfo.tex /^\\def\\.{.\\spacefactor=3000 }$/
3871\@ tex-src/texinfo.tex /^\\def\\@{{\\tt \\char '100}}$/
3872| tex-src/texinfo.tex /^\\def|{{\\tt \\char '174}}$/
3873~ tex-src/texinfo.tex /^\\def~{{\\tt \\char '176}}$/
3874+ tex-src/texinfo.tex /^\\def+{{\\tt \\char 43}}$/
3875> tex-src/texinfo.tex /^\\def>{{\\tt \\gtr}}$/
3876^ tex-src/texinfo.tex /^\\def^{{\\tt \\hat}}$/
3877< tex-src/texinfo.tex /^\\def<{{\\tt \\less}}$/
3878\ tex-src/texinfo.tex /^\\gdef\\sepspaces{\\def {\\ }}}$/
3879= tex-src/texinfo.tex /^\\global\\def={{\\tt \\char 61}}}$/
3880= tex-src/texinfo.tex /^\\global\\let\\section = \\appendixsec$/
3881= tex-src/texinfo.tex /^\\global\\let\\section = \\numberedsec$/
3882= tex-src/texinfo.tex /^\\global\\let\\section = \\unnumberedsec$/
3883= tex-src/texinfo.tex /^\\global\\let\\subsection = \\appendixsubsec$/
3884= tex-src/texinfo.tex /^\\global\\let\\subsection = \\numberedsubsec$/
3885= tex-src/texinfo.tex /^\\global\\let\\subsection = \\unnumberedsubsec$/
3886= tex-src/texinfo.tex /^\\global\\let\\subsubsection = \\appendixsubsubsec$/
3887= tex-src/texinfo.tex /^\\global\\let\\subsubsection = \\numberedsubsubsec$/
3888= tex-src/texinfo.tex /^\\global\\let\\subsubsection = \\unnumberedsubsubsec$/
3889TeX_suffixes c-src/etags.c 672
3890\tex tex-src/texinfo.tex /^\\def\\tex{\\begingroup$/
3891\TeX tex-src/texinfo.tex /^\\def\\TeX{\\realbackslash TeX}%$/
3892\TeX tex-src/texinfo.tex /^\\def\\TeX{\\realbackslash TeX}$/
3893\textfonts tex-src/texinfo.tex /^\\def\\textfonts{%$/
3894TEX_toktab c-src/etags.c 4908
3895texttreelist prol-src/natded.prolog /^texttreelist([]).$/ 4219texttreelist prol-src/natded.prolog /^texttreelist([]).$/
3896/TF ps-src/rfc1245.ps /^\/TF { $/
3897\thearg tex-src/texinfo.tex /^ \\def\\thearg{#1}%$/
3898\thearg tex-src/texinfo.tex /^ \\ifx\\thearg\\empty \\def\\thearg{1}\\fi$/
3899there-is-a-=-in-the-middle! scm-src/test.scm /^(define (there-is-a-=-in-the-middle!) #t)$/ 4220there-is-a-=-in-the-middle! scm-src/test.scm /^(define (there-is-a-=-in-the-middle!) #t)$/
3900\thischaptername tex-src/texinfo.tex /^\\def\\thischaptername{No Chapter Title}$/ 4221this c-src/a/b/b.c 1
3901\thischapter tex-src/texinfo.tex /^\\def\\thischapter{} \\def\\thissection{}$/ 4222this-command-keys c-src/emacs/src/keyboard.c /^DEFUN ("this-command-keys", Fthis_command_keys, St/
3902\thischapter tex-src/texinfo.tex /^ \\unnumbchapmacro{#1}\\def\\thischapter{}%$/ 4223this-command-keys-vector c-src/emacs/src/keyboard.c /^DEFUN ("this-command-keys-vector", Fthis_command_k/
4224this-single-command-keys c-src/emacs/src/keyboard.c /^DEFUN ("this-single-command-keys", Fthis_single_co/
4225this-single-command-raw-keys c-src/emacs/src/keyboard.c /^DEFUN ("this-single-command-raw-keys", Fthis_singl/
3903this_command_key_count c-src/emacs/src/keyboard.c 108 4226this_command_key_count c-src/emacs/src/keyboard.c 108
3904this_command_key_count_reset c-src/emacs/src/keyboard.c 112 4227this_command_key_count_reset c-src/emacs/src/keyboard.c 112
3905this_command_keys c-src/emacs/src/keyboard.c 107 4228this_command_keys c-src/emacs/src/keyboard.c 107
3906this-command-keys c-src/emacs/src/keyboard.c /^DEFUN ("this-command-keys", Fthis_command_keys, St/
3907this-command-keys-vector c-src/emacs/src/keyboard.c /^DEFUN ("this-command-keys-vector", Fthis_command_k/
3908this c-src/a/b/b.c 1
3909\thisfile tex-src/texinfo.tex /^\\def\\thisfile{}$/
3910this_file_toc perl-src/htlmify-cystic 29 4229this_file_toc perl-src/htlmify-cystic 29
3911this-single-command-keys c-src/emacs/src/keyboard.c /^DEFUN ("this-single-command-keys", Fthis_single_co/
3912this_single_command_key_start c-src/emacs/src/keyboard.c 125 4230this_single_command_key_start c-src/emacs/src/keyboard.c 125
3913this-single-command-raw-keys c-src/emacs/src/keyboard.c /^DEFUN ("this-single-command-raw-keys", Fthis_singl/
3914\thistitle tex-src/texinfo.tex /^\\def\\thistitle{No Title}$/
3915\tie tex-src/texinfo.tex /^\\def\\tie{\\penalty 10000\\ } % Save plain tex de/
3916tignore c-src/etags.c 2433 4231tignore c-src/etags.c 2433
3917timer_check_2 c-src/emacs/src/keyboard.c /^timer_check_2 (Lisp_Object timers, Lisp_Object idl/
3918timer_check c-src/emacs/src/keyboard.c /^timer_check (void)$/ 4232timer_check c-src/emacs/src/keyboard.c /^timer_check (void)$/
4233timer_check_2 c-src/emacs/src/keyboard.c /^timer_check_2 (Lisp_Object timers, Lisp_Object idl/
3919timer_idleness_start_time c-src/emacs/src/keyboard.c 335 4234timer_idleness_start_time c-src/emacs/src/keyboard.c 335
3920timer_last_idleness_start_time c-src/emacs/src/keyboard.c 340 4235timer_last_idleness_start_time c-src/emacs/src/keyboard.c 340
3921timer_resume_idle c-src/emacs/src/keyboard.c /^timer_resume_idle (void)$/ 4236timer_resume_idle c-src/emacs/src/keyboard.c /^timer_resume_idle (void)$/
3922timers_run c-src/emacs/src/keyboard.c 320
3923timer_start_idle c-src/emacs/src/keyboard.c /^timer_start_idle (void)$/ 4237timer_start_idle c-src/emacs/src/keyboard.c /^timer_start_idle (void)$/
3924timer_stop_idle c-src/emacs/src/keyboard.c /^timer_stop_idle (void)$/ 4238timer_stop_idle c-src/emacs/src/keyboard.c /^timer_stop_idle (void)$/
3925Time_to_position c-src/emacs/src/keyboard.c /^Time_to_position (Time encoded_pos)$/ 4239timers_run c-src/emacs/src/keyboard.c 320
3926tinbody c-src/etags.c 2431 4240tinbody c-src/etags.c 2431
3927\tindex tex-src/texinfo.tex /^\\def\\tindex {\\tpindex}$/
3928\titlefont tex-src/texinfo.tex /^\\def\\titlefont#1{{\\titlerm #1}}$/
3929\titlepage tex-src/texinfo.tex /^\\def\\titlepage{\\begingroup \\parindent=0pt \\textfon/
3930\title tex-src/texinfo.tex /^ \\def\\title{\\parsearg\\titlezzz}%$/
3931\titlezzz tex-src/texinfo.tex /^ \\def\\titlezzz##1{\\leftline{\\titlefont{##1}}$/
3932tkeyseen c-src/etags.c 2429 4241tkeyseen c-src/etags.c 2429
3933tnone c-src/etags.c 2428 4242tnone c-src/etags.c 2428
3934toc_line perl-src/htlmify-cystic /^sub toc_line ($)$/ 4243toc_line perl-src/htlmify-cystic /^sub toc_line ($)$/
3935\today tex-src/texinfo.tex /^\\def\\today{\\number\\day\\space$/
3936toggleDescription objc-src/PackInsp.m /^-toggleDescription$/ 4244toggleDescription objc-src/PackInsp.m /^-toggleDescription$/
3937tok c-src/etags.c 2491 4245tok c-src/etags.c 2491
3938token c-src/etags.c 2508 4246token c-src/etags.c 2508
3939tokenizeatom prol-src/natded.prolog /^tokenizeatom(Atom,Ws):-$/
3940tokenize prol-src/natded.prolog /^tokenize([C1,C2,C3|Cs],Xs-Ys,TsResult):- % spe/
3941tokentab2 y-src/cccp.y 442
3942token y-src/cccp.y 437 4247token y-src/cccp.y 437
3943token y-src/cccp.y 439 4248token y-src/cccp.y 439
3944To_Lower pas-src/common.pas /^function To_Lower;(*(ch:char) : char;*)$/ 4249tokenize prol-src/natded.prolog /^tokenize([C1,C2,C3|Cs],Xs-Ys,TsResult):- % spe/
4250tokenizeatom prol-src/natded.prolog /^tokenizeatom(Atom,Ws):-$/
4251tokentab2 y-src/cccp.y 442
3945tool_bar_item_properties c-src/emacs/src/keyboard.c 7970 4252tool_bar_item_properties c-src/emacs/src/keyboard.c 7970
3946tool_bar_items c-src/emacs/src/keyboard.c /^tool_bar_items (Lisp_Object reuse, int *nitems)$/ 4253tool_bar_items c-src/emacs/src/keyboard.c /^tool_bar_items (Lisp_Object reuse, int *nitems)$/
3947tool_bar_items_vector c-src/emacs/src/keyboard.c 7965 4254tool_bar_items_vector c-src/emacs/src/keyboard.c 7965
3948toolkit_menubar_in_use c-src/emacs/src/keyboard.c /^toolkit_menubar_in_use (struct frame *f)$/ 4255toolkit_menubar_in_use c-src/emacs/src/keyboard.c /^toolkit_menubar_in_use (struct frame *f)$/
3949top_level_1 c-src/emacs/src/keyboard.c /^top_level_1 (Lisp_Object ignore)$/
3950top_level_2 c-src/emacs/src/keyboard.c /^top_level_2 (void)$/
3951top-level c-src/emacs/src/keyboard.c /^DEFUN ("top-level", Ftop_level, Stop_level, 0, 0, / 4256top-level c-src/emacs/src/keyboard.c /^DEFUN ("top-level", Ftop_level, Stop_level, 0, 0, /
3952top_level merc-src/accumulator.m /^:- type top_level$/ 4257top_level merc-src/accumulator.m /^:- type top_level$/
3953Top tex-src/gzip.texi /^@node Top, , , (dir)$/ 4258top_level_1 c-src/emacs/src/keyboard.c /^top_level_1 (Lisp_Object ignore)$/
3954\top tex-src/texinfo.tex /^\\outer\\def\\top{\\parsearg\\unnumberedzzz}$/ 4259top_level_2 c-src/emacs/src/keyboard.c /^top_level_2 (void)$/
3955To_Start_Addr/f ada-src/2ataspri.adb /^ function To_Start_Addr is new$/
3956total_keys c-src/emacs/src/keyboard.c 97 4260total_keys c-src/emacs/src/keyboard.c 97
3957TOTAL_KEYWORDS c-src/etags.c 2325
3958totally_unblock_input c-src/emacs/src/keyboard.c /^totally_unblock_input (void)$/
3959total_size_of_entries c-src/etags.c /^total_size_of_entries (register node *np)$/ 4261total_size_of_entries c-src/etags.c /^total_size_of_entries (register node *np)$/
3960total_surrounding cp-src/conway.cpp /^int site::total_surrounding(void)$/ 4262total_surrounding cp-src/conway.cpp /^int site::total_surrounding(void)$/
3961To_TCB_Ptr/f ada-src/2ataspri.adb /^ function To_TCB_Ptr is new$/ 4263totally_unblock_input c-src/emacs/src/keyboard.c /^totally_unblock_input (void)$/
3962To_Upper pas-src/common.pas /^function To_Upper;(*(ch:char) : char;*)$/
3963To_void_ptr/f ada-src/2ataspri.adb /^ function To_void_ptr is new$/
3964tpcmd c-src/h.h 15 4264tpcmd c-src/h.h 15
3965tpcmd c-src/h.h 8 4265tpcmd c-src/h.h 8
3966/T ps-src/rfc1245.ps /^\/T { $/
3967tracking_off c-src/emacs/src/keyboard.c /^tracking_off (Lisp_Object old_value)$/
3968track-mouse c-src/emacs/src/keyboard.c /^DEFUN ("internal--track-mouse", Ftrack_mouse, Stra/ 4266track-mouse c-src/emacs/src/keyboard.c /^DEFUN ("internal--track-mouse", Ftrack_mouse, Stra/
4267tracking_off c-src/emacs/src/keyboard.c /^tracking_off (Lisp_Object old_value)$/
3969traffic_light cp-src/conway.cpp /^void traffic_light(int x, int y)$/ 4268traffic_light cp-src/conway.cpp /^void traffic_light(int x, int y)$/
3970translate c-src/emacs/src/regex.h 361 4269translate c-src/emacs/src/regex.h 361
3971treats cp-src/c.C 131 4270treats cp-src/c.C 131
3972Truc.Bidule/b ada-src/etags-test-for.ada /^package body Truc.Bidule is$/
3973Truc.Bidule/b ada-src/waroquiers.ada /^package body Truc.Bidule is$/
3974Truc.Bidule/s ada-src/etags-test-for.ada /^package Truc.Bidule is$/
3975Truc.Bidule/s ada-src/waroquiers.ada /^package Truc.Bidule is$/
3976Truc/s ada-src/etags-test-for.ada /^package Truc is$/
3977Truc/s ada-src/waroquiers.ada /^package Truc is$/
3978TSL/s ada-src/2ataspri.adb /^ package TSL renames System.Tasking_Soft_Links;$/
3979tt=cmtt10 tex-src/texinfo.tex /^\\font\\deftt=cmtt10 scaled \\magstep1$/
3980\t tex-src/texinfo.tex /^\\def\\t##1{\\realbackslash r {##1}}%$/
3981\t tex-src/texinfo.tex /^\\def\\t#1{{\\tt \\exhyphenpenalty=10000\\rawbackslash /
3982tt prol-src/natded.prolog /^tt:-$/ 4271tt prol-src/natded.prolog /^tt:-$/
3983\tt tex-src/texinfo.tex /^\\def\\tt{\\realbackslash tt}%$/ 4272tt=cmtt10 tex-src/texinfo.tex /^\\font\\deftt=cmtt10 scaled \\magstep1$/
3984\tt tex-src/texinfo.tex /^\\def\\tt{\\realbackslash tt}$/
3985ttypeseen c-src/etags.c 2430
3986tty_read_avail_input c-src/emacs/src/keyboard.c /^tty_read_avail_input (struct terminal *terminal,$/ 4273tty_read_avail_input c-src/emacs/src/keyboard.c /^tty_read_avail_input (struct terminal *terminal,$/
3987\turnoffactive tex-src/texinfo.tex /^\\def\\turnoffactive{\\let"=\\normaldoublequote$/ 4274ttypeseen c-src/etags.c 2430
3988/two ps-src/rfc1245.ps /^\/two \/three \/four \/five \/six \/seven \/eight \/nine \//
3989typdef c-src/etags.c 2434 4275typdef c-src/etags.c 2434
3990type c-src/emacs/src/gmalloc.c 145 4276type c-src/emacs/src/gmalloc.c 145
3991type c-src/emacs/src/lisp.h 1973 4277type c-src/emacs/src/lisp.h 1973
@@ -4004,226 +4290,112 @@ typefunargs tex-src/texinfo.tex /^\\deftypefunargs {#3}\\endgroup %$/
4004typefunargs tex-src/texinfo.tex /^\\deftypefunargs {#4}\\endgroup %$/ 4290typefunargs tex-src/texinfo.tex /^\\deftypefunargs {#4}\\endgroup %$/
4005typemargin tex-src/texinfo.tex /^\\newskip\\deftypemargin \\deftypemargin=12pt$/ 4291typemargin tex-src/texinfo.tex /^\\newskip\\deftypemargin \\deftypemargin=12pt$/
4006typemargin tex-src/texinfo.tex /^\\rlap{\\rightline{{\\rm #2}\\hskip \\deftypemargin}}}%/ 4292typemargin tex-src/texinfo.tex /^\\rlap{\\rightline{{\\rm #2}\\hskip \\deftypemargin}}}%/
4007TYPE_RANGED_INTEGERP c-src/emacs/src/lisp.h /^#define TYPE_RANGED_INTEGERP(type, x) \\$/ 4293u c-src/emacs/src/lisp.h 2397
4008Type_Specific_Data/t ada-src/etags-test-for.ada /^ type Type_Specific_Data is record$/
4009TYPESTOSTAT objc-src/PackInsp.h 37
4010/Uacute ps-src/rfc1245.ps /^\/Uacute \/Ucircumflex \/Ugrave \/dotlessi \/circumflex/
4011u_any c-src/emacs/src/lisp.h 2214 4294u_any c-src/emacs/src/lisp.h 2214
4012u_boolfwd c-src/emacs/src/lisp.h 2371 4295u_boolfwd c-src/emacs/src/lisp.h 2371
4013u_buffer_objfwd c-src/emacs/src/lisp.h 2373 4296u_buffer_objfwd c-src/emacs/src/lisp.h 2373
4014UCHAR c-src/emacs/src/lisp.h 2424
4015_UCHAR_T c-src/emacs/src/lisp.h 2423
4016U_CHAR y-src/cccp.y 38
4017u c-src/emacs/src/lisp.h 2397
4018/udieresis ps-src/rfc1245.ps /^\/udieresis \/dagger \/.notdef \/cent \/sterling \/secti/
4019u_finalizer c-src/emacs/src/lisp.h 2219 4297u_finalizer c-src/emacs/src/lisp.h 2219
4020u_free c-src/emacs/src/lisp.h 2215 4298u_free c-src/emacs/src/lisp.h 2215
4021u_intfwd c-src/emacs/src/lisp.h 2370 4299u_intfwd c-src/emacs/src/lisp.h 2370
4022u_kboard_objfwd c-src/emacs/src/lisp.h 2374 4300u_kboard_objfwd c-src/emacs/src/lisp.h 2374
4023u_marker c-src/emacs/src/lisp.h 2216 4301u_marker c-src/emacs/src/lisp.h 2216
4302u_objfwd c-src/emacs/src/lisp.h 2372
4303u_overlay c-src/emacs/src/lisp.h 2217
4304u_save_value c-src/emacs/src/lisp.h 2218
4024unargs tex-src/texinfo.tex /^\\defunargs {#2}\\endgroup %$/ 4305unargs tex-src/texinfo.tex /^\\defunargs {#2}\\endgroup %$/
4025unargs tex-src/texinfo.tex /^\\defunargs {#3}\\endgroup %$/ 4306unargs tex-src/texinfo.tex /^\\defunargs {#3}\\endgroup %$/
4026UNARY y-src/cccp.c 18
4027unblock_input c-src/emacs/src/keyboard.c /^unblock_input (void)$/ 4307unblock_input c-src/emacs/src/keyboard.c /^unblock_input (void)$/
4028unblock_input_to c-src/emacs/src/keyboard.c /^unblock_input_to (int level)$/ 4308unblock_input_to c-src/emacs/src/keyboard.c /^unblock_input_to (int level)$/
4029unchar c-src/h.h 99 4309unchar c-src/h.h 99
4030UNDEFINED c-src/h.h 118
4031UNEVALLED c-src/emacs/src/lisp.h 2834
4032unexpand-abbrev c-src/abbrev.c /^DEFUN ("unexpand-abbrev", Funexpand_abbrev, Sunexp/ 4310unexpand-abbrev c-src/abbrev.c /^DEFUN ("unexpand-abbrev", Funexpand_abbrev, Sunexp/
4033UNGCPRO c-src/emacs/src/lisp.h 3202
4034UNGCPRO c-src/emacs/src/lisp.h 3257
4035UNGCPRO c-src/emacs/src/lisp.h 3353
4036univ merc-src/accumulator.m /^:- import_module univ.$/ 4311univ merc-src/accumulator.m /^:- import_module univ.$/
4037UNLOCK_ALIGNED_BLOCKS c-src/emacs/src/gmalloc.c /^#define UNLOCK_ALIGNED_BLOCKS() \\$/
4038UNLOCK_ALIGNED_BLOCKS c-src/emacs/src/gmalloc.c /^#define UNLOCK_ALIGNED_BLOCKS()$/
4039UNLOCK c-src/emacs/src/gmalloc.c /^#define UNLOCK() \\$/
4040UNLOCK c-src/emacs/src/gmalloc.c /^#define UNLOCK()$/
4041Unlock/p ada-src/2ataspri.adb /^ procedure Unlock (L : in out Lock) is$/
4042Unlock/p ada-src/2ataspri.ads /^ procedure Unlock (L : in out Lock);$/
4043\unnchfopen tex-src/texinfo.tex /^\\def\\unnchfopen #1{%$/
4044\unnchfplain tex-src/texinfo.tex /^\\def\\unnchfplain #1{%$/
4045\unnumbchapentry tex-src/texinfo.tex /^\\def\\unnumbchapentry#1#2{\\dochapentry{#1}{#2}}$/
4046\unnumberedsec tex-src/texinfo.tex /^\\outer\\def\\unnumberedsec{\\parsearg\\unnumberedseczz/
4047\unnumberedseczzz tex-src/texinfo.tex /^\\def\\unnumberedseczzz #1{\\seccheck{unnumberedsec}%/
4048\unnumberedsubsec tex-src/texinfo.tex /^\\outer\\def\\unnumberedsubsec{\\parsearg\\unnumberedsu/
4049\unnumberedsubseczzz tex-src/texinfo.tex /^\\def\\unnumberedsubseczzz #1{\\seccheck{unnumberedsu/
4050\unnumberedsubsubsec tex-src/texinfo.tex /^\\outer\\def\\unnumberedsubsubsec{\\parsearg\\unnumbere/
4051\unnumberedsubsubseczzz tex-src/texinfo.tex /^\\def\\unnumberedsubsubseczzz #1{\\seccheck{unnumbere/
4052\unnumbered tex-src/texinfo.tex /^\\outer\\def\\unnumbered{\\parsearg\\unnumberedzzz}$/
4053\unnumberedzzz tex-src/texinfo.tex /^\\def\\unnumberedzzz #1{\\seccheck{unnumbered}%$/
4054\unnumbnoderef tex-src/texinfo.tex /^\\def\\unnumbnoderef{\\ifx\\lastnode\\relax\\else$/
4055\unnumbsecentry tex-src/texinfo.tex /^ \\def\\unnumbsecentry ##1##2{}$/
4056\unnumbsecentry tex-src/texinfo.tex /^\\def\\unnumbsecentry#1#2{\\dosecentry{#1}{#2}}$/
4057\unnumbsetref tex-src/texinfo.tex /^\\def\\unnumbsetref#1{%$/
4058\unnumbsubsecentry tex-src/texinfo.tex /^ \\def\\unnumbsubsecentry ##1##2{}$/
4059\unnumbsubsecentry tex-src/texinfo.tex /^\\def\\unnumbsubsecentry#1#2{\\dosubsecentry{#1}{#2}}/
4060\unnumbsubsubsecentry tex-src/texinfo.tex /^ \\def\\unnumbsubsubsecentry ##1##2{}$/
4061\unnumbsubsubsecentry tex-src/texinfo.tex /^\\def\\unnumbsubsubsecentry#1#2{\\dosubsubsecentry{#1/
4062unravel_univ merc-src/accumulator.m /^:- some [T] pred unravel_univ(univ::in, T::out) is/ 4312unravel_univ merc-src/accumulator.m /^:- some [T] pred unravel_univ(univ::in, T::out) is/
4063unread_switch_frame c-src/emacs/src/keyboard.c 204 4313unread_switch_frame c-src/emacs/src/keyboard.c 204
4064UNSIGNED_CMP c-src/emacs/src/lisp.h /^#define UNSIGNED_CMP(a, op, b) \\$/
4065unsignedp y-src/cccp.y 112 4314unsignedp y-src/cccp.y 112
4066unwind c-src/emacs/src/lisp.h 2962 4315unwind c-src/emacs/src/lisp.h 2962
4067unwind_int c-src/emacs/src/lisp.h 2972 4316unwind_int c-src/emacs/src/lisp.h 2972
4068unwind_ptr c-src/emacs/src/lisp.h 2967 4317unwind_ptr c-src/emacs/src/lisp.h 2967
4069unwind_void c-src/emacs/src/lisp.h 2976 4318unwind_void c-src/emacs/src/lisp.h 2976
4070u_objfwd c-src/emacs/src/lisp.h 2372
4071u_overlay c-src/emacs/src/lisp.h 2217
4072__up c.c 160
4073update_accumulator_pred merc-src/accumulator.m /^:- pred update_accumulator_pred(pred_id::in, proc_/ 4319update_accumulator_pred merc-src/accumulator.m /^:- pred update_accumulator_pred(pred_id::in, proc_/
4074\uppercaseenumerate tex-src/texinfo.tex /^\\def\\uppercaseenumerate{%$/
4075uprintmax_t c-src/emacs/src/lisp.h 149 4320uprintmax_t c-src/emacs/src/lisp.h 149
4076uprintmax_t c-src/emacs/src/lisp.h 154 4321uprintmax_t c-src/emacs/src/lisp.h 154
4077/U ps-src/rfc1245.ps /^\/U { $/
4078usage perl-src/yagrip.pl /^sub usage {$/ 4322usage perl-src/yagrip.pl /^sub usage {$/
4079u_save_value c-src/emacs/src/lisp.h 2218
4080usecharno c-src/etags.c 210 4323usecharno c-src/etags.c 210
4081used c-src/emacs/src/regex.h 347 4324used c-src/emacs/src/regex.h 347
4082used_syntax c-src/emacs/src/regex.h 398 4325used_syntax c-src/emacs/src/regex.h 398
4083USE_LSB_TAG c-src/emacs/src/lisp.h 271
4084USE_LSB_TAG c-src/emacs/src/lisp.h /^DEFINE_GDB_SYMBOL_BEGIN (bool, USE_LSB_TAG)$/
4085USE_PTHREAD c-src/emacs/src/gmalloc.c 25
4086user_cmp_function c-src/emacs/src/lisp.h 1814 4326user_cmp_function c-src/emacs/src/lisp.h 1814
4087UserEdit pyt-src/server.py /^class UserEdit(Frame):$/
4088user_error c-src/emacs/src/keyboard.c /^user_error (const char *msg)$/ 4327user_error c-src/emacs/src/keyboard.c /^user_error (const char *msg)$/
4089user_hash_function c-src/emacs/src/lisp.h 1811 4328user_hash_function c-src/emacs/src/lisp.h 1811
4090User pyt-src/server.py /^class User:$/
4091user_signal_info c-src/emacs/src/keyboard.c 7235 4329user_signal_info c-src/emacs/src/keyboard.c 7235
4092user_signals c-src/emacs/src/keyboard.c 7250 4330user_signals c-src/emacs/src/keyboard.c 7250
4093USE_SAFE_ALLOCA c-src/emacs/src/lisp.h 4560
4094USE_STACK_CONS c-src/emacs/src/lisp.h 4689
4095USE_STACK_LISP_OBJECTS c-src/emacs/src/lisp.h 4652
4096USE_STACK_LISP_OBJECTS c-src/emacs/src/lisp.h 4658
4097USE_STACK_LISP_OBJECTS c-src/emacs/src/lisp.h 4659
4098USE_STACK_STRING c-src/emacs/src/lisp.h 4691
4099usfreelock_ptr/t ada-src/etags-test-for.ada /^ type usfreelock_ptr is access$/ 4331usfreelock_ptr/t ada-src/etags-test-for.ada /^ type usfreelock_ptr is access$/
4100Vabbrev_start_location_buffer c-src/abbrev.c 66
4101Vabbrev_start_location c-src/abbrev.c 63
4102Vabbrev_table_name_list c-src/abbrev.c 43
4103VALBITS c-src/emacs/src/lisp.h 246
4104valcell c-src/emacs/src/lisp.h 2357
4105val c-src/emacs/src/lisp.h 3027 4332val c-src/emacs/src/lisp.h 3027
4106val c-src/emacs/src/lisp.h 691 4333val c-src/emacs/src/lisp.h 691
4107val c-src/getopt.h 84 4334val c-src/getopt.h 84
4108validate php-src/lce_functions.php /^ function validate($value)$/ 4335val prol-src/natded.prolog /^val(X) --> ['['], valseq(X), [']'].$/
4336valcell c-src/emacs/src/lisp.h 2357
4109valid c-src/etags.c 220 4337valid c-src/etags.c 220
4110valid c-src/etags.c 2502 4338valid c-src/etags.c 2502
4339validate php-src/lce_functions.php /^ function validate($value)$/
4111valloc c-src/emacs/src/gmalloc.c /^valloc (size_t size)$/ 4340valloc c-src/emacs/src/gmalloc.c /^valloc (size_t size)$/
4112VALMASK c-src/emacs/src/lisp.h 829
4113VALMASK c-src/emacs/src/lisp.h /^DEFINE_GDB_SYMBOL_BEGIN (EMACS_INT, VALMASK)$/
4114VAL_MAX c-src/emacs/src/lisp.h 263
4115val prol-src/natded.prolog /^val(X) --> ['['], valseq(X), [']'].$/
4116valseq prol-src/natded.prolog /^valseq([Val|Vals]) --> val(Val), plusvalseq(Vals)./ 4341valseq prol-src/natded.prolog /^valseq([Val|Vals]) --> val(Val), plusvalseq(Vals)./
4117ValToNmStr pas-src/common.pas /^function ValToNmStr; (*($/
4118value c-src/emacs/src/lisp.h 687 4342value c-src/emacs/src/lisp.h 687
4119value y-src/cccp.y 112 4343value y-src/cccp.y 112
4120varargs tex-src/texinfo.tex /^\\defvarargs {#2}\\endgroup %$/
4121varargs tex-src/texinfo.tex /^\\defvarargs {#3}\\endgroup %$/
4122var c-src/emacs/src/keyboard.c 11023 4344var c-src/emacs/src/keyboard.c 11023
4123var c-src/emacs/src/lisp.h 3137 4345var c-src/emacs/src/lisp.h 3137
4346varargs tex-src/texinfo.tex /^\\defvarargs {#2}\\endgroup %$/
4347varargs tex-src/texinfo.tex /^\\defvarargs {#3}\\endgroup %$/
4124varset merc-src/accumulator.m /^:- import_module varset.$/ 4348varset merc-src/accumulator.m /^:- import_module varset.$/
4125\var tex-src/texinfo.tex /^\\def\\var##1{\\realbackslash var {##1}}%$/
4126\var tex-src/texinfo.tex /^\\def\\var##1{\\realbackslash var {##1}}$/
4127vcopy c-src/emacs/src/lisp.h /^vcopy (Lisp_Object v, ptrdiff_t offset, Lisp_Objec/ 4349vcopy c-src/emacs/src/lisp.h /^vcopy (Lisp_Object v, ptrdiff_t offset, Lisp_Objec/
4128VECSIZE c-src/emacs/src/lisp.h /^#define VECSIZE(type) \\$/
4129vectorlike_header c-src/emacs/src/lisp.h 1343 4350vectorlike_header c-src/emacs/src/lisp.h 1343
4130VECTORLIKEP c-src/emacs/src/lisp.h /^# define VECTORLIKEP(x) lisp_h_VECTORLIKEP (x)$/
4131VECTORP c-src/emacs/src/lisp.h /^VECTORP (Lisp_Object x)$/
4132verde cp-src/c.C 40 4351verde cp-src/c.C 40
4133verify_ascii c-src/emacs/src/lisp.h /^# define verify_ascii(str) (str)$/
4134verify-tags-table-function el-src/emacs/lisp/progmodes/etags.el /^(defvar verify-tags-table-function nil$/ 4352verify-tags-table-function el-src/emacs/lisp/progmodes/etags.el /^(defvar verify-tags-table-function nil$/
4135VERSION c-src/etags.c 789 4353verify_ascii c-src/emacs/src/lisp.h /^# define verify_ascii(str) (str)$/
4136VERSION erl-src/gs_dialog.erl /^-define(VERSION, '2001.1101').$/
4137VERSION objc-src/PackInsp.m 34
4138Vfundamental_mode_abbrev_table c-src/abbrev.c 52
4139Vglobal_abbrev_table c-src/abbrev.c 48
4140VHDLFLAGS make-src/Makefile /^VHDLFLAGS=--language=none --regex='\/[ \\t]*\\(ARCHIT/
4141vignore c-src/etags.c 2417 4354vignore c-src/etags.c 2417
4142\vindex tex-src/texinfo.tex /^\\def\\vindex {\\vrindex}$/
4143visit-tags-table-buffer el-src/emacs/lisp/progmodes/etags.el /^(defun visit-tags-table-buffer (&optional cont)$/
4144visit-tags-table el-src/emacs/lisp/progmodes/etags.el /^(defun visit-tags-table (file &optional local)$/ 4355visit-tags-table el-src/emacs/lisp/progmodes/etags.el /^(defun visit-tags-table (file &optional local)$/
4145Vlast_abbrev c-src/abbrev.c 70 4356visit-tags-table-buffer el-src/emacs/lisp/progmodes/etags.el /^(defun visit-tags-table-buffer (&optional cont)$/
4146Vlast_abbrev_text c-src/abbrev.c 75
4147Vlispy_mouse_stem c-src/emacs/src/keyboard.c 5172
4148void c-src/emacs/src/lisp.h /^INLINE void (check_cons_list) (void) { lisp_h_chec/ 4357void c-src/emacs/src/lisp.h /^INLINE void (check_cons_list) (void) { lisp_h_chec/
4149voidfuncptr c-src/emacs/src/lisp.h 2108 4358voidfuncptr c-src/emacs/src/lisp.h 2108
4150voidval y-src/cccp.y 115 4359voidval y-src/cccp.y 115
4151/V ps-src/rfc1245.ps /^\/V { $/
4152\vritemindex tex-src/texinfo.tex /^\\def\\vritemindex #1{\\doind {vr}{\\code{#1}}}%$/
4153\vtable tex-src/texinfo.tex /^\\def\\vtable{\\begingroup\\inENV\\obeylines\\obeyspaces/
4154waiting_for_input c-src/emacs/src/keyboard.c 150
4155WAIT_READING_MAX c-src/emacs/src/lisp.h 4281
4156WAIT_READING_MAX c-src/emacs/src/lisp.h 4283
4157wait_status_ptr_t c.c 161 4360wait_status_ptr_t c.c 161
4158WARNINGS make-src/Makefile /^WARNINGS=-pedantic -Wall -Wpointer-arith -Winline / 4361waiting_for_input c-src/emacs/src/keyboard.c 150
4159warning y-src/cccp.y /^warning (msg)$/ 4362warning y-src/cccp.y /^warning (msg)$/
4160/wbytes ps-src/rfc1245.ps /^\/wbytes { $/
4161WCHAR_TYPE_SIZE y-src/cccp.y 99
4162weak_alias c-src/emacs/src/gmalloc.c /^weak_alias (free, cfree)$/
4163weak c-src/emacs/src/lisp.h 1830 4363weak c-src/emacs/src/lisp.h 1830
4364weak_alias c-src/emacs/src/gmalloc.c /^weak_alias (free, cfree)$/
4164web ftp publish make-src/Makefile /^web ftp publish:$/ 4365web ftp publish make-src/Makefile /^web ftp publish:$/
4165what c-src/etags.c 252 4366what c-src/etags.c 252
4166wheel_syms c-src/emacs/src/keyboard.c 4628 4367wheel_syms c-src/emacs/src/keyboard.c 4628
4167where cp-src/clheir.hpp 77
4168where c-src/emacs/src/lisp.h 2348 4368where c-src/emacs/src/lisp.h 2348
4169where c-src/emacs/src/lisp.h 2980 4369where c-src/emacs/src/lisp.h 2980
4370where cp-src/clheir.hpp 77
4170where_in_registry cp-src/clheir.hpp 15 4371where_in_registry cp-src/clheir.hpp 15
4171WHITE cp-src/screen.hpp 27
4172/wh ps-src/rfc1245.ps /^\/wh { $/
4173WINDOW_CONFIGURATIONP c-src/emacs/src/lisp.h /^WINDOW_CONFIGURATIONP (Lisp_Object a)$/
4174WINDOWP c-src/emacs/src/lisp.h /^WINDOWP (Lisp_Object a)$/
4175WINDOWSNT c-src/etags.c 101
4176WINDOWSNT c-src/etags.c 102
4177windowWillClose objcpp-src/SimpleCalc.M /^- windowWillClose:sender$/ 4372windowWillClose objcpp-src/SimpleCalc.M /^- windowWillClose:sender$/
4178wipe_kboard c-src/emacs/src/keyboard.c /^wipe_kboard (KBOARD *kb)$/ 4373wipe_kboard c-src/emacs/src/keyboard.c /^wipe_kboard (KBOARD *kb)$/
4179womboid c-src/h.h 63 4374womboid c-src/h.h 63
4180womboid c-src/h.h 75 4375womboid c-src/h.h 75
4181word_size c-src/emacs/src/lisp.h 1473 4376word_size c-src/emacs/src/lisp.h 1473
4182WorkingDays cp-src/functions.cpp /^int WorkingDays(Date a, Date b){$/ 4377write php-src/lce_functions.php /^ function write($save="yes")$/
4183WORKING objc-src/PackInsp.m 368 4378write php-src/lce_functions.php /^ function write()$/
4184/W ps-src/rfc1245.ps /^\/W { $/
4185write1= ruby-src/test1.ru /^ attr_reader :read1 , :read2; attr_writer :writ/ 4379write1= ruby-src/test1.ru /^ attr_reader :read1 , :read2; attr_writer :writ/
4186write2= ruby-src/test1.ru /^ attr_reader :read1 , :read2; attr_writer :writ/ 4380write2= ruby-src/test1.ru /^ attr_reader :read1 , :read2; attr_writer :writ/
4187write_abbrev c-src/abbrev.c /^write_abbrev (sym, stream)$/ 4381write_abbrev c-src/abbrev.c /^write_abbrev (sym, stream)$/
4188writebreaklex prol-src/natded.prolog /^writebreaklex([]).$/
4189writebreak prol-src/natded.prolog /^writebreak([]).$/
4190writecat prol-src/natded.prolog /^writecat(np(ind(sng),nm(_)),np,[],[]):-!.$/
4191write_classname c-src/etags.c /^write_classname (linebuffer *cn, const char *quali/ 4382write_classname c-src/etags.c /^write_classname (linebuffer *cn, const char *quali/
4192write_lex_cat prol-src/natded.prolog /^write_lex_cat(File):-$/
4193write_lex prol-src/natded.prolog /^write_lex(File):-$/ 4383write_lex prol-src/natded.prolog /^write_lex(File):-$/
4384write_lex_cat prol-src/natded.prolog /^write_lex_cat(File):-$/
4385write_xyc cp-src/screen.cpp /^void write_xyc(int x, int y, char c)$/
4386writebreak prol-src/natded.prolog /^writebreak([]).$/
4387writebreaklex prol-src/natded.prolog /^writebreaklex([]).$/
4388writecat prol-src/natded.prolog /^writecat(np(ind(sng),nm(_)),np,[],[]):-!.$/
4194writelist prol-src/natded.prolog /^writelist([der(Ws)|Ws2]):-$/ 4389writelist prol-src/natded.prolog /^writelist([der(Ws)|Ws2]):-$/
4195writelistsubs prol-src/natded.prolog /^writelistsubs([],X):-$/ 4390writelistsubs prol-src/natded.prolog /^writelistsubs([],X):-$/
4196Write_Lock/p ada-src/2ataspri.adb /^ procedure Write_Lock (L : in out Lock; Ceiling_/
4197Write_Lock/p ada-src/2ataspri.ads /^ procedure Write_Lock (L : in out Lock; Ceiling_/
4198writenamestring pas-src/common.pas /^procedure writenamestring;(*($/ 4391writenamestring pas-src/common.pas /^procedure writenamestring;(*($/
4199write php-src/lce_functions.php /^ function write()$/
4200write php-src/lce_functions.php /^ function write($save="yes")$/
4201writesubs prol-src/natded.prolog /^writesubs([]).$/ 4392writesubs prol-src/natded.prolog /^writesubs([]).$/
4202writesups prol-src/natded.prolog /^writesups([]).$/ 4393writesups prol-src/natded.prolog /^writesups([]).$/
4203write_xyc cp-src/screen.cpp /^void write_xyc(int x, int y, char c)$/
4204written c-src/etags.c 211 4394written c-src/etags.c 211
4205\w tex-src/texinfo.tex /^\\def\\w#1{\\leavevmode\\hbox{#1}}$/
4206\w tex-src/texinfo.tex /^\\def\\w{\\realbackslash w }%$/
4207\w tex-src/texinfo.tex /^\\def\\w{\\realbackslash w}$/
4208XBOOL_VECTOR c-src/emacs/src/lisp.h /^XBOOL_VECTOR (Lisp_Object a)$/
4209XBUFFER c-src/emacs/src/lisp.h /^XBUFFER (Lisp_Object a)$/
4210XBUFFER_OBJFWD c-src/emacs/src/lisp.h /^XBUFFER_OBJFWD (union Lisp_Fwd *a)$/
4211xcar_addr c-src/emacs/src/lisp.h /^xcar_addr (Lisp_Object c)$/
4212XCAR c-src/emacs/src/lisp.h /^# define XCAR(c) lisp_h_XCAR (c)$/
4213x c.c 153 4395x c.c 153
4214x c.c 179 4396x c.c 179
4215x c.c 188 4397x c.c 188
4216x c.c 189 4398x c.c 189
4217xcdr_addr c-src/emacs/src/lisp.h /^xcdr_addr (Lisp_Object c)$/
4218XCDR c-src/emacs/src/lisp.h /^# define XCDR(c) lisp_h_XCDR (c)$/
4219XCHAR_TABLE c-src/emacs/src/lisp.h /^XCHAR_TABLE (Lisp_Object a)$/
4220XCHG_0 c-src/sysdep.h 47
4221XCHG_1 c-src/sysdep.h 48
4222XCHG_2 c-src/sysdep.h 49
4223XCHG_3 c-src/sysdep.h 50
4224XCHG_4 c-src/sysdep.h 51
4225XCHG_5 c-src/sysdep.h 52
4226XCONS c-src/emacs/src/lisp.h /^# define XCONS(a) lisp_h_XCONS (a)$/
4227x cp-src/c.C 53 4399x cp-src/c.C 53
4228x cp-src/c.C 80 4400x cp-src/c.C 80
4229x cp-src/clheir.hpp 49 4401x cp-src/clheir.hpp 49
@@ -4231,253 +4403,81 @@ x cp-src/clheir.hpp 58
4231x cp-src/conway.hpp 7 4403x cp-src/conway.hpp 7
4232x cp-src/fail.C 10 4404x cp-src/fail.C 10
4233x cp-src/fail.C 44 4405x cp-src/fail.C 44
4234X c-src/h.h 100 4406x tex-src/texinfo.tex /^\\refx{#1-snt}{} [\\printednodename], page\\tie\\refx{/
4235XDEFUN c.c /^XDEFUN ("x-get-selection-internal", Fx_get_selecti/
4236xdiff make-src/Makefile /^xdiff: ETAGS EXTAGS ${infiles}$/
4237XFASTINT c-src/emacs/src/lisp.h /^# define XFASTINT(a) lisp_h_XFASTINT (a)$/
4238XFASTINT c-src/emacs/src/lisp.h /^XFASTINT (Lisp_Object a)$/
4239XFINALIZER c-src/emacs/src/lisp.h /^XFINALIZER (Lisp_Object a)$/
4240XFLOAT c-src/emacs/src/lisp.h /^XFLOAT (Lisp_Object a)$/
4241XFLOAT_DATA c-src/emacs/src/lisp.h /^XFLOAT_DATA (Lisp_Object f)$/
4242XFLOATINT c-src/emacs/src/lisp.h /^XFLOATINT (Lisp_Object n)$/
4243XFWDTYPE c-src/emacs/src/lisp.h /^XFWDTYPE (union Lisp_Fwd *a)$/
4244x-get-selection-internal c.c /^DEFUN ("x-get-selection-internal", Fx_get_selectio/
4245x-get-selection-internal c.c /^ Fx_get_selection_internal, Sx_get_selection/ 4407x-get-selection-internal c.c /^ Fx_get_selection_internal, Sx_get_selection/
4246XHASH c-src/emacs/src/lisp.h /^# define XHASH(a) lisp_h_XHASH (a)$/ 4408x-get-selection-internal c.c /^DEFUN ("x-get-selection-internal", Fx_get_selectio/
4247XHASH_TABLE c-src/emacs/src/lisp.h /^XHASH_TABLE (Lisp_Object a)$/ 4409xcar_addr c-src/emacs/src/lisp.h /^xcar_addr (Lisp_Object c)$/
4248XIL c-src/emacs/src/lisp.h /^# define XIL(i) lisp_h_XIL (i)$/ 4410xcdr_addr c-src/emacs/src/lisp.h /^xcdr_addr (Lisp_Object c)$/
4249XINT c-src/emacs/src/lisp.h /^# define XINT(a) lisp_h_XINT (a)$/ 4411xdiff make-src/Makefile /^xdiff: ETAGS EXTAGS ${infiles}$/
4250XINT c-src/emacs/src/lisp.h /^XINT (Lisp_Object a)$/
4251XINTPTR c-src/emacs/src/lisp.h /^XINTPTR (Lisp_Object a)$/
4252\xitem tex-src/texinfo.tex /^\\def\\xitem{\\errmessage{@xitem while not in a table/
4253\xitemx tex-src/texinfo.tex /^\\def\\xitemx{\\errmessage{@xitemx while not in a tab/
4254\xitemzzz tex-src/texinfo.tex /^\\def\\xitemzzz #1{\\dosubind {kw}{\\code{#1}}{for {\\b/
4255\xkey tex-src/texinfo.tex /^\\def\\xkey{\\key}$/
4256XLI_BUILTIN_LISPSYM c-src/emacs/src/lisp.h /^#define XLI_BUILTIN_LISPSYM(iname) TAG_SYMOFFSET (/
4257XLI c-src/emacs/src/lisp.h /^# define XLI(o) lisp_h_XLI (o)$/
4258xmalloc c-src/etags.c /^xmalloc (size_t size)$/ 4412xmalloc c-src/etags.c /^xmalloc (size_t size)$/
4259XMARKER c-src/emacs/src/lisp.h /^XMARKER (Lisp_Object a)$/
4260XMISCANY c-src/emacs/src/lisp.h /^XMISCANY (Lisp_Object a)$/
4261XMISC c-src/emacs/src/lisp.h /^XMISC (Lisp_Object a)$/
4262XMISCTYPE c-src/emacs/src/lisp.h /^XMISCTYPE (Lisp_Object a)$/
4263xnew c-src/etags.c /^#define xnew(n, Type) ((Type *) xmalloc ((n) / 4413xnew c-src/etags.c /^#define xnew(n, Type) ((Type *) xmalloc ((n) /
4264XOVERLAY c-src/emacs/src/lisp.h /^XOVERLAY (Lisp_Object a)$/
4265XPNTR c-src/emacs/src/lisp.h /^# define XPNTR(a) lisp_h_XPNTR (a)$/
4266XPROCESS c-src/emacs/src/lisp.h /^XPROCESS (Lisp_Object a)$/
4267/X ps-src/rfc1245.ps /^\/X { $/
4268\xrdef tex-src/texinfo.tex /^\\def\\xrdef #1#2{$/
4269xrealloc c-src/etags.c /^xrealloc (void *ptr, size_t size)$/ 4414xrealloc c-src/etags.c /^xrealloc (void *ptr, size_t size)$/
4270xref-etags-location el-src/emacs/lisp/progmodes/etags.el /^(defclass xref-etags-location (xref-location)$/ 4415xref-etags-location el-src/emacs/lisp/progmodes/etags.el /^(defclass xref-etags-location (xref-location)$/
4271xref-location-line el-src/emacs/lisp/progmodes/etags.el /^(cl-defmethod xref-location-line ((l xref-etags-lo/ 4416xref-location-line el-src/emacs/lisp/progmodes/etags.el /^(cl-defmethod xref-location-line ((l xref-etags-lo/
4272xref-location-marker el-src/emacs/lisp/progmodes/etags.el /^(cl-defmethod xref-location-marker ((l xref-etags-/ 4417xref-location-marker el-src/emacs/lisp/progmodes/etags.el /^(cl-defmethod xref-location-marker ((l xref-etags-/
4273xref-make-etags-location el-src/emacs/lisp/progmodes/etags.el /^(defun xref-make-etags-location (tag-info file)$/ 4418xref-make-etags-location el-src/emacs/lisp/progmodes/etags.el /^(defun xref-make-etags-location (tag-info file)$/
4274\xref tex-src/texinfo.tex /^\\def\\xref#1{See \\xrefX[#1,,,,,,,]}$/
4275\xrefX[ tex-src/texinfo.tex /^\\def\\xrefX[#1,#2,#3,#4,#5,#6]{\\begingroup%$/
4276xrnew c-src/etags.c /^#define xrnew(op, n, Type) ((op) = (Type *) xreall/ 4419xrnew c-src/etags.c /^#define xrnew(op, n, Type) ((op) = (Type *) xreall/
4277XSAVE_FUNCPOINTER c-src/emacs/src/lisp.h /^XSAVE_FUNCPOINTER (Lisp_Object obj, int n)$/
4278XSAVE_INTEGER c-src/emacs/src/lisp.h /^XSAVE_INTEGER (Lisp_Object obj, int n)$/
4279XSAVE_OBJECT c-src/emacs/src/lisp.h /^XSAVE_OBJECT (Lisp_Object obj, int n)$/
4280XSAVE_POINTER c-src/emacs/src/lisp.h /^XSAVE_POINTER (Lisp_Object obj, int n)$/
4281XSAVE_VALUE c-src/emacs/src/lisp.h /^XSAVE_VALUE (Lisp_Object a)$/
4282XSETBOOL_VECTOR c-src/emacs/src/lisp.h /^#define XSETBOOL_VECTOR(a, b) (XSETPSEUDOVECTOR (a/
4283XSETBUFFER c-src/emacs/src/lisp.h /^#define XSETBUFFER(a, b) (XSETPSEUDOVECTOR (a, b, /
4284XSETCDR c-src/emacs/src/lisp.h /^XSETCDR (Lisp_Object c, Lisp_Object n)$/
4285XSETCHAR_TABLE c-src/emacs/src/lisp.h /^#define XSETCHAR_TABLE(a, b) (XSETPSEUDOVECTOR (a,/
4286XSETCOMPILED c-src/emacs/src/lisp.h /^#define XSETCOMPILED(a, b) (XSETPSEUDOVECTOR (a, b/
4287XSETCONS c-src/emacs/src/lisp.h /^#define XSETCONS(a, b) ((a) = make_lisp_ptr (b, Li/
4288XSETFASTINT c-src/emacs/src/lisp.h /^#define XSETFASTINT(a, b) ((a) = make_natnum (b))$/
4289XSETFLOAT c-src/emacs/src/lisp.h /^#define XSETFLOAT(a, b) ((a) = make_lisp_ptr (b, L/
4290XSET_HASH_TABLE c-src/emacs/src/lisp.h /^#define XSET_HASH_TABLE(VAR, PTR) \\$/
4291XSETINT c-src/emacs/src/lisp.h /^#define XSETINT(a, b) ((a) = make_number (b))$/
4292XSETMISC c-src/emacs/src/lisp.h /^#define XSETMISC(a, b) ((a) = make_lisp_ptr (b, Li/
4293XSETPROCESS c-src/emacs/src/lisp.h /^#define XSETPROCESS(a, b) (XSETPSEUDOVECTOR (a, b,/
4294XSETPSEUDOVECTOR c-src/emacs/src/lisp.h /^#define XSETPSEUDOVECTOR(a, b, code) \\$/
4295XSETPVECTYPE c-src/emacs/src/lisp.h /^#define XSETPVECTYPE(v, code) \\$/
4296XSETPVECTYPESIZE c-src/emacs/src/lisp.h /^#define XSETPVECTYPESIZE(v, code, lispsize, restsi/
4297XSETSTRING c-src/emacs/src/lisp.h /^#define XSETSTRING(a, b) ((a) = make_lisp_ptr (b, /
4298XSETSUB_CHAR_TABLE c-src/emacs/src/lisp.h /^#define XSETSUB_CHAR_TABLE(a, b) (XSETPSEUDOVECTOR/
4299XSETSUBR c-src/emacs/src/lisp.h /^#define XSETSUBR(a, b) (XSETPSEUDOVECTOR (a, b, PV/
4300XSETSYMBOL c-src/emacs/src/lisp.h /^#define XSETSYMBOL(a, b) ((a) = make_lisp_symbol (/
4301XSETTERMINAL c-src/emacs/src/lisp.h /^#define XSETTERMINAL(a, b) (XSETPSEUDOVECTOR (a, b/
4302XSETTYPED_PSEUDOVECTOR c-src/emacs/src/lisp.h /^#define XSETTYPED_PSEUDOVECTOR(a, b, size, code) /
4303XSETVECTOR c-src/emacs/src/lisp.h /^#define XSETVECTOR(a, b) ((a) = make_lisp_ptr (b, /
4304XSETWINDOW_CONFIGURATION c-src/emacs/src/lisp.h /^#define XSETWINDOW_CONFIGURATION(a, b) \\$/
4305XSETWINDOW c-src/emacs/src/lisp.h /^#define XSETWINDOW(a, b) (XSETPSEUDOVECTOR (a, b, /
4306XSTRING c-src/emacs/src/lisp.h /^XSTRING (Lisp_Object a)$/
4307XSUB_CHAR_TABLE c-src/emacs/src/lisp.h /^XSUB_CHAR_TABLE (Lisp_Object a)$/
4308XSUBR c-src/emacs/src/lisp.h /^XSUBR (Lisp_Object a)$/
4309XSYMBOL c-src/emacs/src/lisp.h /^# define XSYMBOL(a) lisp_h_XSYMBOL (a)$/
4310XSYMBOL c-src/emacs/src/lisp.h /^XSYMBOL (Lisp_Object a)$/
4311XTERMINAL c-src/emacs/src/lisp.h /^XTERMINAL (Lisp_Object a)$/
4312x tex-src/texinfo.tex /^\\refx{#1-snt}{} [\\printednodename], page\\tie\\refx{/
4313XTYPE c-src/emacs/src/lisp.h /^# define XTYPE(a) lisp_h_XTYPE (a)$/
4314XTYPE c-src/emacs/src/lisp.h /^XTYPE (Lisp_Object a)$/
4315XUNTAG c-src/emacs/src/lisp.h /^# define XUNTAG(a, type) lisp_h_XUNTAG (a, type)$/
4316XUNTAG c-src/emacs/src/lisp.h /^XUNTAG (Lisp_Object a, int type)$/
4317XWINDOW c-src/emacs/src/lisp.h /^XWINDOW (Lisp_Object a)$/
4318XX cp-src/x.cc 1
4319xx make-src/Makefile /^xx="this line is here because of a fontlock bug$/ 4420xx make-src/Makefile /^xx="this line is here because of a fontlock bug$/
4320xyz ruby-src/test1.ru /^ alias_method :xyz,$/ 4421xyz ruby-src/test1.ru /^ alias_method :xyz,$/
4321Xyzzy ruby-src/test1.ru 13
4322YACC c-src/etags.c 2199
4323Yacc_entries c-src/etags.c /^Yacc_entries (FILE *inf)$/
4324Yacc_help c-src/etags.c 693
4325Yacc_suffixes c-src/etags.c 691
4326\Yappendixletterandtype tex-src/texinfo.tex /^\\def\\Yappendixletterandtype{%$/
4327y cp-src/clheir.hpp 49 4422y cp-src/clheir.hpp 49
4328y cp-src/clheir.hpp 58 4423y cp-src/clheir.hpp 58
4329y cp-src/conway.hpp 7 4424y cp-src/conway.hpp 7
4330Y c-src/h.h 100
4331YELLOW cp-src/screen.hpp 26
4332/yen ps-src/rfc1245.ps /^\/yen \/.notdef \/.notdef \/.notdef \/.notdef \/.notdef /
4333y-get-selection-internal c.c /^ Fy_get_selection_internal, Sy_get_selection_/ 4425y-get-selection-internal c.c /^ Fy_get_selection_internal, Sy_get_selection_/
4334\Ynothing tex-src/texinfo.tex /^\\def\\Ynothing{}$/
4335\Ypagenumber tex-src/texinfo.tex /^\\def\\Ypagenumber{\\folio}$/
4336/Y ps-src/rfc1245.ps /^\/Y { $/
4337\Ysectionnumberandtype tex-src/texinfo.tex /^\\def\\Ysectionnumberandtype{%$/
4338YSRC make-src/Makefile /^YSRC=parse.y parse.c atest.y cccp.c cccp.y$/
4339\Ytitle tex-src/texinfo.tex /^\\def\\Ytitle{\\thischapter}$/
4340YYABORT /usr/share/bison/bison.simple 153
4341YYABORT /usr/share/bison/bison.simple 154
4342YYACCEPT /usr/share/bison/bison.simple 152
4343YYACCEPT /usr/share/bison/bison.simple 153
4344yyalloc /usr/share/bison/bison.simple 83 4426yyalloc /usr/share/bison/bison.simple 83
4345yyalloc /usr/share/bison/bison.simple 84 4427yyalloc /usr/share/bison/bison.simple 84
4346YYBACKUP /usr/share/bison/bison.simple /^#define YYBACKUP(Token, Value) \\$/
4347YYBISON y-src/cccp.c 4
4348YYBISON y-src/parse.c 4
4349yyclearin /usr/share/bison/bison.simple 149 4428yyclearin /usr/share/bison/bison.simple 149
4350yyclearin /usr/share/bison/bison.simple 150 4429yyclearin /usr/share/bison/bison.simple 150
4351yydebug /usr/share/bison/bison.simple 237 4430yydebug /usr/share/bison/bison.simple 237
4352yydebug /usr/share/bison/bison.simple 238 4431yydebug /usr/share/bison/bison.simple 238
4353YY_DECL_NON_LSP_VARIABLES /usr/share/bison/bison.simple 374
4354YY_DECL_VARIABLES /usr/share/bison/bison.simple 385
4355YY_DECL_VARIABLES /usr/share/bison/bison.simple 391
4356YYDPRINTF /usr/share/bison/bison.simple /^# define YYDPRINTF(Args) \\$/
4357YYDPRINTF /usr/share/bison/bison.simple /^# define YYDPRINTF(Args)$/
4358YYEMPTY /usr/share/bison/bison.simple 150
4359YYEMPTY /usr/share/bison/bison.simple 151
4360YYEOF /usr/share/bison/bison.simple 151
4361YYEOF /usr/share/bison/bison.simple 152
4362YYERRCODE /usr/share/bison/bison.simple 178
4363YYERRCODE /usr/share/bison/bison.simple 179
4364yyerrhandle /usr/share/bison/bison.simple 848 4432yyerrhandle /usr/share/bison/bison.simple 848
4365yyerrlab1 /usr/share/bison/bison.simple 823 4433yyerrlab1 /usr/share/bison/bison.simple 823
4366yyerrok /usr/share/bison/bison.simple 148 4434yyerrok /usr/share/bison/bison.simple 148
4367yyerrok /usr/share/bison/bison.simple 149 4435yyerrok /usr/share/bison/bison.simple 149
4368YYERROR /usr/share/bison/bison.simple 154
4369YYERROR /usr/share/bison/bison.simple 155
4370yyerror y-src/cccp.y /^yyerror (s)$/ 4436yyerror y-src/cccp.y /^yyerror (s)$/
4371yyerrstatus /usr/share/bison/bison.simple 846 4437yyerrstatus /usr/share/bison/bison.simple 846
4372YYFAIL /usr/share/bison/bison.simple 158
4373YYFAIL /usr/share/bison/bison.simple 159
4374YYFPRINTF /usr/share/bison/bison.simple 225
4375YYFPRINTF /usr/share/bison/bison.simple 226
4376YYINITDEPTH /usr/share/bison/bison.simple 244
4377YYINITDEPTH /usr/share/bison/bison.simple 245
4378YYLEX /usr/share/bison/bison.simple 200
4379YYLEX /usr/share/bison/bison.simple 201
4380YYLEX /usr/share/bison/bison.simple 202
4381YYLEX /usr/share/bison/bison.simple 203
4382YYLEX /usr/share/bison/bison.simple 206
4383YYLEX /usr/share/bison/bison.simple 207
4384YYLEX /usr/share/bison/bison.simple 208
4385YYLEX /usr/share/bison/bison.simple 209
4386YYLEX /usr/share/bison/bison.simple 212
4387YYLEX /usr/share/bison/bison.simple 213
4388yylex y-src/cccp.y /^yylex ()$/ 4438yylex y-src/cccp.y /^yylex ()$/
4389YYLLOC_DEFAULT /usr/share/bison/bison.simple /^# define YYLLOC_DEFAULT(Current, Rhs, N) \\$/
4390yylsp /usr/share/bison/bison.simple 748
4391yylsp /usr/share/bison/bison.simple 921
4392yyls /usr/share/bison/bison.simple 88 4439yyls /usr/share/bison/bison.simple 88
4393yyls /usr/share/bison/bison.simple 89 4440yyls /usr/share/bison/bison.simple 89
4394YYMAXDEPTH /usr/share/bison/bison.simple 255 4441yylsp /usr/share/bison/bison.simple 748
4395YYMAXDEPTH /usr/share/bison/bison.simple 256 4442yylsp /usr/share/bison/bison.simple 921
4396YYMAXDEPTH /usr/share/bison/bison.simple 259 4443yymemcpy /usr/share/bison/bison.simple /^yymemcpy (char *yyto, const char *yyfrom, YYSIZE_T/
4397YYMAXDEPTH /usr/share/bison/bison.simple 260
4398yymemcpy /usr/share/bison/bison.simple 264 4444yymemcpy /usr/share/bison/bison.simple 264
4399yymemcpy /usr/share/bison/bison.simple 265 4445yymemcpy /usr/share/bison/bison.simple 265
4400yymemcpy /usr/share/bison/bison.simple /^yymemcpy (char *yyto, const char *yyfrom, YYSIZE_T/
4401yynewstate /usr/share/bison/bison.simple 763
4402yynewstate /usr/share/bison/bison.simple 925
4403yyn /usr/share/bison/bison.simple 755 4446yyn /usr/share/bison/bison.simple 755
4404yyn /usr/share/bison/bison.simple 861 4447yyn /usr/share/bison/bison.simple 861
4405yyn /usr/share/bison/bison.simple 895 4448yyn /usr/share/bison/bison.simple 895
4406yyn /usr/share/bison/bison.simple 903 4449yyn /usr/share/bison/bison.simple 903
4407YYPARSE_PARAM_ARG /usr/share/bison/bison.simple 351 4450yynewstate /usr/share/bison/bison.simple 763
4408YYPARSE_PARAM_ARG /usr/share/bison/bison.simple 354 4451yynewstate /usr/share/bison/bison.simple 925
4409YYPARSE_PARAM_ARG /usr/share/bison/bison.simple 358
4410YYPARSE_PARAM_DECL /usr/share/bison/bison.simple 352
4411YYPARSE_PARAM_DECL /usr/share/bison/bison.simple 355
4412YYPARSE_PARAM_DECL /usr/share/bison/bison.simple 359
4413yyparse /usr/share/bison/bison.simple /^yyparse (YYPARSE_PARAM_ARG)$/ 4452yyparse /usr/share/bison/bison.simple /^yyparse (YYPARSE_PARAM_ARG)$/
4414YYPOPSTACK /usr/share/bison/bison.simple 445
4415YYPOPSTACK /usr/share/bison/bison.simple 447
4416YYRECOVERING /usr/share/bison/bison.simple /^#define YYRECOVERING() (!!yyerrstatus)$/
4417yyresult /usr/share/bison/bison.simple 932 4453yyresult /usr/share/bison/bison.simple 932
4418yyresult /usr/share/bison/bison.simple 939 4454yyresult /usr/share/bison/bison.simple 939
4419yyresult /usr/share/bison/bison.simple 947 4455yyresult /usr/share/bison/bison.simple 947
4420yyreturn /usr/share/bison/bison.simple 933 4456yyreturn /usr/share/bison/bison.simple 933
4421yyreturn /usr/share/bison/bison.simple 940 4457yyreturn /usr/share/bison/bison.simple 940
4422YYSIZE_T /usr/share/bison/bison.simple 128
4423YYSIZE_T /usr/share/bison/bison.simple 129
4424YYSIZE_T /usr/share/bison/bison.simple 131
4425YYSIZE_T /usr/share/bison/bison.simple 132
4426YYSIZE_T /usr/share/bison/bison.simple 136
4427YYSIZE_T /usr/share/bison/bison.simple 137
4428YYSIZE_T /usr/share/bison/bison.simple 140
4429YYSIZE_T /usr/share/bison/bison.simple 141
4430YYSIZE_T /usr/share/bison/bison.simple 145
4431YYSIZE_T /usr/share/bison/bison.simple 146
4432YYSIZE_T /usr/share/bison/bison.simple 51
4433YYSIZE_T /usr/share/bison/bison.simple 52
4434YYSIZE_T /usr/share/bison/bison.simple 56
4435YYSIZE_T /usr/share/bison/bison.simple 57
4436YYSIZE_T /usr/share/bison/bison.simple 71
4437YYSIZE_T /usr/share/bison/bison.simple 72
4438YYSIZE_T /usr/share/bison/bison.simple 75
4439YYSIZE_T /usr/share/bison/bison.simple 76
4440yyss /usr/share/bison/bison.simple 85 4458yyss /usr/share/bison/bison.simple 85
4441yyss /usr/share/bison/bison.simple 86 4459yyss /usr/share/bison/bison.simple 86
4442YYSTACK_ALLOC /usr/share/bison/bison.simple 50
4443YYSTACK_ALLOC /usr/share/bison/bison.simple 51
4444YYSTACK_ALLOC /usr/share/bison/bison.simple 55
4445YYSTACK_ALLOC /usr/share/bison/bison.simple 56
4446YYSTACK_ALLOC /usr/share/bison/bison.simple 59
4447YYSTACK_ALLOC /usr/share/bison/bison.simple 60
4448YYSTACK_ALLOC /usr/share/bison/bison.simple 78
4449YYSTACK_ALLOC /usr/share/bison/bison.simple 79
4450YYSTACK_BYTES /usr/share/bison/bison.simple /^# define YYSTACK_BYTES(N) \\$/
4451YYSTACK_FREE /usr/share/bison/bison.simple 79
4452YYSTACK_FREE /usr/share/bison/bison.simple 80
4453YYSTACK_FREE /usr/share/bison/bison.simple /^# define YYSTACK_FREE(Ptr) do { \/* empty *\/; } wh/
4454YYSTACK_GAP_MAX /usr/share/bison/bison.simple 93
4455YYSTACK_GAP_MAX /usr/share/bison/bison.simple 94
4456YYSTACK_RELOCATE /usr/share/bison/bison.simple 548
4457YYSTACK_RELOCATE /usr/share/bison/bison.simple /^# define YYSTACK_RELOCATE(Type, Stack) \\$/
4458yystate /usr/share/bison/bison.simple 757 4460yystate /usr/share/bison/bison.simple 757
4459yystate /usr/share/bison/bison.simple 761 4461yystate /usr/share/bison/bison.simple 761
4460yystate /usr/share/bison/bison.simple 875 4462yystate /usr/share/bison/bison.simple 875
4461yystate /usr/share/bison/bison.simple 924 4463yystate /usr/share/bison/bison.simple 924
4462YYSTD /usr/share/bison/bison.simple /^# define YYSTD(x) std::x$/ 4464yystpcpy /usr/share/bison/bison.simple /^yystpcpy (char *yydest, const char *yysrc)$/
4463YYSTD /usr/share/bison/bison.simple /^# define YYSTD(x) x$/
4464yystpcpy /usr/share/bison/bison.simple 316 4465yystpcpy /usr/share/bison/bison.simple 316
4465yystpcpy /usr/share/bison/bison.simple 317 4466yystpcpy /usr/share/bison/bison.simple 317
4466yystpcpy /usr/share/bison/bison.simple /^yystpcpy (char *yydest, const char *yysrc)$/ 4467yystrlen /usr/share/bison/bison.simple /^yystrlen (const char *yystr)$/
4467yystrlen /usr/share/bison/bison.simple 293 4468yystrlen /usr/share/bison/bison.simple 293
4468yystrlen /usr/share/bison/bison.simple 294 4469yystrlen /usr/share/bison/bison.simple 294
4469yystrlen /usr/share/bison/bison.simple /^yystrlen (const char *yystr)$/
4470YYSTYPE y-src/parse.y 72
4471YYSTYPE y-src/parse.y 73
4472YYTERROR /usr/share/bison/bison.simple 177
4473YYTERROR /usr/share/bison/bison.simple 178
4474yyvsp /usr/share/bison/bison.simple 746
4475yyvsp /usr/share/bison/bison.simple 919
4476yyvs /usr/share/bison/bison.simple 86 4470yyvs /usr/share/bison/bison.simple 86
4477yyvs /usr/share/bison/bison.simple 87 4471yyvs /usr/share/bison/bison.simple 87
4472yyvsp /usr/share/bison/bison.simple 746
4473yyvsp /usr/share/bison/bison.simple 919
4478z c.c 144 4474z c.c 144
4479z c.c 164 4475z c.c 164
4480z cp-src/clheir.hpp 49 4476z cp-src/clheir.hpp 49
4481z cp-src/clheir.hpp 58 4477z cp-src/clheir.hpp 58
4482Z c-src/h.h 100 4478| tex-src/texinfo.tex /^\\def|{{\\tt \\char '174}}$/
4483/Z ps-src/rfc1245.ps /^\/Z {$/ 4479~ tex-src/texinfo.tex /^\\def~{{\\tt \\char '176}}$/
4480~A cp-src/c.C /^A::~A() {}$/
4481~B cp-src/c.C /^ ~B() {};$/
4482~MDiagArray2 cp-src/MDiagArray2.h /^ ~MDiagArray2 (void) { }$/
4483~generic_object cp-src/clheir.cpp /^generic_object::~generic_object(void)$/