OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:devtty
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/ksh/
tty.c
104
const char *
devtty
= _PATH_TTY;
local in function:tty_init
112
if ((tfd = open(
devtty
, O_RDWR, 0)) < 0) {
117
devtty
, strerror(errno));
/src/games/warp/
term.h
125
EXT int
devtty
INIT(0);
164
EXT int
devtty
INIT(0);
169
(is_input=read(
devtty
,&pending_ch,1)))
term.c
127
devtty
= open("/dev/tty",0);
128
if (
devtty
< 0) {
132
fcntl(
devtty
,F_SETFL,O_NDELAY);
623
howmany = read(
devtty
,circlebuf+nextin,metakey?1:PUSHSIZE-nextin);
Completed in 34 milliseconds
Indexes created Wed Oct 22 00:09:40 GMT 2025