Searched refs:SB_GET (Results 1 – 2 of 2) sorted by relevance
61 #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...]
79 #define SB_GET() ((*subpointer++)&0xff) macro771 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()