Searched refs:quotebegin (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/jcl/
H A Dcpy2dss.c156 char* quotebegin; member in struct:State_s
709 if (state.text && (state.escape || state.quotebegin))
714 if (state.quotebegin)
718 sfprintf(sfstdout, "%s<QUOTEBEGIN>%s</>\n", INDENT(lev + 2), state.quotebegin);
722 sfprintf(sfstdout, "%s<QUOTE>%s</>\n", INDENT(lev + 2), state.quotebegin);
982 state.quotebegin = "\"";
1051 if (!state.quotebegin)
1052 state.quotebegin = state.quoteend;
1054 state.quoteend = state.quotebegin;
1055 if (state.quotebegin
[all...]
/ast/src/cmd/dsslib/flat/
H A Dflat.c235 int quotebegin; member in struct:Flat_s
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
[all...]
/ast/src/lib/libdss/
H A Dcx.h399 short quotebegin; /* quotebegin */ member in struct:Cxformat_s

Completed in 67 milliseconds