OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ttyoutput
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/kern/
tty.c
673
(void)
ttyoutput
('^', tp);
674
(void)
ttyoutput
('\b', tp);
845
(void)
ttyoutput
(CTRL('g'), tp);
871
(void)
ttyoutput
('/', tp);
881
(void)
ttyoutput
('\b', tp);
934
ttyoutput
(int c, struct tty *tp)
function
2310
* can handle without any of
ttyoutput
's processing and
2313
* bits in char_type), call
ttyoutput
. After processing
2326
* a special character through
ttyoutput
.
2330
if (
ttyoutput
(*cp, tp) >= 0)
[
all
...]
/src/sys/dev/sun/
sunkbd.c
305
ttyoutput
(c, tp);
/src/sys/sys/
tty.h
301
int
ttyoutput
(int, struct tty *);
Completed in 21 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026