Lines Matching refs:do_quotes
2089 int do_quotes; // check for quotes in current line in findmatchlimit() local
2329 do_quotes = -1; in findmatchlimit()
2368 do_quotes = -1; in findmatchlimit()
2417 do_quotes = -1; in findmatchlimit()
2516 do_quotes = 0; in findmatchlimit()
2517 else if (do_quotes == -1) in findmatchlimit()
2523 at_start = do_quotes; in findmatchlimit()
2527 at_start = (do_quotes & 1); in findmatchlimit()
2530 ++do_quotes; in findmatchlimit()
2534 do_quotes &= 1; // result is 1 with even number of quotes in findmatchlimit()
2540 if (!do_quotes) in findmatchlimit()
2545 do_quotes = 1; in findmatchlimit()
2560 do_quotes = 1; in findmatchlimit()
2605 if (do_quotes) in findmatchlimit()