OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:F_OFFOK
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/lpr/lpd/
key.c
75
#define
F_OFFOK
0x02 /* can turn off */
78
{ "cbreak", f_cbreak,
F_OFFOK
},
83
{ "extproc", f_extproc,
F_OFFOK
},
86
{ "nl", f_nl,
F_OFFOK
},
89
{ "raw", f_raw,
F_OFFOK
},
120
if (!(kp->flags &
F_OFFOK
) && ip->off) {
/src/bin/stty/
key.c
81
#define
F_OFFOK
0x02 /* can turn off */
85
{ "cbreak", f_cbreak,
F_OFFOK
},
91
{ "extproc", f_extproc,
F_OFFOK
},
95
{ "nl", f_nl,
F_OFFOK
},
100
{ "raw", f_raw,
F_OFFOK
},
135
if (!(kp->flags &
F_OFFOK
) && ip->off) {
Completed in 11 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025