Searched refs:quotefound (Results 1 – 2 of 2) sorted by relevance
93 int quotefound = 0; in check_gnu() local219 if (!quotefound) { in check_gnu()225 quotefound = 1; in check_gnu()282 if (quotefound) { in check_gnu()289 quotefound = 0; in check_gnu()
195 int quotefound; /* double quote was seen */ in read_psffm() local280 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 …]