Lines Matching refs:car
854 (if (fboundp (car functions))
855 (setq result (car functions))
1263 (seconds (or (car (current-time-zone time)) 0))
1429 (goto-char (car po-marker-stack))
1443 (goto-char (car po-marker-stack))
2024 (delete-region (car region) (cdr region))))
2042 (po-highlight overlay (car region) (cdr region))
2046 (goto-char (car (car previous-regions)))
2052 (delete-region (car region) (cdr region))))))))
2066 (let ((slot (car cursor)))
2078 (let ((slot (car po-edited-fields)))
2382 (setq string (concat string (if string " ") (car (car cursor)))
2386 (setq string (concat string (if string " ") (car (car cursor)))
2460 (setq name (car (car cursor)))
2468 (setq name (car (car cursor)))
2496 (name (car (assoc (completing-read (_"Which auxiliary file? ")
2511 (setq string (concat string (if string " ") (car (car cursor)))
2554 (setq file (concat (car (car path)) name))))
2570 (find-file-other-window (car (cdr triplet)))
2571 (goto-line (car (cdr (cdr triplet))))
2576 (while (not (eq triplet (car cursor)))
2584 (message (_"Displaying %d/%d: \"%s\"") position maximum (car triplet))))
2593 (car (if (eq last-command 'po-cycle-source-reference)
2638 (eq (car tags-loop-operate) 'po-tags-loop-operate))
2755 (let* ((default (car (car po-keywords)))
2780 (set (make-local-variable 'po-find-string-function) (car pair)))