Searched refs:sptr (Results 1 - 4 of 4) sorted by relevance

/haiku/src/bin/network/telnetd/
H A Dslc.c94 if (slctab[i].sptr) {
95 *(slctab[i].sptr) = slctab[i].defset.val;
117 spcset(i, &slctab[i].defset.val, &slctab[i].sptr);
327 if (slctab[(int)func].sptr) {
332 *(slctab[(int)func].sptr) = val;
405 else if (slctab[i].sptr)
406 oldeofc = *(slctab[i].sptr);
409 if (slctab[i].sptr &&
410 (*(slctab[i].sptr) != slctab[i].current.val)) {
411 slctab[i].current.val = *(slctab[i].sptr);
[all...]
H A Dtelnetd.c1189 *pfrontp++ = slctab[SLC_IP].sptr ?
1190 (unsigned char)*slctab[SLC_IP].sptr : '\177';
1207 *pfrontp++ = slctab[SLC_ABORT].sptr ?
1208 (unsigned char)*slctab[SLC_ABORT].sptr : '\034';
1220 *pfrontp++ = slctab[SLC_SUSP].sptr ?
1221 (unsigned char)*slctab[SLC_SUSP].sptr : '\032';
1234 if (slctab[SLC_AYT].sptr && *slctab[SLC_AYT].sptr != _POSIX_VDISABLE) {
1254 *pfrontp++ = slctab[SLC_EOF].sptr ?
1255 (unsigned char)*slctab[SLC_EOF].sptr
[all...]
H A Ddefs.h167 cc_t *sptr; /* a pointer to the char in */ member in struct:__anon4452
H A Dstate.c201 if (slctab[SLC_AO].sptr &&
202 *slctab[SLC_AO].sptr != (cc_t)(_POSIX_VDISABLE)) {
204 (unsigned char)*slctab[SLC_AO].sptr;
229 ch = *slctab[SLC_EC].sptr;
231 ch = *slctab[SLC_EL].sptr;

Completed in 54 milliseconds