Home
last modified time | relevance | path

Searched defs:file_list (Results 1 – 1 of 1) sorted by relevance

/csrg-svn/usr.sbin/config/
H A Dconfig.h19 struct file_list { struct
20 struct file_list *f_next; argument
21 char *f_fn; /* the name */
22 u_char f_type; /* see below */
23 u_char f_flags; /* see below */
24 char *f_special; /* special make rule if present */
25 char *f_needs;
31 union {
45 } fun;