HomeSort by relevance Sort by last modified time
    Searched defs:NV_INTEGER (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/lib/libshell/amd64/include/ast/
nval.h 149 #define NV_INTEGER 0x2 /* integer attribute */
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...]
  /onnv/onnv-gate/usr/src/lib/libshell/common/edit/
edit.c     [all...]
  /onnv/onnv-gate/usr/src/lib/libshell/common/include/
nval.h 140 #define NV_INTEGER 0x2 /* integer attribute */
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...]
  /onnv/onnv-gate/usr/src/lib/libshell/i386/include/ast/
nval.h 149 #define NV_INTEGER 0x2 /* integer attribute */
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...]
  /onnv/onnv-gate/usr/src/lib/libshell/sparc/include/ast/
nval.h 149 #define NV_INTEGER 0x2 /* integer attribute */
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...]
  /onnv/onnv-gate/usr/src/lib/libshell/sparcv9/include/ast/
nval.h 149 #define NV_INTEGER 0x2 /* integer attribute */
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 6839 milliseconds