Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_check.c280 int id_b_newline, id_e_newline; in check_format() local
326 id_b_newline = (msgid[0] == '\n'); in check_format()
331 if (id_b_newline && !str_b_newline) { in check_format()
335 } else if (!id_b_newline && str_b_newline) { in check_format()
351 id_b_newline = (msgid[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()
383 if (id_b_newline && !str_b_newline) { in check_format()
387 } else if (!id_b_newline && str_b_newline) { in check_format()