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

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/port/
H A Dastconf.c247 #define OP_universe 9 macro
257 OP_universe
510 case OP_universe:
511 ok = streq(_UNIV_DEFAULT, DEFAULT(OP_universe));
532 if (command && fp->op != OP_universe)
542 if (fp->op != OP_universe)
554 if (fp->op == OP_universe)
566 if (fp->op == OP_universe)
686 case OP_universe:
689 strcpy(fp->value, DEFAULT(OP_universe));
[all...]

Completed in 104 milliseconds