Searched refs:backref (Results 1 - 25 of 25) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/regex/TRE/lib/
H A Dtre-compile.h20 int backref; member in struct:__anon2932
H A Dtre-internal.h240 int backref; member in union:tnfa_transition::__anon2938
253 #define ASSERT_BACKREF 128 /* A back reference in `backref'. */
H A Dtre-compile.c572 literal or backref. */
2099 tre_bracket_match_list_t *bracket_match_list, int backref)
2111 new_set[0].backref = backref;
2142 new_set[s1].backref = set1[s1].backref;
2186 new_set[s1 + s2].backref = set2[s2].backref;
2731 if (p1->backref >= 0)
2734 assert(p2->backref <
2098 tre_set_one(tre_mem_t mem, int position, int code_min, int code_max, tre_bracket_match_list_t *bracket_match_list, int backref) argument
[all...]
H A Dtre-match-backtrack.c528 int so, eo, bt = trans_i->u.backref;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A Dregengine.inc50 #define backref sbackref
62 #define backref lbackref
91 static const char *backref(struct match *, const char *, const char *, sopno,
230 NOTE("backref dissect");
231 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
254 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
480 - backref - figure out what matched what, figuring in back references
483 backref(struct match *m, const char *start, const char *stop, sopno startst,
600 return(backref(m, sp+len, stop, ss+1, stopst, lev, rec));
603 dp = backref(
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/date/
H A Ddate_parse.c2181 VALUE backref, hash; local
2188 backref = rb_backref_get();
2189 rb_match_busy(backref);
2339 rb_backref_set(backref);
2602 VALUE backref, hash; local
2604 backref = rb_backref_get();
2605 rb_match_busy(backref);
2619 rb_backref_set(backref);
2670 VALUE backref, hash; local
2672 backref
2816 VALUE backref, hash; local
2889 VALUE backref, hash; local
3035 VALUE backref, hash; local
3109 VALUE backref, hash; local
[all...]
/macosx-10.9.5/cups-372.4/cups/vcnet/regex/
H A Dengine.ih9 static char *backref(register struct match *m, char *start, char *stop, sopno startst, sopno stopst, sopno lev);
H A Dengine.c13 #define backref sbackref macro
24 #define backref lbackref macro
166 NOTE("backref dissect");
167 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0);
190 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0);
415 - backref - figure out what matched what, figuring in back references
416 == static char *backref(register struct match *m, char *start, \
420 backref(m, start, stop, startst, stopst, lev) function
540 return(backref(m, sp+len, stop, ss+1, stopst, lev));
543 dp = backref(
1015 #undef backref macro
[all...]
/macosx-10.9.5/vim-53/runtime/macros/
H A Dmatchit.vim189 " (backref) versions of these. Then, resolve the backrefs.
353 let backref = substitute(a:matchline, a:prefix.word.a:suffix,
356 let backref = escape(backref, '*,:')
358 let ini = strpart(ini, 0, start) . backref . strpart(ini, start+len)
360 \ escape(backref, '\\&'), 'g')
514 let backref = s:Ref(a:source, d)
515 " The idea is to replace '\d' with backref. Before we do this,
516 " replace any \(\) groups in backref with :1, :2, ... if they
518 " into backref
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Drx.el153 (backref . (rx-backref 1 1 rx-check-backref))
516 (defun rx-backref (form)
517 "Parse and produce code from FORM, which is `(backref N)'."
521 (defun rx-check-backref (arg)
522 "Check arg ARG for Rx `backref'."
524 (error "rx `backref' requires numeric 1<=arg<=9: %s" arg)))
948 `(backref N)'
951 `(backref
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Dregparse.c733 name_add(regex_t* reg, UChar* name, UChar* name_end, int backref, ScanEnv* env) argument
820 e->back_ref1 = backref;
829 e->back_refs[1] = backref;
840 e->back_refs[e->back_num - 1] = backref;
2376 } backref; member in union:__anon12454::__anon12455
3256 env, &back_num, &tok->u.backref.level);
3257 if (r == 1) tok->u.backref.exist_level = 1;
3258 else tok->u.backref.exist_level = 0;
3277 tok->u.backref.by_name = 0;
3278 tok->u.backref
[all...]
H A Dre.c1040 match_backref_number(VALUE match, VALUE backref) argument
1049 switch (TYPE(backref)) {
1051 return NUM2INT(backref);
1054 name = rb_id2name(SYM2ID(backref));
1058 name = StringValueCStr(backref);
1075 rb_reg_backref_number(VALUE match, VALUE backref) argument
1077 return match_backref_number(match, backref);
2202 case '4': case '5': case '6': case '7': /* \O, \OO, \OOO or backref */
2206 /* backref or 7bit octal.
2208 re-escaping may break backref */
[all...]
H A Dcomplex.c1880 VALUE a1, a2, backref; local
1887 backref = rb_backref_get();
1888 rb_match_busy(backref);
1910 rb_backref_set(backref);
H A Drational.c2322 VALUE a1, a2, backref; local
2341 backref = rb_backref_get();
2342 rb_match_busy(backref);
2368 rb_backref_set(backref);
H A Dvm_insnhelper.c243 VALUE backref = lep_svar_get(th, lep, 1); local
248 val = rb_reg_last_match(backref);
251 val = rb_reg_match_pre(backref);
254 val = rb_reg_match_post(backref);
257 val = rb_reg_match_last(backref);
264 val = rb_reg_nth_match((int)(type >> 1), backref);
H A Dparse.y773 %type <node> assoc_list assocs assoc undef_list backref string_dvar for_var
1222 | backref tOP_ASGN command_call
1704 | backref
1792 | backref
2033 | backref tOP_ASGN arg
2579 | backref
4271 | backref
4379 backref : tNTH_REF label
H A Dregexec.c2313 goto backref;
2318 goto backref;
2323 backref:
H A Dstring.c3205 rb_str_subpat(VALUE str, VALUE re, VALUE backref) argument
3209 int nth = rb_reg_backref_number(match, backref);
3458 rb_str_subpat_set(VALUE str, VALUE re, VALUE backref, VALUE val) argument
3470 nth = rb_reg_backref_number(match, backref);
/macosx-10.9.5/llvmCore-3425.0.33/docs/_static/
H A Dllvm.css112 .toc-backref { color: black; text-decoration: none; }
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A Dregexec.c178 int backref;
211 backref = (v->g->info&REG_UBACKREF) ? 1 : 0;
217 if (backref) {
240 if (backref) {
268 if (backref) {
953 - crevdissect - determine backref shortest-first subexpression matches
1073 - cbrdissect - determine backref subexpression matches
176 int backref; local
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A Dregexec.c177 int backref; local
196 backref = (v->g->info&REG_UBACKREF) ? 1 : 0;
201 if (backref) {
217 if (backref) {
235 if (backref)
830 - crevdissect - determine backref shortest-first subexpression matches
924 - cbrdissect - determine backref subexpression matches
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dpython.el124 (backref 2) ; per first quote
125 (group (backref 2))) ; maybe gets property
/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.y773 %type <val> assoc_list assocs assoc undef_list backref string_dvar for_var
1222 | backref tOP_ASGN command_call
1704 | backref
1792 | backref
2033 | backref tOP_ASGN arg
2579 | backref
4271 | backref
4379 backref : tNTH_REF label
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dvera.vim76 syn keyword veraMethods atobin atohex atoi atooct backref bittostr capacity
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dintern.h638 int rb_reg_backref_number(VALUE match, VALUE backref);

Completed in 343 milliseconds