Searched refs:do_dont_resp (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dglobal.c45 char do_dont_resp[256]; variable
H A Dstate.c407 if ((do_dont_resp[option] == 0 && his_state_is_will(option)) ||
419 do_dont_resp[option]++;
445 if (do_dont_resp[option]) {
446 do_dont_resp[option]--;
447 if (do_dont_resp[option] && his_state_is_will(option))
448 do_dont_resp[option]--;
450 if (do_dont_resp[option] == 0) {
517 do_dont_resp[option]++;
578 if ((do_dont_resp[option] == 0 && his_state_is_wont(option)) ||
582 do_dont_resp[optio
[all...]
H A Dext.h45 extern char do_dont_resp[256];
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dstate.c431 if ((do_dont_resp[option] == 0 && his_state_is_will(option)) ||
443 do_dont_resp[option]++;
462 if (do_dont_resp[option]) {
463 do_dont_resp[option]--;
464 if (do_dont_resp[option] && his_state_is_will(option))
465 do_dont_resp[option]--;
467 if (do_dont_resp[option] == 0) {
575 do_dont_resp[option]++;
646 if ((do_dont_resp[option] == 0 && his_state_is_wont(option)) ||
650 do_dont_resp[optio
[all...]
H A Dext.h41 extern char do_dont_resp[256];
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dtelnet.c54 char do_dont_resp[256]; variable
178 if (((do_dont_resp[c] == 0) && my_state_is_do(c)) ||
182 do_dont_resp[c]++;
193 if (((do_dont_resp[c] == 0) && my_state_is_dont(c)) ||
197 do_dont_resp[c]++;
240 if (do_dont_resp[option]) {
241 --do_dont_resp[option];
242 if (do_dont_resp[option] && my_state_is_do(option))
243 --do_dont_resp[option];
246 if ((do_dont_resp[optio
[all...]
H A Dutilities.c182 if (do_dont_resp[i]) {
184 printf("resp DO_DONT %s: %d\n", TELOPT(i), do_dont_resp[i]);
186 printf("resp DO_DONT %s: %d\n", TELCMD(i), do_dont_resp[i]);
189 do_dont_resp[i]);
H A Dexterns.h101 do_dont_resp[],
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dtelnet.c94 char do_dont_resp[256];
222 if (((do_dont_resp[c] == 0) && my_state_is_do(c)) ||
226 do_dont_resp[c]++;
239 if (((do_dont_resp[c] == 0) && my_state_is_dont(c)) ||
243 do_dont_resp[c]++;
291 if (do_dont_resp[option]) {
292 --do_dont_resp[option];
293 if (do_dont_resp[option] && my_state_is_do(option))
294 --do_dont_resp[option];
297 if ((do_dont_resp[optio
93 char do_dont_resp[256]; variable
[all...]
H A Dutilities.c215 extern char will_wont_resp[], do_dont_resp[];
218 if (do_dont_resp[i]) {
220 printf("resp DO_DONT %s: %d\n", TELOPT(i), do_dont_resp[i]);
222 printf("resp DO_DONT %s: %d\n", TELCMD(i), do_dont_resp[i]);
225 do_dont_resp[i]);

Completed in 306 milliseconds