Lines Matching refs:start_in_quotes
2094 int start_in_quotes; // start position is in quotes in findmatchlimit() local
2330 start_in_quotes = MAYBE; in findmatchlimit()
2546 if (start_in_quotes == MAYBE) in findmatchlimit()
2550 start_in_quotes = TRUE; in findmatchlimit()
2561 if (start_in_quotes == MAYBE) in findmatchlimit()
2565 start_in_quotes = TRUE; in findmatchlimit()
2576 if (start_in_quotes == MAYBE) in findmatchlimit()
2577 start_in_quotes = FALSE; in findmatchlimit()
2598 start_in_quotes = FALSE; in findmatchlimit()
2615 start_in_quotes = FALSE; in findmatchlimit()
2680 if ((!inquote || start_in_quotes == TRUE) in findmatchlimit()