Searched refs:opoint (Results 26 - 50 of 67) sorted by relevance

123

/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dsimple.el911 (let ((opoint (or pos (point))) start)
915 (goto-char opoint)
2631 (opoint (point))
2644 (goto-char opoint)
2955 (let ((opoint (point)))
2969 (goto-char opoint))))
2989 (let ((opoint (point)))
3003 (goto-char opoint)))))
3586 (opoint (point))
3698 opoint (> ori
[all...]
H A Dreplace.el692 opoint
696 (progn (setq opoint (point))
698 (if (= opoint (point))
1508 (let ((opoint (point)))
1515 (goto-char opoint)
H A Dsubr.el2234 (opoint (point))
2251 (remove-list-of-text-properties opoint end '(font-lock-face))
2254 (goto-char opoint)
2266 (remove-yank-excluded-properties opoint (point)))
2269 (if (and (> end opoint)
2283 (let ((opoint (point)))
2286 (set-text-properties opoint (point) nil))))
2297 (let ((opoint (point)))
2299 (remove-yank-excluded-properties opoint (point))))
H A Dbuff-menu.el220 (let ((opoint (point))
239 (goto-char (if eobp (point-max) opoint)))))
H A Dediff-diff.el1300 opoint
1307 (setq opoint (point)))
1313 (if opoint
1314 (goto-char opoint))
H A Ddired-x.el891 (let ((opoint (point-max))
898 (goto-char opoint)
907 (delete-region opoint (point-max)))))
H A Dinfo.el1635 (opoint (point))
1636 (opoint-min (point-min))
1637 (opoint-max (point-max))
1679 (or give-up (and found (not (and (> found opoint-min)
1680 (< found opoint-max))))))
1777 (goto-char opoint)
1782 (> found opoint-min)
1783 (< found opoint-max))
1794 (eq opoint (if isearch-forward opoint
[all...]
H A Demerge.el2108 (opoint (point))
2112 (set-mark opoint)
2114 (goto-char opoint))))
2126 (opoint (point))
2130 (set-mark opoint)
2132 (goto-char opoint))))
H A Dterminal.el567 (let ((opoint (point-marker))
590 (goto-char opoint)
591 (set-marker opoint nil nil)
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Doctave-mod.el1110 (let* ((opoint (point))
1118 (re-search-forward "[ \t]" opoint t))
1502 (opoint (point)))
1508 (list (concat (buffer-substring-no-properties (point) opoint)
H A Ddcl-mode.el830 (opoint (point)))
836 (if (= (point) opoint)
908 (let ((opoint (point)))
910 (re-search-forward dcl-command-regexp opoint t)
911 (if (>= (point) opoint)
H A Dfortran.el1839 (opoint (point))
1903 (re-search-forward "[ \t]" opoint t))
1921 (goto-char opoint)
H A Dcompile.el1430 (opoint (point))
1448 (if (and opoint (< opoint omax))
1449 (goto-char opoint))
H A Dpython.el991 opoint)
995 (setq opoint (point))
997 (not (= opoint (point))))
998 (setq opoint (point))
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Ddebug.el465 (let ((opoint (point))
483 (<= (point) opoint))
/macosx-10.10.1/emacs-93/emacs/lisp/mail/
H A Dfootnote.el597 (let ((opoint (point)))
607 (goto-char opoint))))
H A Drmailsum.el431 (let ((opoint (point)))
696 (opoint (point)))
709 (t (goto-char opoint))))))
H A Dsendmail.el829 (opoint (point))
884 (push-mark opoint)
887 (goto-char opoint)
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dpicture.el459 (let* ((opoint (point)))
464 (delete-region opoint (point))
H A Dflyspell.el2018 (defun flyspell-correct-word-before-point (&optional event opoint)
2028 (or opoint (setq opoint (point-marker)))
2060 poss word cursor-location start end opoint))
2064 poss word cursor-location start end opoint)))
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsyntax.c372 int opoint = PT, opoint_byte = PT_BYTE;
428 TEMP_SET_PT_BOTH (opoint, opoint_byte);
2647 int opoint = PT;
2655 SET_PT_BOTH (opoint, opoint_byte);
2669 opoint = pos;
2676 SET_PT_BOTH (opoint, opoint_byte);
368 int opoint = PT, opoint_byte = PT_BYTE; local
2634 int opoint = PT; variable
H A Dsearch.c2331 int opoint, newpoint;
2556 opoint = PT - ZV;
2558 opoint = search_regs.end[sub] - ZV;
2560 opoint = PT;
2728 if (opoint <= 0)
2729 TEMP_SET_PT (opoint + ZV);
2731 TEMP_SET_PT (opoint);
2319 int opoint, newpoint; variable
2719 TEMP_SET_PT (opoint); variable
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dvi_mode.c1157 int opoint; local
1168 opoint = rl_point;
1179 rl_kill_text (rl_point, opoint);
/macosx-10.10.1/emacs-93/emacs/lisp/play/
H A Dgomoku.el1028 (point 1) opoint
1053 (append-to-buffer (current-buffer) opoint (point))
1064 (setq opoint point))
/macosx-10.10.1/emacs-93/emacs/lisp/obsolete/
H A Dooutline.el461 (let ((opoint (point))

Completed in 416 milliseconds

123