Home
last modified time | relevance | path

Searched refs:REMOVE_NONFUZZY (Results 1 – 1 of 1) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dmsgattrib.c65 REMOVE_NONFUZZY = 1 << 3, enumerator
260 to_remove |= REMOVE_NONFUZZY; in main()
288 to_remove |= REMOVE_NONFUZZY; in main()
569 if ((to_remove & (REMOVE_FUZZY | REMOVE_NONFUZZY)) in is_message_selected()
572 : to_remove & REMOVE_NONFUZZY)) in is_message_selected()