Searched refs:expr_eval (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/usr.bin/config/ |
H A D | files.c | 249 (void)expr_eval(fi->fi_optx, checkaux, fi); in checkfiles() 329 sel = expr_eval(fi->fi_optx, in fixfiles() 444 !expr_eval(dm->dm_opts, fixsel, NULL)) in fixdevsw() 563 expr_eval(struct condexpr *expr, int (*fn)(const char *, void *), void *ctx) in expr_eval() function 573 return (!expr_eval(expr->cx_not, fn, ctx)); in expr_eval() 576 lhs = expr_eval(expr->cx_and.left, fn, ctx); in expr_eval() 577 rhs = expr_eval(expr->cx_and.right, fn, ctx); in expr_eval() 581 lhs = expr_eval(expr->cx_or.left, fn, ctx); in expr_eval() 582 rhs = expr_eval(expr->cx_or.right, fn, ctx); in expr_eval()
|
H A D | defs.h | 540 int expr_eval(struct condexpr *, int (*)(const char *, void *), void *);
|
H A D | mkmakefile.c | 671 if (expr_eval(cond, selectopt, NULL)) in emitappmkoptions()
|