Symbol: his_state_is_will
crypto/heimdal/appl/telnet/telnetd/state.c
246
if (his_state_is_will(TELOPT_EOR))
crypto/heimdal/appl/telnet/telnetd/state.c
407
if ((do_dont_resp[option] == 0 && his_state_is_will(option)) ||
crypto/heimdal/appl/telnet/telnetd/state.c
447
if (do_dont_resp[option] && his_state_is_will(option))
crypto/heimdal/appl/telnet/telnetd/state.c
677
if (his_state_is_will(option))
crypto/heimdal/appl/telnet/telnetd/telnetd.c
1169
if (his_state_is_will(TELOPT_LFLOW) &&
crypto/heimdal/appl/telnet/telnetd/telnetd.c
524
if (his_state_is_will(TELOPT_AUTHENTICATION)) {
crypto/heimdal/appl/telnet/telnetd/telnetd.c
554
if (his_state_is_will(TELOPT_ENCRYPT)) {
crypto/heimdal/appl/telnet/telnetd/telnetd.c
567
if (his_state_is_will(TELOPT_TSPEED)) {
crypto/heimdal/appl/telnet/telnetd/telnetd.c
574
if (his_state_is_will(TELOPT_XDISPLOC)) {
crypto/heimdal/appl/telnet/telnetd/telnetd.c
581
if (his_state_is_will(TELOPT_NEW_ENVIRON)) {
crypto/heimdal/appl/telnet/telnetd/telnetd.c
588
else if (his_state_is_will(TELOPT_OLD_ENVIRON)) {
crypto/heimdal/appl/telnet/telnetd/telnetd.c
595
if (his_state_is_will(TELOPT_TTYPE)) {
crypto/heimdal/appl/telnet/telnetd/telnetd.c
601
if (his_state_is_will(TELOPT_TSPEED)) {
crypto/heimdal/appl/telnet/telnetd/telnetd.c
605
if (his_state_is_will(TELOPT_XDISPLOC)) {
crypto/heimdal/appl/telnet/telnetd/telnetd.c
609
if (his_state_is_will(TELOPT_NEW_ENVIRON)) {
crypto/heimdal/appl/telnet/telnetd/telnetd.c
613
if (his_state_is_will(TELOPT_OLD_ENVIRON)) {
crypto/heimdal/appl/telnet/telnetd/telnetd.c
617
if (his_state_is_will(TELOPT_TTYPE)) {
crypto/heimdal/appl/telnet/telnetd/telnetd.c
627
if (his_state_is_will(TELOPT_TTYPE) && !terminaltypeok(terminaltype)) {
crypto/heimdal/appl/telnet/telnetd/telnetd.c
886
his_state_is_will(TELOPT_NAWS)) {
crypto/heimdal/appl/telnet/telnetd/termstat.c
54
if (his_state_is_will(TELOPT_LFLOW)) {