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

Lines Matching +refs:point +refs:min

106        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))
381 ((c-block-in-arglist-dwim (point))
395 (re-search-forward "<<\\|>>" (c-point 'eol) 'move)
418 (let* ((eol (c-point 'eol))
419 (here (point))
437 (if (< (point) here)
477 (let* ((lim (1- (c-point 'bol)))
484 (if (zerop (c-forward-token-2 1 nil (c-point 'eol)))
505 (let ((eol (c-point 'eol)))
509 (<= (point) eol))
530 (let ((eol (c-point 'eol)))
534 (> (point) eol)))
565 (let* ((here (point))
568 (- (match-end 0) (point))
589 (point)))
590 (point)
602 (and (> (point) (c-langelem-pos langelem))
605 (if (>= (c-langelem-pos langelem) (point))
643 (if (< (point) (c-langelem-pos langelem))
744 endpos (point))
754 (c-point 'eol) t t t)
757 (c-point 'boi))))))
763 (min endpos (c-point 'eol)) t t t)
770 (c-forward-syntactic-ws (c-point 'eol))
863 (/= (setq pos (point)) (c-point 'boi))))
879 (zerop (c-forward-token-2 1 nil (c-point 'eol))))
919 (let* ((here (c-point 'boi))
921 (eol (c-point 'eol))
943 (let* ((here (c-point 'boi))
945 (eol (c-point 'eol))
979 (point)))
1007 (= (point) (c-point 'boi)))
1043 (let ((pos (point)))
1045 (if (= pos (point))
1116 (point))))
1119 (while (and (> (point) macro-start-line)
1122 (if (<= (point) macro-start-line)
1155 (let ((orig-pos (point))
1220 (if (> (c-point 'bol)
1221 (progn (up-list -1) (point)))
1271 ;;(/= (point-max)
1272 ;; (save-excursion (skip-syntax-forward " ") (point))
1288 (c-point 'bol)
1293 (= (c-point 'bol) bol))