Searched refs:bof (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/apache-793/httpd/modules/core/test/conf/
H A Dtest47.conf11 <Macro bof $i>
/macosx-10.10/ICU-531.30/icuSources/data/brkitr/
H A Dsent.txt80 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* .;
81 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* ([$Sep $LF $CR {eof}] | $CR $LF){100};
101 [{bof}] (.? | $LF $CR) [^$Sep $CR $LF]* [$Sep $CR $LF {eof}] ($SpEx_R* $CloseEx_R* ($STermEx_R | $ATermEx_R))*;
113 # [{bof}] inhibit rule chaining. Without this, rule would loop on itself and match
H A Dsent_el.txt80 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* .;
81 [[^$STerm $ATerm $Close $Sp $Sep $LF $CR $Format $Extend]{bof}] ($Extend | $Format | $Close | $Sp)* ([$Sep $LF $CR {eof}] | $CR $LF){100};
101 [{bof}] (.? | $LF $CR) [^$Sep $CR $LF]* [$Sep $CR $LF {eof}] ($SpEx_R* $CloseEx_R* ($STermEx_R | $ATermEx_R))*;
113 # [{bof}] inhibit rule chaining. Without this, rule would loop on itself and match
/macosx-10.10/apr-32/apr/apr/file_io/win32/
H A Ddir.c144 thedir->bof = 1;
147 else if (thedir->bof) {
152 thedir->bof = 0;
188 thedir->bof = 1;
191 else if (thedir->bof) {
196 thedir->bof = 0;
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dperl-mode.el627 (bof (perl-beginning-of-function))
630 (perl-indent-line "\f\\|;?#" bof))))
634 (setq lsexp (or (nth 2 delta) bof))
638 (if (= (char-after bof) ?=)
671 (bof (or parse-start (save-excursion (perl-beginning-of-function))))
676 (cond ((eq (char-after bof) ?=) 0)
677 ((listp (setq indent (perl-calculate-indent bof))) indent)
681 (setq indent (perl-indent-new-calculate nil indent bof))
885 (bof-mark (save-excursion
890 (if (= (char-after (marker-position bof
[all...]
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dreftex-parse.el83 (not (and (member (list 'bof file) old-list)
102 'toc (list 'bof from-file) old-list)
104 'appendix (list 'bof from-file) old-list))
137 (let* ((bof1 (memq (assq 'bof docstruct) docstruct))
138 (bof2 (assq 'bof (cdr bof1)))
185 (while (setq tmp (assoc 'bof all))
224 (push (list 'bof file) docstruct)
375 (bof-list (member (list 'bof file) old))
377 (if (not (and bof
[all...]
H A Dreftex-sel.el114 ;;; (memq (car entry) '(bof eof file-error))))
137 (memq (car entry) '(bof eof file-error))))
213 ((memq (car cell) '(bof eof file-error))
222 (cond ((eq (car cell) 'bof) " starts here\n")
H A Dreftex-toc.el478 ((memq what '(eof bof file-error)) (nth 1 data))
826 ((memq (car toc) '(bof eof))
835 (goto-char (if (eq where 'bof) (point-min) (point-max))))
H A Dreftex-cite.el83 ;; Find the bof of the current file
85 (rest (or (member (list 'bof (buffer-file-name)) docstruct)
113 (member (list 'bof (buffer-file-name))
116 (cdr (assq 'bib (member (list 'bof (buffer-file-name))
H A Dreftex-global.el125 '(toc bof eof bib thebib label-numbers xr xr-doc
H A Dreftex.el1373 (nth 1 (assq 'bof (symbol-value reftex-docstruct-symbol)))))
1382 ;;; (when (and (eq (car (car all)) 'bof)
/macosx-10.10/apr-32/apr/apr/include/arch/win32/
H A Dapr_arch_file_io.h211 int bof; member in struct:apr_dir_t
/macosx-10.10/emacs-93/emacs/lisp/
H A Dcomint.el1928 (let ((bof (field-beginning)))
1929 (if (eq (get-char-property bof 'field) 'input)
1930 (field-string-no-properties bof)
/macosx-10.10/vim-55/runtime/syntax/
H A Dfoxpro.vim97 syn match foxproFunc "\<bof\>\s*("me=e-1

Completed in 143 milliseconds