Lines Matching defs:next

92 /* The next 5 must be kept together and in sequence so that a test that checks
570 #define next frame->Xnext
627 const pcre_uchar *next;
887 next = ecode + GET(ecode,1);
888 if (md->start_match_ptr < next &&
889 (*ecode == OP_ALT || *next == OP_ALT))
1000 next = ecode + GET(ecode,1);
1001 if (md->start_match_ptr < next &&
1002 (*ecode == OP_ALT || *next == OP_ALT))
1088 next = ecode + GET(ecode,1);
1089 if (md->start_match_ptr < next &&
1090 (*ecode == OP_ALT || *next == OP_ALT))
1188 next = ecode + GET(ecode,1);
1189 if (md->start_match_ptr < next &&
1190 (*ecode == OP_ALT || *next == OP_ALT))
1266 next = ecode + GET(ecode,1);
1267 if (md->start_match_ptr < next &&
1268 (*ecode == OP_ALT || *next == OP_ALT))
1558 next = ecode + GET(ecode,1);
1559 if (md->start_match_ptr < next &&
1560 (*ecode == OP_ALT || *next == OP_ALT))
1573 while (*ecode == OP_ALT); /* Continue for next alternative */
1618 case MATCH_NOMATCH: /* Carry on with next branch */
1625 next = ecode + GET(ecode,1);
1626 if (md->start_match_ptr < next &&
1627 (*ecode == OP_ALT || *next == OP_ALT))
1652 /* Continue with next branch */
1692 /* Save the earliest consulted character, then skip to next op code */
1870 next = ecode + 1;
1871 RMATCH(eptr, next, offset_top, md, eptrb, RM10);
1873 do next += GET(next, 1); while (*next == OP_ALT);
1874 ecode = next + 1 + LINK_SIZE;
1878 next = ecode + 1;
1879 do next += GET(next, 1); while (*next == OP_ALT);
1880 RMATCH(eptr, next + 1+LINK_SIZE, offset_top, md, eptrb, RM11);
1886 next = ecode+1;
1887 do next += GET(next,1); while (*next == OP_ALT);
1888 ecode = next + 1 + LINK_SIZE;
2211 /* Get status of next character */
2263 /* Get status of next character */
2538 /* Check the next character by Unicode property. We will get here only
6246 #undef next
6900 found it, so that we don't search again next time round the loop if
6944 /* SKIP passes back the next starting point explicitly, but if it is no
7019 md->mark = NULL; /* Reset for start of next match attempt */