Home
last modified time | relevance | path

Searched refs:NV_UNSIGN (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/include/
H A Dnval.h159 #define NV_UNSIGN (NV_LTOU) /* for unsigned quantities */ macro
190 #define NV_UINT16 (NV_UNSIGN|NV_SHORT|NV_INTEGER)
193 #define NV_UNT32 (NV_UNSIGN|NV_INTEGER)
195 #define NV_UINT64 (NV_UNSIGN|NV_LONG|NV_INTEGER)
/titanic_44/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h168 #define NV_UNSIGN (NV_LTOU) /* for unsigned quantities */ macro
199 #define NV_UINT16 (NV_UNSIGN|NV_SHORT|NV_INTEGER)
202 #define NV_UNT32 (NV_UNSIGN|NV_INTEGER)
204 #define NV_UINT64 (NV_UNSIGN|NV_LONG|NV_INTEGER)
/titanic_44/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h168 #define NV_UNSIGN (NV_LTOU) /* for unsigned quantities */ macro
199 #define NV_UINT16 (NV_UNSIGN|NV_SHORT|NV_INTEGER)
202 #define NV_UNT32 (NV_UNSIGN|NV_INTEGER)
204 #define NV_UINT64 (NV_UNSIGN|NV_LONG|NV_INTEGER)
/titanic_44/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h168 #define NV_UNSIGN (NV_LTOU) /* for unsigned quantities */ macro
199 #define NV_UINT16 (NV_UNSIGN|NV_SHORT|NV_INTEGER)
202 #define NV_UNT32 (NV_UNSIGN|NV_INTEGER)
204 #define NV_UINT64 (NV_UNSIGN|NV_LONG|NV_INTEGER)
/titanic_44/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h168 #define NV_UNSIGN (NV_LTOU) /* for unsigned quantities */ macro
199 #define NV_UINT16 (NV_UNSIGN|NV_SHORT|NV_INTEGER)
202 #define NV_UNT32 (NV_UNSIGN|NV_INTEGER)
204 #define NV_UINT64 (NV_UNSIGN|NV_LONG|NV_INTEGER)
/titanic_44/usr/src/lib/libshell/common/data/
H A Doptions.c137 {"-uunsigned", (NV_INTEGER|NV_UNSIGN)},
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dname.c1473 else if(nv_isattr(np,NV_UNSIGN)) in nv_putval()
1516 else if(nv_isattr(np,NV_UNSIGN)) in nv_putval()
1580 else if(flags&NV_UNSIGN) in nv_putval()
2507 else if(nv_isattr(np,NV_UNSIGN)) in nv_getval()
2534 if(nv_isattr(np,NV_UNSIGN)) in nv_getval()
2608 else if(nv_isattr(np, NV_UNSIGN)) in nv_getnum()
H A Dnvtype.c1220 nv_onattr(mp,NV_UNSIGN); in nv_mkinttype()
1504 nv_onattr(nq,NV_UNSIGN); in nv_mkstruct()