Home
last modified time | relevance | path

Searched refs:NV_BINARY (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Doptions.c141 {"-bbinary", NV_BINARY},
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Darith.c478 if(nv_isattr(np,NV_INTEGER|NV_BINARY)==(NV_INTEGER|NV_BINARY)) in arith()
H A Dnvtree.c713 if(nv_isattr(np,NV_BINARY)) in outval()
1101 if(nv_isattr(np,NV_BINARY) && !nv_isattr(np,NV_RAW)) in nv_getvtree()
1123 if(!nv_isattr(np,(NV_INTEGER|NV_BINARY))) in put_tree()
1143 if(val && nv_isattr(np,(NV_INTEGER|NV_BINARY))) in put_tree()
H A Dnvtype.c198 else if(nv_isattr(np, NV_BINARY) || nv_isattr(np,NV_LJUST|NV_RJUST|NV_ZFILL)) in nv_datasize()
486 if(nv_isattr(mp,NV_BINARY)) in clone_type()
1201 nv_onattr(mp,NV_NOFREE|NV_BINARY|NV_RAW); in nv_mktype()
1545 nv_onattr(mp,NV_RDONLY|NV_NOFREE|NV_BINARY); in nv_mkstruct()
H A Dname.c497 …if(!(arg->argflag&ARG_APPEND) && nv_isattr(np,NV_BINARY|NV_NOFREE|NV_RAW)!=(NV_BINARY|NV_NOFREE|NV… in nv_setlist()
1893 if(nv_isattr(np,NV_BINARY) && !(flags&NV_RAW)) in nv_putval()
1904 if(nv_isattr(np,NV_BINARY)) in nv_putval()
2308 if(sp->scanflags==NV_FUNCTION || sp->scanflags==(NV_NOFREE|NV_BINARY|NV_RAW)) in scanfilter()
2898 if(up->cp && nv_isattr(np,NV_BINARY) && !nv_isattr(np,NV_RAW)) in nv_getval()
H A Darray.c419 if(!nv_isattr(tp,NV_BINARY)) in nv_arraysettype()
429 if(!nv_isattr(tp,NV_BINARY)) in nv_arraysettype()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dname.h146 #define NV_OPTGET (NV_BINARY) /* function calls getopts */
H A Dnval.h158 #define NV_BINARY 0x100 /* fixed size data buffer */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dprint.c589 if(nv_isattr(np,NV_BINARY)) in fmtbase64()
640 if(nv_isattr(np,NV_BINARY)) in fmtbase64()
H A Dtypeset.c272 flag |= NV_BINARY; in b_typeset()
375 if((flag&NV_BINARY) && (flag&(NV_LJUST|NV_UTOL|NV_LTOU))) in b_typeset()
1302 …outname = (*tp->prefix=='t' && (!nv_isnull(np) || nv_isattr(np,NV_FLOAT|NV_RDONLY|NV_BINARY|NV_RJ… in print_namval()
H A Dread.c292 binary = nv_isattr(np,NV_BINARY); in sh_readline()