OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pgetc
(Results
1 - 7
of
7
) sorted by null
/system/core/sh/
input.h
51
int
pgetc
(void);
parser.c
692
readtoken1(
pgetc
(), here->here->type == NHERE? SQSYNTAX : DQSYNTAX,
816
while ((c =
pgetc
()) != '\n' && c != PEOF);
820
if (
pgetc
() == '\n') {
837
if (
pgetc
() == '&')
842
if (
pgetc
() == '|')
847
if (
pgetc
() == ';')
958
c =
pgetc
();
975
c =
pgetc
();
986
c =
pgetc
();
1090
if (
pgetc
() == ')')
[
all
...]
input.c
173
pgetc
(void)
function
370
* Undo the last call to
pgetc
. Only one character may be pushed back.
exec.c
186
pgetc
(); pungetc(); /* fill up input buffer */
/ndk/sources/host-tools/nawk-20071023/
main.c
163
int
pgetc
(void) /* get 1 character from awk program */
function
proto.h
72
extern int
pgetc
(void);
lex.c
555
c =
pgetc
();
Completed in 48 milliseconds