Searched refs:NTELOPTS (Results 1 – 5 of 5) sorted by relevance
144 #define NTELOPTS (1+TELOPT_NEW_ENVIRON) macro145 static const char *telopts[NTELOPTS+1] = {417 if (x >= 0 && x < NTELOPTS) { in telnet_parse()
125 #define NTELOPTS (1+TELOPT_NEW_ENVIRON) macro127 char *telopts[NTELOPTS+1] = {
128 #define NTELOPTS (1+TELOPT_KERMIT) macro130 const char *telopts[NTELOPTS+1] = {
126 #define NTELOPTS (1+TELOPT_KERMIT) macro128 const char *telopts[NTELOPTS+1] = {
1318 for (i = 0; i < (unsigned char)NTELOPTS; i++) { in send_status()