Searched refs:CondDoDefined (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/bmake/ |
| H A D | cond.c | 150 static Boolean CondDoDefined(int, const char *); 169 { "def", 3, FALSE, CondDoDefined }, 170 { "ndef", 4, TRUE, CondDoDefined }, 173 { "", 0, FALSE, CondDoDefined }, 340 CondDoDefined(int argLen MAKE_ATTR_UNUSED, const char *arg) in CondDoDefined() function 870 { "defined", 7, CondGetArg, CondDoDefined }, in compare_function()
|