Searched refs:t_mode (Results 1 – 8 of 8) sorted by relevance
| /trueos/lib/libedit/ |
| HD | tty.c | 554 el->el_tty.t_mode = EX_IO; in tty_init() 912 if (el->el_tty.t_mode == ED_IO || el->el_tty.t_mode == QU_IO) in tty_rawmode() 1018 if (el->el_tty.t_mode == EX_IO) in tty_rawmode() 1028 el->el_tty.t_mode = ED_IO; in tty_rawmode() 1040 if (el->el_tty.t_mode == EX_IO) in tty_cookedmode() 1054 el->el_tty.t_mode = EX_IO; in tty_cookedmode() 1065 if (el->el_tty.t_mode == QU_IO) in tty_quotemode() 1089 el->el_tty.t_mode = QU_IO; in tty_quotemode() 1101 if (el->el_tty.t_mode != QU_IO) in tty_noquotemode() 1110 el->el_tty.t_mode = ED_IO; in tty_noquotemode() [all …]
|
| HD | read.c | 189 if (el->el_tty.t_mode == ED_IO) in read_preread() 454 if (el->el_tty.t_mode == EX_IO && ma->level < 0) { in el_gets()
|
| HD | tty.h | 475 int t_mode; member
|
| /trueos/contrib/ntp/libparse/ |
| HD | clk_trimtsip.c | 110 u_char t_mode; /* actual operating mode */ member 310 if (t->t_mode == 0) in cvt_trimtsip() 340 t->t_mode = status; in cvt_trimtsip()
|
| /trueos/contrib/top/ |
| HD | Configure | 396 set t_mode = 2755 399 set t_mode = 4755 403 set t_mode = 755 408 set t_mode = 755 413 set mode = $t_mode
|
| /trueos/crypto/heimdal/appl/ftp/ftp/ |
| HD | 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()
|
| /trueos/contrib/tnftp/src/ |
| HD | 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()
|
| /trueos/contrib/binutils/opcodes/ |
| HD | i386-dis.c | 348 #define t_mode 6 /* ten-byte operand */ macro 4072 t_mode, 4074 t_mode, 4107 t_mode, 4109 t_mode, 4877 case t_mode: in intel_operand_size()
|