Home
last modified time | relevance | path

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

/openbsd/usr.bin/make/
H A Dcond_int.h7 #define COND_IFMAKE "ifmake" macro
H A Dgenerate.c73 M(COND_IFMAKE),
H A Dcond.c970 if (k == K_COND_IFMAKE && len == strlen(COND_IFMAKE) && in Cond_Eval()
971 strncmp(line, COND_IFMAKE, len) == 0) { in Cond_Eval()