Searched refs:beginning (Results 1 - 25 of 123) sorted by relevance

12345

/macosx-10.10.1/dtrace-147/test/tst/common/pid/
H A Derr.D_PROC_NAME.badname.d36 pid$1::exit:beginning
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Instrumentation/
H A DProfilingUtils.h32 bool beginning = true);
H A DProfilingUtils.cpp108 GlobalValue *CounterArray, bool beginning) {
110 BasicBlock::iterator InsertPos = beginning ? BB->getFirstInsertionPt() :
107 IncrementCounterInBlock(BasicBlock *BB, unsigned CounterNum, GlobalValue *CounterArray, bool beginning) argument
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dtexnfo-upd.el45 ;; texinfo-update-node (&optional beginning end)
49 ;; texinfo-make-menu (&optional beginning end)
260 (defun texinfo-make-menu (&optional beginning end)
279 (if (null beginning)
286 (goto-char (min beginning end))
290 (set-marker region-end-marker (max beginning end))
318 (beginning
320 (goto-char (texinfo-update-menu-region-beginning level))
324 (first (texinfo-menu-first-node beginning end))
326 (goto-char beginning)
[all...]
H A Dpage-ext.el106 ;; `^L' at the beginning of the line).
335 (goto-char (match-beginning 0))
385 (goto-char (match-beginning 0))
386 ;; If going to beginning of file, insert a page-delimiter
395 ;; Insert page delimiter at beginning of line.
458 (goto-char (match-beginning 0))
468 (let ((beginning (point-min))
470 (sort-pages-in-region reverse beginning end)))
612 ;; (a) Point is at beginning of buffer; but the first
615 ;; If page delimiter is at beginning o
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dtest085.tcl75 # the deleted item at the beginning or end of the dupset.
78 {{-before} "" $predatum {[test085_ddatum 0]} beginning}
80 {{-keyfirst} $key $predatum {[test085_ddatum 0]} beginning}
82 {{-keylast} $key {[test085_ddatum $final]} $postdatum beginning}
84 {{-after} "" $predatum {[test085_ddatum 0]} beginning}
91 {{-current} "" "" "" beginning}
93 {{-next} "" $key {[test085_ddatum 0]} beginning}
95 {{-prev} "" $prekey $predatum beginning}
97 {{-first} "" $prekey $predatum beginning}
99 {{-last} "" $postkey $postdatum beginning}
[all...]
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dmrxvtrc.vim17 " Comments beginning with "#" are preferred because Vim will not flag the
H A Dflexwiki.vim28 " at the beginning of the line for numbered and bulleted lists.
34 " Add the UTF-8 Byte Order Mark to the beginning of the file
H A Dcsh.vim21 " - The words else and endif must appear at the beginning of input lines;
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dthingatpt.el27 ;; its beginning and end positions in the buffer.
29 ;; The function bounds-of-thing-at-point finds the beginning and end
31 ;; backwards to the beginning. By default, it uses the corresponding
40 ;; beginning-op Function to call to skip to the beginning of a "thing".
87 (or (get thing 'beginning-op)
106 (or (get thing 'beginning-op)
115 (or (get thing 'beginning-op)
137 ;; Go to beginning/end
139 (defun beginning
[all...]
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/eg/
H A Dayb.pl13 War was beginning.
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/eg/
H A Dayb.pl13 War was beginning.
/macosx-10.10.1/less-25/less/
H A Dmark.c194 * set it to the beginning of the current file.
/macosx-10.10.1/emacs-93/emacs/nt/
H A Denvadd.bat28 rem beginning of the command line.
/macosx-10.10.1/vim-55/runtime/indent/
H A Dtf.vim64 " Comments at the beginning of a line:
H A Dcdl.vim66 " one 'closing' element at the beginning of the line has already reduced the
68 " '=' at the beginning has already de right indent (increased for asignments)
/macosx-10.10.1/OpenSSL098-52/src/demos/engines/rsaref/
H A Dbuild.com73 ! Ensure transfer vector is at beginning of image
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Dautoload.el169 (let ((beginning (point))
174 (setq string (buffer-substring beginning (point)))
217 ;; appears at the beginning of a line in
302 (substring name 0 (match-beginning 0))
404 (substring name 0 (match-beginning 0))
440 (let ((begin (match-beginning 0))
461 (goto-char (match-beginning 0))
526 (autoload-remove-section (match-beginning 0))
538 (autoload-remove-section (match-beginning 0)))
/macosx-10.10.1/ntp-92/scripts/
H A Dntpsweep.in69 Lines beginning with # are considered as comment.
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/
H A DFilterStack.pm164 store data. This data is appended at the beginning of the next
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DNDC.pm69 want to reuse. For example, at the beginning of a web request in a server,
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Debnf-ebx.el535 (error "Invalid beginning of comment"))
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dreadline.vim81 \ beginning-of-line end-of-line forward-char
85 \ next-history beginning-of-history
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/python/test/
H A Dtest_unittest.py20 self.beginning = self.count = initial_value
23 self.beginning = self.count
415 for row in x[c.beginning:]:
430 for row in x[c.beginning:]:
442 for row in x[c.beginning:]:
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dsurvival.tex194 \key{M-<} move to beginning of buffer
323 \key{\^{}} matches at line beginning
328 \key{\\<} matches at word beginning

Completed in 281 milliseconds

12345