1 | COUNT stamp.c /^#define COUNT(p) (*(int*)p[CNT])$/ |
---|
2 | DEV track.h /^#define DEV( statbuf) ((statbuf).st_rdev)$/ |
---|
3 | DIFF update.c /^#define DIFF( l, r, field) (short)(((l).sbuf.field/ |
---|
4 | FASTEQ except.c /^#define FASTEQ( a, b) (*(a) == *(b) && a[1] == b[1/ |
---|
5 | FILE track.c /^FILE *logfile = NULL; \/* the logfile *\/$/ |
---|
6 | FLAG track.h /^#define FLAG( list_elt) (((char *)( list_/ |
---|
7 | GID track.h /^#define GID( statbuf) ((statbuf).st_gid)$/ |
---|
8 | KEYCPY track.h /^#define KEYCPY( key, name) \\$/ |
---|
9 | LIST track.h /^#define LIST( tbl) ( (tbl).shift--, (List_element*/ |
---|
10 | MODE track.h /^#define MODE( statbuf) ((statbuf).st_mode & 07777)/ |
---|
11 | Mnullmail nullmail.c /^main(argc,argv)$/ |
---|
12 | Mtest test.c /^main( argc, argv) int argc; char *argv[]; {$/ |
---|
13 | Mtrack track.c /^main(argc,argv)$/ |
---|
14 | NEXT track.h /^#define NEXT( list_elt) *PNEXT( list_elt)$/ |
---|
15 | PNEXT track.h /^#define PNEXT( list_elt) ((List_element **)&((ch/ |
---|
16 | SIGN track.h /^#define SIGN( i) (((i) > 0)? 1 : ((i)? -1 : 0))$/ |
---|
17 | TEXT track.h /^#define TEXT( list_elt) ((char*)(list_elt))$/ |
---|
18 | TIME track.h /^#define TIME( statbuf) ((statbuf).st_mtime)$/ |
---|
19 | TYPE track.h /^#define TYPE( statbuf) ((statbuf).st_mode & S_IFMT/ |
---|
20 | U lex.yy.c /^# define U(x) x$/ |
---|
21 | UID track.h /^#define UID( statbuf) ((statbuf).st_uid)$/ |
---|
22 | add_list_elt except.c /^add_list_elt( str, flag, top) char *str; char flag/ |
---|
23 | banner update.c /^banner( rname, lname, r, l, d)$/ |
---|
24 | build_path track.c /^build_path( f, w, d, p) char *f, *w, *d, *p; {$/ |
---|
25 | char track.c /^char workdir[LINELEN]; \/* working directory unde/ |
---|
26 | cleanup test.c /^void cleanup() {$/ |
---|
27 | clear_ent misc.c /^clear_ent()$/ |
---|
28 | clear_stat update.c /^clear_stat( sp) struct stat *sp; {$/ |
---|
29 | clearlocks track.c /^clearlocks()$/ |
---|
30 | closestat track.c /^closestat() {$/ |
---|
31 | copy_file update.c /^copy_file(from,to)$/ |
---|
32 | currency_diff update.c /^currency_diff( l, r) struct currentness *l, *r; {$/ |
---|
33 | dec_entry stamp.c /^dec_entry( entnum, fr, to, cmp, tail)$/ |
---|
34 | dec_statfile stamp.c /^dec_statfile( line, c)$/ |
---|
35 | do_cmds track.c /^do_cmds(cmds,local)$/ |
---|
36 | do_gripe misc.c /^do_gripe()$/ |
---|
37 | do_panic misc.c /^do_panic()$/ |
---|
38 | doreset misc.c /^doreset()$/ |
---|
39 | duplicate except.c /^duplicate( word, entnum) char *word; int entnum; {/ |
---|
40 | fake_link stamp.c /^fake_link( root, name, c) char *root, *name; struc/ |
---|
41 | file_pat except.c /^file_pat( ptr)$/ |
---|
42 | findparent files.c /^findparent(path)$/ |
---|
43 | follow_link files.c /^follow_link( name, retval)$/ |
---|
44 | get_arg track.c /^get_arg(to,list,ptr)$/ |
---|
45 | get_currentness update.c /^get_currentness( path, c) char **path; struct curr/ |
---|
46 | get_next_match stamp.c /^get_next_match( name)$/ |
---|
47 | gettail except.c /^gettail( pathp, type, entnum)$/ |
---|
48 | hash except.c /^hash( p) char *p; {$/ |
---|
49 | if lex.yy.c /^if (p==0) return(0);$/ |
---|
50 | in_cksum cksum.c /^in_cksum( filename, statp) char *filename; struct / |
---|
51 | init_next_match stamp.c /^init_next_match() {$/ |
---|
52 | initpath stamp.c /^initpath( name) char *name; {$/ |
---|
53 | input lex.yy.c /^# define input() (((yytchar=yysptr>yysbuf?U(*--yys/ |
---|
54 | justshow track.c /^justshow()$/ |
---|
55 | keyncmp stamp.c /^keyncmp( r, i) char *r; int i; {$/ |
---|
56 | last_match stamp.c /^last_match( path, entnum) char *path; int entnum; / |
---|
57 | list2hashtable except.c /^list2hashtable( p) Table *p; {$/ |
---|
58 | log2 except.c /^log2( len) unsigned short len; {$/ |
---|
59 | lookup except.c /^lookup( name, hashval, ht) char *name; unsigned lo/ |
---|
60 | makepath files.c /^int makepath( path,s)$/ |
---|
61 | match except.c /^match( p, fname) char *p; char *fname;$/ |
---|
62 | next_def_except except.c /^next_def_except() {$/ |
---|
63 | openstat track.c /^openstat( path, write) char *path; int write;$/ |
---|
64 | opensubfile track.c /^opensubfile( path) char *path; {$/ |
---|
65 | output lex.yy.c /^# define output(c) putc(c,yyout)$/ |
---|
66 | parseinit misc.c /^parseinit( subfile) FILE *subfile;$/ |
---|
67 | pathtail track.c /^#define pathtail( p) p[1+*(int*)p[CNT]]$/ |
---|
68 | poppath stamp.c /^poppath( p) char **p; {$/ |
---|
69 | printmsg misc.c /^printmsg( filep) FILE *filep;$/ |
---|
70 | pushpath stamp.c /^pushpath( p, name) char **p; char *name; {$/ |
---|
71 | re_conv except.c /^char *re_conv(from)$/ |
---|
72 | readstat track.c /^readstat() {$/ |
---|
73 | removeit files.c /^removeit(name, type)$/ |
---|
74 | resolve files.c /^char *resolve( name, root)$/ |
---|
75 | savestr misc.c /^savestr(to,from)$/ |
---|
76 | set_prots update.c /^set_prots( name, r)$/ |
---|
77 | setlock track.c /^setlock()$/ |
---|
78 | setuperr track.c /^setuperr()$/ |
---|
79 | sort_entries stamp.c /^sort_entries() {$/ |
---|
80 | sort_stat stamp.c /^sort_stat() {$/ |
---|
81 | store except.c /^store( list_elt, p) List_element *list_elt; Table / |
---|
82 | too_old files.c /^too_old( name, maxtime)$/ |
---|
83 | unput lex.yy.c /^# define unput(c) {yytchar= (c);if(yytchar=='\\n')y/ |
---|
84 | update_file update.c /^update_file(l, lpath,$/ |
---|
85 | updated update.c /^updated( cmp, fr) struct currentness *cmp, *fr; {$/ |
---|
86 | walk_trees track.c /^walk_trees( f, c, currency)$/ |
---|
87 | write_statline stamp.c /^write_statline( path, c)$/ |
---|
88 | writestat track.c /^writestat()$/ |
---|
89 | yyerror y.tab.c /^yyerror(s)$/ |
---|
90 | yyinput lex.yy.c /^yyinput(){$/ |
---|
91 | yylex lex.yy.c /^yylex(){$/ |
---|
92 | yymore lex.yy.c /^# define yymore() (yymorfg=1)$/ |
---|
93 | yyoutput lex.yy.c /^yyoutput(c)$/ |
---|
94 | yyparse y.tab.c /^yyparse() {$/ |
---|
95 | yyunput lex.yy.c /^yyunput(c)$/ |
---|