Searched defs:Empty (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/include/
H A Ddefs.h50 #define Empty ((char*)(e_sptbnl+3)) macro
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dname.c37 #define Empty ((char*)(e_sptbnl+3)) macro
509 if(!nv_isnull(np) && np->nvalue.cp!=Empty && !nv_isvtree(np))
512 else if(((np->nvalue.cp && np->nvalue.cp!=Empty)||nv_isvtree(np)) && !nv_type(np))
1559 if(up && up->cp==Empty)
1883 if(tofree && tofree!=Empty && tofree!=Null)
2420 np->nvalue.cp = nv_isarray(np)?Empty:0;
2423 if(nv_isarray(np) && np->nvalue.cp!=Empty && np->nvfun)
2440 if(up->cp!=Empty && up->cp!=Null && !nv_isattr(np, NV_NOFREE))
2779 if(!up->lp || up->cp==Empty)

Completed in 29 milliseconds