Home
last modified time | relevance | path

Searched refs:SB_GET (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/libexec/telnetd/
H A Dstate.c61 #define SB_GET() ((*subpointer++)&0xff) macro
1108 subchar = SB_GET(); in suboption()
1118 if (SB_EOF() || SB_GET() != TELQUAL_IS) in suboption()
1123 while (SB_GET() != ',' && !SB_EOF()); in suboption()
1141 if (SB_EOF() || SB_GET() != TELQUAL_IS) { in suboption()
1151 c = SB_GET(); in suboption()
1169 xwinsize = SB_GET() << 8; in suboption()
1172 xwinsize |= SB_GET(); in suboption()
1175 ywinsize = SB_GET() << 8; in suboption()
1178 ywinsize |= SB_GET(); in suboption()
[all...]
/netbsd-src/usr.bin/telnet/
H A Dtelnet.c79 #define SB_GET() ((*subpointer++)&0xff) macro
771 switch (subchar = SB_GET()) { in suboption()
775 if (SB_EOF() || SB_GET() != TELQUAL_SEND) { in suboption()
800 if (SB_GET() == TELQUAL_SEND) { in suboption()
823 switch(SB_GET()) { in suboption()
848 switch (SB_GET()) { in suboption()
897 if (SB_GET() == TELQUAL_SEND) { in suboption()
927 switch(SB_GET()) { in suboption()
956 switch(SB_GET()) { in suboption()