Home
last modified time | relevance | path

Searched refs:l_changed (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dedit.c129 static char l_changed; /* set if mode bits changed */ variable
242 if(l_changed&L_MASK) in tty_cooked()
244 if(l_changed&T_CHARS) in tty_cooked()
247 if(l_changed&L_CHARS) in tty_cooked()
250 l_changed = 0; in tty_cooked()
317 l_changed |= L_CHARS; in tty_raw()
407 l_changed = 0; in tty_alt()
421 l_changed = L_MASK; in tty_alt()
427 l_changed |= T_CHARS; in tty_alt()