Searched refs:cc_t (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-10.2-release/contrib/telnet/telnet/
H A Dterminal.c63 cc_t termFlushChar;
66 cc_t termLiteralNextChar;
69 cc_t termSuspChar;
72 cc_t termWerasChar;
75 cc_t termRprntChar;
78 cc_t termStartChar;
81 cc_t termStopChar;
84 cc_t termForw1Char;
87 cc_t termForw2Char;
90 cc_t termAytCha
[all...]
H A Dexterns.h66 typedef char cc_t; typedef
68 typedef unsigned char cc_t; typedef
89 # define _POSIX_VDISABLE ((cc_t)'\377')
134 extern cc_t escape; /* Escape to command mode */
135 extern cc_t rlogin; /* Rlogin mode escape character */
137 extern cc_t echoc; /* Toggle local echoing */
305 slc_add_reply(unsigned char, unsigned char, cc_t),
341 extern cc_t
363 extern cc_t termForw2Char;
364 extern cc_t termAytCha
[all...]
H A Dsys_bsd.c274 cc_t *
312 return((cc_t *)0);
386 cc_t esc;
514 tmp_tc.c_cc[VLNEXT] = (cc_t)(_POSIX_VDISABLE);
619 tmp_tc.c_cc[VDSUSP] = (cc_t)(_POSIX_VDISABLE);
633 if (tmp_tc.c_cc[VEOL] == (cc_t)(_POSIX_VDISABLE))
636 else if (tmp_tc.c_cc[VEOL2] == (cc_t)(_POSIX_VDISABLE))
641 if (tc.t_brkc == (cc_t)(_POSIX_VDISABLE))
H A Dtelnet.c123 cc_t escape;
124 cc_t rlogin;
126 cc_t echoc;
1132 cc_t val;
1133 cc_t *valp;
1262 if (spcp->val == (cc_t)(_POSIX_VDISABLE))
1320 spcp->val = (cc_t)cp[SLC_VALUE];
1329 spcp->val = (cc_t)cp[SLC_VALUE];
1353 if (spcp->val == (cc_t)(_POSIX_VDISABLE))
1379 slc_add_reply(unsigned char func, unsigned char flags, cc_t valu
[all...]
/freebsd-10.2-release/crypto/heimdal/appl/telnet/telnet/
H A Dterminal.c44 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 termAytCha
[all...]
H A Dexterns.h49 # 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 termWerasCha
[all...]
H A Dsys_bsd.c216 cc_t*
252 return((cc_t *)0);
327 cc_t esc;
402 tmp_tc.c_cc[VLNEXT] = (cc_t)(_POSIX_VDISABLE);
473 tmp_tc.c_cc[VDSUSP] = (cc_t)(_POSIX_VDISABLE);
485 if (tmp_tc.c_cc[VEOL] == (cc_t)(_POSIX_VDISABLE))
488 else if (tmp_tc.c_cc[VEOL2] == (cc_t)(_POSIX_VDISABLE))
H A Dtelnet.c87 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))
1249 spcp->val = (cc_t)cp[SLC_VALUE];
1258 spcp->val = (cc_t)cp[SLC_VALUE];
1282 if (spcp->val == (cc_t)(_POSIX_VDISABLE))
1309 slc_add_reply(unsigned char func, unsigned char flags, cc_t valu
[all...]
/freebsd-10.2-release/contrib/telnet/telnetd/
H A Dext.h85 add_slc(char, char, cc_t),
87 change_slc(char, char, cc_t),
113 process_slc(unsigned char, unsigned char, cc_t),
147 spcset(int, cc_t *, cc_t **),
H A Dslc.c90 if (slctab[i].current.val == (cc_t)(_POSIX_VDISABLE))
131 add_slc(char func, char flag, cc_t val)
217 process_slc(unsigned char func, unsigned char flag, cc_t val)
281 change_slc(char func, char flag, cc_t val)
294 slctab[(int)func].current.val = (cc_t)_POSIX_VDISABLE;
377 cc_t oldeofc = '\004';
412 if (*(slctab[i].sptr) == (cc_t)_POSIX_VDISABLE)
435 cc_t val;
444 val = (cc_t)*ptr++;
H A Dsys_term.c211 spcset(int func, cc_t *valp, cc_t **valpp)
216 *valpp = (cc_t *)&termbuf.tc.t_eofc;
220 *valpp = (cc_t *)&termbuf.sg.sg_erase;
224 *valpp = (cc_t *)&termbuf.sg.sg_kill;
228 *valpp = (cc_t *)&termbuf.tc.t_intrc;
232 *valpp = (cc_t *)&termbuf.tc.t_quitc;
236 *valpp = (cc_t *)&termbuf.tc.t_startc;
240 *valpp = (cc_t *)&termbuf.tc.t_stopc;
244 *valpp = (cc_t *)
[all...]
H A Ddefs.h104 typedef unsigned char cc_t; typedef
161 cc_t val; /* the value of the special character */
167 cc_t *sptr; /* a pointer to the char in */
/freebsd-10.2-release/contrib/llvm/tools/lldb/tools/driver/
H A DPlatform.h35 typedef unsigned char cc_t; typedef
61 cc_t c_line; // line discipline
62 cc_t c_cc[NCCS]; // control characters
/freebsd-10.2-release/contrib/ntp/sntp/libopts/
H A Dtokenize.c34 #define cc_t const unsigned char macro
80 cc_t * pSrc = (cc_t *) (*ppSrc + 1);
/freebsd-10.2-release/sys/sys/
H A Dttydefaults.h102 static const cc_t ttydefchars[] = {
107 _Static_assert(sizeof(ttydefchars) / sizeof(cc_t) == NCCS,
H A D_termios.h209 typedef unsigned char cc_t; typedef
217 cc_t c_cc[NCCS]; /* control chars */
/freebsd-10.2-release/crypto/heimdal/appl/telnet/telnetd/
H A Ddefs.h91 cc_t val; /* the value of the special character */
97 cc_t *sptr; /* a pointer to the char in */
H A Dext.h98 int spcset (int func, cc_t *valp, cc_t **valpp);
H A Dstate.c176 *slctab[SLC_AO].sptr != (cc_t)(_POSIX_VDISABLE)) {
196 cc_t ch;
206 if (ch != (cc_t)(_POSIX_VDISABLE))
H A Dsys_term.c226 spcset(int func, cc_t *valp, cc_t **valpp)
232 #define defval(a) *valp = ((cc_t)a); *valpp = (cc_t *)0; return(SLC_DEFAULT);
/freebsd-10.2-release/contrib/libreadline/examples/
H A Dexcallback.c94 cc_t old_vtime;
/freebsd-10.2-release/sys/kern/
H A Dtty_compat.c132 cc_t *cc;
148 cc_t *cc;
204 cc_t *cc = tp->t_termios.c_cc;
220 cc_t *cc = tp->t_termios.c_cc;
232 cc_t *cc = tp->t_termios.c_cc;
/freebsd-10.2-release/contrib/ntp/lib/isc/unix/
H A Dkeyboard.c101 cc_t *controlchars;
/freebsd-10.2-release/crypto/openssh/
H A Dttymodes.c253 special_char_encode(cc_t c)
265 static cc_t
/freebsd-10.2-release/usr.bin/mail/
H A Dtty.c47 static cc_t c_erase; /* Current erase char */
48 static cc_t c_kill; /* Current kill char */

Completed in 439 milliseconds

12