Searched defs:OP_universe (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/port/
H A Dastconf.c247 #define OP_universe 9 macro
257 OP_universe
508 case OP_universe:
509 ok = streq(_UNIV_DEFAULT, DEFAULT(OP_universe));
530 if (command && (fp->op != OP_universe || !ok))
540 if (fp->op != OP_universe)
552 if (fp->op == OP_universe)
564 if (fp->op == OP_universe)
680 case OP_universe:
683 strcpy(fp->value, DEFAULT(OP_universe));
[all...]

Completed in 46 milliseconds