Home
last modified time | relevance | path

Searched refs:NV_SHORT (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dnval.h168 #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 Dname.h176 #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 Dvariables.c96 ".sh.subshell", NV_INTEGER|NV_SHORT|NV_NOFREE, (char*)0,
H A Doptions.c137 {"-sshort", (NV_INTEGER|NV_SHORT)},
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dname.c1684 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 Dnvdisc.c285 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 Dnvtype.c168 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 Dprint.c552 else if(nv_isattr(np,NV_SHORT)) in fmtbase64()
570 else if(nv_isattr(np,NV_SHORT)) in fmtbase64()
H A Dtypeset.c400 flag |= NV_SHORT|NV_INTEGER; in b_typeset()