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

/ast/src/lib/libjcl/
H A Djcllib.h98 #define DEFAULT 0x01 macro
/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/lib/libexpr/
H A DOexparse.h48 #define DEFAULT 273 macro
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));
/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/3d/
H A Dvcs.c137 #define DEFAULT "default" macro
373 if (streq(version, DEFAULT) || streq(version, LATEST))

Completed in 26 milliseconds