Home
last modified time | relevance | path

Searched refs:checkkwd (Results 1 – 2 of 2) sorted by relevance

/system/core/sh/
Dparser.c96 MKINIT int checkkwd; /* 1 == check for kwds, 2 == also eat newlines */ variable
155 checkkwd = 2; in list()
198 checkkwd = 2; in list()
296 checkkwd = 2; in command()
341 checkkwd = 1; in command()
356 checkkwd = 1; in command()
395 checkkwd = 2; in command()
405 checkkwd = 1; in command()
422 checkkwd = 2, readtoken(); in command()
432 if (checkkwd = 2, readtoken() != TPIPE) in command()
[all …]
Dinit.c931 extern int checkkwd; /* 1 == check for kwds, 2 == also eat newlines */
1003 checkkwd = 0; in reset()