Searched refs:quotefound (Results 1 – 2 of 2) sorted by relevance
95 int quotefound = 0; in check_gnu() local221 if (!quotefound) { in check_gnu()227 quotefound = 1; in check_gnu()284 if (quotefound) { in check_gnu()291 quotefound = 0; in check_gnu()
197 int quotefound; /* double quote was seen */ in read_psffm() local282 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 …]