/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | array.c | 255 if(up->cp==Empty) in nv_arrayisset() 264 return(up->cp && up->cp!=Empty); in nv_arrayisset() 372 if((!up->cp||up->cp==Empty) && nv_type(np) && nv_isvtree(np)) in array_find() 695 if(up->cp == Empty) in array_putval() 710 cp[fp->curi] = (char*)(np->nvalue.cp?np->nvalue.cp:Empty); in array_putval() 748 if(cp && *cp!=Empty) in array_putval() 774 if(np->nvalue.cp==Empty) in array_putval() 848 if((nv_isnull(np)||np->nvalue.cp==Empty) && nv_isattr(np,NV_NOFREE)) in array_grow() 853 if(np->nvalue.cp==Empty) in array_grow() 1006 if(fp || (value && value!=Empty)) in nv_setarray() [all …]
|
H A D | nvtree.c | 438 …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 D | nvtype.c | 355 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 D | name.c | 40 #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 D | init.c | 814 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 D | nvdisc.c | 950 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 D | io.c | 1513 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 D | streval.c | 927 *last = (char*)Empty; in arith_compile()
|
H A D | xec.c | 2704 np->nvalue.cp = Empty; in sh_exec()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | trap.c | 169 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 D | typeset.c | 521 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 D | ClientLib_en.properties | 102 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 D | Server_en.properties | 152 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/contrib/ast/src/cmd/ksh93/include/ |
H A D | defs.h | 47 #define Empty ((char*)(e_sptbnl+3)) macro
|
/illumos-gate/usr/src/ |
H A D | README.license-files | 96 D. Empty packages: if your package delivers nothing (or, more strictly
|
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/ |
H A D | volcopy.c | 84 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 D | parse.c | 1800 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 D | RELEASE93 | 226 a. Empty command substitutions of the form $() now work.
|
H A D | RELEASE | 2850 96-07-31 Empty command substitutions of the form $() now work.
|
/illumos-gate/usr/src/cmd/lp/lib/oam/ |
H A D | msg.source | 881 "Empty form description file given."
|
/illumos-gate/usr/src/cmd/sgs/tools/ |
H A D | SUNWonld-README | 871 4707030 Empty LD_PRELOAD_64 doesn't override LD_PRELOAD
|
/illumos-gate/usr/src/cmd/sendmail/cf/ |
H A D | README | 942 Empty arguments cause the defaults to be taken.
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 2600 % starts with @tab. Empty columns may be produced by supplying @tab's
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | usb.ids | 25355 061 At Rate Time To Empty 25362 068 Run Time To Empty 25363 069 Average Time To Empty
|