Lines Matching defs:inquote
1159 bool inquote = false;
1182 if (!inquote && x > 0) {
1189 if (!inquote && len > 1 && buf[0] == '/' && buf[1] == '*') {
1202 if (!inquote && buf[0] == '(') {
1209 if (!inquote && buf[0] == ')') {
1216 if (!inquote && buf[0] == ',') {
1230 if (!inquote && (buf[0] == '"' || buf[0] == '\'')) {
1231 inquote = true;
1233 } else if (inquote && buf[0] == quote) {
1234 inquote = false;