Home
last modified time | relevance | path

Searched refs:nv_attribute (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dname.h207 extern void nv_attribute(Namval_t*, Sfio_t*, char*, int);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvtree.c410 void nv_attribute(register Namval_t *np,Sfio_t *out,char *prefix,int noname) in nv_attribute() function
779 nv_attribute(np,wp->out,"typeset",'='); in outval()
901 nv_attribute(np,outfile,"typeset",1); in genvalue()
H A Dnvtype.c658 nv_attribute(np,out,(char*)0, 1); in typeinfo()
696 nv_attribute(nq,sp,(char*)0,1); in typeinfo()
H A Dmacro.c1427 nv_attribute(np,mp->shp->strbuf,"typeset",1); in varsub()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c661 nv_attribute(np,sfstdout,tp->prefix,1); in setall()
1311 nv_attribute(np,tp->outfile,tp->prefix,tp->aflag); in print_namval()
1416 nv_attribute(np,dp->outfile,dp->prefix,dp->aflag); in print_attribute()