Lines Matching refs:nv_isref
507 if(*shp->prefix=='_' && shp->prefix[1]=='.' && nv_isref(L_ARGNOD)) in nv_setlist()
793 isref = nv_isref(np); in nv_create()
828 while(nv_isref(np) && np->nvalue.cp) in nv_create()
840 if(nv_isref(np) && (c=='[' || c=='.' || !(flags&NV_ASSIGN))) in nv_create()
1160 while(nv_isref(np)) in nv_open()
1303 isref = nv_isref(np); in nv_open()
1374 if(np->nvfun && np->nvfun->disc && !(flags&NV_NODISC) && !nv_isref(np)) in nv_putval()
2081 if(np==VERSIONNOD && nv_isref(np)) in sh_envnolocal()
2093 if(nv_isref(np) && np!=VERSIONNOD) in sh_envnolocal()
2127 if(nv_isref(np)) in table_unset()
2237 if(np->nvfun && !nv_isref(np)) in _nv_unset()
2268 if(nv_isref(np) && !nv_isattr(np,NV_EXPORT)) in _nv_unset()
2456 if(nv_isref(np)) in nv_getval()
2589 if(nv_isref(np)) in nv_getnum()
2990 if(nv_isref(np)) in nv_setref()
3123 if(!nv_isref(np)) in nv_unref()
3212 else if(!nv_isref(np)) in nv_name()