Lines Matching +refs:po +refs:obsolete +refs:msgstr +refs:regexp
95 (defgroup po nil unknown
102 :group 'po)
107 :group 'po)
115 :group 'po)
120 :group 'po)
125 :group 'po)
132 :group 'po)
139 :group 'po)
159 :group 'po)
167 :group 'po)
172 :group 'po)
179 :group 'po)
189 :group 'po)
472 :group 'po)
479 :group 'po)
1114 (cond ((eq po-entry-type 'obsolete) 'po-obsolete-counter)
1363 'obsolete
1455 (defun po-first-entry-with-regexp (regexp)
1459 (if (re-search-forward regexp nil t)
1466 (defun po-last-entry-with-regexp (regexp)
1470 (if (re-search-backward regexp nil t)
1475 (defun po-next-entry-with-regexp (regexp wrap)
1481 (if (re-search-forward regexp nil t)
1488 (re-search-forward regexp po-start-of-entry t)))
1496 (defun po-previous-entry-with-regexp (regexp wrap)
1502 (if (re-search-backward regexp nil t)
1507 (re-search-backward regexp po-end-of-entry t)))
1561 (eq po-entry-type 'obsolete)
1681 (setq goal 'obsolete)))
1683 (if (eq goal 'obsolete)
1739 (defun po-eval-requoted (form prefix obsolete)
1772 (if obsolete
1821 (let ((string (po-eval-requoted form "msgid" (eq po-entry-type 'obsolete))))
1842 (eq po-entry-type 'obsolete))))
1908 ((and (eq po-entry-type 'obsolete)
1934 (obsolete (eq po-entry-type 'obsolete)))
1942 (if (looking-at (if obsolete "#\\(\n\\| \\)" "# ?"))
1954 (let ((obsolete (eq po-entry-type 'obsolete))
2245 ((eq type 'msgstr) po-start-of-msgstr-form)))
2252 (if (and (eq type 'msgstr) po-highlighting)
2307 'msgstr
2350 ((eq field 'msgstr) (po-set-msgstr-form (po-get-msgstr-form))))