Lines Matching refs:quotelevel
319 wdvarput(struct shf *shf, const char *wp, int quotelevel, int opmode)
353 if (quotelevel == 0)
393 quotelevel++;
399 if (quotelevel)
400 quotelevel--;
842 dumpwdvar_i(struct shf *shf, const char *wp, int quotelevel)
866 if (quotelevel == 0 || c == ORD('"') ||
895 shf_fprintf(shf, "OQUOTE{%d" /*}*/, ++quotelevel);
898 shf_fprintf(shf, /*{*/ "%d}CQUOTE", quotelevel);
899 if (quotelevel)
900 quotelevel--;