Home
last modified time | relevance | path

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

/freebsd-head/contrib/tcsh/
HDed.init.c40 int Tty_raw_mode = 0; /* Last tty change was to raw mode */ variable
364 if (Tty_raw_mode) in Rawmode()
541 Tty_raw_mode = 1; in Rawmode()
559 if (!Tty_raw_mode) in Cookedmode()
577 Tty_raw_mode = 0; in Cookedmode()
619 if (Tty_raw_mode) in Load_input_line()
HDsh.print.c228 if (GettingInput && !Tty_raw_mode && linp < &linbuf[sizeof linbuf - 10]) in flush()
HDed.h158 extern int Tty_raw_mode;
HDtw.parse.c1492 if (Tty_raw_mode) in tw_list_items()
1604 if (Tty_raw_mode) in t_search()
2224 if (Tty_raw_mode) in print_by_column()
HDed.inputl.c113 if (!Tty_raw_mode && MacroLvl < 0) { in Inputl()
HDsh.func.c2590 if (Tty_raw_mode)
2598 if (Tty_raw_mode)
HDed.chared.c3386 int was_raw = Tty_raw_mode; in e_stuff_char()