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

/ast/src/lib/libexpr/
H A Dexdata.c47 EXID("default", DEFAULT, DEFAULT, 0, 0),
H A DOexparse.h48 #define DEFAULT 273 macro
H A Dextoken.c146 case DEFAULT:
H A Dexparse.y67 %token DEFAULT
308 $$ = exnewnode(expr.program, $1->index, 1, INTEGER, $3, exnewnode(expr.program, DEFAULT, 1, 0, sw->defcase, sw->firstcase));
435 | DEFAULT ':'
H A DOexparse.c89 #define DEFAULT 273 macro
624 "BREAK","CALL","CASE","CONSTANT","CONTINUE","DECLARE","DEFAULT","DYNAMIC",
660 "case_item : DEFAULT ':'",
1151 exval.expr = exnewnode(expr.program, exvsp[-7].id->index, 1, INTEGER, exvsp[-5].expr, exnewnode(expr.program, DEFAULT, 1, 0, sw->defcase, sw->firstcase));
H A Dexgram.h89 case DEFAULT:
/ast/src/lib/libjcl/
H A Djcllib.h98 #define DEFAULT 0x01 macro
H A Dlib.c55 * if (set&DEFAULT) then no set if already defined
87 if (!(set & DEFAULT))
H A Dfind.c131 else if (t = lookup(jcl, v, NiL, flags, DEFAULT))
H A Dparse.c208 if (v = lookup(jcl, t, NiL, 0, DEFAULT|MUST))
2098 else if (!lookup(jcl, tok, val, 0, DEFAULT))
2111 else if ((i = streq(op, "PROC") ? DEFAULT : 0) || streq(op, "SET"))
/ast/src/lib/libcmd/
H A Dtail.c123 #define DEFAULT 10 macro
372 number = DEFAULT;
414 Sfoff_t number = DEFAULT;
471 number = DEFAULT;
/ast/src/cmd/3d/
H A Dvcs.c137 #define DEFAULT "default" macro
373 if (streq(version, DEFAULT) || streq(version, LATEST))
/ast/src/lib/libast/port/
H A Dastconf.c78 #define DEFAULT(o) ((state.std||!dynamic[o].ast)?dynamic[o].std:dynamic[o].ast) macro
528 ok = streq(_UNIV_DEFAULT, DEFAULT(OP_universe));
733 initialize(fp, path, NiL, "logical", DEFAULT(OP_path_resolve));
739 strcpy(fp->value, DEFAULT(OP_universe));
787 initialize(fp, path, "echo", DEFAULT(OP_universe), "ucb");
/ast/src/cmd/INIT/
H A Dpackage.sh1256 *=*) set DEFAULT host type "$@"
/ast/src/cmd/nmake/
H A DMakerules.mk2464 $(LD_PRELOAD:N=$(<:C%\$(CC.SUFFIX.SHARED)\..*%$(CC.SUFFIX.SHARED)%):?LD_PRELOAD=""; _RLD_LIST=DEFAULT;?)if $(SILENT) test -f $(<:C%\$(CC.SUFFIX.SHARED)\.%.oo.%)

Completed in 293 milliseconds