Lines Matching +refs:po +refs:fuzzy +refs:regexp
94 (defgroup po nil unknown
101 :group 'po)
106 :group 'po)
111 :group 'po)
118 :group 'po)
138 :group 'po)
146 :group 'po)
155 :group 'po)
162 :group 'po)
172 :group 'po)
369 :group 'po)
376 :group 'po)
1132 ((eq po-entry-type 'fuzzy) 'po-fuzzy-counter)
1353 'fuzzy
1442 (defun po-first-entry-with-regexp (regexp)
1446 (if (re-search-forward regexp nil t)
1453 (defun po-last-entry-with-regexp (regexp)
1457 (if (re-search-backward regexp nil t)
1462 (defun po-next-entry-with-regexp (regexp wrap)
1468 (if (re-search-forward regexp nil t)
1475 (re-search-forward regexp po-start-of-entry t)))
1483 (defun po-previous-entry-with-regexp (regexp wrap)
1489 (if (re-search-backward regexp nil t)
1494 (re-search-backward regexp po-end-of-entry t)))
1589 (cond ((eq po-entry-type 'fuzzy)
1655 (setq goal 'fuzzy)))
1657 (if (eq goal 'fuzzy)
1862 ((or (eq po-entry-type 'fuzzy)