Lines Matching defs:next
844 /* move line to next key */
1793 const char *next;
1795 next = strchr(s, '|');
1796 if (next != NULL) {
1797 size_t matchlen = (size_t)(next - s);
1806 s = &next[1];
1915 /* loop through token list, match, run actions or forward to next rule */
2042 struct token *next;
2045 next = cur;
2046 while (next->type > TK_M_PARENTS_MIN && next->type < TK_M_PARENTS_MAX)
2047 next++;
2055 for (key = cur; key < next; key++ ) {
2095 cur = next;
2506 char *pos, *next;
2529 next = strchr(pos, ' ');
2530 while (next != NULL) {
2531 next[0] = '\0';
2536 while (isspace(next[1]))
2537 next++;
2538 pos = &next[1];
2539 next = strchr(pos, ' ');
2621 /* fast-forward to next rule */
2651 goto next;
2683 goto next;
2750 next:
2751 /* fast-forward to next rule */
2783 /* loop through token list, match, run actions or forward to next rule */
2820 /* skip to next rule */
2830 /* fast-forward to next rule */