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

/haiku/src/bin/network/telnet/
H A Dterminal.c59 cc_t termFlushChar;
62 cc_t termLiteralNextChar;
65 cc_t termSuspChar;
68 cc_t termWerasChar;
71 cc_t termRprntChar;
74 cc_t termStartChar;
77 cc_t termStopChar;
80 cc_t termForw1Char;
83 cc_t termForw2Char;
86 cc_t termAytCha
[all...]
H A Dexterns.h62 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 termAytCha
[all...]
H A Dsys_bsd.c270 cc_t *
308 return((cc_t *)0);
382 cc_t esc;
510 tmp_tc.c_cc[VLNEXT] = (cc_t)(_POSIX_VDISABLE);
615 tmp_tc.c_cc[VDSUSP] = (cc_t)(_POSIX_VDISABLE);
629 if (tmp_tc.c_cc[VEOL] == (cc_t)(_POSIX_VDISABLE))
632 else if (tmp_tc.c_cc[VEOL2] == (cc_t)(_POSIX_VDISABLE))
637 if (tc.t_brkc == (cc_t)(_POSIX_VDISABLE))
H A Dtelnet.c119 cc_t escape;
120 cc_t rlogin;
122 cc_t echoc;
1128 cc_t val;
1129 cc_t *valp;
1258 if (spcp->val == (cc_t)(_POSIX_VDISABLE))
1316 spcp->val = (cc_t)cp[SLC_VALUE];
1325 spcp->val = (cc_t)cp[SLC_VALUE];
1349 if (spcp->val == (cc_t)(_POSIX_VDISABLE))
1375 slc_add_reply(unsigned char func, unsigned char flags, cc_t valu
[all...]
H A Dcommands.c239 control(cc_t c)
253 if (c == (cc_t)_POSIX_VDISABLE) {
870 cc_t *charp; /* where it is located at */
879 { "tracefile", "file to write trace information to", SetNetTrace, (cc_t *)NetTraceFile},
987 *(ct->charp) = (cc_t)value;
/haiku/src/bin/network/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.c86 if (slctab[i].current.val == (cc_t)(_POSIX_VDISABLE))
127 add_slc(char func, char flag, cc_t val)
213 process_slc(unsigned char func, unsigned char flag, cc_t val)
277 change_slc(char func, char flag, cc_t val)
290 slctab[(int)func].current.val = (cc_t)_POSIX_VDISABLE;
373 cc_t oldeofc = '\004';
408 if (*(slctab[i].sptr) == (cc_t)_POSIX_VDISABLE)
431 cc_t val;
440 val = (cc_t)*ptr++;
H A Dsys_term.c207 spcset(int func, cc_t *valp, cc_t **valpp)
212 *valpp = (cc_t *)&termbuf.tc.t_eofc;
216 *valpp = (cc_t *)&termbuf.sg.sg_erase;
220 *valpp = (cc_t *)&termbuf.sg.sg_kill;
224 *valpp = (cc_t *)&termbuf.tc.t_intrc;
228 *valpp = (cc_t *)&termbuf.tc.t_quitc;
232 *valpp = (cc_t *)&termbuf.tc.t_startc;
236 *valpp = (cc_t *)&termbuf.tc.t_stopc;
240 *valpp = (cc_t *)
[all...]
H A Ddefs.h100 typedef unsigned char cc_t; typedef
157 cc_t val; /* the value of the special character */
163 cc_t *sptr; /* a pointer to the char in */
H A Dstate.c198 *slctab[SLC_AO].sptr != (cc_t)(_POSIX_VDISABLE)) {
218 cc_t ch;
228 if (ch != (cc_t)(_POSIX_VDISABLE))
/haiku/headers/posix/
H A Dtermios.h14 typedef unsigned char cc_t; typedef
26 cc_t c_cc[NCCS]; /* control characters */
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty.cpp833 const cc_t* controlChars = termios.c_cc;

Completed in 75 milliseconds