Searched refs:open_quote (Results 1 – 2 of 2) sorted by relevance
87 char open_quote = 0;136 open_quote = yytext[0];
2557 bool open_quote = false; in opt_len() local2563 open_quote = !open_quote; in opt_len()2564 if (c == ',' && !open_quote) in opt_len()