• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/emacs-93/emacs/lisp/

Lines Matching +defs:split +defs:regexp

241 (defcustom Info-search-whitespace-regexp "\\s-+"
247 :type 'regexp
291 It is nil if current Info file is not split into subfiles.")
420 (concat (regexp-quote (car (car tail))) "$")
513 (append (split-string (substring path 0 -1)
514 (regexp-quote path-separator))
516 (split-string path (regexp-quote path-separator)))
608 (defun Info-node-at-bob-matching (regexp)
615 (re-search-backward regexp beg t))))
745 (defun Info-find-in-tag-table-1 (marker regexp case-fold)
762 (when (re-search-forward regexp nil t)
767 (defun Info-find-in-tag-table (marker regexp)
778 (let ((result (Info-find-in-tag-table-1 marker regexp nil)))
780 (setq result (Info-find-in-tag-table-1 marker regexp t)))
783 (defun Info-find-node-in-buffer-1 (regexp case-fold)
792 (when (Info-node-at-bob-matching regexp)
799 (when (re-search-backward regexp beg t)
804 (defun Info-find-node-in-buffer (regexp)
811 (or (Info-find-node-in-buffer-1 regexp nil)
812 (Info-find-node-in-buffer-1 regexp t)))
912 (regexp (concat "\\(Node:\\|Ref:\\) *\\("
914 (regexp-quote nodename)
923 (found (Info-find-in-tag-table m regexp)))
950 (let ((pos (Info-find-node-in-buffer regexp)))
1123 (regexp-quote nodename)
1137 (regexp-quote nodename)
1292 (defun Info-split-parameter-string (parameter-string)
1320 (parameter-alist (Info-split-parameter-string (match-string 2)))
1418 (replace-regexp-in-string
1423 (propertize (replace-regexp-in-string
1475 (suffix (concat (regexp-opt suffixes t) "\\'"))
1492 ;; But exclude subfiles of split Info files.
1565 (node-regexp "Node: *\\([^,\n]*\\) *[,\n\t]"))
1582 (if (Info-node-at-bob-matching node-regexp)
1589 (if (re-search-backward node-regexp beg t)
1615 (defun Info-search (regexp &optional bound noerror count direction)
1628 (when (equal regexp "")
1629 (setq regexp (car Info-search-history)))
1630 (when regexp
1666 (let ((search-spaces-regexp
1667 (if (or (not isearch-mode) isearch-regexp)
1668 Info-search-whitespace-regexp)))
1670 (re-search-backward regexp bound t)
1671 (re-search-forward regexp bound t))
1681 (signal 'search-failed (list regexp "initial node")))
1686 (let ((search-spaces-regexp
1687 (if (or (not isearch-mode) isearch-regexp)
1688 Info-search-whitespace-regexp)))
1690 (re-search-backward regexp)
1691 (re-search-forward regexp)))
1695 (signal 'search-failed (list regexp)))
1759 (let ((search-spaces-regexp
1760 (if (or (not isearch-mode) isearch-regexp)
1761 Info-search-whitespace-regexp)))
1763 (re-search-backward regexp nil t)
1764 (re-search-forward regexp nil t))
1774 (signal 'search-failed (list regexp))))
1799 "Search for a regexp case-sensitively."
1805 "Search for next regexp from a previous `Info-search' command."
1812 (defun Info-search-backward (regexp &optional bound noerror count)
1822 (Info-search regexp bound noerror count 'backward))
1828 (Info-search (concat "\\b" (replace-regexp-in-string
1830 (replace-regexp-in-string
1836 (Info-search (if isearch-regexp string (regexp-quote string))
1884 "Return a regexp matching a node name.
1885 ALLOWEDCHARS, if non-nil, goes within [...] to make a regexp
1939 (concat "\n\\* +\\(" (regexp-quote old-node)
1940 ":\\|[^:]+: +" (regexp-quote old-node) "\\)"))
2194 (let (target i (str (concat "\\*note " (regexp-quote footnotename)))
2257 (replace-regexp-in-string
2303 (concat "\n\\* +" (regexp-quote string) ":") nil t)
2305 (regexp-quote string)
2397 (setq menu-item (regexp-quote menu-item))
2855 (regexp-quote topic)))
2927 (regexp-quote name)) nil t)
2931 (regexp-quote name)) nil t)
2951 (regexp-quote string)))
3431 \\[Info-search] Search through this Info file for specified regexp,
3433 \\[Info-search-case-sensitively] Search through this Info file for specified regexp case-sensitively.
3434 \\[Info-search-next] Search for another occurrence of regexp
3489 (set (make-local-variable 'search-whitespace-regexp)
3490 Info-search-whitespace-regexp)
3600 (cmd-desc (concat "^\\* +" (regexp-quote (symbol-name command))
3617 (regexp (concat "\\`" (regexp-quote name)
3619 (if (string-match regexp (symbol-name command))
3804 (replace-regexp-in-string
3900 (let* ((node (replace-regexp-in-string
3902 (replace-regexp-in-string