Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/make/
Dmake.h823 Guard *Cond_ExtractGuard(const char *) MAKE_ATTR_USE;
Dcond.c1178 Cond_ExtractGuard(const char *line) in Cond_ExtractGuard() function
Dparse.c2635 && (guard = Cond_ExtractGuard(line)) != NULL) { in ReadHighLevelLine()