Home
last modified time | relevance | path

Searched refs:telopts (Results 1 – 4 of 4) sorted by relevance

/original-bsd/usr.bin/tn3270/distribution/arpa/
H A Dtelnet.h88 char *telopts[NTELOPTS] = { variable
102 #define TELOPT(x) telopts[(x)-TELOPT_FIRST]
/original-bsd/include/arpa/
H A Dtelnet.h101 char *telopts[NTELOPTS+1] = { variable
117 #define TELOPT(x) telopts[(x)-TELOPT_FIRST]
/original-bsd/usr.bin/telnet/
H A Dcommands.c386 extern char *telopts[];
397 for (cpp = telopts; *cpp; cpp++) {
409 cpp = (char **)genget(name, telopts, sizeof(char *));
416 val = cpp - telopts;
/original-bsd/usr.bin/tn3270/
H A Dtelnet.c1294 if (option < (sizeof telopts/sizeof telopts[0]))
1295 fprintf(NetTrace, "%s %s", fmt, telopts[option]);