Home
last modified time | relevance | path

Searched refs:NV_ZFILL (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dnval.h155 #define NV_ZFILL 0x10 /* right justify and fill with leading zeros */ macro
171 #define NV_DOUBLE (NV_INTEGER|NV_ZFILL) /* for floating point */
194 #define NV_BLTINOPT NV_ZFILL /* mark builtins in libcmd */
H A Dname.h133 #define NV_FTMP NV_ZFILL /* function source in tmpfile */
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Doptions.c144 {"-Zzerofill", NV_ZFILL},
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dname.c1875 else if((nv_isattr(np, NV_RJUST|NV_ZFILL|NV_LJUST)) && sp) in nv_putval()
1878 if((nv_isattr(np,NV_ZFILL)) && (nv_isattr(np,NV_LJUST))) in nv_putval()
1883 size = ja_size((char*)sp,size,nv_isattr(np,NV_RJUST|NV_ZFILL)); in nv_putval()
1918 if(nv_isattr(np,NV_ZFILL)) in nv_putval()
1931 if(!nv_isattr(np,NV_ZFILL) || nv_size(np)==0) in nv_putval()
1933 else if(nv_isattr(np,NV_ZFILL) && (size>dot)) in nv_putval()
2000 if(nv_isattr(np, NV_RJUST) && nv_isattr(np, NV_ZFILL)) in nv_putval()
2160 flag = nv_isattr(np,NV_RDONLY|NV_UTOL|NV_LTOU|NV_RJUST|NV_LJUST|NV_ZFILL|NV_INTEGER); in attstore()
2191 flag &= (NV_RDONLY|NV_UTOL|NV_LTOU|NV_RJUST|NV_LJUST|NV_ZFILL|NV_INTEGER); in attstore()
2222 if(nv_isattr(np,NV_RDONLY|NV_UTOL|NV_LTOU|NV_RJUST|NV_LJUST|NV_ZFILL|NV_INTEGER)) in pushnam()
[all …]
H A Dnvtree.c532 if ((val&(NV_LJUST|NV_RJUST|NV_ZFILL)) && !(val&NV_INTEGER) && val!=NV_HOST) in nv_attribute()
H A Dnvtype.c198 else if(nv_isattr(np, NV_BINARY) || nv_isattr(np,NV_LJUST|NV_RJUST|NV_ZFILL)) in nv_datasize()
H A Dmacro.c1450 …if((mp->let || (mp->arith&&nv_isattr(np,(NV_LJUST|NV_RJUST|NV_ZFILL)))) && !nv_isattr(np,NV_INTEGE… in varsub()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c294 flag |= NV_ZFILL; in b_typeset()
371 if((flag&NV_ZFILL) && !(flag&NV_LJUST)) in b_typeset()
373 if((flag&NV_INTEGER) && (flag&(NV_LJUST|NV_RJUST|NV_ZFILL))) in b_typeset()