Lines Matching full:dont
39 unsigned char dont[] = { IAC, DONT, '%', 'c', 0 }; variable
77 #define TS_DONT 8 /* dont -''- */
242 case DONT: in telrcv()
348 * The will/wont/do/dont state machines are based on Dave Borman's
384 * will and do imply positive new_state, wont and dont imply negative.
412 * that we sent a DONT, so that we can send more DOs if in send_do()
584 output_data((const char *)dont, option); in send_dont()
586 DIAG(TD_OPTIONS, printoption("td: send dont", option)); in send_dont()
620 * don't respond with a DONT TM, just leave it in wontoption()
714 * When we get a DONT SGA, we will try once to turn it
715 * back on. If the other side responds DONT SGA, we
843 DIAG(TD_OPTIONS, printoption("td: recv dont", option)); in dontoption()
1313 * don't support, and the other side didn't send a DONT/WONT in send_status()
1314 * in response to our WONT/DONT, then the "state" will be in send_status()
1315 * WILL/DO, and the "want_state" will be WONT/DONT. We in send_status()