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

Lines Matching defs:regexp

165 (defvar texinfo-section-types-regexp
169 (defvar texinfo-section-level-regexp
170 (regexp-opt (texinfo-filter 3 texinfo-section-list))
173 (defvar texinfo-subsection-level-regexp
174 (regexp-opt (texinfo-filter 4 texinfo-section-list))
177 (defvar texinfo-subsubsection-level-regexp
178 (regexp-opt (texinfo-filter 5 texinfo-section-list))
183 (2 . (concat "\\(^@\\)\\(" texinfo-chapter-level-regexp "\\)\\>[ \t]*"))
184 (3 . (concat "\\(^@\\)\\(" texinfo-section-level-regexp "\\)\\>[ \t]*"))
185 (4 . (concat "\\(^@\\)\\(" texinfo-subsection-level-regexp "\\)\\>[ \t]+"))
186 (5 . (concat "\\(^@\\)\\(" texinfo-subsubsection-level-regexp "\\)\\>[ \t]+")))
197 texinfo-chapter-level-regexp
202 texinfo-section-level-regexp
204 texinfo-chapter-level-regexp
209 texinfo-subsection-level-regexp
211 texinfo-section-level-regexp
213 texinfo-chapter-level-regexp
223 texinfo-chapter-level-regexp
225 texinfo-section-level-regexp
227 texinfo-subsection-level-regexp
229 texinfo-subsubsection-level-regexp
234 texinfo-section-level-regexp
236 texinfo-subsection-level-regexp
238 texinfo-subsubsection-level-regexp
243 texinfo-subsection-level-regexp
245 texinfo-subsubsection-level-regexp
250 texinfo-subsubsection-level-regexp
252 ;; There's nothing below 5, use a bogus regexp that can't match.
515 to the start of the text matched by last regexp searched for, which
574 (regexp-quote (car new-menu)) "::"
576 ".*: " (regexp-quote (car new-menu)) "[.,\t\n]"
613 "\\(.*\\): " (regexp-quote (car new-menu))
770 (regexp-quote node-name)
1078 texinfo-section-types-regexp ; all other section types
1135 ((re-search-forward texinfo-section-types-regexp nil t)
1336 (if (not (looking-at "[^,\t\n ]+")) ; regexp based on what Info looks for
1609 texinfo-section-types-regexp
1616 texinfo-section-types-regexp
1656 texinfo-section-types-regexp
1684 ;; Use regexp based on what info looks for
1694 (re-search-forward texinfo-section-types-regexp
1772 (if (re-search-forward texinfo-section-types-regexp node-end t)