Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/msgfmt/
H A Dcheck_header.c93 int quotefound = 0; in check_gnu() local
219 if (!quotefound) { in check_gnu()
225 quotefound = 1; in check_gnu()
282 if (quotefound) { in check_gnu()
289 quotefound = 0; in check_gnu()
H A Dmsgfmt.c195 int quotefound; /* double quote was seen */ in read_psffm() local
280 quotefound = 0; in read_psffm()
287 quotefound = 1; in read_psffm()
297 if (token_found || (quotefound && inmsgid)) { in read_psffm()
307 if (inmsgid && !quotefound) { in read_psffm()
347 if (token_found || (quotefound && inmsgstr)) { in read_psffm()
358 if (inmsgstr && !quotefound) { in read_psffm()
394 if ((token_found) || (quotefound && indomain)) { in read_psffm()
454 quotefound = 0; in read_psffm()
480 if (!quotefound) { in read_psffm()
[all …]