OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TWHILE
(Results
1 - 6
of
6
) sorted by relevancy
/src/bin/sh/
mktokens
66
TWHILE
0 "while"
parser.c
398
case
TWHILE
:
401
n1->type = (lasttoken ==
TWHILE
)? NWHILE : NUNTIL;
/src/bin/ksh/
tree.h
48
#define
TWHILE
13
tree.c
158
case
TWHILE
:
162
(t->type==
TWHILE
) ? "while" : "until",
exec.c
350
case
TWHILE
:
368
while ((execute(t->left, XERROK) == 0) == (t->type ==
TWHILE
))
syn.c
352
t = newtp((c == WHILE) ?
TWHILE
: TUNTIL);
Completed in 32 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025