Searched refs:NV_ZFILL (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | nval.h | 155 #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 D | name.h | 133 #define NV_FTMP NV_ZFILL /* function source in tmpfile */
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | options.c | 144 {"-Zzerofill", NV_ZFILL},
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | name.c | 1875 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() 1940 if(size==0 && nv_isattr(np,NV_HOST)!=NV_HOST &&nv_isattr(np,NV_LJUST|NV_RJUST|NV_ZFILL)) 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() [all …]
|
H A D | nvtree.c | 532 if ((val&(NV_LJUST|NV_RJUST|NV_ZFILL)) && !(val&NV_INTEGER) && val!=NV_HOST) in nv_attribute()
|
H A D | nvtype.c | 198 else if(nv_isattr(np, NV_BINARY) || nv_isattr(np,NV_LJUST|NV_RJUST|NV_ZFILL)) in nv_datasize()
|
H A D | macro.c | 1450 …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 D | typeset.c | 294 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()
|