Lines Matching refs:DO
82 #define TS_DO 7 /* do " */
150 * interrupt. Do this with a NULL or
247 case DO:
355 * The will/wont/do/dont state machines are based on Dave Borman's
367 * do nothing;
391 * will and do imply positive new_state, wont and dont imply negative.
418 * Special case for TELOPT_TM: We send a DO, but pretend
428 (void) output_data("%c%c%c", IAC, DO, option);
430 DIAG(TD_OPTIONS, printoption("td: send do", option));
487 * do TM request that may have been sent to
595 * respond WONT TM to the DO TM that we send to
702 * If we get a WONT TM, and had sent a DO TM,
824 DIAG(TD_OPTIONS, printoption("td: recv do", option));
860 * process an incoming do SGA for linemode
865 * Receipt of "do SGA" in kludge
1001 * must process an incoming do SGA for
1014 * then what do we say? Will SGA?
1290 * We only want to do this if we haven't already decided
1532 do { \
1539 do { \
1560 * because if we received a DO/WILL for an option that we
1563 * WILL/DO, and the "want_state" will be WONT/DONT. We
1572 ADD(DO);