Home
last modified time | relevance | path

Searched defs:ttystate (Results 1 – 3 of 3) sorted by relevance

/plan9-contrib/sys/src/cmd/vt/
H A Dcons.h38 struct ttystate { struct
42 extern struct ttystate ttystate[]; argument
H A Dmain.c87 struct ttystate ttystate[2] = { {0, 1}, {0, 1} }; variable
/plan9-contrib/sys/src/ape/cmd/pdksh/
H A Djobs.c146 TTY_state ttystate; /* saved tty state for stopped jobs */ member