OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TWHILE
(Results
1 - 7
of
7
) sorted by null
/system/core/sh/
token.h
19
#define
TWHILE
18
mktokens
59
TWHILE
0 "while"
parser.c
343
case
TWHILE
:
347
n1->type = (lasttoken ==
TWHILE
)? NWHILE : NUNTIL;
[
all
...]
/external/mksh/src/
tree.c
180
case
TWHILE
:
184
(t->type ==
TWHILE
) ? "while" : "until",
1068
OPEN(
TWHILE
)
exec.c
374
case
TWHILE
:
390
(t->type ==
TWHILE
))
[
all
...]
syn.c
439
t = newtp((c == WHILE) ?
TWHILE
: TUNTIL);
sh.h
[
all
...]
Completed in 526 milliseconds