Lines Matching +refs:nth +refs:frame
217 (xr-alist (cons (cons "" (buffer-file-name)) (nth 1 xr-data)))
326 (frame (selected-frame)))
330 (select-window (get-buffer-window buf frame))
341 (select-window (get-buffer-window buf frame))))
387 (defun reftex-toc-dframe-p (&optional frame error)
390 (setq frame (or frame (selected-frame)))
393 (frame-property frame 'name)
394 (frame-parameter frame 'name))
546 restr (list (nth 6 bor) bor eor)))
558 (file (cond ((eq what 'toc) (nth 3 data))
559 ((memq what '(eof bof file-error)) (nth 1 data))
560 ((stringp what) (nth 3 data))
561 ((eq what 'index) (nth 3 data))))
611 (cdr (nth xr-index xr-alist)))
683 (nth (1- nsec) entries)))))
734 (marker (nth 4 data))
735 (literal (nth 7 data))
782 (name (nth 1 x))
783 (newname (nth 2 x))
784 (marker (nth 4 data)))
793 (if (string-match "\\s-*\\(\\S-+\\)" (nth 2 (car entry)))
794 (match-string 1 (nth 2 (car entry)))
827 (setq marker (nth 4 entry)
828 empoint (nth 8 entry))
905 (file (nth 1 toc)))
947 (let* ((file (nth 3 toc))
948 (marker (nth 4 toc))
949 (level (nth 5 toc))
950 (literal (nth 7 toc))
951 (emergency-point (nth 8 toc))
1038 (let* ((frames (frame-list)) frame
1042 (while (setq frame (pop frames))
1043 (if (equal (funcall get-frame-prop-func frame 'name)
1046 (delete-frame frame)
1074 (when (eq reftex-auto-recenter-toc 'frame)
1079 (defun reftex-toc-delete-frame-hook (frame)
1081 (reftex-toc-dframe-p frame))