OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tty_state
(Results
1 - 2
of
2
) sorted by null
/external/selinux/policycoreutils/run_init/
open_init_pty.c
51
static enum { RESET, RAW, CBREAK }
tty_state
= RESET;
variable in typeref:enum:__anon23465
57
if (
tty_state
== RESET) {
86
tty_state
= RAW;
93
if (
tty_state
!= CBREAK &&
tty_state
!= RAW) {
100
tty_state
= RESET;
/external/mksh/src/
sh.h
2101
EXTERN mksh_ttyst
tty_state
; \/* saved tty state *\/
variable
[
all
...]
Completed in 225 milliseconds