Searched refs:FMT_EXP_LINE (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/ksh-23/ksh/src/lib/libast/string/
H A Dstresc.c66 return strexp(s, FMT_EXP_CHAR|FMT_EXP_LINE|FMT_EXP_WIDE);
H A Dchresc.c134 if (!(flags & FMT_EXP_LINE))
141 if (!(flags & FMT_EXP_LINE))
236 return chrexp(s, p, NiL, FMT_EXP_CHAR|FMT_EXP_LINE|FMT_EXP_WIDE);
/macosx-10.10/ksh-23/ksh/src/lib/libast/astsa/
H A Dast.h39 #define FMT_EXP_LINE 0x040 /* expand \n and \r */ macro
/macosx-10.10/ksh-23/ksh/src/lib/libast/include/
H A Dast.h172 #define FMT_EXP_LINE 0x040 /* expand \n and \r */ macro
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dprint.c418 c = chrexp(s - 1, &p, &w, FMT_EXP_CHAR|FMT_EXP_LINE|FMT_EXP_WIDE);

Completed in 186 milliseconds