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

/freebsd-10.1-release/contrib/bmake/
H A Dcond.c152 static Boolean CondDoExists(int, const char *);
391 * CondDoExists --
403 CondDoExists(int argLen MAKE_ATTR_UNUSED, const char *arg)
858 { "exists", 6, CondGetArg, CondDoExists },
398 CondDoExists(int argLen MAKE_ATTR_UNUSED, const char *arg) function
/freebsd-10.1-release/usr.bin/make/
H A Dcond.c121 static CondProc CondDoExists; variable
325 * CondDoExists
332 CondDoExists(int argLen, char *arg) function
761 * Use CondDoExists to evaluate the argument and
765 evalProc = CondDoExists;

Completed in 88 milliseconds