/freebsd/contrib/telnet/telnet/ |
H A D | externs.h | 62 typedef char cc_t; typedef 64 typedef unsigned char cc_t; typedef 85 # define _POSIX_VDISABLE ((cc_t)'\377') 130 extern cc_t escape; /* Escape to command mode */ 131 extern cc_t rlogin; /* Rlogin mode escape character */ 133 extern cc_t echoc; /* Toggle local echoing */ 301 slc_add_reply(unsigned char, unsigned char, cc_t), 337 extern cc_t 359 extern cc_t termForw2Char; 360 extern cc_t termAytChar; [all …]
|
H A D | terminal.c | 57 cc_t termFlushChar; 60 cc_t termLiteralNextChar; 63 cc_t termSuspChar; 66 cc_t termWerasChar; 69 cc_t termRprntChar; 72 cc_t termStartChar; 75 cc_t termStopChar; 78 cc_t termForw1Char; 81 cc_t termForw2Char; 84 cc_t termAytChar; [all …]
|
H A D | sys_bsd.c | 268 cc_t * 306 return((cc_t *)0); in tcval() 380 cc_t esc; in TerminalNewMode() 508 tmp_tc.c_cc[VLNEXT] = (cc_t)(_POSIX_VDISABLE); in TerminalNewMode() 613 tmp_tc.c_cc[VDSUSP] = (cc_t)(_POSIX_VDISABLE); in TerminalNewMode() 627 if (tmp_tc.c_cc[VEOL] == (cc_t)(_POSIX_VDISABLE)) in TerminalNewMode() 630 else if (tmp_tc.c_cc[VEOL2] == (cc_t)(_POSIX_VDISABLE)) in TerminalNewMode() 635 if (tc.t_brkc == (cc_t)(_POSIX_VDISABLE)) in TerminalNewMode()
|
H A D | telnet.c | 117 cc_t escape; 118 cc_t rlogin; 120 cc_t echoc; 1126 cc_t val; 1127 cc_t *valp; 1256 if (spcp->val == (cc_t)(_POSIX_VDISABLE)) in slc_export() 1314 spcp->val = (cc_t)cp[SLC_VALUE]; in slc() 1323 spcp->val = (cc_t)cp[SLC_VALUE]; in slc() 1347 if (spcp->val == (cc_t)(_POSIX_VDISABLE)) in slc_check() 1373 slc_add_reply(unsigned char func, unsigned char flags, cc_t value) in slc_add_reply()
|
H A D | commands.c | 238 control(cc_t c) in control() 252 if (c == (cc_t)_POSIX_VDISABLE) { in control() 865 cc_t *charp; /* where it is located at */ 874 { "tracefile", "file to write trace information to", SetNetTrace, (cc_t *)NetTraceFile}, 982 *(ct->charp) = (cc_t)value; in setcmd()
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | terminal.c | 44 cc_t termFlushChar; 47 cc_t termLiteralNextChar; 50 cc_t termSuspChar; 53 cc_t termWerasChar; 56 cc_t termRprntChar; 59 cc_t termStartChar; 62 cc_t termStopChar; 65 cc_t termForw1Char; 68 cc_t termForw2Char; 71 cc_t termAytChar;
|
H A D | externs.h | 49 # define _POSIX_VDISABLE ((cc_t)'\377') 87 extern cc_t escape; /* Escape to command mode */ 88 extern cc_t rlogin; /* Rlogin mode escape character */ 90 extern cc_t echoc; /* Toggle local echoing */ 263 cc_t *tcval(int func); 329 void slc_add_reply (unsigned char, unsigned char, cc_t); 345 cc_t *tcval (int); 377 extern cc_t termSuspChar; 385 extern cc_t termFlushChar; 390 extern cc_t termWerasChar; [all …]
|
H A D | sys_bsd.c | 216 cc_t* 252 return((cc_t *)0); in tcval() 327 cc_t esc; in TerminalNewMode() 402 tmp_tc.c_cc[VLNEXT] = (cc_t)(_POSIX_VDISABLE); in TerminalNewMode() 473 tmp_tc.c_cc[VDSUSP] = (cc_t)(_POSIX_VDISABLE); in TerminalNewMode() 485 if (tmp_tc.c_cc[VEOL] == (cc_t)(_POSIX_VDISABLE)) in TerminalNewMode() 488 else if (tmp_tc.c_cc[VEOL2] == (cc_t)(_POSIX_VDISABLE)) in TerminalNewMode()
|
H A D | telnet.c | 87 cc_t escape; 88 cc_t rlogin; 90 cc_t echoc; 1071 cc_t val; 1072 cc_t *valp; 1191 if (spcp->val == (cc_t)(_POSIX_VDISABLE)) in slc_export() 1249 spcp->val = (cc_t)cp[SLC_VALUE]; in slc() 1258 spcp->val = (cc_t)cp[SLC_VALUE]; in slc() 1282 if (spcp->val == (cc_t)(_POSIX_VDISABLE)) in slc_check() 1309 slc_add_reply(unsigned char func, unsigned char flags, cc_t value) in slc_add_reply()
|
H A D | commands.c | 145 control(cc_t c) in control() 159 if (c == (cc_t)_POSIX_VDISABLE) { in control() 794 cc_t *charp; /* where it is located at */ 803 { "tracefile", "file to write trace information to", SetNetTrace, (cc_t *)NetTraceFile}, 910 *(ct->charp) = (cc_t)value; in setcmd()
|
/freebsd/contrib/llvm-project/lldb/tools/driver/ |
H A D | Platform.h | 27 typedef unsigned char cc_t; typedef 52 cc_t c_line; // line discipline 53 cc_t c_cc[NCCS]; // control characters
|
/freebsd/contrib/ncurses/include/ |
H A D | ncurses_mingw.h | 50 typedef unsigned char cc_t; typedef 64 cc_t c_cc[NCCS];
|
/freebsd/sys/sys/ |
H A D | ttydefaults.h | 101 static const cc_t ttydefchars[] = { 106 _Static_assert(sizeof(ttydefchars) / sizeof(cc_t) == NCCS,
|
H A D | _termios.h | 223 typedef unsigned char cc_t; typedef 231 cc_t c_cc[NCCS]; /* control chars */
|
/freebsd/sys/kern/ |
H A D | tty_compat.c | 128 cc_t *cc; in ttsetcompat() 144 cc_t *cc; in ttsetcompat() 200 cc_t *cc = tp->t_termios.c_cc; in tty_ioctl_compat() 216 cc_t *cc = tp->t_termios.c_cc; in tty_ioctl_compat() 228 cc_t *cc = tp->t_termios.c_cc; in tty_ioctl_compat()
|
H A D | tty_ttydisc.c | 789 cc_t c; in ttydisc_reprint()
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | defs.h | 91 cc_t val; /* the value of the special character */ 97 cc_t *sptr; /* a pointer to the char in */
|
H A D | ext.h | 98 int spcset (int func, cc_t *valp, cc_t **valpp);
|
H A D | state.c | 176 *slctab[SLC_AO].sptr != (cc_t)(_POSIX_VDISABLE)) { in telrcv() 196 cc_t ch; in telrcv() 206 if (ch != (cc_t)(_POSIX_VDISABLE)) in telrcv()
|
H A D | sys_term.c | 226 spcset(int func, cc_t *valp, cc_t **valpp) in spcset() 232 #define defval(a) *valp = ((cc_t)a); *valpp = (cc_t *)0; return(SLC_DEFAULT); in spcset()
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | tokenize.c | 63 cc_t * pSrc = (cc_t *) (*ppSrc + 1); in copy_raw()
|
H A D | genshell.h | 165 #define cc_t const unsigned char macro
|
/freebsd/crypto/openssh/ |
H A D | ttymodes.c | 251 special_char_encode(cc_t c) in special_char_encode() 263 static cc_t
|
/freebsd/usr.bin/mail/ |
H A D | tty.c | 41 static cc_t c_erase; /* Current erase char */ 42 static cc_t c_kill; /* Current kill char */
|
/freebsd/contrib/unifdef/tests/ |
H A D | xterm.expout | 53 #define TMODE(ind,var) if (ttymodelist[ind].set) var = (cc_t) ttymodelist[ind].value
|