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

  /src/usr.bin/config/
gram.y 1282 cx = condexpr_create(CX_ATOM);
1292 cx = condexpr_create(CX_NOT);
1302 cx = condexpr_create(CX_AND);
1313 cx = condexpr_create(CX_OR);
util.c 387 condexpr_create(enum condexpr_types type) function in typeref:struct:condexpr *
414 panic("condexpr_create: invalid expr type %d", (int)type);
defs.h 683 struct condexpr *condexpr_create(enum condexpr_types);

Completed in 36 milliseconds