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

  /src/bin/sh/
eval.c 92 #define skipcount (s_k_i_p.count) macro
422 skipping: if (evalskip == SKIPCONT && --skipcount <= 0) {
426 if (evalskip == SKIPBREAK && --skipcount <= 0)
489 if (evalskip == SKIPCONT && --skipcount <= 0) {
493 if (evalskip == SKIPBREAK && --skipcount <= 0)
1303 skipcount = 0;
1573 skipcount = 0;
1600 * commands rather than executing them. The variable skipcount is
1618 skipcount = n;
1756 skipcount = 1
    [all...]
  /src/tests/dev/audio/
audiotest.c 171 int skipcount; variable in typeref:typename:int
334 testcount - failcount - skipcount);
337 if (skipcount > 0)
338 printf(", %d skipped", skipcount);
342 if (skipcount > 0)
801 skipcount++;

Completed in 17 milliseconds