Home
last modified time | relevance | path

Searched refs:nv_isref (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dname.c883 isref = nv_isref(np); in nv_create()
1389 while(nv_isref(np)) in nv_open()
1535 isref = nv_isref(np); in nv_open()
2400 if(np==VERSIONNOD && nv_isref(np)) in sh_envnolocal()
2406 if(nv_isref(np)) in sh_envnolocal()
2563 if(np->nvfun && !nv_isref(np)) in _nv_unset()
2797 if(nv_isref(np)) in nv_getval()
2939 if(nv_isref(np)) in nv_getnum()
3399 if(nv_isref(np)) in nv_setref()
3580 if(!nv_isref(np)) in nv_unref()
[all …]
H A Darith.c106 while(nv_isref(np)) in scope()
H A Dnvtype.c440 if(nv_isref(nq)) in clone_type()
523 while(nv_isref(nq)) in create_type()
H A Dmacro.c973 if(np && nv_isref(np)) in prefix()
978 while(nv_isref(np) && np->nvalue.cp) in prefix()
H A Dnvtree.c135 if(nv_isref(np)) in nextdisc()
H A Dnvdisc.c687 if(nv_isref(np)) in nv_disc()
H A Dxec.c2282 nameref = nv_isref(np)!=0; in sh_exec()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dname.h147 #define nv_isref(n) (nv_isattr((n),NV_REF|NV_TAGGED|NV_FUNCT)==NV_REF) macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtest.c439 isref = nv_isref(np); in test_unop()
H A Dtypeset.c1286 if(tp->noref && nv_isref(np)) in print_namval()
1382 if(nv_isref(np) && nv_refsub(np)) in print_namval()