Searched refs:point (Results 101 - 125 of 1295) sorted by relevance

1234567891011>>

/macosx-10.9.5/emacs-92/emacs/lisp/mh-e/
H A Dmh-letter.el57 (fcc . mh-folder-expand-at-point)
68 Each hook function can find the citation between point and mark.
69 And each hook function should leave point and mark around the
243 "Find header field region between point and LIMIT."
244 (and (< (point) (mh-letter-header-end))
245 (< (point) limit)
247 (point (point))
255 (setq data-begin (point-min))
258 (setq data-begin (max point dat
[all...]
H A Dmh-speed.el129 (get-text-property (point-min) 'mh-level))
142 (let ((parent (get-text-property (point) 'mh-folder))
143 (kids-p (get-text-property (point) 'mh-children-p))
144 (expanded (get-text-property (point) 'mh-expanded))
145 (level (get-text-property (point) 'mh-level))
146 (point (point))
152 (setq start-region (point))
153 (while (and (get-text-property (point) 'mh-level)
154 (> (get-text-property (point) 'm
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dcc-awk.el142 ;; at point.
152 ;; Matches a sequence of (at least one) \"harmless-line\" at point.
163 ;; Matches an AWK string at point up to, but not including, any terminator.
325 (let ((par-pos (c-safe (scan-lists (point) -1 0))))
340 (let ((par-pos (c-safe (scan-lists (point) -1 0))))
369 (let ((par-pos (c-safe (scan-lists (point) -1 1))))
398 (not (setq nl-prop (c-get-char-property (1- (point)) 'c-awk-NL-prop)))
399 (progn (setq bol-pos (c-point 'bopl))
400 (setq bsws-pos (point))
406 (or (/= (point) bsw
[all...]
H A Dcc-align.el106 doc: /* Move point right N characters (left if N is negative).
137 (narrow-to-region arglist-start (c-point 'eol arglist-start))
163 (c-safe-position (or containing-sexp (point)) c-state-cache)
186 (let ((indent-pos (point)))
199 (let ((arglist-content-start (point)))
201 (when (< (point) indent-pos)
237 (let ((start (point)) c)
281 (skip-chars-forward " \t" (c-point 'eol))
305 (if (save-excursion (c-block-in-arglist-dwim (point)))
375 (setq arglist-start (point))
[all...]
H A Dhideshow.el194 ;; (goto-char (point-min))
291 place to adjust point, before calling `hs-forward-sexp-func'. Point
364 The internal function `hs-forward-sexp' moves point to the beginning of this
386 should return the starting point (at the end of line) of the hidden
394 It should not move the point.
486 (point))
501 "Adjust point based on MATCH-DATA and call `hs-forward-sexp-func' w/ ARG.
511 (let ((beg-eol (progn (goto-char beg) (end-of-line) (point)))
512 (end-eol (progn (goto-char end) (end-of-line) (point))))
517 (defun hs-hide-block-at-point (
[all...]
H A Dcc-fonts.el251 ;; If the point is within a region fontified as a comment or
257 (when (c-got-face-at (point) c-literal-faces)
260 (point) 'face nil limit))
261 (and (< (point) limit)
262 (c-got-face-at (point) c-literal-faces))))
467 (narrow-to-region (point-min) limit)
543 ;; Assuming the point is after the opening character of a string,
548 (let ((start (1- (point))))
550 (and (eq (elt (parse-partial-sexp start (c-point 'eol)) 8) start)
560 (not (eq (char-before (point))
[all...]
H A Didlw-complete-structtag.el121 (let ((pos (point))
131 (setq start (point)) ;; remember the start of the completion pos.
132 (and (< (point) pos)
178 idlwave-structtag-struct-location (point)
189 (goto-char (point-max))
198 idlwave-structtag-struct-location (point)
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dsb-image.el92 (goto-char (point-max))
94 (let ((start (point)) (end nil))
96 (setq end (point))
101 (let ((start (point)))
H A Dsort.el59 The next four arguments are functions to be called to move point
62 NEXTRECFUN is called with point at the end of the previous record.
63 It moves point to the start of the next record.
64 It should move point to the end of the buffer if there are no more records.
65 The first record is assumed to start at the position of point when sort-subr
68 ENDRECFUN is called with point within the record.
69 It should move point to the end of the record.
73 else the key is the substring between the values of point after
84 (let ((messages (> (- (point-max) (point
[all...]
H A Dcompare-w.el28 ;; This package provides one entry point, compare-windows. It compares
29 ;; text starting from point in two adjacent windows, advancing point
46 whitespace around (including before) point; it should also advance
48 point at the current scanning point. It gets one argument, the point
50 any text before that point.
142 (defvar compare-windows-sync-point nil)
147 Compares the text starting at point i
[all...]
H A Dreposition.el51 definition (or as much as will fit) onscreen, unless point is in a comment
57 If ARG is non-nil, point may move in order to make the whole defun
59 visible (if point is in code and it could not be made so, or if only
61 first comment line visible (if point is in a comment)."
63 (let* (;; (here (save-excursion (beginning-of-line) (point)))
64 (here (point))
68 (line (repos-count-screen-lines (window-start) (point)))
80 (point))
87 (point))
93 (point))))
[all...]
H A Debuff-menu.el30 ;; point, `electric-buffer-list' works like ^r select buffer from the
79 (let ((start-point (point))
80 (first (progn (goto-char (point-min))
83 (point)))
84 (last (progn (goto-char (point-max))
86 (point)))
88 ;; Use start-point if it is meaningful.
89 (goto-char (if (or (< start-point first)
90 (> start-point las
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/url/
H A Durl-parse.el153 (goto-char (point-min))
154 (setq save-pos (point))
160 (downcase-region save-pos (point))
161 (setq prot (buffer-substring save-pos (point)))
163 (setq save-pos (point))))
170 (setq save-pos (point))
172 (setq host (buffer-substring save-pos (point)))
186 save-pos (point))))
193 (setq save-pos (point))
197 (goto-char (point
[all...]
/macosx-10.9.5/ruby-104/ruby/misc/
H A Druby-style.el33 (> (point) (cdr x)))
41 (>= (point) (cdr x)))
71 (goto-char (point-min))
72 (let ((head (progn (forward-line 100) (point)))
74 (goto-char (point-min))
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFontFastPath.cpp160 void Font::drawSimpleText(GraphicsContext* context, const TextRun& run, const FloatPoint& point, int from, int to) const argument
165 float startX = point.x() + getGlyphsAndAdvancesForSimpleText(run, from, to, glyphBuffer);
170 FloatPoint startPoint(startX, point.y());
174 void Font::drawEmphasisMarksForSimpleText(GraphicsContext* context, const TextRun& run, const AtomicString& mark, const FloatPoint& point, int from, int to) const argument
182 drawEmphasisMarks(context, run, glyphBuffer, mark, FloatPoint(point.x() + initialAdvance, point.y()));
185 void Font::drawGlyphBuffer(GraphicsContext* context, const TextRun& run, const GlyphBuffer& glyphBuffer, const FloatPoint& point) const
194 FloatPoint startPoint(point.x(), point.y() - glyphBuffer.initialAdvance().height());
248 void Font::drawEmphasisMarks(GraphicsContext* context, const TextRun& run, const GlyphBuffer& glyphBuffer, const AtomicString& mark, const FloatPoint& point) cons
295 selectionRectForSimpleText(const TextRun& run, const FloatPoint& point, int h, int from, int to) const argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dhtml2text.el151 (let* ((attr-string (buffer-substring-no-properties (1- (point)) (1- p2)))
237 (re-search-forward "<li>" (point-max) t)
252 (re-search-forward "<dt>\\([ ]*\\)" (point-max) t)
254 (delete-region (point) (- (point) (string-width (match-string 1)))))
255 (let ((def-p1 (point))
257 (re-search-forward "\\([ ]*\\)\\(</dt>\\|<dd>\\)" (point-max) t)
263 (goto-char (- (point) mw))
264 (delete-region (point) (+ (point) mw
[all...]
H A Dearcon.el81 (let* ((pos (posn-point (event-start event)))
87 "Check text at point for a callback function.
88 If the text at point has a `earcon-callback' property,
91 (let* ((data (get-text-property (point) 'earcon-data))
92 (fun (get-text-property (point) 'earcon-callback)))
96 "Move point to N buttons backward.
102 "Move point to N buttons forward.
107 (inhibit-point-motion-hooks t)
109 (limit (if (< n 0) (point-min) (point
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Dmailalias.el175 (list (goto-char (point-min))
188 (let ((beg1 (point))
199 (setq end1 (point-marker))
201 (while (< (point) end1)
202 (setq pos (point))
212 seplen (- (point) epos))
228 (end (point-marker)))
233 (delete-region (point) (+ (point) (- epos pos)))
261 (point
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-yank.el43 (let ((num (max (calc-locate-cursor-element (point)) 1))
53 (let ((first (point)))
57 (copy-region-as-kill first (point))
70 (goto-char (point-max))
74 (if (or (<= (point) pt)
159 (setq top (point))
161 (setq bot (point)))
163 (setq top (point))
166 (setq bot (point))
168 top (point)))))))
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emulation/
H A Dcua-gmrk.el73 (move-marker cua--global-mark-marker (point))
75 (move-overlay cua--global-mark-overlay (point) (1+ (point)))
77 (make-overlay (point) (1+ (point))))
99 If the global marker isn't set, set the global marker at point in the current
255 (let ((start (mark)) (end (point)))
265 (let ((p (point)))
267 (cua-copy-region-to-global-mark p (point)))))
277 (let ((start (mark)) (end (point)))
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DRenderSVGPath.cpp106 bool RenderSVGPath::shapeDependentStrokeContains(const FloatPoint& point) argument
108 if (RenderSVGShape::shapeDependentStrokeContains(point))
116 if (zeroLengthSubpathRect(m_zeroLengthLinecapLocations[i], strokeWidth).contains(point))
120 FloatPoint radiusVector(point.x() - m_zeroLengthLinecapLocations[i].x(), point.y() - m_zeroLengthLinecapLocations[i].y());
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/buckets/
H A Dapr_buckets_simple.c29 apr_size_t point)
33 if (point > a->length) {
39 a->length = point;
40 b->length -= point;
41 b->start += point;
/macosx-10.9.5/apr-30/apr-util/apr-util/buckets/
H A Dapr_buckets_simple.c29 apr_size_t point)
33 if (point > a->length) {
39 a->length = point;
40 b->length -= point;
41 b->start += point;
/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc-imenu.el46 "Return text from point to a computed end as a string unfilled.
56 (end-of-line) (point)))))
59 (goto-char (point-min))
62 (buffer-substring (point-min) (point-max)))))
75 (goto-char (point-max))
88 (pos (point)))
98 (point))
105 (point))
116 (push (cons (concat from ": " message-text) (point))
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dspell.el64 (spell-region (point-min) (point-max) "buffer"))
68 "Check spelling of word at or before point.
76 (setq beg (point))
78 (setq end (point)))
107 (call-process-region (point-min) (point-max) "spell" t buf)
108 (call-process-region (point-min) (point-max) shell-file-name
125 (goto-char (point
[all...]

Completed in 476 milliseconds

1234567891011>>