Searched refs:re1 (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/apache-793/httpd/modules/filters/
H A Dsed0.c377 commands->rep->re1 = p;
378 p = text(commands, commands->rep->re1, commands->reend);
390 commands->rep->re1 = p;
391 p = text(commands, commands->rep->re1, commands->reend);
407 commands->rep->re1 = p;
408 p = text(commands, commands->rep->re1, commands->reend);
502 commands->rep->re1 = p;
503 p = text(commands, commands->rep->re1, commands->reend);
532 commands->rep->re1 = p;
533 p = comple(commands, &compargs, (char *) 0, commands->rep->re1,
[all...]
H A Dsed1.c606 if(match(eval, ipc->re1, 0, step_vars) == 0) return(0);
615 if(match(eval, ipc->re1, 1, step_vars) == 0) break;
716 for (p1 = ipc->re1; *p1; p1++)
718 rv = wline(eval, ipc->re1, p1 - ipc->re1);
763 for (p1 = ipc->re1; *p1; p1++);
764 rv = wline(eval, ipc->re1, p1 - ipc->re1);
959 p2 = ipc->re1;
977 for (p1 = (*eval->aptr)->re1; *p
[all...]
H A Dlibsed.h43 char *re1; member in struct:sed_reptr_s
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/tepam/
H A Dadbox_all.test67 test tepam-adbox.all.$ShortType.re1 "argument_dialogbox with $WidgetType widget - result 1" \
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dwindres.c429 const struct res_entry **re1, **re2;
431 re1 = (const struct res_entry **) p1;
433 return res_id_cmp ((*re1)->id, (*re2)->id);
426 const struct res_entry **re1, **re2; local
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dregextst.cpp1515 UnicodeString re1("abc[a-l][m-z]");
1520 RegexPattern *pat1 = RegexPattern::compile(re1, 0, pe, status);
1540 RegexPattern *pat1a = RegexPattern::compile(re1, pe, status);
1546 RegexPattern *pat1b = RegexPattern::compile(re1, UREGEX_CASE_INSENSITIVE, pe, status);
2768 UText re1 = UTEXT_INITIALIZER; local
2775 utext_openUTF8(&re1, str_abcalmz, -1, &status);
2778 RegexPattern *pat1 = RegexPattern::compile(&re1, 0, pe, status);
2798 RegexPattern *pat1a = RegexPattern::compile(&re1, pe, status);
2804 RegexPattern *pat1b = RegexPattern::compile(&re1, UREGEX_CASE_INSENSITIVE, pe, status);
2822 utext_close(&re1);
[all...]
/macosx-10.10.1/ruby-106/ruby/
H A Dre.c2601 rb_reg_equal(VALUE re1, VALUE re2) argument
2603 if (re1 == re2) return Qtrue;
2605 rb_reg_check(re1); rb_reg_check(re2);
2606 if (FL_TEST(re1, KCODE_FIXED) != FL_TEST(re2, KCODE_FIXED)) return Qfalse;
2607 if (RREGEXP(re1)->ptr->options != RREGEXP(re2)->ptr->options) return Qfalse;
2608 if (RREGEXP_SRC_LEN(re1) != RREGEXP_SRC_LEN(re2)) return Qfalse;
2609 if (ENCODING_GET(re1) != ENCODING_GET(re2)) return Qfalse;
2610 if (memcmp(RREGEXP_SRC_PTR(re1), RREGEXP_SRC_PTR(re2), RREGEXP_SRC_LEN(re1)) == 0) {
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dcvs-status.el347 (re1 (concat re-lead cvs-status-tag-re
349 (while (or (looking-at re1) (looking-at re2) (looking-at re3))
/macosx-10.10.1/tcl-105/tcl/tcl/tools/
H A Dtcltk-man2html.tcl1429 set re1 {^Copyright +(?:\(c\)|\\\(co|©) +(\w.*?)(?:all rights reserved)?(?:\. )*$}
1434 if {[regexp -nocase -- $re1 $copyright -> info]} {
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dreftex-index.el1576 (re1 (reftex-index-phrases-find-dup-re phrase))
1589 (while (re-search-forward re1 nil t)
H A Dorg.el5585 (let ((re (concat "^\\*+ +" org-not-done-regexp)) re1
5594 (setq re1 (concat "^" (regexp-quote
5601 (setq re1 "^* ")
5606 (while (re-search-forward re1 endm t)
8761 (let* ((re1 (concat "^" (regexp-quote comment-start) orgtbl-line-start-regexp))
8764 (cond ((looking-at re1) t)
8767 (re (if commented re1 re2))
9835 words re0 re1 re2 re3 re4 re5 re2a reall)
9872 re1 (concat pre re2 post)
9878 reall (concat "\\(" re0 "\\)\\|\\(" re1 "\\)\\|\\(" re
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/grammar_fa/
H A Dfaop.tcl1238 proc ::grammar::fa::op::matrix_drop_state {T_in {ns re1}} {
1265 namespace eval ::grammar::fa::op::re1 {
1269 proc ::grammar::fa::op::re1::| {args} {
1291 proc ::grammar::fa::op::re1::. {args} {
1315 proc ::grammar::fa::op::re1::* {re} {
1339 namespace import [namespace parent]::re1::|
1340 namespace import [namespace parent]::re1::\\*

Completed in 319 milliseconds