OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unget_char
(Results
1 - 1
of
1
) sorted by relevancy
/src/bin/ksh/
emacs.c
1847
static int
unget_char
= -1;
variable in typeref:typename:int
1853
unget_char
= c;
1861
if (
unget_char
>= 0) {
1862
c =
unget_char
;
1863
unget_char
= -1;
Completed in 430 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025