Lines Matching defs:quoted
274 int *quoted)
278 *quoted = 0;
290 /* unescaped double quote changes quoted state. */
291 *quoted = *quoted ? 0 : 1;
294 if (*p == SYM_COMMENT && !*quoted) {
320 int quoted = 0; /* quoted by double quote? */
329 zap_comment(p, "ed); /* remove comment line */
348 if (!quoted && cur > 1 && str[cur - 2] == SYM_BACKSLASH &&
360 if (quoted) {
361 /* error. still in quoted state. */