Searched refs:NV_BINARY (Results 1 – 15 of 15) sorted by relevance
/titanic_50/usr/src/lib/libshell/common/data/ |
H A D | options.c | 140 {"-bbinary", NV_BINARY},
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | arith.c | 331 if(nv_isattr(np,NV_INTEGER|NV_BINARY)==(NV_INTEGER|NV_BINARY)) in arith()
|
H A D | nvtree.c | 658 if(nv_isattr(np,NV_BINARY)) in outval() 1028 if(nv_isattr(np,NV_BINARY) && !nv_isattr(np,NV_RAW)) in nv_getvtree() 1048 if(!nv_isattr(np,(NV_INTEGER|NV_BINARY))) in put_tree() 1068 if(val && nv_isattr(np,(NV_INTEGER|NV_BINARY))) in put_tree()
|
H A D | nvtype.c | 193 else if(nv_isattr(np, NV_BINARY) || nv_isattr(np,NV_LJUST|NV_RJUST|NV_ZFILL)) in datasize() 474 if(nv_isattr(mp,NV_BINARY)) in clone_type() 1173 nv_onattr(mp,NV_NOFREE|NV_BINARY|NV_RAW); in nv_mktype() 1509 nv_onattr(mp,NV_RDONLY|NV_NOFREE|NV_BINARY); in nv_mkstruct()
|
H A D | name.c | 1627 if((flags&NV_APPEND) && !nv_isattr(np,NV_BINARY)) in nv_putval() 1640 if(nv_isattr(np,NV_BINARY) && !(flags&NV_RAW)) in nv_putval() 1648 if(nv_isattr(np,NV_BINARY)) in nv_putval() 2549 if(up->cp && nv_isattr(np,NV_BINARY) && !nv_isattr(np,NV_RAW)) in nv_getval()
|
H A D | array.c | 315 if(!nv_isattr(tp,NV_BINARY)) in nv_arraysettype() 325 if(!nv_isattr(tp,NV_BINARY)) in nv_arraysettype()
|
/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | name.h | 133 #define NV_OPTGET (NV_BINARY) /* function calls getopts */
|
H A D | nval.h | 147 #define NV_BINARY 0x100 /* fixed size data buffer */ macro
|
/titanic_50/usr/src/lib/libshell/i386/include/ast/ |
H A D | nval.h | 156 #define NV_BINARY 0x100 /* fixed size data buffer */ macro
|
/titanic_50/usr/src/lib/libshell/sparc/include/ast/ |
H A D | nval.h | 156 #define NV_BINARY 0x100 /* fixed size data buffer */ macro
|
/titanic_50/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | nval.h | 156 #define NV_BINARY 0x100 /* fixed size data buffer */ macro
|
/titanic_50/usr/src/lib/libshell/amd64/include/ast/ |
H A D | nval.h | 156 #define NV_BINARY 0x100 /* fixed size data buffer */ macro
|
/titanic_50/usr/src/lib/libshell/common/bltins/ |
H A D | print.c | 516 if(nv_isattr(np,NV_BINARY)) in fmtbase64() 562 if(nv_isattr(np,NV_BINARY)) in fmtbase64()
|
H A D | typeset.c | 265 flag |= NV_BINARY; in b_typeset() 357 if((flag&NV_BINARY) && (flag&(NV_LJUST|NV_UTOL|NV_LTOU))) in b_typeset()
|
H A D | read.c | 275 binary = nv_isattr(np,NV_BINARY); in sh_readline()
|