Home
last modified time | relevance | path

Searched refs:SF_WCWIDTH (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfset.c48 if(set && (flags & (SF_LINE|SF_WCWIDTH)) && !(f->flags & (SF_LINE|SF_WCWIDTH)))
49 { tflags = (SF_LINE|SF_WCWIDTH);
H A Dsfsetbuf.c95 modes |= SF_WCWIDTH; in sfsetlinemode()
282 if(!(f->flags&(SF_LINE|SF_WCWIDTH)) && isatty(f->file))
283 f->flags |= SF_LINE|SF_WCWIDTH;
H A D_sfopen.c206 sflags |= SF_WCWIDTH;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dsfio.h151 #define SF_WCWIDTH 0100000 /* wcwidth display stream */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE112 10-12-01 sfset.c: SF_LINE|SF_WCWIDTH => no need for sfsetbuf() to call isatty()
294 08-09-10 sfio/sfvprintf.c: drop SF_WCWIDTH, use %Lc or %Ls instead
401 07-02-20 sfio/sfvprintf.c: handle SF_WCWIDTH justification
404 07-02-14 include/sfio.h: add SF_WCWIDTH
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c552 sfset(iop,SF_LINE|SF_WCWIDTH,1); in sh_iostream()