Home
last modified time | relevance | path

Searched refs:sh_outtype (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h424 extern int sh_outtype(Shell_t*, Sfio_t*);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c418 return(sh_outtype(tdata.sh,sfstdout)); in b_typeset()
491 sh_outtype(tp->sh,iop); in print_value()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvtype.c1611 int sh_outtype(Shell_t *shp,Sfio_t *out) in sh_outtype() function