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

/illumos-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h149 #define NV_INTEGER 0x2 /* integer attribute */ macro
150 /* The following attributes are valid only when NV_INTEGER is off */
165 /* The following are used with NV_INTEGER */
169 #define NV_DOUBLE (NV_INTEGER|NV_ZFILL) /* for floating point */
197 #define NV_INT16P (NV_LJUST|NV_SHORT|NV_INTEGER)
198 #define NV_INT16 (NV_SHORT|NV_INTEGER)
199 #define NV_UINT16 (NV_UNSIGN|NV_SHORT|NV_INTEGER)
200 #define NV_UINT16P (NV_LJUSTNV_UNSIGN|NV_SHORT|NV_INTEGER)
201 #define NV_INT32 (NV_INTEGER)
202 #define NV_UNT32 (NV_UNSIGN|NV_INTEGER)
[all...]
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dedit.c1565 nv_putval(ED_COLNOD,(char*)&ep->e_col,NV_NOFREE|NV_INTEGER); local
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dnval.h140 #define NV_INTEGER 0x2 /* integer attribute */ macro
141 /* The following attributes are valid only when NV_INTEGER is off */
156 /* The following are used with NV_INTEGER */
160 #define NV_DOUBLE (NV_INTEGER|NV_ZFILL) /* for floating point */
188 #define NV_INT16P (NV_LJUST|NV_SHORT|NV_INTEGER)
189 #define NV_INT16 (NV_SHORT|NV_INTEGER)
190 #define NV_UINT16 (NV_UNSIGN|NV_SHORT|NV_INTEGER)
191 #define NV_UINT16P (NV_LJUSTNV_UNSIGN|NV_SHORT|NV_INTEGER)
192 #define NV_INT32 (NV_INTEGER)
193 #define NV_UNT32 (NV_UNSIGN|NV_INTEGER)
[all...]
/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h149 #define NV_INTEGER 0x2 /* integer attribute */ macro
150 /* The following attributes are valid only when NV_INTEGER is off */
165 /* The following are used with NV_INTEGER */
169 #define NV_DOUBLE (NV_INTEGER|NV_ZFILL) /* for floating point */
197 #define NV_INT16P (NV_LJUST|NV_SHORT|NV_INTEGER)
198 #define NV_INT16 (NV_SHORT|NV_INTEGER)
199 #define NV_UINT16 (NV_UNSIGN|NV_SHORT|NV_INTEGER)
200 #define NV_UINT16P (NV_LJUSTNV_UNSIGN|NV_SHORT|NV_INTEGER)
201 #define NV_INT32 (NV_INTEGER)
202 #define NV_UNT32 (NV_UNSIGN|NV_INTEGER)
[all...]
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h149 #define NV_INTEGER 0x2 /* integer attribute */ macro
150 /* The following attributes are valid only when NV_INTEGER is off */
165 /* The following are used with NV_INTEGER */
169 #define NV_DOUBLE (NV_INTEGER|NV_ZFILL) /* for floating point */
197 #define NV_INT16P (NV_LJUST|NV_SHORT|NV_INTEGER)
198 #define NV_INT16 (NV_SHORT|NV_INTEGER)
199 #define NV_UINT16 (NV_UNSIGN|NV_SHORT|NV_INTEGER)
200 #define NV_UINT16P (NV_LJUSTNV_UNSIGN|NV_SHORT|NV_INTEGER)
201 #define NV_INT32 (NV_INTEGER)
202 #define NV_UNT32 (NV_UNSIGN|NV_INTEGER)
[all...]
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h149 #define NV_INTEGER 0x2 /* integer attribute */ macro
150 /* The following attributes are valid only when NV_INTEGER is off */
165 /* The following are used with NV_INTEGER */
169 #define NV_DOUBLE (NV_INTEGER|NV_ZFILL) /* for floating point */
197 #define NV_INT16P (NV_LJUST|NV_SHORT|NV_INTEGER)
198 #define NV_INT16 (NV_SHORT|NV_INTEGER)
199 #define NV_UINT16 (NV_UNSIGN|NV_SHORT|NV_INTEGER)
200 #define NV_UINT16P (NV_LJUSTNV_UNSIGN|NV_SHORT|NV_INTEGER)
201 #define NV_INT32 (NV_INTEGER)
202 #define NV_UNT32 (NV_UNSIGN|NV_INTEGER)
[all...]

Completed in 740 milliseconds