OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:do_dont_resp
(Results
1 - 2
of
2
) sorted by relevancy
/src/libexec/telnetd/
global.c
53
char
do_dont_resp
[256];
variable in typeref:typename:char[256]
/src/usr.bin/telnet/
telnet.c
85
char
do_dont_resp
[256];
variable in typeref:typename:char[256]
256
if (((
do_dont_resp
[c] == 0) && my_state_is_do(c)) ||
260
do_dont_resp
[c]++;
271
if (((
do_dont_resp
[c] == 0) && my_state_is_dont(c)) ||
275
do_dont_resp
[c]++;
318
if (
do_dont_resp
[option]) {
319
--
do_dont_resp
[option];
320
if (
do_dont_resp
[option] && my_state_is_do(option))
321
--
do_dont_resp
[option];
324
if ((
do_dont_resp
[option] == 0) && my_want_state_is_dont(option))
[
all
...]
Completed in 12 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025