OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SF_TTY
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/ksh/
lex.h
48
#define
SF_TTY
BIT(3) /* type == SSTDIN & it is a tty */
main.c
313
s->flags |=
SF_TTY
;
512
volatile int wastty = s->flags &
SF_TTY
;
540
* needs FMONITOR set (not FTALKING/
SF_TTY
)...
603
if (t && (!Flag(FNOEXEC) || (s->flags &
SF_TTY
)))
lex.c
991
int have_tty = interactive && (s->flags &
SF_TTY
);
Completed in 14 milliseconds
Indexes created Mon Oct 13 05:10:05 GMT 2025