Home
last modified time | relevance | path

Searched refs:new_suffixi (Results 1 – 1 of 1) sorted by relevance

/openbsd/usr.bin/make/
H A Dsuff.c148 #define new_suffix(s) new_suffixi(s, NULL)
149 static Suff *new_suffixi(const char *, const char *);
521 new_suffixi(const char *str, const char *eptr) in new_suffixi() function
561 s = new_suffixi(str, end); in add_suffixi()