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

/system/core/sh/
H A Deval.c93 STATIC int skipcount; /* number of levels to skip */ variable
322 skipping: if (evalskip == SKIPCONT && --skipcount <= 0) {
326 if (evalskip == SKIPBREAK && --skipcount <= 0)
372 if (evalskip == SKIPCONT && --skipcount <= 0) {
376 if (evalskip == SKIPBREAK && --skipcount <= 0)
968 skipcount = 0;
1138 * commands rather than executing them. The variable skipcount is
1154 skipcount = n;
1171 skipcount = 1;
1177 skipcount
[all...]

Completed in 3 milliseconds