Home
last modified time | relevance | path

Searched refs:Cond_Eval (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/make/
H A Dcond.h47 extern int Cond_Eval(const char *);
H A Dparse.c1383 switch (Cond_Eval(line)) { in handle_bsd_command()
1393 } while (line != NULL && Cond_Eval(stripped) != COND_PARSE); in handle_bsd_command()
H A Dcond.c928 Cond_Eval(const char *line) in Cond_Eval() function