OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NEOF
(Results
1 - 4
of
4
) sorted by null
/system/core/sh/
parser.h
70
*
NEOF
is returned by parsecmd when it encounters an end of file. It
75
#define
NEOF
((union node *)&tokpushback)
main.c
248
if (n ==
NEOF
) {
eval.c
204
while ((n = parsecmd(0)) !=
NEOF
) {
parser.c
123
* Read and parse a command. Returns
NEOF
on end of file. (NULL is a
141
return
NEOF
;
[
all
...]
Completed in 5621 milliseconds