OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pgetc
(Results
1 - 4
of
4
) sorted by relevancy
/src/bin/sh/
input.h
54
int
pgetc
(void);
parser.c
831
c =
pgetc
();
842
for (q = eofmark + 1; c2 =
pgetc
(), *q != '\0' && c2 == *q; q++)
877
c =
pgetc
();
915
c =
pgetc
(); /* followed by */
927
} while ((c =
pgetc
()) != PEOF);
934
if (c == PEOF || (c =
pgetc
()) == PEOF)
997
readtoken1(
pgetc
(), DQSYNTAX, 1);
1119
while ((c =
pgetc
()) != '\n' && c != PEOF)
1176
switch (
pgetc
()) {
1460
pc =
pgetc
();
[
all
...]
input.c
174
pgetc
(void)
function in typeref:typename:int
407
* Undo the last call to
pgetc
. Only one character may be pushed back.
exec.c
249
pgetc
(); pungetc(); /* fill up input buffer */
Completed in 31 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025