Lines Matching refs:quotebegin

235 	int		quotebegin;
357 else if (f->physical.format.escape < 0 && f->physical.format.quotebegin < 0)
365 q = f->physical.format.quotebegin;
408 q = f->physical.format.quotebegin;
1048 if ((f->physical.format.flags & (CX_STRING|CX_BUFFER)) && f->physical.format.delimiter >= 0 && (f->physical.format.escape >= 0 || f->physical.format.quotebegin >= 0))
1053 sfputc(file->io, f->physical.format.quotebegin);
1058 if (*s == f->physical.format.delimiter || *s == f->physical.format.escape || *s == f->physical.format.quotebegin || *s == f->physical.format.quoteend)
1072 sfputc(file->io, f->physical.format.quotebegin);
1656 flat->format->quotebegin = *data;
2231 f->variable.format.quotebegin = f->physical.format.quotebegin = flat->quotebegin;
2843 flat->quotebegin = *data;
3148 flat->delimiter = flat->escape = flat->quotebegin = flat->quoteend = flat->terminator = flat->continuator = -1;
3306 if (f->physical.format.quotebegin >= 0 && f->physical.format.quoteend < 0)
3307 f->physical.format.quoteend = f->physical.format.quotebegin;
3308 if (f->physical.format.quotebegin < 0)
4037 if ((f->physical.format.flags & (CX_STRING|CX_BUFFER)) && f->physical.format.delimiter >= 0 && (f->physical.format.escape >= 0 || f->physical.format.quotebegin >= 0))
4042 sfputc(flatten->file->io, f->physical.format.quotebegin);
4047 if (*s == f->physical.format.delimiter || *s == f->physical.format.escape || *s == f->physical.format.quotebegin || *s == f->physical.format.quoteend)
4061 sfputc(flatten->file->io, f->physical.format.quotebegin);