Home
last modified time | relevance | path

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

/third_party/gettext/gettext-tools/src/
Dmsgl-check.c219 struct plural_table_entry *ptentry = NULL; in plural_help() local
239 ptentry = &plural_table[j]; in plural_help()
246 if (ptentry == NULL) in plural_help()
261 ptentry = &plural_table[j]; in plural_help()
267 if (ptentry != NULL) in plural_help()
271 ptentry->language); in plural_help()
274 helpline1, ptentry->value); in plural_help()