Lines Matching defs:base
70 struct base { struct
71 struct base *b_next; /* pointer to next base */ argument
72 fflags_t b_flags; /* what I know about this base */ argument
73 int b_ident; /* base sequence # (DBG) */ argument
74 char *b_src_spec; /* spec name of source dir */
75 char *b_dst_spec; /* spec name of dest dir */
76 char *b_src_name; /* expanded name of source dir */
77 char *b_dst_name; /* expanded name of dest dir */
79 struct rule *b_includes; /* chain of include rules */
80 struct rule *b_excludes; /* chain of exclude rules */
81 struct rule *b_restrictions; /* chain of restrictions */
83 struct file *b_files; /* chain of files */
86 int b_totfiles; /* total files found in tree */
87 int b_src_copies; /* files copied to source */
111 * they are stored under bases argument
114 struct rule *r_next; /* pointer to next rule in base */ argument