OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:peekc
(Results
1 - 1
of
1
) sorted by relevancy
/src/bin/csh/
lex.c
76
*
Peekc
is a peek character for getC, peekread for readc.
92
static int
peekc
= 0, peekd = 0;
variable in typeref:typename:int
133
#define getC(f) ((getCtmp =
peekc
) ? (
peekc
= 0, getCtmp) : getC1(f))
134
#define ungetC(c)
peekc
= c
383
if ((c =
peekc
) != '\0') {
384
peekc
= 0;
Completed in 106 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025