Home
last modified time | relevance | path

Searched refs:isref (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtest.c436 int isref; in test_unop() local
439 isref = nv_isref(np); in test_unop()
441 return(isref); in test_unop()
442 if(isref) in test_unop()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dname.c764 int copy=0,isref,top=0,noscope=(flags&NV_NOSCOPE); in nv_create() local
816 isref = 0; in nv_create()
883 isref = nv_isref(np); in nv_create()
924 if(isref) in nv_create()
1525 int isref; in nv_open() local
1535 isref = nv_isref(np); in nv_open()
1543 if(isref) in nv_open()
1568 if(isref) in nv_open()