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

/macosx-10.10/ksh-23/ksh/src/lib/libast/port/
H A Dastconf.c1273 sfprintf(sp, "L[%s] ", (listflags & ASTCONF_quote) ? fmtquote(p->limit.string, "\"", "\"", strlen(p->limit.string), FMT_SHELL) : p->limit.string);
1280 sfprintf(sp, "M[%s] ", (listflags & ASTCONF_quote) ? fmtquote(p->minmax.string, "\"", "\"", strlen(p->minmax.string), FMT_SHELL) : p->minmax.string);
1289 sfprintf(sp, "%s", (listflags & ASTCONF_quote) ? fmtquote(s, "\"", "\"", strlen(s), FMT_SHELL) : s);
1319 sfprintf(sp, "%s", (listflags & ASTCONF_quote) ? fmtquote(s, "\"", "\"", strlen(s), FMT_SHELL) : s);
1669 sfprintf(sp, "%s=%s\n", f, (flags & ASTCONF_quote) ? fmtquote(s, "\"", "\"", strlen(s), FMT_SHELL) : s);
1715 sfprintf(sp, "%s %s - %s\n", state.id, (flags & ASTCONF_lower) ? fmtlower(fp->name) : fp->name, fmtquote(s, "\"", "\"", strlen(s), FMT_SHELL));
1717 sfprintf(sp, "%s=%s\n", (flags & ASTCONF_lower) ? fmtlower(fp->name) : fp->name, (flags & ASTCONF_quote) ? fmtquote(s, "\"", "\"", strlen(s), FMT_SHELL) : s);
/macosx-10.10/ksh-23/ksh/src/lib/libast/include/
H A Dast.h163 #define FMT_SHELL 0x04 /* escape $ ` too */ macro
165 #define FMT_PARAM 0x10 /* disable FMT_SHELL ${$( quote */
/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Dmime.c617 sfputr(mp->buf, fmtquote(v, 0, 0, n, FMT_SHELL), -1);

Completed in 125 milliseconds