Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_check.c281 int plural_b_newline, plural_e_newline; in check_format() local
355 plural_e_newline = (plural[plural_len - 1 -1 ] == '\n'); in check_format()
367 if (id_e_newline && !plural_e_newline) { in check_format()
371 } else if (!id_e_newline && plural_e_newline) { in check_format()