Searched refs:NV_SHORT (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/data/
H A Dvariables.c95 ".sh.subshell", NV_INTEGER|NV_SHORT|NV_NOFREE, (char*)0,
H A Doptions.c136 {"-sshort", (NV_INTEGER|NV_SHORT)},
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dnval.h157 #define NV_SHORT (NV_RJUST) /* when integers are not long */ macro
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)
196 #define NV_FLOAT (NV_SHORT|NV_DOUBLE)
H A Dname.h160 #define nv_isnull(np) (!(np)->nvalue.cp && (nv_isattr(np,NV_SHORT|NV_INTEGER)!=(NV_SHORT|NV_INTEGER)) && !_nv_hasget(np))
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h166 #define NV_SHORT (NV_RJUST) /* when integers are not long */ macro
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)
205 #define NV_FLOAT (NV_SHORT|NV_DOUBLE)
/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h166 #define NV_SHORT (NV_RJUST) /* when integers are not long */ macro
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)
205 #define NV_FLOAT (NV_SHORT|NV_DOUBLE)
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h166 #define NV_SHORT (NV_RJUST) /* when integers are not long */ macro
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)
205 #define NV_FLOAT (NV_SHORT|NV_DOUBLE)
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h166 #define NV_SHORT (NV_RJUST) /* when integers are not long */ macro
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)
205 #define NV_FLOAT (NV_SHORT|NV_DOUBLE)
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dname.c1423 else if(flags&NV_SHORT)
1443 else if(flags&NV_SHORT)
1468 else if(flags&NV_SHORT)
1477 else if(flags&NV_SHORT)
1486 else if(flags&NV_SHORT)
1510 else if(flags&NV_SHORT)
1520 else if(flags&NV_SHORT)
1529 else if(flags&NV_SHORT)
1545 if(nv_isattr (np, NV_SHORT))
1585 sfprintf(sh.strbuf,"%lu",(unsigned long)((flags&NV_SHORT)
[all...]
H A Dnvdisc.c276 nv_onattr(SH_VALNOD,(flags&(NV_LONG|NV_DOUBLE|NV_EXPNOTE|NV_HEXFLOAT|NV_SHORT)));
307 flags &= ~NV_SHORT;
826 else if(nv_isattr(np,NV_SHORT))
835 else if(nv_isattr(np,NV_SHORT))
H A Dnvtype.c163 else if(nv_isattr(np, NV_SHORT))
181 else if(nv_isattr(np, NV_SHORT))
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c370 flag |= NV_SHORT|NV_INTEGER;

Completed in 64 milliseconds