Searched defs:quotelevel (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Dtree.c303 wdvarput(struct shf *shf, const char *wp, int quotelevel, int opmode) argument
337 if (quotelevel == 0) {
344 if (quotelevel == 0)
380 quotelevel++;
386 if (quotelevel)
387 quotelevel--;
819 dumpwdvar_i(struct shf *shf, const char *wp, int quotelevel) argument
842 if (quotelevel == 0 ||
865 shf_fprintf(shf, "OQUOTE{%d" /*}*/, ++quotelevel);
868 shf_fprintf(shf, /*{*/ "%d}CQUOTE", quotelevel);
[all...]

Completed in 174 milliseconds