Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dmake.h846 Guard *Cond_ExtractGuard(const char *) MAKE_ATTR_USE;
H A Dcond.c1183 Cond_ExtractGuard(const char *line) in Cond_ExtractGuard() function
H A Dparse.c2695 && (guard = Cond_ExtractGuard(line)) != NULL) { in ReadHighLevelLine()