Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bmake/
H A Dcond.c138 typedef struct CondParser { struct
145 bool plain;
148 bool (*evalBare)(const char *);
149 bool negateEvalBare;
175 } CondParser; argument