Home
last modified time | relevance | path

Searched refs:actionexplanation (Results 1 – 2 of 2) sorted by relevance

/original-bsd/usr.bin/telnet/
H A Dcommands.c608 char *actionexplanation; member
808 if (c->actionexplanation) {
810 c->actionexplanation);
959 if (c->actionexplanation) {
961 c->actionexplanation);
1030 if (c->actionexplanation) {
1032 c->actionexplanation);
1226 #define dotog(tl) if (tl->variable && tl->actionexplanation) { \
1232 printf(" %s.\n", tl->actionexplanation); \
/original-bsd/usr.bin/tn3270/
H A Dtelnet.c3085 char *actionexplanation; member
3211 c->actionexplanation);
3402 #define dotog(tl) if (tl->variable && tl->actionexplanation) { \
3408 printf(" %s.\n", tl->actionexplanation); \