Searched refs:TELOPT_OLD_ENVIRON (Results 1 – 7 of 7) sorted by relevance
533 case TELOPT_OLD_ENVIRON: in willoption()746 case TELOPT_OLD_ENVIRON: in wontoption()927 case TELOPT_OLD_ENVIRON: in dooption()1229 case TELOPT_OLD_ENVIRON: { in suboption()1237 if (subchar == TELOPT_OLD_ENVIRON) in suboption()1371 if (subchar == TELOPT_OLD_ENVIRON) { in suboption()
495 send_do(TELOPT_OLD_ENVIRON, 1); in getterminaltype()504 his_will_wont_is_changing(TELOPT_OLD_ENVIRON)) { in getterminaltype()537 else if (his_state_is_will(TELOPT_OLD_ENVIRON)) { in getterminaltype()539 { IAC, SB, TELOPT_OLD_ENVIRON, TELQUAL_SEND, IAC, SE }; in getterminaltype()562 if (his_state_is_will(TELOPT_OLD_ENVIRON)) { in getterminaltype()
838 case TELOPT_OLD_ENVIRON: in printsub()
460 if (my_state_is_will(TELOPT_OLD_ENVIRON)) in dooption()461 send_wont(TELOPT_OLD_ENVIRON, 1); /* turn off the old */ in dooption()463 case TELOPT_OLD_ENVIRON: /* Old environment variable option */ in dooption()550 send_will(TELOPT_OLD_ENVIRON, 1); in dontoption()551 telopt_environ = TELOPT_OLD_ENVIRON; in dontoption()872 case TELOPT_OLD_ENVIRON: in suboption()1467 if (telopt_environ == TELOPT_OLD_ENVIRON in env_opt()1589 if (telopt_environ == TELOPT_OLD_ENVIRON) in env_opt_add()1617 if (telopt_environ == TELOPT_OLD_ENVIRON) in env_opt_add()
748 case TELOPT_OLD_ENVIRON: in printsub()772 if (pointer[0] == TELOPT_OLD_ENVIRON) { in printsub()788 if (pointer[0] == TELOPT_OLD_ENVIRON) { in printsub()
1742 && my_state_is_wont(TELOPT_OLD_ENVIRON) in env_send()
124 #define TELOPT_OLD_ENVIRON 36 /* Old - Environment variables */ macro