Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/config/
Dgram.y1282 cx = condexpr_create(CX_ATOM); in mk_cx_atom()
1292 cx = condexpr_create(CX_NOT); in mk_cx_not()
1302 cx = condexpr_create(CX_AND); in mk_cx_and()
1313 cx = condexpr_create(CX_OR); in mk_cx_or()
Dutil.c387 condexpr_create(enum condexpr_types type) in condexpr_create() function
Ddefs.h683 struct condexpr *condexpr_create(enum condexpr_types);