OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CBREAK
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/sys/
ioctl_compat.h
98
#define
CBREAK
0x00000002 /* half-cooked mode */
/src/lib/librpcsvc/
rex.x
103
const
CBREAK
= 0x00000002; /* half-cooked mode */
/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/usr.sbin/lpr/lpd/
ttcompat.c
89
SET(flags,
CBREAK
);
112
if (ISSET(flags,
CBREAK
))
/src/games/warp/
term.h
221
#define crmode() ((bizarre=1),_tty.sg_flags |=
CBREAK
, stty(_tty_ch,&_tty))
222
#define nocrmode() ((bizarre=1),_tty.sg_flags &= ~
CBREAK
,stty(_tty_ch,&_tty))
/src/distrib/utils/more/
screen.c
224
s.sg_flags |=
CBREAK
;
/src/sys/compat/common/
tty_43.c
313
SET(flags,
CBREAK
);
389
if (ISSET(flags,
CBREAK
))
/src/libexec/getty/
subr.c
404
if (ISSET(flags,
CBREAK
))
/src/bin/ksh/
edit.c
228
# ifdef _BSD_SYSV /* need to force
CBREAK
instead of RAW (need CRMOD on output) */
231
# ifdef SWTCH /* need
CBREAK
to handle swtch char */
256
cb.sgttyb.sg_flags |=
CBREAK
;
Completed in 15 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025