• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/

Lines Matching defs:cursor

57 ;;    be nice if the cursor would automatically move to the beginning of the
181 It's most convenient if the cursor color and highlight color are
734 ;; REFERENCE-CURSOR is a cycling cursor into REFERENCE-ALIST.
736 (defvar po-reference-cursor)
986 (defvar po-auxiliary-cursor nil
1189 (set (make-local-variable 'po-reference-cursor) nil)
1331 "Get the cursor into another window, out of PO mode."
1409 "Find the extent of the PO file entry where the cursor is.
1446 ;; The cursor was inside msgstr of the current entry.
1456 ;; The cursor was before msgstr in the first entry in the file.
1491 ;; Put the cursor back where it was.
2116 (let ((cursor po-edited-fields))
2117 (while cursor
2118 (let ((slot (car cursor)))
2119 (setq cursor (cdr cursor))
2434 (let ((cursor po-auxiliary-cursor)
2436 (while cursor
2437 (setq string (concat string (if string " ") (car (car cursor)))
2438 cursor (cdr cursor)))
2439 (setq cursor po-auxiliary-list)
2440 (while (not (eq cursor po-auxiliary-cursor))
2441 (setq string (concat string (if string " ") (car (car cursor)))
2442 cursor (cdr cursor)))
2453 (or po-auxiliary-cursor
2454 (setq po-auxiliary-cursor po-auxiliary-list)))
2461 po-auxiliary-cursor po-auxiliary-list)
2468 possibly highlighted, the cursor at start of msgid, then return 't'.
2512 (cursor po-auxiliary-cursor)
2514 (while (and (not found) cursor)
2515 (setq name (car (car cursor)))
2519 po-auxiliary-cursor cursor))
2520 (setq cursor (cdr cursor)))
2521 (setq cursor po-auxiliary-list)
2522 (while (and (not found) cursor)
2523 (setq name (car (car cursor)))
2527 po-auxiliary-cursor cursor))
2528 (setq cursor (cdr cursor)))
2545 without moving its cursor."
2564 (let ((cursor po-search-path)
2566 (while cursor
2567 (setq string (concat string (if string " ") (car (car cursor)))
2568 cursor (cdr cursor)))
2621 po-reference-cursor po-reference-alist
2631 (cursor po-reference-alist))
2632 (while (not (eq triplet (car cursor)))
2634 cursor (cdr cursor)))
2636 po-reference-cursor cursor)
2637 (while cursor
2639 cursor (cdr cursor)))
2647 (if po-reference-cursor
2650 (or (cdr po-reference-cursor) po-reference-alist)
2651 po-reference-cursor)))