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

/freebsd-10.1-release/usr.bin/make/
H A Dcond.c111 typedef Boolean CondProc(int, char *); typedef
119 static CondProc CondDoDefined;
120 static CondProc CondDoMake;
121 static CondProc CondDoExists;
122 static CondProc CondDoTarget;
131 CondProc *defProc; /* Default function to apply */
147 static CondProc *condDefProc; /* default function to apply */
724 CondProc *evalProc;

Completed in 49 milliseconds