Searched refs:regexp (Results 101 - 125 of 555) sorted by relevance

1234567891011>>

/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Dgrep-changelog34 use vars qw($author $regexp $exclude $from_date $to_date
50 "text=s" => \$regexp,
114 # No match if AUTHOR-regexp specified and doesn't match.
136 # command line, i.e. it matches $regexp, and it doesn't match
144 if ($regexp) {
145 return 1 if ($entry =~ /$regexp/
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Ddired-x.el167 Uninteresting files are those whose filenames match regexp `dired-omit-files',
180 "*Filenames matching this regexp will not be displayed.
185 :type 'regexp
258 (define-key dired-mode-map "%Y" 'dired-do-relsymlink-regexp)
313 (let ((menu (lookup-key menu-bar [regexp])))
316 [relsymlink-regexp]
319 dired-do-relsymlink-regexp
321 :help "Make relative symbolic links for files matching regexp")
441 (dired-mark-files-regexp
444 (mapconcat 'regexp
[all...]
H A Dwhitespace.el188 (defcustom whitespace-spacetab-regexp "[ ]+\t"
190 :type 'regexp
200 (defcustom whitespace-indent-regexp "^\t*\\( \\)+"
203 :type 'regexp
213 (defcustom whitespace-ateol-regexp "[ \t]+$"
215 :type 'regexp
373 (whitespace-buffer-search whitespace-indent-regexp))))
384 (whitespace-buffer-search whitespace-spacetab-regexp))))
396 (whitespace-buffer-search whitespace-ateol-regexp))))
435 whitespace-indent-regexp)
[all...]
H A Dpcomplete.el133 "*A regexp of filenames to be disregarded during file completion."
134 :type '(choice regexp (const :tag "None" nil))
138 "*A regexp of names to be disregarded during directory completion."
139 :type '(choice regexp (const :tag "None" nil))
526 (defun pcomplete-match (regexp &optional index offset start)
530 (string-match regexp arg start)
695 (defsubst pcomplete-dirs-or-entries (&optional regexp predicate)
699 regexp (or predicate
705 (defun pcomplete-entries (&optional regexp predicate)
722 (if regexp
[all...]
H A Dediff-mult.el55 ;; (regexp metaobj1 metaobj2 metaobj3 merge-save-buffer
173 (defvar ediff-filtering-regexp-history nil "")
175 (defcustom ediff-default-filtering-regexp nil
177 Should be a sexp. For instance (car ediff-filtering-regexp-history) or nil."
181 ;; This has the form ((meta-buf regexp dir1 dir2 dir3 merge-auto-store-dir)
267 ;; group buffer/regexp
271 (defsubst ediff-get-group-regexp (meta-list)
339 (defun ediff-make-new-meta-list-header (regexp
343 (list regexp objA objB objC merge-auto-store-dir comparison-func))
524 ;; REGEXP is nil or a filter regexp; onl
[all...]
H A Dfind-file.el59 ;; current file matches the regexp:
212 :type '(choice (repeat (list regexp (choice (repeat string) function)))
273 :type '(repeat (list regexp (choice (repeat string) function)))
282 :type '(repeat (list regexp (choice (repeat string) function)))
389 (let (match ;; matching regexp for this file
390 suffixes ;; set of replacing regexps for the matching regexp
524 (let (match ;; matching regexp for this file
525 suffixes ;; set of replacing regexps for the matching regexp
749 (defun ff-string-match (regexp string &optional start)
753 (if regexp
[all...]
H A Dibuf-ext.el72 "A list of predicates (a regexp or function) for buffers not to display.
73 If a regexp, then it will be matched against the buffer's name.
76 :type '(repeat (choice regexp function))
81 "A list of predicates (a regexp or function) for buffers to always display.
82 If a regexp, then it will be matched against the buffer's name.
87 :type '(repeat (choice regexp function))
417 ;;;###autoload (autoload 'ibuffer-do-replace-regexp "ibuf-ext")
418 (define-ibuffer-op replace-regexp (from-str to-str)
419 "Perform a `replace-regexp' in marked buffers."
421 (let* ((from-str (read-from-minibuffer "Replace regexp
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Dregexp-opt.el0 ;;; regexp-opt.el --- generate efficient regexps to match strings
29 ;; The "opt" in "regexp-opt" stands for "optim\\(al\\|i[sz]e\\)".
31 ;; This package generates a regexp from a given list of strings (which matches
32 ;; one of those strings) so that the regexp generated by:
34 ;; (regexp-opt strings)
36 ;; is equivalent to, but more efficient than, the regexp generated by:
38 ;; (mapconcat 'regexp-quote strings "\\|")
47 ;; (concat "(" (regexp-opt strings t) "\\>"))
50 ;; Searching using the above example `regexp-opt' regexp take
[all...]
H A Dfind-func.el60 (defcustom find-function-regexp
71 "The regexp used by `find-function' to search for a function definition.
77 :type 'regexp
81 (defcustom find-variable-regexp
87 "The regexp used by `find-variable' to search for a variable definition.
93 :type 'regexp
97 (defcustom find-face-regexp
99 "The regexp used by `find-face' to search for a face definition.
104 :type 'regexp
108 (defvar find-function-regexp
[all...]
H A Dlisp-mnt.el146 :type 'regexp
151 Leading comment characters and whitespace should be in regexp group 1."
152 :type 'regexp
162 :type 'regexp
167 :type 'regexp
172 :type 'regexp
180 "Return regexp for matching HEADER.
182 return section regexp instead."
218 (require 'outline) ;; for outline-regexp.
443 (regexp
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/eshell/
H A Desh-test.el86 (defun eshell-match-result (regexp)
89 (looking-at regexp))
91 (defun eshell-command-result-p (text regexp &optional func)
94 (eshell-match-result regexp))
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dearcon.el49 (defcustom earcon-regexp-alist
67 :type '(repeat (list regexp
144 (let ((alist earcon-regexp-alist)
194 (alist earcon-regexp-alist)
195 beg entry regexp)
199 (setq regexp (concat (regexp-quote earcon-prefix)
203 (regexp-quote earcon-suffix)))
205 (while (re-search-forward regexp nil t)
H A Dnnmail.el96 \"yonka.zow\" is a fine, fine name), and the second is a regexp that
104 The last element should always have \"\" as the regexp.
109 (choice regexp function)))
126 (regexp :value ".*")
127 (repeat :value (".*") regexp)))
135 (regexp :value ".*")
136 (repeat :value (".*") regexp)))
215 In the special cases that HEADER is the symbol `to-from', the regexp
235 regexp
340 (regexp
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dreftex-vars.el61 (regexp "endnotes?" "notes?" "Anmerkung\\(en\\)?" "Anm\\."))))
98 (regexp "parts?" "chapters?" "chap\\." "sections?" "sect?\\."
104 (regexp "items?" "Punkte?"))
107 (regexp "equations?" "eqs?\\." "eqn\\." "Gleichung\\(en\\)?" "Gl\\."))
111 (regexp "figure?[sn]?" "figs?\\." "Abbildung\\(en\\)?" "Abb\\."))
115 (regexp "tables?" "tab\\." "Tabellen?"))
119 (regexp "footnotes?" "Fussnoten?"))
529 - If a string, use as regexp to search *backward* from the label. Context
535 symbol will internally be translated into an appropriate regexp
561 If the first element of this wordlist is the symbol `regexp', th
[all...]
H A Dreftex-global.el72 (defun reftex-search-document (&optional regexp)
79 (unless regexp
80 (setq regexp (read-string (format "Search regexp in document [%s]: "
82 (if (string= regexp "") (setq regexp (regexp-quote default)))
85 (tags-search regexp (list 'reftex-all-document-files))))
88 "Do `query-replace-regexp' of FROM with TO over the entire document.
96 (setq from (read-string (format "Replace regexp i
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/markup/
H A Dattribute_manager.rb33 # the regexp
143 @word_pair_map.each do |regexp, attr|
144 str.gsub!(regexp) {
171 @special.each do |regexp, attribute|
172 str.scan(regexp) do
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/
H A Dparser.rb155 _, parser = RDoc::Parser.parsers.find { |regexp,| regexp =~ file_name }
231 def self.parse_files_matching(regexp)
232 RDoc::Parser.parsers.unshift [regexp, self]
/macosx-10.10.1/ruby-106/ruby/test/psych/
H A Dtest_object_references.rb60 - &name !ruby/regexp /pattern/i
/macosx-10.10.1/vim-55/runtime/indent/
H A Dobjc.vim27 function s:GetWidth(line, regexp)
28 let end = matchend(a:line, a:regexp)
/macosx-10.10.1/vim-55/src/
H A DMakefile792 # Irix 4.0, when regexp and regcmp cannot be found when linking:
1444 regexp.c \
1527 objects/regexp.o \
1592 regexp.pro \
2612 objects/regexp.o: regexp.c
2613 $(CCC) -o $@ regexp.c
2745 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2748 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2752 ascii.h keymap.h term.h macros.h option.h structs.h regexp
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dmeta-mode.el156 ;(make-regexp
161 ;(make-regexp
168 ;(make-regexp
430 2. A number indicating the subgroup in the regexp containing the text.
500 (not (looking-at (regexp-quote close)))
509 (not (looking-at (regexp-quote close)))
520 (defun meta-looking-at-backward (regexp &optional limit)
525 regexp (if limit (max (point-min) (- (point) limit))) t)
547 (defcustom meta-left-comment-regexp "%%+"
549 :type 'regexp
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/rdata/in_1/
H A Dnaptr_35.c452 REQUIRE(naptr->regexp != NULL || naptr->regexp_len == 0);
464 RETERR(mem_tobuffer(target, naptr->regexp, naptr->regexp_len));
487 naptr->regexp = NULL;
516 naptr->regexp = mem_maybedup(mctx, r.base, naptr->regexp_len);
517 if (naptr->regexp == NULL)
535 if (mctx != NULL && naptr->regexp != NULL)
536 isc_mem_free(mctx, naptr->regexp);
555 if (naptr->regexp != NULL)
556 isc_mem_free(naptr->mctx, naptr->regexp);
/macosx-10.10.1/JavaScriptCore-7600.1.17/
H A DtestRegExp.cpp193 static bool testOneRegExp(VM& vm, RegExp* regexp, RegExpTest* regExpTest, bool verbose, unsigned int lineNumber) argument
198 int matchResult = regexp->match(vm, regExpTest->subject, regExpTest->offset, outVector);
410 RegExp* regexp = 0; local
427 regexp = parseRegExpLine(vm, linePtr, lineLength);
431 if (regexp && regExpTest) {
433 if (!testOneRegExp(vm, regexp, regExpTest, verbose, lineNumber)) {
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/
H A Dmacros_test.cpp135 const std::string regexp = get_config_var("regexp"); local
139 ATF_REQUIRE_MATCH(regexp, string);
384 const char *regexp; member in struct:test
396 for (t = &tests[0]; t->regexp != NULL; t++) {
398 config["regexp"] = t->regexp;
401 std::cout << "Checking with " << t->regexp << ", " << t->string
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dautoexpect37 if {0==[regexp "^-" $flag]} break
132 regexp (.)(.*) $s dummy c tail
182 regexp ".*\[\r\n]+(.*)" $s dummy s

Completed in 256 milliseconds

1234567891011>>