Searched refs:point (Results 226 - 250 of 1295) sorted by relevance

1234567891011>>

/macosx-10.9.5/groff-38/groff/src/preproc/grn/
H A Dgprint.h68 typedef struct point { struct
70 struct point *nextpt;
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/diagrams/
H A DpkgIndex.tcl9 package ifneeded diagram::point 1 [list source [file join $dir point.tcl]]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dvhdl-mode.el1919 position is call the relative indent point for the line. Some
1920 syntactic symbols may not have a relative indent point associated with
1928 point. The sum of this calculation for each element in the syntactic
1940 element symbol and the relative indent point. The function should
2471 (let ((pos (point))
2477 (goto-char (point-min))
5150 (defmacro vhdl-point (position)
5151 "Return the value of point at certain commonly referenced POSITIONs.
5164 This function does not modify point or mark."
5169 `(let ((here (point)))
[all...]
H A Dsh-script.el124 ;; to reload them in another buffer or at another point in time.
932 (sh-in-comment-or-string (point)))))
934 (= (point) start)))
962 (let ((ppss (save-excursion (syntax-ppss (1- (point))))))
966 (put-text-property (1- (point)) (point) 'syntax-table '(12))) ;">"
967 (if (or (nth 5 ppss) (> (count-lines start (point)) 1))
975 (put-text-property start (point) 'font-lock-multiline t)))
994 (let ((char (char-after (point)))
996 (pos (point))
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/transforms/
H A DTransformState.cpp84 // Just move the point and/or quad.
159 FloatPoint point = m_lastPlanarPoint; local
160 point.move((m_direction == ApplyTransformDirection) ? m_accumulatedOffset : -m_accumulatedOffset);
162 return point;
165 return m_accumulatedTransform->mapPoint(point);
167 return m_accumulatedTransform->inverse().projectPoint(point, wasClamped);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DFullscreenVideoController.h54 bool hitTest(const WebCore::IntPoint& point) const { return m_rect.contains(point); }
134 WebCore::IntPoint fullscreenToHUDCoordinates(const WebCore::IntPoint& point) const
136 return WebCore::IntPoint(point.x()- m_hudPosition.x(), point.y() - m_hudPosition.y());
/macosx-10.9.5/apache-786.1/httpd/modules/mappers/
H A Dmod_imagemap.c34 * Added point datatype, using code in NCSA's version 1.8 imagemap.c
36 * The point code is originally added by Craig Milo Rogers, Rogers@ISI.Edu
137 static int pointinrect(const double point[2], double coords[MAXVERTS][2]) argument
158 return ((point[X] >= min[0] && point[X] <= max[0]) &&
159 (point[Y] >= min[1] && point[Y] <= max[1]));
162 static int pointincircle(const double point[2], double coords[MAXVERTS][2]) argument
169 radius2 = ((coords[0][Y] - point[Y]) * (coords[0][Y] - point[
178 pointinpoly(const double point[2], double pgon[MAXVERTS][2]) argument
207 is_closer(const double point[2], double coords[MAXVERTS][2], double *closest) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcomint.el72 ;; C-c C-a comint-bol-or-process-mark First time, move point to bol;
86 ;; comint-dynamic-complete-filename Complete filename at point.
88 ;; comint-replace-by-expanded-filename Expand and complete filename at point;
90 ;; comint-replace-by-expanded-history Expand history at point;
101 ;; comint-goto-process-mark Move point to where process-mark is.
102 ;; comint-set-process-mark Set process-mark to point.
137 ;; comint-move-point-for-output symbol ...
270 (defcustom comint-move-point-for-output nil
271 "*Controls whether interpreter output moves point to the end of the output.
272 If nil, then output never moves point t
[all...]
H A Dlog-view.el180 (goto-char (point-min))
213 (let ((pt (point)))
228 (let* ((beg (point))
229 (end (if mark-active (mark) (point)))
238 ;; The first revision has to be the one at point, for
254 "Visit the version at point."
267 If the mark is not active or the mark is on the revision at point,
268 get the diff between the revision at point and its previous revision.
272 (list (if mark-active (region-beginning) (point))
273 (if mark-active (region-end) (point))))
[all...]
H A Dwdired.el132 That is, always move the point to the beginning of the filename at line.
134 If `sometimes, only move to the beginning of filename if the point is
157 changed. Anyway, the point is advanced one position, so, for example,
211 (defvar wdired-old-point)
244 (buffer-substring (point-min) (point-max)))
245 (set (make-local-variable 'wdired-old-point) (point))
278 (goto-char (point-min))
279 (let ((b-protection (point))
[all...]
H A Dpgg-parse.el127 `(pgg-char-int (char-after ,(or pos `(point)))))
130 `(pgg-char-int (char-after (prog1 (point) (forward-char)))))
134 (point) (prog1 (+ ,nbytes (point))
145 (pgg-read-bytes-string (- (point-max) (point)))))
194 (pgg-byte-after (+ 2 (point)))
198 (cons (cons (logior (lsh (pgg-byte-after (+ 2 (point))) 8)
199 (pgg-byte-after (+ 3 (point))))
200 (logior (lsh (pgg-byte-after (+ 4 (point)))
[all...]
H A Ddabbrev.el35 ;; To expand a word, just put the point right after the word and press
54 ;; to a function that point out those buffers.
196 The value nil has a special meaning: the abbreviation is from point to
382 (abbrev (dabbrev--abbrev-at-point))
457 If no suitable preceding word is found, words following point are
475 expansion old direction (orig-point (point)))
487 (point)))))
498 (= (point) (1+ dabbrev--last-abbrev-location)))
510 (< dabbrev--last-expansion-location (point))))
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/eshell/
H A Dem-rebind.el1 ;;; em-rebind.el --- rebind keys when point is at current input
31 while the point is in a region of input text. By default, it binds
35 `eshell-confine-point-to-input' is non-nil, does not allow certain
36 commands to cause the point to leave the input area, such as
59 "*Bind some keys differently if point is in input text."
65 (defcustom eshell-confine-point-to-input t
66 "*If non-nil, do not allow the point to leave the current input.
68 Basically, the `point-left' attribute is added to the input text, and
69 a function is placed on that hook to take the point back to
71 since there are many cases in which the point _ought
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dmm-partial.el66 (b (point)) (n 1) total
107 (goto-char (point-max))
112 (delete-region (point) (point-max)))
119 (goto-char (point-min))
120 (let ((point (if (search-forward "\n\n" nil t)
121 (1- (point))
122 (point-max))))
123 (goto-char (point-min))
124 (unless (re-search-forward "^mime-version:" point
[all...]
H A Dutf7.el98 (let ((start (point-min))
99 (end (point-max)))
111 (let ((p (point))
118 (utf7-fragment-encode p (point) for-imap))
128 (base64-encode-region start (point-max)))
130 (let ((pm (point-max)))
135 (delete-region (point) pm))))
140 (let ((start (point-min))
141 (end (point-max)))
150 (let ((p (point))
[all...]
H A Dmessage.el923 citation between (point) and (mark t). And each function should leave
924 point and mark around the citation text as modified."
1037 (goto-char (point-min))
1291 (let ((start (point)))
1294 (goto-char (point-min))
1629 (autoload 'gnus-point-at-eol "gnus-util")
1630 (autoload 'gnus-point-at-bol "gnus-util")
1661 `(delete-region (progn (beginning-of-line) (point))
1662 (progn (forward-line ,(or n 1)) (point))))
1688 (setq beg (point
[all...]
H A Dmml.el163 (goto-char (point-min))
173 (let (struct tag point contents charsets warn use-ascii no-markup-p raw)
228 point (point)
236 (mm-find-mime-charset-region point (point)
261 tag point (point) use-ascii)))
280 (goto-char (point-min))
306 beg (or paragraph newline space (point))))))
[all...]
H A Drfc2047.el63 (defalias 'rfc2047-point-at-bol
64 (if (fboundp 'point-at-bol)
65 'point-at-bol
68 (defalias 'rfc2047-point-at-eol
69 (if (fboundp 'point-at-eol)
70 'point-at-eol
139 (let ((limit (min (point-max) (+ 2000 (point-min))))
141 (goto-char (point-min))
143 (while (< (point) limi
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dpicture.el86 "Position point at the beginning of the line.
95 "Position point after last non-blank character on current line.
101 (skip-chars-backward " \t" (prog1 (point) (end-of-line)))
214 "Move point in direction of current picture motion in Picture mode.
223 "Move point in direction opposite of current picture motion in Picture mode.
230 (defun picture-mouse-set-point (event)
231 "Move point to the position clicked on, making whitespace if necessary."
262 (let ((pos (point)))
264 (delete-region pos (point)))))
279 "Clear out ARG columns after point withou
[all...]
H A Dsgml-mode.el374 (goto-char (point-min))
522 (let ((oldpos (point))
528 (narrow-to-region (max (point-min)
529 (- (point) sgml-slash-distance))
531 (if (and (re-search-backward sgml-start-tag-regex (point-min) t)
536 (search-backward "/" (point-min) t))
539 (point-min) t)
542 (if (eq tagend (point))
544 (setq blinkpos (point))
573 "Change the char before point int
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DPlatformPathWinCE.cpp167 static inline int quadrant(const PathPoint& point, const PathPoint& origin) argument
169 return point.m_x < origin.m_x ?
170 (point.m_y < origin.m_y ? 2 : 1)
171 : (point.m_y < origin.m_y ? 3 : 0);
325 bool PathPolygon::contains(const FloatPoint& point) const
330 // Test intersections between the polygon and the vertical line: x = point.x()
339 if (point1->x() != point.x()) {
340 if (point2.x() == point.x()) {
342 wasNegative = point1->x() < point.x() ? 1 : 0;
343 } else if (point2.x() < point
605 contains(const FloatPoint& point, WindRule rule) const argument
619 moveTo(const FloatPoint& point) argument
626 addLineTo(const FloatPoint& point) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Dmail-utils.el127 (goto-char (point-min))
131 (delete-region (point) (match-beginning 1)))
179 (delete-region (point)
183 (error (goto-char (point-max))))
184 (point))))
292 (goto-char (point-min))
298 (let ((opoint (point)))
306 opoint (point))
311 opoint (point)))))))
318 (let ((opoint (point)))
[all...]
H A Dmailabbrev.el30 ;; This file ensures that, when the point is in a To:, CC:, BCC:, or From:
42 ;; Your mail alias abbrevs will be in effect only when the point is in an
55 ;; and inserts its expansion at point.
214 (buffer-substring (point-min) (point-max)))))
218 (goto-char (point-max))
220 (goto-char (point-min))
223 (let ((p (- (point) 2)))
225 (delete-region p (point))))
226 (goto-char (point
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-embed.el83 ("point-char" . calc-point-char)
284 (calc-embedded-make-info (point) nil t calc-embed-arg end obeg oend))
367 (>= (point) (aref calc-embedded-info 4))
368 (<= (point) (aref calc-embedded-info 5)))
370 (let* ((opt (point))
371 (info (calc-embedded-make-info (point) nil t))
382 (let ((info (calc-embedded-make-info (point) nil t calc-embed-arg))
399 (str (buffer-substring calc-edit-top (point-max)))
400 (start (point))
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Ddebug.el193 (when (> (count-lines (point-min) (point-max))
195 (goto-char (point-min))
197 (let ((middlestart (point)))
198 (goto-char (point-max))
201 (delete-region middlestart (point)))
203 (goto-char (point-min))
278 (goto-char (point-min))
279 (delete-region (point)
285 (point)))
[all...]

Completed in 303 milliseconds

1234567891011>>