Searched refs:nv_isref (Results 1 – 10 of 10) sorted by relevance
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()[all …]
97 while(nv_isref(mp)) in scope()
428 if(nv_isref(nq)) in clone_type()511 while(nv_isref(nq)) in create_type()
915 if(np && nv_isref(np)) in prefix()920 while(nv_isref(np) && np->nvalue.cp) in prefix()
134 if(nv_isref(np)) in nextdisc()
663 if(nv_isref(np)) in nv_disc()
1618 nameref = nv_isref(np)!=0; in sh_exec()
134 #define nv_isref(n) (nv_isattr((n),NV_REF|NV_TAGGED|NV_FUNCT)==NV_REF) macro
433 isref = nv_isref(np); in test_unop()
1119 if(nv_isref(np) && nv_refsub(np)) in print_namval()