• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /barrelfish-2018-10-04/lib/pcre/

Lines Matching refs:GET

887         next = ecode + GET(ecode,1);
894 ecode += GET(ecode,1);
906 do ecode += GET(ecode, 1); while (*ecode == OP_ALT);
1000 next = ecode + GET(ecode,1);
1010 ecode += GET(ecode, 1);
1070 else if (!md->hasthen && ecode[GET(ecode, 1)] != OP_ALT)
1088 next = ecode + GET(ecode,1);
1101 while (*scode == OP_ALT) scode += GET(scode, 1);
1102 scode -= GET(scode, 1);
1108 ecode += GET(ecode, 1);
1176 do ecode += GET(ecode, 1); while (*ecode == OP_ALT);
1188 next = ecode + GET(ecode,1);
1196 ecode += GET(ecode, 1);
1242 do ecode += GET(ecode, 1); while (*ecode == OP_ALT);
1254 next = ecode + GET(ecode,1);
1261 ecode += GET(ecode, 1);
1288 codelink = GET(ecode, 1); /* Offset to the second branch */
1312 cb.pattern_position = GET(ecode, 2);
1313 cb.next_item_length = GET(ecode, 2 + LINK_SIZE);
1401 ecode += GET(ecode, 1);
1402 while (*ecode == OP_ALT) ecode += GET(ecode, 1);
1561 next = ecode + GET(ecode,1);
1574 ecode += GET(ecode, 1);
1590 do ecode += GET(ecode,1); while (*ecode == OP_ALT);
1628 next = ecode + GET(ecode,1);
1646 do ecode += GET(ecode,1); while (*ecode == OP_ALT);
1657 ecode += GET(ecode,1);
1677 i = GET(ecode, 1);
1691 eptr -= GET(ecode, 1);
1722 cb.pattern_position = GET(ecode, 2);
1723 cb.next_item_length = GET(ecode, 2 + LINK_SIZE);
1758 callpat = md->start_code + GET(ecode, 1);
1849 callpat += GET(callpat, 1);
1867 do ecode += GET(ecode,1); while (*ecode == OP_ALT);
1880 do next += GET(next, 1); while (*next == OP_ALT);
1886 do next += GET(next, 1); while (*next == OP_ALT);
1894 do next += GET(next,1); while (*next == OP_ALT);
1913 prev = ecode - GET(ecode, 1);
3109 ecode += GET(ecode, 1); /* Advance past the item */