Searched refs:ModChain_Literal (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13-stable/contrib/bmake/ |
| HD | var.c | 3957 #define ModChain_Literal(expr, startc, endc, sep, oneBigWord) \ macro 3961 ModChain_Literal(Expr *expr, char startc, char endc, char sep, bool oneBigWord) in ModChain_Literal() function 3982 ModChain ch = ModChain_Literal(expr, startc, endc, ' ', false); in ApplyModifiers()
|