Searched refs:nv_attribute (Results 1 - 4 of 4) sorted by relevance
| /ast/src/cmd/ksh93/include/ |
| H A D | name.h | 207 extern void nv_attribute(Namval_t*, Sfio_t*, char*, int);
|
| /ast/src/cmd/ksh93/bltins/ |
| H A D | typeset.c | 660 nv_attribute(np,sfstdout,tp->prefix,1); 1309 nv_attribute(np,tp->outfile,tp->prefix,tp->aflag); 1414 nv_attribute(np,dp->outfile,dp->prefix,dp->aflag);
|
| /ast/src/cmd/ksh93/sh/ |
| H A D | nvtree.c | 410 void nv_attribute(register Namval_t *np,Sfio_t *out,char *prefix,int noname) function 779 nv_attribute(np,wp->out,"typeset",'='); 901 nv_attribute(np,outfile,"typeset",1);
|
| H A D | nvtype.c | 658 nv_attribute(np,out,(char*)0, 1); 696 nv_attribute(nq,sp,(char*)0,1);
|
Completed in 31 milliseconds