Lines Matching refs:count

286   int count;                      /* Count for repeats */
356 next_active_state->count = (y); \
366 next_active_state->count = (y); \
377 next_new_state->count = (y); \
387 next_new_state->count = (y); \
605 printf("%d/%d ", active_states[i].offset, active_states[i].count);
645 int count;
664 ADD_NEW_DATA(state_offset, current_state->count,
675 /* Check for a duplicate state with the same count, and skip if found.
682 active_states[j].count == current_state->count)
793 count = ((match_count == 0)? offsetcount : match_count * 2) - 2;
794 if (count > 0) memmove(offsets + 2, offsets, count * sizeof(int));
1166 count = current_state->count; /* Already matched */
1167 if (count > 0) { ADD_ACTIVE(state_offset + 2, 0); }
1183 if (count > 0 && codevalue == OP_TYPEPOSPLUS)
1188 count++;
1189 ADD_NEW(state_offset, count);
1256 count = current_state->count; /* Number already matched */
1272 if (++count >= (int)GET2(code, 1))
1275 { ADD_NEW(state_offset, count); }
1285 count = current_state->count; /* Number already matched */
1306 if (++count >= (int)GET2(code, 1))
1309 { ADD_NEW(state_offset, count); }
1324 count = current_state->count; /* Already matched */
1325 if (count > 0) { ADD_ACTIVE(state_offset + 4, 0); }
1410 if (count > 0 && codevalue == OP_PROP_EXTRA + OP_TYPEPOSPLUS)
1415 count++;
1416 ADD_NEW(state_offset, count);
1425 count = current_state->count; /* Already matched */
1426 if (count > 0) { ADD_ACTIVE(state_offset + 2, 0); }
1432 if (count > 0 && codevalue == OP_EXTUNI_EXTRA + OP_TYPEPOSPLUS)
1448 count++;
1449 ADD_NEW_DATA(-state_offset, count, ncount);
1458 count = current_state->count; /* Already matched */
1459 if (count > 0) { ADD_ACTIVE(state_offset + 2, 0); }
1481 if (count > 0 && codevalue == OP_ANYNL_EXTRA + OP_TYPEPOSPLUS)
1486 count++;
1487 ADD_NEW_DATA(-state_offset, count, ncount);
1500 count = current_state->count; /* Already matched */
1501 if (count > 0) { ADD_ACTIVE(state_offset + 2, 0); }
1518 if (count > 0 && codevalue == OP_VSPACE_EXTRA + OP_TYPEPOSPLUS)
1523 count++;
1524 ADD_NEW_DATA(-state_offset, count, 0);
1533 count = current_state->count; /* Already matched */
1534 if (count > 0) { ADD_ACTIVE(state_offset + 2, 0); }
1551 if (count > 0 && codevalue == OP_HSPACE_EXTRA + OP_TYPEPOSPLUS)
1556 count++;
1557 ADD_NEW_DATA(-state_offset, count, 0);
1567 count = 4;
1573 count = 0;
1668 ADD_NEW(state_offset + count, 0);
1677 count = 2;
1683 count = 0;
1710 ADD_NEW_DATA(-(state_offset + count), 0, ncount);
1719 count = 2;
1725 count = 0;
1756 ADD_NEW_DATA(-(state_offset + (int)count), 0, ncount);
1769 count = 2;
1775 count = 0;
1800 ADD_NEW_DATA(-(state_offset + (int)count), 0, 0);
1809 count = 2;
1815 count = 0;
1841 ADD_NEW_DATA(-(state_offset + (int)count), 0, 0);
1854 count = current_state->count; /* Number already matched */
1944 if (++count >= (int)GET2(code, 1))
1947 { ADD_NEW(state_offset, count); }
1959 count = current_state->count; /* Number already matched */
1983 if (++count >= (int)GET2(code, 1))
1986 { ADD_NEW_DATA(-state_offset, count, ncount); }
1998 count = current_state->count; /* Number already matched */
2025 if (++count >= (int)GET2(code, 1))
2028 { ADD_NEW_DATA(-state_offset, count, ncount); }
2044 count = current_state->count; /* Number already matched */
2065 if (++count >= (int)GET2(code, 1))
2068 { ADD_NEW_DATA(-state_offset, count, 0); }
2080 count = current_state->count; /* Number already matched */
2102 if (++count >= (int)GET2(code, 1))
2105 { ADD_NEW_DATA(-state_offset, count, 0); }
2323 count = current_state->count; /* Already matched */
2324 if (count > 0) { ADD_ACTIVE(state_offset + dlen + 1, 0); }
2343 if (count > 0 &&
2349 count++;
2350 ADD_NEW(state_offset, count);
2453 count = current_state->count; /* Number already matched */
2472 if (++count >= (int)GET2(code, 1))
2475 { ADD_NEW(state_offset, count); }
2497 count = current_state->count; /* Number already matched */
2521 if (++count >= (int)GET2(code, 1))
2524 { ADD_NEW(state_offset, count); }
2590 count = current_state->count; /* Already matched */
2591 if (count > 0) { ADD_ACTIVE(next_state_offset + 1, 0); }
2594 if (count > 0 && *ecode == OP_CRPOSPLUS)
2599 count++;
2600 ADD_NEW(state_offset, count);
2622 count = current_state->count; /* Already matched */
2623 if (count >= (int)GET2(ecode, 1))
2633 if (++count >= max && max != 0) /* Max 0 => no limit */
2636 { ADD_NEW(state_offset, count); }
2838 count of characters to skip before trying it. Note that the count is in