Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dtest.c430 int isref; in test_unop() local
433 isref = nv_isref(np); in test_unop()
435 return(isref); in test_unop()
436 if(isref) in test_unop()
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dname.c693 int copy=1,isref,top=0,noscope=(flags&NV_NOSCOPE); in nv_create() local
739 isref = 0; in nv_create()
793 isref = nv_isref(np); in nv_create()
814 if(isref) in nv_create()
1293 int isref; in nv_open() local
1303 isref = nv_isref(np); in nv_open()
1307 if(isref) in nv_open()
1315 if(isref) in nv_open()