OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:my_state_is_will
(Results
1 - 5
of
5
) sorted by relevancy
/src/libexec/telnetd/
defs.h
133
#define
my_state_is_will
(opt) (options[opt]&MY_STATE_WILL)
macro
138
#define my_state_is_wont(opt) (!
my_state_is_will
(opt))
174
#define his_state_is_do
my_state_is_will
state.c
793
if ((will_wont_resp[option] == 0 &&
my_state_is_will
(option))||
828
if (will_wont_resp[option] &&
my_state_is_will
(option))
1022
if (
my_state_is_will
(option))
1035
if (
my_state_is_will
(option))
1241
if (
my_state_is_will
(TELOPT_STATUS))
/src/usr.bin/telnet/
externs.h
133
#define
my_state_is_will
(opt) (options[opt]&MY_STATE_WILL)
macro
138
#define my_state_is_wont(opt) (!
my_state_is_will
(opt))
161
#define his_state_is_do
my_state_is_will
telnet.c
286
if (((will_wont_resp[c] == 0) &&
my_state_is_will
(c)) ||
430
if (will_wont_resp[option] &&
my_state_is_will
(option))
540
if (
my_state_is_will
(option))
1204
if (
my_state_is_will
(TELOPT_LINEMODE))
1212
if (
my_state_is_will
(TELOPT_LINEMODE))
utilities.c
272
if (
my_state_is_will
(i)) {
Completed in 15 milliseconds
Indexes created Sun Oct 19 22:09:57 GMT 2025