Home
last modified time | relevance | path

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

/original-bsd/usr.bin/make/
H A Dsuff.c84 typedef struct _Suff { struct
85 char *name; /* The suffix itself */
86 int nameLen; /* Length of the suffix */
87 short flags; /* Type of suffix */
91 Lst searchPath; /* The path along which files of this suffix
93 int sNum; /* The suffix number */
94 int refCount; /* Reference count of list membership */
95 Lst parents; /* Suffixes we have a transformation to */
96 Lst children; /* Suffixes we have a transformation from */
97 Lst ref; /* List of lists this suffix is referenced */