Home
last modified time | relevance | path

Searched refs:TELQUAL_SEND (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/telnet/
H A Dutilities.c295 case TELQUAL_SEND: in printsub()
477 if (pointer[1] == TELQUAL_SEND) in printsub()
556 case TELQUAL_SEND: in printsub()
571 case TELQUAL_SEND: in printsub()
H A Dtelnet.c651 if (SB_EOF() || SB_GET() != TELQUAL_SEND) { in suboption()
675 if (SB_GET() == TELQUAL_SEND) { in suboption()
757 case TELQUAL_SEND: in suboption()
773 if (SB_GET() == TELQUAL_SEND) { in suboption()
1216 case TELQUAL_SEND: in env_opt()
2049 *cp++ = TELQUAL_SEND; in get_status()
/openbsd/include/arpa/
H A Dtelnet.h148 #define TELQUAL_SEND 1 /* send option */ macro