Symbol: SB_GET
libexec/telnetd/state.c
1105
subchar = SB_GET();
libexec/telnetd/state.c
1115
if (SB_EOF() || SB_GET() != TELQUAL_IS)
libexec/telnetd/state.c
1120
while (SB_GET() != ',' && !SB_EOF());
libexec/telnetd/state.c
1138
if (SB_EOF() || SB_GET() != TELQUAL_IS) {
libexec/telnetd/state.c
1148
c = SB_GET();
libexec/telnetd/state.c
1167
xwinsize = SB_GET() << 8;
libexec/telnetd/state.c
1170
xwinsize |= SB_GET();
libexec/telnetd/state.c
1173
ywinsize = SB_GET() << 8;
libexec/telnetd/state.c
1176
ywinsize |= SB_GET();
libexec/telnetd/state.c
1194
request = SB_GET(); /* get will/wont */
libexec/telnetd/state.c
1210
useeditmode = SB_GET(); /* get mode flag */
libexec/telnetd/state.c
1217
switch (SB_GET()) { /* what suboption? */
libexec/telnetd/state.c
1236
mode = SB_GET();
libexec/telnetd/state.c
1253
if (SB_EOF() || SB_GET() != TELQUAL_IS)
libexec/telnetd/state.c
1271
c = SB_GET();
libexec/telnetd/state.c
1284
c = SB_GET();
libexec/telnetd/state.c
1317
c = SB_GET();
libexec/telnetd/state.c
1347
c = SB_GET();
libexec/telnetd/state.c
1393
c = SB_GET();
libexec/telnetd/state.c
1406
c = SB_GET();
libexec/telnetd/state.c
1438
c = SB_GET();
libexec/telnetd/state.c
1460
switch(SB_GET()) {
libexec/telnetd/state.c
1481
switch(SB_GET()) {
usr.bin/telnet/telnet.c
721
switch (subchar = SB_GET()) {
usr.bin/telnet/telnet.c
725
if (SB_EOF() || SB_GET() != TELQUAL_SEND) {
usr.bin/telnet/telnet.c
750
if (SB_GET() == TELQUAL_SEND) {
usr.bin/telnet/telnet.c
774
switch(SB_GET()) {
usr.bin/telnet/telnet.c
799
switch (SB_GET()) {
usr.bin/telnet/telnet.c
851
if (SB_GET() == TELQUAL_SEND) {
usr.bin/telnet/telnet.c
882
switch(SB_GET()) {
usr.bin/telnet/telnet.c
911
switch(SB_GET()) {