Searched refs:end_code (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/pcre-7/pcre/
H A Dpcre_dfa_exec.c388 const uschar *end_code, *first_op; local
443 end_code = this_start_code;
446 int back = GET(end_code, 2+LINK_SIZE);
448 end_code += GET(end_code, 1);
450 while (*end_code == OP_ALT);
487 end_code = this_start_code;
490 int back = GET(end_code, 2+LINK_SIZE);
493 int bstate = end_code - start_code + 2 + 2*LINK_SIZE;
496 end_code
[all...]
/macosx-10.10/ruby-106/ruby/
H A Dregparse.c2585 OnigCodePoint end_code; local
2598 end_code = get_name_end_code_point(start_code);
2607 if (c == end_code)
2626 if (c == end_code || c == ')' || c == '+' || c == '-') {
2645 if (r == 0 && c != end_code) {
2659 if (c == end_code)
2698 OnigCodePoint end_code; local
2708 end_code = get_name_end_code_point(start_code);
2720 if (c == end_code)
2751 if (c == end_code ||
2817 OnigCodePoint end_code; local
[all...]

Completed in 181 milliseconds