HomeSort by: relevance | last modified time | path
    Searched refs:condexpr_destroy (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/config/
util.c 423 condexpr_destroy(struct condexpr *expr) function in typeref:typename:void
432 condexpr_destroy(expr->cx_not);
436 condexpr_destroy(expr->cx_and.left);
437 condexpr_destroy(expr->cx_and.right);
441 condexpr_destroy(expr->cx_or.left);
442 condexpr_destroy(expr->cx_or.right);
446 panic("condexpr_destroy: invalid expr type %d",
defs.h 684 void condexpr_destroy(struct condexpr *);
mkmakefile.c 673 condexpr_destroy(cond);
sem.c 1857 condexpr_destroy(cond);
1864 condexpr_destroy(cond);
1870 condexpr_destroy(cond);
files.c 216 condexpr_destroy(optx);
gram.y 1208 condexpr_destroy(cx);

Completed in 41 milliseconds