Symbol: SB_GET
libexec/telnetd/state.c
1108
subchar = SB_GET();
libexec/telnetd/state.c
1118
if (SB_EOF() || SB_GET() != TELQUAL_IS)
libexec/telnetd/state.c
1123
while (SB_GET() != ',' && !SB_EOF());
libexec/telnetd/state.c
1141
if (SB_EOF() || SB_GET() != TELQUAL_IS) {
libexec/telnetd/state.c
1151
c = SB_GET();
libexec/telnetd/state.c
1169
xwinsize = SB_GET() << 8;
libexec/telnetd/state.c
1172
xwinsize |= SB_GET();
libexec/telnetd/state.c
1175
ywinsize = SB_GET() << 8;
libexec/telnetd/state.c
1178
ywinsize |= SB_GET();
libexec/telnetd/state.c
1196
request = SB_GET(); /* get will/wont */
libexec/telnetd/state.c
1212
useeditmode = SB_GET(); /* get mode flag */
libexec/telnetd/state.c
1219
switch (SB_GET()) { /* what suboption? */
libexec/telnetd/state.c
1238
mode = SB_GET();
libexec/telnetd/state.c
1255
if (SB_EOF() || SB_GET() != TELQUAL_IS)
libexec/telnetd/state.c
1270
c = SB_GET();
libexec/telnetd/state.c
1282
c = SB_GET();
libexec/telnetd/state.c
1314
c = SB_GET();
libexec/telnetd/state.c
1344
c = SB_GET();
libexec/telnetd/state.c
1390
c = SB_GET();
libexec/telnetd/state.c
1403
c = SB_GET();
libexec/telnetd/state.c
1433
c = SB_GET();
libexec/telnetd/state.c
1453
switch(SB_GET()) {
libexec/telnetd/state.c
1474
switch(SB_GET()) {
usr.bin/telnet/telnet.c
771
switch (subchar = SB_GET()) {
usr.bin/telnet/telnet.c
775
if (SB_EOF() || SB_GET() != TELQUAL_SEND) {
usr.bin/telnet/telnet.c
800
if (SB_GET() == TELQUAL_SEND) {
usr.bin/telnet/telnet.c
823
switch(SB_GET()) {
usr.bin/telnet/telnet.c
848
switch (SB_GET()) {
usr.bin/telnet/telnet.c
897
if (SB_GET() == TELQUAL_SEND) {
usr.bin/telnet/telnet.c
927
switch(SB_GET()) {
usr.bin/telnet/telnet.c
956
switch(SB_GET()) {