/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | name.h | 157 #undef nv_size 158 #define nv_size(np) ((np)->nvsize) macro
|
H A D | nval.h | 294 #define nv_size(np) nv_setsize((np),-1) macro
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | name.c | 1543 if(nv_size(np) <= 1) in nv_putval() 1619 size = nv_size(np); in nv_putval() 1650 int oldsize = (flags&NV_APPEND)?nv_size(np):0; in nv_putval() 1663 size = nv_size(np); in nv_putval() 1675 if(!nv_isattr(np,NV_ZFILL) || nv_size(np)==0) in nv_putval() 1880 c += nv_size(np); in attstore() 1906 *ap->attval = ' ' + nv_size(np); in attstore() 2492 sfprintf(sh.strbuf,format,nv_size(np),ld); in nv_getval() 2503 sfprintf(sh.strbuf,format,nv_size(np),d); in nv_getval() 2532 if((numeric=nv_size(np))==10) in nv_getval() [all …]
|
H A D | nvtree.c | 505 sfprintf(out,"%d ",nv_size(np)); in nv_attribute() 511 if(nv_size(np) != 10) in nv_attribute() 519 sfprintf(out,"%d ",nv_size(np)); in nv_attribute() 603 xp = ep+nv_size(np); in nv_outnode() 607 if(xp < (ep+nv_size(np))) in nv_outnode()
|
H A D | nvtype.c | 194 s = nv_size(np); in datasize() 198 s = nv_size(np); in datasize() 336 if(i=nv_size(nq)) in fixnode() 881 dsize = nv_size(np); in nv_mktype() 990 offset = nv_size(np); in nv_mktype() 1475 memcpy(sp, dp->data, nv_size(tp)); in nv_mkstruct()
|
H A D | subshell.c | 344 nv_setsize(mp,nv_size(np)); in nv_restore()
|
H A D | nvdisc.c | 915 nv_setsize(mp,nv_size(np)); in nv_clone()
|
H A D | path.c | 1031 if(libpath && (!np || nv_size(np)>0)) in path_spawn()
|
H A D | init.c | 566 register int places = nv_size(np); in get_seconds()
|
H A D | parse.c | 1934 kiaentity(lp,name+1,-1,*name,0,-1,(*name=='p'?lp->unknown:lp->script),np->nvalue.i,nv_size(np),""); in kia_add()
|
/titanic_50/usr/src/lib/libshell/common/bltins/ |
H A D | read.c | 305 size = nv_size(np); in sh_readline() 424 if(binary && !((size=nv_size(np)) && nv_isarray(np) && c!=size)) in sh_readline()
|
H A D | print.c | 529 int n = nv_size(np); in fmtbase64() 564 if((size = nv_size(np))==0) in fmtbase64()
|
H A D | typeset.c | 1096 sfmove(iop,file, nv_size(np), -1); in print_namval() 1102 return(nv_size(np)+1); in print_namval()
|
/titanic_50/usr/src/lib/libshell/i386/include/ast/ |
H A D | nval.h | 306 #define nv_size(np) nv_setsize((np),-1) macro
|
/titanic_50/usr/src/lib/libshell/sparc/include/ast/ |
H A D | nval.h | 306 #define nv_size(np) nv_setsize((np),-1) macro
|
/titanic_50/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | nval.h | 306 #define nv_size(np) nv_setsize((np),-1) macro
|
/titanic_50/usr/src/lib/libshell/amd64/include/ast/ |
H A D | nval.h | 306 #define nv_size(np) nv_setsize((np),-1) macro
|