Searched refs:funcnest (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/bin/sh/
H A Deval.h62 #define in_function() funcnest
63 extern int funcnest;
H A Deval.c80 int funcnest; /* depth of function calls */ variable
882 if (iflag && funcnest == 0 && argc > 0)
1053 funcnest--;
1058 funcnest++;
1073 funcnest--;

Completed in 230 milliseconds