Home
last modified time | relevance | path

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

/trueos/contrib/bmake/
HDcond.c165 Boolean doNot; /* TRUE if default function should be negated */ member
699 t = if_info->defProc(strlen(lhs), lhs) != if_info->doNot; in compare_expression()
912 t = !doEval || if_info->defProc(arglen, arg) != if_info->doNot; in compare_function()
/trueos/usr.bin/make/
HDcond.c130 Boolean doNot; /* TRUE if default function should be negated */ member
1052 condInvert = ifp->doNot; in Cond_If()