Searched refs:NV_SHORT (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | nval.h | 168 #define NV_SHORT (NV_RJUST) /* when integers are not long */ macro 199 #define NV_INT16P (NV_LJUST|NV_SHORT|NV_INTEGER) 200 #define NV_INT16 (NV_SHORT|NV_INTEGER) 201 #define NV_UINT16 (NV_UNSIGN|NV_SHORT|NV_INTEGER) 202 #define NV_UINT16P (NV_LJUSTNV_UNSIGN|NV_SHORT|NV_INTEGER) 207 #define NV_FLOAT (NV_SHORT|NV_DOUBLE)
|
H A D | name.h | 176 #define nv_isnull(np) (!(np)->nvalue.cp && (nv_isattr(np,NV_SHORT|NV_INTEGER)!=(NV_SHORT|NV_INTEGER…
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | variables.c | 96 ".sh.subshell", NV_INTEGER|NV_SHORT|NV_NOFREE, (char*)0,
|
H A D | options.c | 137 {"-sshort", (NV_INTEGER|NV_SHORT)},
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | name.c | 1684 else if(flags&NV_SHORT) in nv_putval() 1704 else if(flags&NV_SHORT) in nv_putval() 1729 else if(flags&NV_SHORT) in nv_putval() 1738 else if(flags&NV_SHORT) in nv_putval() 1747 else if(flags&NV_SHORT) in nv_putval() 1771 else if(flags&NV_SHORT) in nv_putval() 1781 else if(flags&NV_SHORT) in nv_putval() 1790 else if(flags&NV_SHORT) in nv_putval() 1806 if(nv_isattr (np, NV_SHORT)) in nv_putval() 1846 … sfprintf(shp->strbuf,"%lu",(unsigned long)((flags&NV_SHORT)?*((uint16_t*)sp):*((uint32_t*)sp))); in nv_putval() [all …]
|
H A D | nvdisc.c | 285 nv_onattr(SH_VALNOD,(flags&(NV_LONG|NV_DOUBLE|NV_EXPNOTE|NV_HEXFLOAT|NV_SHORT))); in assign() 316 flags &= ~NV_SHORT; in assign() 854 else if(nv_isattr(np,NV_SHORT)) in num_clone() 863 else if(nv_isattr(np,NV_SHORT)) in num_clone()
|
H A D | nvtype.c | 168 else if(nv_isattr(np, NV_SHORT)) in nv_datasize() 186 else if(nv_isattr(np, NV_SHORT)) in nv_datasize()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | print.c | 552 else if(nv_isattr(np,NV_SHORT)) in fmtbase64() 570 else if(nv_isattr(np,NV_SHORT)) in fmtbase64()
|
H A D | typeset.c | 400 flag |= NV_SHORT|NV_INTEGER; in b_typeset()
|