HomeSort by: relevance | last modified time | path
    Searched defs:funcnest (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/sh/
eval.c 95 STATIC int funcnest; /* depth of function calls */ variable in typeref:typename:STATIC int
99 * and to (funcnest + 1) before every dot command to enable
148 funcnest = 0;
954 if (iflag && funcnest == 0 && argc > 0)
1283 if (++funcnest > 1000)
1287 funcnest--;
1548 return funcnest;
1634 * cannot be restored with (funcnest + 1).
1644 dot_funcnest = funcnest + 1;
1753 if ((dot_funcnest == 0 && funcnest)
    [all...]
eval.c 95 STATIC int funcnest; /* depth of function calls */ variable in typeref:typename:STATIC int
99 * and to (funcnest + 1) before every dot command to enable
148 funcnest = 0;
954 if (iflag && funcnest == 0 && argc > 0)
1283 if (++funcnest > 1000)
1287 funcnest--;
1548 return funcnest;
1634 * cannot be restored with (funcnest + 1).
1644 dot_funcnest = funcnest + 1;
1753 if ((dot_funcnest == 0 && funcnest)
    [all...]

Completed in 23 milliseconds