OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:forLevel
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/make/
for.c
268
For_Accum(const char *line, int *
forLevel
)
277
DEBUG1(FOR, "For: end for %d\n", *
forLevel
);
278
if (--*
forLevel
== 0)
281
(*
forLevel
)++;
282
DEBUG1(FOR, "For: new loop %d\n", *
forLevel
);
parse.c
2625
int
forLevel
;
2637
forLevel
= 1;
2645
} while (For_Accum(line, &
forLevel
));
Completed in 15 milliseconds
Indexes created Tue Oct 07 21:09:53 GMT 2025