Home | History | Annotate | Download | only in sh

Lines Matching refs:skipcount

93 STATIC int skipcount;		/* number of levels to skip */
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 = 1;