Searched refs:t_mode (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/ntp/libparse/
H A Dclk_trimtsip.c110 u_char t_mode; /* actual operating mode */ member in struct:trimble
309 if (t->t_mode == 0)
339 t->t_mode = status;
/freebsd-12-stable/contrib/libedit/
H A Dtty.c575 el->el_tty.t_mode = EX_IO;
999 if (el->el_tty.t_mode == ED_IO || el->el_tty.t_mode == QU_IO)
1072 el->el_tty.t_mode = ED_IO;
1084 if (el->el_tty.t_mode == EX_IO)
1097 el->el_tty.t_mode = EX_IO;
1108 if (el->el_tty.t_mode == QU_IO)
1122 el->el_tty.t_mode = QU_IO;
1134 if (el->el_tty.t_mode != QU_IO)
1143 el->el_tty.t_mode
[all...]
H A Dtty.h476 unsigned char t_mode; member in struct:__anon2157
H A Dread.c493 if (el->el_tty.t_mode == EX_IO && el->el_read->macros.level < 0) {
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c204 char *t_mode; member in struct:types
252 comret = command ("TYPE %s %s", p->t_mode, p->t_arg);
254 comret = command("TYPE %s", p->t_mode);
286 comret = command("TYPE %s %s", p->t_mode, bytename);
288 comret = command("TYPE %s", p->t_mode);
/freebsd-12-stable/contrib/tnftp/src/
H A Dcmds.c137 const char *t_mode; member in struct:types
266 comret = command("TYPE %s %s", p->t_mode, p->t_arg);
268 comret = command("TYPE %s", p->t_mode);
299 comret = command("TYPE %s %s", p->t_mode, bytename);
301 comret = command("TYPE %s", p->t_mode);
/freebsd-12-stable/contrib/binutils/opcodes/
H A Di386-dis.c350 #define t_mode 6 /* ten-byte operand */ macro
4074 t_mode,
4076 t_mode,
4109 t_mode,
4111 t_mode,
4879 case t_mode:

Completed in 501 milliseconds