Searched defs:terminal (Results 1 - 7 of 7) 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 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
/ast/src/cmd/ie/
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/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/lib/libpp/
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 42 milliseconds