• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lisp/progmodes/

Lines Matching +defs:search +defs:func

302 ;; `ebnf-case-fold-search', so it's possible to match other kind of terminal
308 ;; (setq ebnf-case-fold-search nil) ; exact matching
330 ;; `ebnf-terminal-regexp', `ebnf-case-fold-search',
613 ;; `ebnf-case-fold-search' Non-nil means ignore case on matching.
1757 `ebnf-terminal-regexp', `ebnf-case-fold-search',
1824 (defcustom ebnf-case-fold-search nil
2312 ebnf-case-fold-search %S
2372 ebnf-case-fold-search
2445 ebnf-case-fold-search
2508 (ebnf-case-fold-search . nil)
2747 (defvar ebnf-parser-func nil)
4129 (defmacro ebnf-node-width-func (node width)
4133 (defmacro ebnf-node-dimension-func (node &optional value)
4690 (defun ebnf-generate-region (from to gen-func)
4700 (when gen-func
4708 (funcall gen-func tree))
4730 (gen-func
4739 (let ((tree (funcall ebnf-parser-func start)))
4858 (setq ebnf-parser-func (nth 1 init))
4924 (and (search-forward "%%Creator: " nil t)
4925 (not (search-forward "& ebnf2ps v"
4934 (search-backward "\n%%EndProlog\n")
5166 (ebnf-node-dimension-func (ebnf-node-production production))
5223 (ebnf-node-dimension-func element)
5241 (ebnf-node-dimension-func factor)
5243 (ebnf-node-dimension-func element)
5265 (ebnf-node-dimension-func (car lis))
5293 (ebnf-node-dimension-func body)
5305 (ebnf-node-dimension-func list-part)
5307 (ebnf-node-dimension-func sep-part))
5330 (ebnf-node-dimension-func list-part)
5332 (ebnf-node-dimension-func sep-part))
5361 (ebnf-node-dimension-func node)
5397 (ebnf-node-width-func node width)
5624 (defun ebnf-make-terminal1 (name gen-func dim-func)
5625 (vector gen-func
5627 dim-func
5654 (defun ebnf-make-or-more1 (gen-func dim-func list-part sep-part)
5655 (vector gen-func
5657 dim-func
5774 (ebnf-node-dimension-func element 'ebnf-one-or-more-dimension)