Lines Matching refs:cur
133 int cur; /* Current number of events */
158 #define history_def_getsize(p) (((history_t *)p)->cur)
284 (h->cur > 0) ? _HE_END_REACHED : _HE_EMPTY_LIST);
312 (h->cur > 0) ? _HE_CURR_INVALID : _HE_EMPTY_LIST);
329 if (h->cur == 0) {
356 if (h->cur == 0) {
457 h->cur--;
482 h->cur++;
512 while (h->cur > h->max && h->cur > 0)
533 h->cur = 0;
557 h->cur = 0;