OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:funcnest
(Results
1 - 4
of
4
) sorted by null
/system/core/sh/
eval.h
56
#define in_function()
funcnest
57
extern int
funcnest
;
eval.c
95
int
funcnest
; /* depth of function calls */
variable
124
funcnest
= 0;
757
if (iflag &&
funcnest
== 0 && argc > 0)
954
if (++
funcnest
> 1000)
957
funcnest
--;
1169
if (
funcnest
) {
TOUR
61
MKINIT int
funcnest
; /* depth of function calls */
init.c
990
funcnest
= 0;
Completed in 205 milliseconds