Home
last modified time | relevance | path

Searched refs:plural_b_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
354 plural_b_newline = (plural[0] == '\n'); in check_format()
358 if (id_b_newline && !plural_b_newline) { in check_format()
362 } else if (!id_b_newline && plural_b_newline) { in check_format()