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

/ast/src/cmd/ksh93/include/
H A Dnval.h157 #define NV_LJUST 0x40 /* left justify and blank fill */ macro
159 #define NV_RAW NV_LJUST /* used only with NV_BINARY */
160 #define NV_HOST (NV_RJUST|NV_LJUST) /* map to host filename */
172 #define NV_EXPNOTE (NV_LJUST) /* for scientific notation */
199 #define NV_INT16P (NV_LJUST|NV_SHORT|NV_INTEGER)

Completed in 12 milliseconds