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