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

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCodeBlock.cpp781 int re0 = (++it)->u.operand; local
784 out.printf("%s", regexpName(re0, regexp(re0)).data());
786 out.printf("bad_regexp(%d)", re0);
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dorg.el9835 words re0 re1 re2 re3 re4 re5 re2a reall)
9868 re0 (concat "\\(<<" (regexp-quote s0) ">>\\)")
9878 reall (concat "\\(" re0 "\\)\\|\\(" re1 "\\)\\|\\(" re2
9886 (if (or (org-search-not-self 1 re0 nil t)
16993 (quote-re0 (concat "^[ \t]*" org-quote-string "\\>"))
17062 (if (string-match quote-re0 txt)
17431 (quote-re0 (concat "^[ \t]*" org-quote-string "\\>"))
17544 (if (string-match quote-re0 txt)
17753 (if (string-match quote-re0 txt)

Completed in 148 milliseconds