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

Lines Matching +refs:term +refs:directory

75 ;;    ebnf-print-directory
79 ;; ebnf-spool-directory
83 ;; ebnf-eps-directory
119 ;; The word "directory", "file", "buffer" or "region" in the command name
122 ;; directory - Read files in the directory and print them.
139 ;; Note that `ebnf-eps-directory', `ebnf-eps-file', `ebnf-eps-buffer' and
183 ;; example, you have a directory with a lot of files containing the EBNF to be
188 ;; emacs -batch -l setup-ebnf2ps.el -f ebnf-eps-directory
249 ;; repeat = [ integer "*" [ integer ]] term. ;; repetition
251 ;; term = factor
556 ;; `ebnf-syntax-directory' does a syntactic analysis of your EBNF files in the
557 ;; given directory.
570 ;; `ebnf-syntax-directory', `ebnf-syntax-file', `ebnf-syntax-buffer',
1102 ;; - `ebnf-delete-style', `ebnf-eps-file' and `ebnf-eps-directory'
1868 See `ebnf-eps-directory' command."
2058 (defun ebnf-print-directory (&optional directory)
2061 If DIRECTORY is nil, it's used `default-directory'.
2069 nil default-directory)))
2070 (ebnf-directory 'ebnf-print-buffer directory))
2112 (defun ebnf-spool-directory (&optional directory)
2115 If DIRECTORY is nil, it's used `default-directory'.
2123 nil default-directory)))
2124 (ebnf-directory 'ebnf-spool-buffer directory))
2161 (defun ebnf-eps-directory (&optional directory)
2164 If DIRECTORY is nil, it's used `default-directory'.
2172 nil default-directory)))
2173 (ebnf-directory 'ebnf-eps-buffer directory))
2242 (defun ebnf-syntax-directory (&optional directory)
2245 If DIRECTORY is nil, use `default-directory'.
2253 nil default-directory)))
2254 (ebnf-directory 'ebnf-syntax-buffer directory))
4623 (defun ebnf-directory (fun &optional directory)
4626 If DIRECTORY is nil, use `default-directory'.
4630 (let ((files (directory-files (or directory default-directory)
5389 ;; left justify term
5485 (let ((term (car (if last-p (last seq) seq))))
5487 ;; adjust empty term
5488 ((eq (ebnf-node-kind term) 'ebnf-generate-empty)
5489 (ebnf-node-width term (+ (- width seq-width)
5490 (ebnf-node-width term)))
5807 ;; n * term