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

/freebsd-11-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
877 if (iflag && funcnest == 0 && argc > 0)
1048 funcnest--;
1053 funcnest++;
1068 funcnest--;

Completed in 126 milliseconds