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

/freebsd-9.3-release/bin/sh/
H A Deval.h63 extern int skipcount;
H A Deval.c78 int skipcount; /* number of levels to skip */ variable
305 skipping: if (evalskip == SKIPCONT && --skipcount <= 0) {
309 if (evalskip == SKIPBREAK && --skipcount <= 0)
357 if (evalskip == SKIPCONT && --skipcount <= 0) {
361 if (evalskip == SKIPBREAK && --skipcount <= 0)
1028 skipcount = 0;
1119 skipcount = loopnest;
1186 * commands rather than executing them. The variable skipcount is
1202 skipcount = n;
1267 skipcount
[all...]
H A Dtrap.c440 prev_skipcount = skipcount;
457 skipcount = prev_skipcount;
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar9002/
H A Dar9285.h69 int8_t skipcount; /* No. of times the PACAL to be skipped */ member in struct:ath_hal_9285::__anon7115
H A Dar9285_cal.c129 AH9285(ah)->pacal_info.skipcount = AH9285(ah)->pacal_info.max_skipcount;
132 AH9285(ah)->pacal_info.skipcount = 0;
156 if (is_reset || !AH9285(ah)->pacal_info.skipcount)
159 AH9285(ah)->pacal_info.skipcount--;
/freebsd-9.3-release/sys/kern/
H A Dsubr_lock.c656 SYSCTL_INT(_debug_lock_prof, OID_AUTO, skipcount, CTLFLAG_RW,

Completed in 159 milliseconds