OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkkwd
(Results
1 - 2
of
2
) sorted by null
/system/core/sh/
parser.c
96
MKINIT int
checkkwd
; /* 1 == check for kwds, 2 == also eat newlines */
variable
155
checkkwd
= 2;
198
checkkwd
= 2;
296
checkkwd
= 2;
341
checkkwd
= 1;
356
checkkwd
= 1;
395
checkkwd
= 2;
405
checkkwd
= 1;
422
checkkwd
= 2, readtoken();
432
if (
checkkwd
= 2, readtoken() != TPIPE
[
all
...]
init.c
931
extern int
checkkwd
; /* 1 == check for kwds, 2 == also eat newlines */
1003
checkkwd
= 0;
Completed in 504 milliseconds