Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/msgfmt/
H A Dcheck_header.c95 int quotefound = 0; in check_gnu() local
221 if (!quotefound) { in check_gnu()
227 quotefound = 1; in check_gnu()
284 if (quotefound) { in check_gnu()
291 quotefound = 0; in check_gnu()
H A Dmsgfmt.c197 int quotefound; /* double quote was seen */ in read_psffm() local
282 quotefound = 0; in read_psffm()
289 quotefound = 1; in read_psffm()
299 if (token_found || (quotefound && inmsgid)) { in read_psffm()
309 if (inmsgid && !quotefound) { in read_psffm()
349 if (token_found || (quotefound && inmsgstr)) { in read_psffm()
360 if (inmsgstr && !quotefound) { in read_psffm()
396 if ((token_found) || (quotefound && indomain)) { in read_psffm()
456 quotefound = 0; in read_psffm()
482 if (!quotefound) { in read_psffm()
[all …]