Home
last modified time | relevance | path

Searched defs:CondParser (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bmake/
H A Dcond.c134 typedef struct CondParser { struct
143 bool plain;
146 bool (*evalBare)(const char *);
147 bool negateEvalBare;
171 } CondParser; argument