Home
last modified time | relevance | path

Searched refs:cc_t (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dexterns.h58 typedef char cc_t; typedef
60 typedef unsigned char cc_t;
81 #define _POSIX_VDISABLE ((cc_t)'\377')
301 extern cc_t *tcval(int);
329 extern cc_t termForw2Char;
330 extern cc_t termAytChar;
332 #define termEofCharp (cc_t *)&ntc.t_eofc
335 #define termIntCharp (cc_t *)&ntc.t_intrc
338 #define termQuitCharp (cc_t *)&ntc.t_quitc
346 #define termAytCharp (cc_t *)&termAytChar
[all …]
H A Dterminal.c64 cc_t termAytChar;
66 cc_t termForw2Char;
67 cc_t termAytChar;
H A Dsys_bsd.c203 cc_t *
229 return ((cc_t *)0);
285 cc_t esc;
421 tmp_tc.c_cc[VLNEXT] = (cc_t)(_POSIX_VDISABLE);
492 tmp_tc.c_cc[VDSUSP] = (cc_t)(_POSIX_VDISABLE);
504 if (tmp_tc.c_cc[VEOL] == (cc_t)(_POSIX_VDISABLE))
506 else if (tmp_tc.c_cc[VEOL2] == (cc_t)(_POSIX_VDISABLE))
510 if (tc.t_brkc == (cc_t)(_POSIX_VDISABLE))
H A Dtelnet.c123 cc_t escape;
124 cc_t rlogin;
127 cc_t echoc;
192 static void slc_add_reply(unsigned char, unsigned char, cc_t);
1182 cc_t val;
1183 cc_t *valp;
1321 if (spcp->val == (cc_t)(_POSIX_VDISABLE)) in slc_export()
1381 spcp->val = (cc_t)cp[SLC_VALUE];
1390 spcp->val = (cc_t)cp[SLC_VALUE];
1414 if (spcp->val == (cc_t)(_POSIX_VDISABLE)) in slc_check()
[all …]
H A Dcommands.c286 control(cc_t c) in control()
300 if (c == (cc_t)_POSIX_VDISABLE) { in control()
326 esc_control(cc_t c) in esc_control()
974 cc_t *charp; /* where it is located at */
985 (cc_t *)NetTraceFile},
1107 *(ct->charp) = (cc_t)value;
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwgetch.c175 newstuff.c_cc[VMIN] = (cc_t) vmin; in __m_tty_override_mode()
176 newstuff.c_cc[VTIME] = (cc_t) vtime; in __m_tty_override_mode()
H A Dcbreak.c87 PTERMIOS(_prog)->c_cc[VTIME] = (tenths > 255) ? 255 : (cc_t)tenths; in halfdelay()
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h82 typedef unsigned char cc_t; typedef
93 cc_t c_cc[NCCS]; /* control chars */
/illumos-gate/usr/src/uts/common/io/
H A Dtty_common.c513 new_termios.c_cc[i - 4] = (cc_t)val; in ttyinit()
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dmks.h345 LEXTERN int m_stty_cc (cc_t* cp, char *str);