Home
last modified time | relevance | path

Searched refs:OP_universe (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dastconf.c261 #define OP_universe 10 macro
271 OP_universe
527 case OP_universe: in initialize()
528 ok = streq(_UNIV_DEFAULT, DEFAULT(OP_universe)); in initialize()
549 if (command && fp->op != OP_universe) in initialize()
559 if (fp->op != OP_universe) in initialize()
571 if (fp->op == OP_universe) in initialize()
583 if (fp->op == OP_universe) in initialize()
736 case OP_universe: in format()
739 strcpy(fp->value, DEFAULT(OP_universe)); in format()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE116 10-11-30 port/astconf.c: eliminate esaccess() calls for OP_universe checks