Searched refs:NV_TAGGED (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | options.c | 125 {"-Sshared", NV_REF|NV_TAGGED}, 129 {"-ttagged", NV_TAGGED},
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | name.h | 122 #define NV_NOCHANGE (NV_EXPORT|NV_IMPORT|NV_RDONLY|NV_TAGGED|NV_NOFREE|NV_ARRAY) 144 #define BLT_DCL (NV_TAGGED) /* declaration command */ 147 #define nv_isref(n) (nv_isattr((n),NV_REF|NV_TAGGED|NV_FUNCT)==NV_REF)
|
H A D | nval.h | 165 #define NV_TAGGED 0x8000 /* user define tag bit */ macro
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | cd_pwd.c | 209 nv_scan(shp->track_tree,rehash,(void*)0,NV_TAGGED,NV_TAGGED); in b_cd()
|
H A D | typeset.c | 147 flag = NV_TAGGED; in b_alias() 161 flag |= NV_TAGGED; in b_alias() 176 if(flag&NV_TAGGED) in b_alias() 344 flag |= NV_TAGGED; in b_typeset() 383 if(troot==tdata.sh->fun_tree && ((isfloat || flag&~(NV_FUNCT|NV_TAGGED|NV_EXPORT|NV_LTOU)))) in b_typeset() 405 flag |= NV_REF|NV_TAGGED; in b_typeset() 446 if(nv_isattr(tdata.tp,NV_TAGGED)) in b_typeset() 448 nv_offattr(tdata.tp,NV_TAGGED); in b_typeset()
|
H A D | whence.c | 168 && !nv_isnull(np) && !(notrack=nv_isattr(np,NV_TAGGED)) in whence()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | nvtree.c | 454 if(nv_isattr(np,NV_REF|NV_TAGGED)==(NV_REF|NV_TAGGED)) in nv_attribute() 455 attr |= (NV_REF|NV_TAGGED); in nv_attribute() 534 if(val==(NV_REF|NV_TAGGED)) in nv_attribute() 535 attr &= ~(NV_REF|NV_TAGGED); in nv_attribute()
|
H A D | nvtype.c | 217 if(nv_isattr(np,NV_REF|NV_TAGGED)==(NV_REF|NV_TAGGED)) in name_chtype() 1205 nv_onattr(mp,NV_TAGGED); in nv_mktype() 1689 if(nv_isattr(mp,NV_STATICF|NV_TAGGED)) in sh_outtype() 1696 if(nv_isattr(mp,NV_TAGGED)) in sh_outtype()
|
H A D | init.c | 346 nv_scan(shp->track_tree,rehash,(void*)0,NV_TAGGED,NV_TAGGED); in put_restricted() 2119 if(nv_isnull(PWDNOD) || nv_isattr(PWDNOD,NV_TAGGED)) in env_init() 2121 nv_offattr(PWDNOD,NV_TAGGED); in env_init()
|
H A D | parse.c | 2048 if(!nv_isattr(np,NV_TAGGED) && first>=0) in kiaentity() 2050 nv_onattr(np,NV_TAGGED); in kiaentity() 2078 nv_scan(lexp->entity_tree,kia_add,(void*)lexp,NV_TAGGED,0); in kiaclose()
|
H A D | path.c | 1810 nv_setattr(np,NV_TAGGED|NV_NOFREE); in path_alias()
|
H A D | xec.c | 1217 flgs |= NV_TAGGED; in sh_exec() 3389 if(nv_isattr(fp->node,NV_TAGGED)) in sh_funscope()
|
H A D | name.c | 1518 nv_onattr(np,NV_TAGGED); in nv_open()
|