Home
last modified time | relevance | path

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

/trueos/usr.bin/make/
HDcond.c122 static CondProc CondDoTarget; variable
358 CondDoTarget(int argLen, char *arg) in CondDoTarget() function
834 evalProc = CondDoTarget; in CondToken()
/trueos/contrib/bmake/
HDcond.c153 static Boolean CondDoTarget(int, const char *);
431 CondDoTarget(int argLen MAKE_ATTR_UNUSED, const char *arg) in CondDoTarget() function
852 { "target", 6, CondGetArg, CondDoTarget }, in compare_function()