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

  /src/usr.bin/config/
util.c 392 cx->cx_type = type;
425 switch (expr->cx_type) {
447 (int)expr->cx_type);
files.c 324 if (fi->fi_optx->cx_type == CX_ATOM) {
567 switch (expr->cx_type) {
585 panic("invalid condexpr type %d", (int)expr->cx_type);
defs.h 393 enum condexpr_types cx_type; member in struct:condexpr
mkmakefile.c 625 switch (cond->cx_type) {
gram.y 1206 cx->cx_type = CX_ATOM;

Completed in 44 milliseconds