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

/netbsd-6-1-5-RELEASE/bin/sh/
H A Deval.c92 STATIC int skipcount; /* number of levels to skip */ variable
328 skipping: if (evalskip == SKIPCONT && --skipcount <= 0) {
332 if (evalskip == SKIPBREAK && --skipcount <= 0)
378 if (evalskip == SKIPCONT && --skipcount <= 0) {
382 if (evalskip == SKIPBREAK && --skipcount <= 0)
965 skipcount = 0;
1131 * commands rather than executing them. The variable skipcount is
1147 skipcount = n;
1164 skipcount = 1;
1170 skipcount
[all...]

Completed in 68 milliseconds