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

/ast/src/cmd/jcl/
H A Dcpy2dss.c157 char* quoteend; member in struct:State_s
716 if (state.quoteend)
719 sfprintf(sfstdout, "%s<QUOTEEND>%s</>\n", INDENT(lev + 2), state.quoteend);
1052 state.quotebegin = state.quoteend;
1053 else if (!state.quoteend)
1054 state.quoteend = state.quotebegin;
1055 if (state.quotebegin && state.quoteend && streq(state.quotebegin, state.quoteend))
1056 state.quoteend = 0;
/ast/src/cmd/dsslib/flat/
H A Dflat.c236 int quoteend; member in struct:Flat_s
377 q = f->physical.format.quoteend;
399 q = f->physical.format.quoteend;
1058 if (*s == f->physical.format.delimiter || *s == f->physical.format.escape || *s == f->physical.format.quotebegin || *s == f->physical.format.quoteend)
1090 sfputc(file->io, f->physical.format.quoteend);
1094 sfputc(file->io, f->physical.format.quoteend);
1665 flat->format->quoteend = *data;
2232 f->variable.format.quoteend = f->physical.format.quoteend = flat->quoteend;
[all...]
/ast/src/lib/libdss/
H A Dcx.h400 short quoteend; /* quoteend */ member in struct:Cxformat_s

Completed in 44 milliseconds