OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CBREAK
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/larn/
io.c
11
* scbr() Function to set
cbreak
-echo for the terminal
12
* sncbr() Function to set -
cbreak
echo for the terminal
111
#define
CBREAK
RAW /* V7 has no
CBREAK
*/
114
#define doraw(_a) (_a.sg_flags |=
CBREAK
,_a.sg_flags &= ~ECHO)
115
#define unraw(_a) (_a.sg_flags &= ~
CBREAK
,_a.sg_flags |= ECHO)
150
scbr(); /* system("stty
cbreak
-echo"); */
163
sncbr(); /* system("stty -
cbreak
echo"); */
182
* scbr() Function to set
cbreak
-echo for the terminal
184
* like: system("stty
cbreak
-echo"
[
all
...]
/src/sys/sys/
ioctl_compat.h
98
#define
CBREAK
0x00000002 /* half-cooked mode */
Completed in 12 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025