Searched refs:record_possible_suffix (Results 1 – 1 of 1) sorted by relevance
/openbsd/usr.bin/make/ |
H A D | suff.c | 153 static void record_possible_suffix(Suff *, GNode *, char *, Lst, Lst); 1075 record_possible_suffix(Suff *s, GNode *gn, char *eoname, Lst srcs, Lst targs) in record_possible_suffix() function 1125 record_possible_suffix(suff, gn, e, srcs, targs); in record_possible_suffixes()
|