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

12

/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
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
93 # define _POSIX_VDISABLE ((cc_t)'\377')
138 extern cc_t escape; /* Escape to command mode */
139 extern cc_t rlogin; /* Rlogin mode escape character */
141 extern cc_t echoc; /* Toggle local echoing */
306 slc_add_reply(unsigned char, unsigned char, cc_t),
342 extern cc_t
364 extern cc_t termForw2Char;
365 extern cc_t termAytCha
[all...]
H A Dsys_bsd.c273 cc_t *
311 return((cc_t *)0);
385 cc_t esc;
513 tmp_tc.c_cc[VLNEXT] = (cc_t)(_POSIX_VDISABLE);
618 tmp_tc.c_cc[VDSUSP] = (cc_t)(_POSIX_VDISABLE);
632 if (tmp_tc.c_cc[VEOL] == (cc_t)(_POSIX_VDISABLE))
635 else if (tmp_tc.c_cc[VEOL2] == (cc_t)(_POSIX_VDISABLE))
640 if (tc.t_brkc == (cc_t)(_POSIX_VDISABLE))
H A Dtelnet.c128 cc_t escape;
129 cc_t rlogin;
131 cc_t echoc;
1109 cc_t val;
1110 cc_t *valp;
1239 if (spcp->val == (cc_t)(_POSIX_VDISABLE))
1297 spcp->val = (cc_t)cp[SLC_VALUE];
1306 spcp->val = (cc_t)cp[SLC_VALUE];
1330 if (spcp->val == (cc_t)(_POSIX_VDISABLE))
1356 slc_add_reply(unsigned char func, unsigned char flags, cc_t valu
[all...]
/macosx-10.9.5/Heimdal-323.92.1/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...]
/macosx-10.9.5/emacs-92/emacs/mac/inc/
H A Dtermio.h27 typedef unsigned char cc_t; typedef
37 cc_t c_cc[NCCS]; /* control chars */
/macosx-10.9.5/remote_cmds-41.90.1/telnetd.tproj/
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.c253 spcset(int func, cc_t *valp, cc_t **valpp)
258 *valpp = (cc_t *)&termbuf.tc.t_eofc;
262 *valpp = (cc_t *)&termbuf.sg.sg_erase;
266 *valpp = (cc_t *)&termbuf.sg.sg_kill;
270 *valpp = (cc_t *)&termbuf.tc.t_intrc;
274 *valpp = (cc_t *)&termbuf.tc.t_quitc;
278 *valpp = (cc_t *)&termbuf.tc.t_startc;
282 *valpp = (cc_t *)&termbuf.tc.t_stopc;
286 *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 */
/macosx-10.9.5/ntp-88/libopts/
H A Dtokenize.c29 #define cc_t const unsigned char macro
73 cc_t* pSrc = (cc_t*) (*ppSrc + 1);
207 cc_t* pz = (cc_t*)str;
/macosx-10.9.5/ntp-88/sntp/libopts/
H A Dtokenize.c29 #define cc_t const unsigned char macro
73 cc_t* pSrc = (cc_t*) (*ppSrc + 1);
207 cc_t* pz = (cc_t*)str;
/macosx-10.9.5/Heimdal-323.92.1/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);
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/examples/
H A Dexcallback.c94 cc_t old_vtime;
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dtermios.h264 typedef unsigned char cc_t; typedef
272 cc_t c_cc[NCCS]; /* control chars */
292 cc_t c_cc[NCCS]; /* control chars */
303 cc_t c_cc[NCCS]; /* control chars */
H A Dttydefaults.h118 static cc_t ttydefchars[NCCS] = {
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dtty_compat.c256 register cc_t *cc;
277 register cc_t *cc;
391 register cc_t *cc = tp->t_cc;
410 register cc_t *cc = tp->t_cc;
427 register cc_t *cc = tp->t_cc;
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/unix/
H A Dkeyboard.c101 cc_t *controlchars;
/macosx-10.9.5/ntp-88/lib/isc/unix/
H A Dkeyboard.c101 cc_t *controlchars;
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dttymodes.c253 special_char_encode(cc_t c)
265 static cc_t
/macosx-10.9.5/mail_cmds-29/mail/
H A Dtty.c54 static cc_t c_erase; /* Current erase char */
55 static cc_t c_kill; /* Current kill char */

Completed in 331 milliseconds

12