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

/haiku/src/bin/network/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 */
302 slc_add_reply(unsigned char, unsigned char, cc_t),
338 extern cc_t
360 extern cc_t termForw2Char;
361 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.c123 cc_t escape;
124 cc_t rlogin;
126 cc_t echoc;
1100 cc_t val;
1101 cc_t *valp;
1230 if (spcp->val == (cc_t)(_POSIX_VDISABLE))
1288 spcp->val = (cc_t)cp[SLC_VALUE];
1297 spcp->val = (cc_t)cp[SLC_VALUE];
1321 if (spcp->val == (cc_t)(_POSIX_VDISABLE))
1347 slc_add_reply(unsigned char func, unsigned char flags, cc_t valu
[all...]
H A Dcommands.c245 control(cc_t c)
259 if (c == (cc_t)_POSIX_VDISABLE) {
876 cc_t *charp; /* where it is located at */
885 { "tracefile", "file to write trace information to", SetNetTrace, (cc_t *)NetTraceFile},
992 *(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.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.c228 spcset(int func, cc_t *valp, cc_t **valpp)
233 *valpp = (cc_t *)&termbuf.tc.t_eofc;
237 *valpp = (cc_t *)&termbuf.sg.sg_erase;
241 *valpp = (cc_t *)&termbuf.sg.sg_kill;
245 *valpp = (cc_t *)&termbuf.tc.t_intrc;
249 *valpp = (cc_t *)&termbuf.tc.t_quitc;
253 *valpp = (cc_t *)&termbuf.tc.t_startc;
257 *valpp = (cc_t *)&termbuf.tc.t_stopc;
261 *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 */
H A Dstate.c202 *slctab[SLC_AO].sptr != (cc_t)(_POSIX_VDISABLE)) {
222 cc_t ch;
232 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 411 milliseconds