Searched refs:nv_attribute (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | name.h | 191 extern void nv_attribute(Namval_t*, Sfio_t*, char*, int);
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | nvtree.c | 404 void nv_attribute(register Namval_t *np,Sfio_t *out,char *prefix,int noname) in nv_attribute() function 724 nv_attribute(np,wp->out,"typeset",'='); in outval() 840 nv_attribute(np,outfile,"typeset",1); in genvalue()
|
H A D | nvtype.c | 644 nv_attribute(np,out,(char*)0, 1); in typeinfo() 682 nv_attribute(nq,sp,(char*)0,1); in typeinfo()
|
H A D | macro.c | 1327 nv_attribute(np,mp->shp->strbuf,"typeset",1); in varsub()
|
/titanic_50/usr/src/lib/libshell/common/bltins/ |
H A D | typeset.c | 518 nv_attribute(np,sfstdout,tp->prefix,1); in b_common() 1058 nv_attribute(np,tp->outfile,tp->prefix,tp->aflag); in print_namval() 1153 nv_attribute(np,dp->outfile,dp->prefix,dp->aflag); in print_attribute()
|
/titanic_50/usr/src/lib/libshell/misc/ |
H A D | ERRATA.txt | 945 nv_attribute(np,wp->out,"typeset",'=');
|