Searched refs:t_mode (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/libedit/ |
H A D | tty.c | 575 el->el_tty.t_mode = EX_IO; in tty_init() 999 if (el->el_tty.t_mode == ED_IO || el->el_tty.t_mode == QU_IO) in tty_rawmode() 1072 el->el_tty.t_mode = ED_IO; in tty_rawmode() 1084 if (el->el_tty.t_mode == EX_IO) in tty_cookedmode() 1097 el->el_tty.t_mode = EX_IO; in tty_cookedmode() 1108 if (el->el_tty.t_mode == QU_IO) in tty_quotemode() 1122 el->el_tty.t_mode = QU_IO; in tty_quotemode() 1134 if (el->el_tty.t_mode != QU_IO) in tty_noquotemode() 1143 el->el_tty.t_mode = ED_IO; in tty_noquotemode() 1295 if (el->el_tty.t_mode == z) { in tty_stty()
|
H A D | tty.h | 476 unsigned char t_mode; member
|
H A D | read.c | 496 if (el->el_tty.t_mode == EX_IO && el->el_read->macros.level < 0) { in el_wgets()
|
/freebsd/contrib/ntp/libparse/ |
H A D | clk_trimtsip.c | 110 u_char t_mode; /* actual operating mode */ member 309 if (t->t_mode == 0) in cvt_trimtsip() 339 t->t_mode = status; in cvt_trimtsip()
|
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | cmds.c | 204 char *t_mode; member 252 comret = command ("TYPE %s %s", p->t_mode, p->t_arg); in settype() 254 comret = command("TYPE %s", p->t_mode); in settype() 286 comret = command("TYPE %s %s", p->t_mode, bytename); in changetype() 288 comret = command("TYPE %s", p->t_mode); in changetype()
|
/freebsd/contrib/tnftp/src/ |
H A D | cmds.c | 137 const char *t_mode; member 266 comret = command("TYPE %s %s", p->t_mode, p->t_arg); in set_type() 268 comret = command("TYPE %s", p->t_mode); in set_type() 299 comret = command("TYPE %s %s", p->t_mode, bytename); in changetype() 301 comret = command("TYPE %s", p->t_mode); in changetype()
|