Searched refs:NV_REF (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | name.h | 111 #define NV_ATTRIBUTES (~(NV_NOSCOPE|NV_ARRAY|NV_NOARRAY|NV_IDENT|NV_ASSIGN|NV_REF|NV_VARNAME|NV_STA… 134 #define nv_isref(n) (nv_isattr((n),NV_REF|NV_TAGGED|NV_FUNCT)==NV_REF) 137 #define is_afunction(n) (nv_isattr(n,NV_FUNCTION|NV_REF)==NV_FUNCTION)
|
H A D | nval.h | 135 #define NV_REF 0x4000 /* reference bit */ macro 174 #define NV_NOREF NV_REF /* don't follow reference */
|
/titanic_50/usr/src/lib/libshell/common/data/ |
H A D | options.c | 124 {"-Sshared", NV_REF|NV_TAGGED}, 125 {"-nnameref", NV_REF},
|
/titanic_50/usr/src/lib/libshell/common/bltins/ |
H A D | typeset.c | 272 flag |= (NV_REF|NV_IDENT); in b_typeset() 361 if((flag&NV_REF) && (flag&~(NV_REF|NV_IDENT|NV_ASSIGN))) in b_typeset() 374 flag |= NV_REF|NV_TAGGED; in b_typeset() 451 if(flag&NV_REF) in b_common() 453 flag &= ~NV_REF; in b_common() 663 nv_onattr(np,NV_REF|NV_FUNCT); in b_common()
|
/titanic_50/usr/src/lib/libshell/i386/include/ast/ |
H A D | nval.h | 144 #define NV_REF 0x4000 /* reference bit */ macro 183 #define NV_NOREF NV_REF /* don't follow reference */
|
/titanic_50/usr/src/lib/libshell/sparc/include/ast/ |
H A D | nval.h | 144 #define NV_REF 0x4000 /* reference bit */ macro 183 #define NV_NOREF NV_REF /* don't follow reference */
|
/titanic_50/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | nval.h | 144 #define NV_REF 0x4000 /* reference bit */ macro 183 #define NV_NOREF NV_REF /* don't follow reference */
|
/titanic_50/usr/src/lib/libshell/amd64/include/ast/ |
H A D | nval.h | 144 #define NV_REF 0x4000 /* reference bit */ macro 183 #define NV_NOREF NV_REF /* don't follow reference */
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | nvtype.c | 214 if(nv_isattr(np,NV_REF|NV_TAGGED)==(NV_REF|NV_TAGGED)) in name_chtype() 227 if(!val && nv_isattr(np,NV_REF)) in put_chtype() 295 if(nv_isattr(nq,NV_REF)) in fixnode() 305 nq ->nvflag = NV_REF|NV_NOFREE|NV_MINIMAL; in fixnode() 684 if(!nv_isattr(nq,NV_REF)) in typeinfo() 848 if(nv_isattr(np,NV_REF)) in nv_mktype() 890 else if(nv_isattr(np,NV_REF)) in nv_mktype() 1001 if(!nv_isattr(nr,NV_REF) && !nv_hasdisc(nr,&type_disc)) in nv_mktype()
|
H A D | nvtree.c | 439 if(nv_isattr(np,NV_REF|NV_TAGGED)==(NV_REF|NV_TAGGED)) in nv_attribute() 440 attr |= (NV_REF|NV_TAGGED); in nv_attribute() 506 if(val==(NV_REF|NV_TAGGED)) in nv_attribute() 507 attr &= ~(NV_REF|NV_TAGGED); in nv_attribute()
|
H A D | name.c | 518 L_ARGNOD->nvflag = NV_REF|NV_NOFREE; in nv_setlist() 1158 if(np && !(flags&NV_REF)) in nv_open() 1308 nv_offattr(np,NV_REF); in nv_open() 2095 nv_offattr(np,NV_NOFREE|NV_REF); in sh_envnolocal() 2454 if((!np->nvfun || !np->nvfun->disc) && !nv_isattr(np,NV_ARRAY|NV_INTEGER|NV_FUNCT|NV_REF|NV_TABLE)) in nv_getval() 2997 nv_onattr(np,NV_REF); in nv_setref() 3018 nv_onattr(np,NV_REF); in nv_setref() 3055 nv_onattr(np,NV_REF|NV_NOFREE); in nv_setref() 3125 nv_offattr(np,NV_NOFREE|NV_REF); in nv_unref()
|
H A D | xec.c | 628 L_ARGNOD->nvflag = NV_REF|NV_NOFREE; in set_instance() 1666 nv_offattr(np,NV_REF); in sh_exec()
|
H A D | init.c | 1651 nv_onattr(VERSIONNOD,NV_RDONLY|NV_REF); in nv_init()
|