Searched refs:CondDoDefined (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/bmake/
H A Dcond.c149 static Boolean CondDoDefined(int, const char *);
168 { "def", 3, FALSE, CondDoDefined },
169 { "ndef", 4, TRUE, CondDoDefined },
172 { "", 0, FALSE, CondDoDefined },
329 * CondDoDefined --
341 CondDoDefined(int argLen MAKE_ATTR_UNUSED, const char *arg)
877 { "defined", 7, CondGetArg, CondDoDefined },
339 CondDoDefined(int argLen MAKE_ATTR_UNUSED, const char *arg) function

Completed in 99 milliseconds