Searched refs:open_quote (Results 1 – 2 of 2) sorted by relevance
97 char open_quote = 0;145 open_quote = yytext[0];
2574 bool open_quote = false; in opt_len() local2580 open_quote = !open_quote; in opt_len()2581 if (c == ',' && !open_quote) in opt_len()