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

/ast/src/lib/libcmd/
H A Drm.c35 " standard input is a terminal, and the \b--force\b option is not"
92 int terminal; /* attached to terminal */ member in struct:State_s
268 else if (!(ent->fts_info & FTS_SL) && !state->force && state->terminal && eaccess(path, W_OK))
341 state.terminal = isatty(0);
/ast/src/cmd/nmake/
H A Dmetarule.c85 * 'T' terminal unconstrained inputs
362 List_t* terminal; local
415 terminal = (x = metainfo('T', NiL, NiL, 0)) ? x->prereqs : 0;
485 * check terminal unconstrained metarules
488 debug((-9, "check terminal unconstrained metarules"));
489 for (v = terminal; v; v = v->next)
519 * check terminal unconstrained metarules
525 * check explicit terminal unconstrained prereqs
529 for (p = terminal; p; p = p->next)
540 * check implicit terminal unconstraine
[all...]
H A Ddump.c217 sfputr(sp, "terminal", ' ');
396 sfputr(sp, internal.terminal->name, ' ');
H A Drule.c945 if (a == internal.terminal) return n & P_terminal;
1489 ATTR(terminal, ".TERMINAL", P_terminal);
H A Dmake.h207 #define C_TERMINAL (1<<5) /* istype() terminal chars */
313 #define P_terminal (1L<<28) /* terminal target or metarule */
564 Rule_t* terminal; /* .TERMINAL rule pointer */ member in struct:Internal_s
H A DMakerules.mk60 set option=';select;s;-;A catenation of edit operators that selects terminal source files.;edit-ops'
/ast/src/cmd/ie/
H A Deditlib.c28 #include "terminal.h"
64 * 1) We ALWAYS want ksh-editing on the terminal input.
65 * 2) We SOMETIMES want ksh-editing on the terminal input.
H A Demacs.c84 #include "terminal.h"
154 CRT=0, /* Crt terminal */
155 PAPER /* Paper terminal */
156 } terminal ; variable in typeref:enum:__anon102
560 if (terminal == PAPER)
571 if (terminal == PAPER)
572 terminal = CRT;
575 terminal = PAPER;
/ast/src/cmd/3d/
H A DMakefile98 terminal FEATURE/eaccess FEATURE/hack
/ast/src/cmd/ksh93/edit/
H A Demacs.c75 #include "terminal.h"
116 CRT=0, /* Crt terminal */
117 PAPER /* Paper terminal */
118 } terminal; member in struct:_emacs_
582 if (ep->terminal == PAPER)
593 if (ep->terminal == PAPER)
594 ep->terminal = CRT;
597 ep->terminal = PAPER;
/ast/src/cmd/ksh93/tests/
H A Dpty.sh205 # terminal and to reset the command history so that the command that
245 # command line, re-issue the prompt on the next line of the terminal
432 L process/terminal group exercise
/ast/src/lib/libpp/
H A Dpplex.c258 count(terminal);
540 sfprintf(sfstderr, "%7d: terminal states\n", pp.counter.terminal);
H A Dpplib.h210 int terminal; /* terminal states */ member in struct:counter
/ast/src/cmd/INIT/
H A Dproto.c291 int terminal; member in struct:counter

Completed in 127 milliseconds