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

/ast/src/lib/libpp/
H A Dppcall.c78 goto disable;
91 goto disable;
140 goto disable;
175 goto disable;
186 goto disable;
230 goto disable;
416 goto disable;
444 disable:
H A Dppcontrol.c189 getline(register char* p, char* x, int disable) argument
202 if (disable)
206 else if (disable == 1)
207 disable = (c == T_ID && streq(pp.token, pp.pass)) ? 2 : 0;
210 disable = 0;
/ast/src/cmd/ksh93/
H A DMakefile14 * set these variables to 1 to enable, 0 to disable, null to probe
/ast/src/cmd/coshell/
H A Dservice.h160 #define SETDISABLE (1<<2) /* global.disable was set */
214 unsigned long disable; member in struct:__anon58::__anon59
291 unsigned long disable; member in struct:__anon66
H A Djob.c246 if (state.disable && (jp->sig == SIGKILL || jp->status > 128 && (jp->status % 128) == SIGKILL))
249 jp->shell->update = cs.time + state.disable;
H A Dschedule.c119 state.disable = a->global.disable;
H A Dcommand.c560 sfprintf(state.string, " disable %-6s ", fmtelapsed(state.disable, 1));
/ast/src/cmd/std/
H A Ddf.c134 short disable; /* macro being expanded */ member in struct:__anon227
413 kp->disable = 1;
416 if (kp->macro && !kp->disable)
418 kp->disable = 1;
422 kp->disable = 0;
H A Dls.c318 short disable; /* macro being expanded */ member in struct:__anon230
504 kp->disable = 1;
506 if (kp->macro && !kp->disable)
508 kp->disable = 1;
514 kp->disable = 0;
H A Dps.c180 short disable; /* macro being expanded */ member in struct:Key_s
586 kp->disable = 1;
591 if (kp->macro && !kp->disable)
593 kp->disable = 1;
597 kp->disable = 0;
/ast/src/lib/libast/misc/
H A Doptget.c4752 goto disable;
4987 disable:
/ast/src/cmd/nmake/
H A DMakerules.mk41 set option=';cctype;s;-;Set the \bprobe\b(1) C compiler type identifier. The default value is based on the \bCC\b variable. To disable the C probe use \b--cctype=-\b or set \bCC=""\b.;[type]'

Completed in 69 milliseconds