Home
last modified time | relevance | path

Searched refs:Empty (Results 1 – 24 of 24) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Darray.c255 if(up->cp==Empty) in nv_arrayisset()
264 return(up->cp && up->cp!=Empty); in nv_arrayisset()
695 if(up->cp == Empty) in array_putval()
748 if(cp && *cp!=Empty) in array_putval()
774 if(np->nvalue.cp==Empty) in array_putval()
853 if(np->nvalue.cp==Empty) in array_grow()
1137 if(nv_getval(np)==Empty) in nv_nextsub()
1244 ap->val[n].cp = Empty; in nv_putsub()
1270 ap->val[size].cp = Empty; in nv_putsub()
1392 *cp++ = Empty; in array_fixed_setdata()
[all …]
H A Dnvtree.c438 …else if((!np->nvalue.cp||np->nvalue.cp==Empty) && nv_isattr(np,~NV_NOFREE)==NV_MINIMAL && strcmp(n… in nv_attribute()
452 prefix = Empty; in nv_attribute()
645 if(ep==Empty && !(ap && ap->fixed)) in nv_outnode()
715 if(fp && np->nvalue.cp && np->nvalue.cp!=Empty) in outval()
769 if(isarray==0 && nv_isarray(np) && (nv_isnull(np)||np->nvalue.cp==Empty)) /* empty array */ in outval()
788 …if((np->nvalue.cp && np->nvalue.cp!=Empty) || nv_isattr(np,~(NV_MINIMAL|NV_NOFREE)) || nv_isvtree(… in outval()
H A Dnvtype.c355 else if(nq->nvalue.cp==Empty) in fixnode()
730 sfprintf(out,"\t[+%s?:static:%s]\n",dp->names[i],cp?cp:Empty); in typeinfo()
732 sfprintf(out,"\t[+%s?%s]\n",dp->names[i],cp?cp:Empty); in typeinfo()
1181 nq->nvalue.cp = Empty; in nv_mktype()
1204 mp->nvalue.cp = Empty; in nv_mktype()
1376 if(np->nvalue.cp && np->nvalue.cp!=Empty && !nv_isattr(np,NV_NOFREE)) in nv_settype()
H A Dname.c40 #define Empty ((char*)(e_sptbnl+3)) macro
544 if(!nv_isnull(np) && np->nvalue.cp!=Empty && !nv_isvtree(np)) in nv_setlist()
547 …else if(((np->nvalue.cp && np->nvalue.cp!=Empty)||nv_isvtree(np)|| nv_arrayptr(np)) && !nv_type(np… in nv_setlist()
1669 if(up && up->cp==Empty) in nv_putval()
1979 if(tofree && tofree!=Empty && tofree!=Null) in nv_putval()
2019 if(tofree && tofree!=Empty && tofree!=Null) in nv_putval()
2578 np->nvalue.cp = nv_isarray(np)?Empty:0; in _nv_unset()
2602 if(up->cp!=Empty && up->cp!=Null && !nv_isattr(np, NV_NOFREE)) in _nv_unset()
2949 if(!up->lp || up->cp==Empty) in nv_getnum()
H A Dinit.c814 np->nvalue.cp = Empty; in sh_setmatch()
887 return(mp->match[2*sub]<0?Empty:""); in get_match()
1929 DOTSHNOD->nvalue.cp = Empty; in nv_init()
H A Dnvdisc.c950 if(np->nvalue.cp && np->nvalue.cp!=Empty && (flags&NV_COMVAR) && !(flags&NV_MOVE)) in nv_clone()
985 if(nv_isattr(np,NV_INTEGER) && mp->nvalue.ip!=np->nvalue.ip && np->nvalue.cp!=Empty) in nv_clone()
H A Dio.c1513 sh_iosave(shp,fn,indx,tname?fname:(trunc?Empty:0)); in sh_redirect()
1543 sh_iosave(shp,fn,indx|0x10000,tname?fname:(trunc?Empty:0)); in sh_redirect()
1810 if(filemap[fd].tname == Empty && shp->exitval==0) in sh_iorestore()
H A Dstreval.c927 *last = (char*)Empty; in arith_compile()
H A Dxec.c2704 np->nvalue.cp = Empty; in sh_exec()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtrap.c169 shp->st.trapcom[sig] = (shp->sigflag[sig]&SH_SIGOFF) ? Empty : strdup(action); in b_trap()
170 if(arg && arg != Empty) in b_trap()
H A Dtypeset.c521 name = Empty; in print_value()
648 else if((ap=nv_arrayptr(np)) && nv_aindex(np)>0 && ap->nelem==1 && nv_getval(np)==Empty) in setall()
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DClientLib_en.properties102 empty_vector = Empty vector for t (can be null but not empty)
104 no_scope_vector = Empty scope vector
160 empty_string_value = Empty string attribute value
H A DServer_en.properties152 ssim_empty_lang_table = Empty language table for key ``{0}''''.
153 ssim_empty_reg_vector = Empty list reg vector for key ``{0}''''.
154 ssim_empty_scope_table = Empty scope table for key ``{0}''''.
/illumos-gate/usr/src/
H A DREADME.license-files96 D. Empty packages: if your package delivers nothing (or, more strictly
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h47 #define Empty ((char*)(e_sptbnl+3)) macro
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c84 char Empty[BLKSIZ], /* empty memory used to clear sections of memory */ variable
1440 (void) memcpy(&V_labl, Empty, sizeof (V_labl)); in mklabel()
/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.c1800 Empty, K_R, Proto, Bad_Func, enumerator
1825 return Empty; in which_func()
1830 return Empty; in which_func()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE93226 a. Empty command substitutions of the form $() now work.
H A DRELEASE2850 96-07-31 Empty command substitutions of the form $() now work.
/illumos-gate/usr/src/cmd/lp/lib/oam/
H A Dmsg.source881 "Empty form description file given."
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README871 4707030 Empty LD_PRELOAD_64 doesn't override LD_PRELOAD
/illumos-gate/usr/src/cmd/sendmail/cf/
H A DREADME942 Empty arguments cause the defaults to be taken.
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex2600 % starts with @tab. Empty columns may be produced by supplying @tab's
/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids25339 061 At Rate Time To Empty
25346 068 Run Time To Empty
25347 069 Average Time To Empty