Lines Matching refs:OPT_YES
108 #define OPT_YES 1 /* will do this option */ macro
363 if (myopts[TELOPT_ENCRYPT] == OPT_YES) in auth_finished()
368 myopts[TELOPT_ENCRYPT] == OPT_YES && in auth_finished()
369 remopts[TELOPT_ENCRYPT] == OPT_YES) { in auth_finished()
2492 if (remopts[TELOPT_AUTHENTICATION] == OPT_YES) { in getauthtype()
2559 if (myopts[TELOPT_ENCRYPT] != OPT_YES) { in getencrtype()
2567 if (remopts[TELOPT_ENCRYPT] != OPT_YES) { in getencrtype()
2577 myopts[TELOPT_ENCRYPT] = OPT_YES; in getencrtype()
2583 remopts[TELOPT_ENCRYPT] == OPT_YES && in getencrtype()
2584 myopts[TELOPT_ENCRYPT] == OPT_YES) { in getencrtype()
2657 remopts[TELOPT_ENCRYPT] == OPT_YES && in getterminaltype()
2679 if (remopts[TELOPT_TTYPE] == OPT_YES) { in getterminaltype()
2686 if (remopts[TELOPT_XDISPLOC] == OPT_YES) { in getterminaltype()
2693 if (remopts[TELOPT_NEW_ENVIRON] == OPT_YES) { in getterminaltype()
2700 if (remopts[TELOPT_OLD_ENVIRON] == OPT_YES) { in getterminaltype()
2708 if (remopts[TELOPT_TTYPE] == OPT_YES) { in getterminaltype()
2713 if (remopts[TELOPT_XDISPLOC] == OPT_YES) { in getterminaltype()
2718 if (remopts[TELOPT_NEW_ENVIRON] == OPT_YES) { in getterminaltype()
2723 if (remopts[TELOPT_OLD_ENVIRON] == OPT_YES) { in getterminaltype()
3617 if (remopts[c] != OPT_YES) in telrcv()
3629 if (myopts[c] != OPT_YES) in telrcv()
3668 if (myopts[TELOPT_ECHO] == OPT_YES) { in willoption()
3703 remopts[option] = OPT_YES; in willoption()
3736 remopts[option] = OPT_YES; in willoption()
3871 if (myopts[option] == OPT_YES) in dooption()
3896 myopts[option] = OPT_YES; in dooption()