Searched refs:nv_newattr (Results 1 - 4 of 4) sorted by relevance
/ast/src/cmd/ksh93/include/ |
H A D | nval.h | 278 extern void nv_newattr(Namval_t*,unsigned,int); 314 # define nv_newtype(np) nv_newattr(np)
|
/ast/src/cmd/ksh93/bltins/ |
H A D | typeset.c | 798 nv_newattr (np, newflag&~NV_ASSIGN,tp->argnum);
|
/ast/src/cmd/ksh93/sh/ |
H A D | name.c | 2986 void nv_newattr (register Namval_t *np, unsigned newatts, int size) function 3071 nv_newattr(mp,newatts&~NV_ARRAY,size);
|
H A D | init.c | 2090 nv_newattr(np,flag|NV_IMPORT|NV_EXPORT,size);
|
Completed in 33 milliseconds