Searched defs:NV_ZFILL (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h153 #define NV_ZFILL 0x10 /* right justify and fill with leading zeros */ macro
169 #define NV_DOUBLE (NV_INTEGER|NV_ZFILL) /* for floating point */
192 #define NV_BLTINOPT NV_ZFILL /* mark builtins in libcmd */
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dnval.h144 #define NV_ZFILL 0x10 /* right justify and fill with leading zeros */ macro
160 #define NV_DOUBLE (NV_INTEGER|NV_ZFILL) /* for floating point */
183 #define NV_BLTINOPT NV_ZFILL /* mark builtins in libcmd */
/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h153 #define NV_ZFILL 0x10 /* right justify and fill with leading zeros */ macro
169 #define NV_DOUBLE (NV_INTEGER|NV_ZFILL) /* for floating point */
192 #define NV_BLTINOPT NV_ZFILL /* mark builtins in libcmd */
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h153 #define NV_ZFILL 0x10 /* right justify and fill with leading zeros */ macro
169 #define NV_DOUBLE (NV_INTEGER|NV_ZFILL) /* for floating point */
192 #define NV_BLTINOPT NV_ZFILL /* mark builtins in libcmd */
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h153 #define NV_ZFILL 0x10 /* right justify and fill with leading zeros */ macro
169 #define NV_DOUBLE (NV_INTEGER|NV_ZFILL) /* for floating point */
192 #define NV_BLTINOPT NV_ZFILL /* mark builtins in libcmd */

Completed in 65 milliseconds