Searched refs:NV_LTOU (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/libshell/common/data/ |
H A D | options.c | 145 {"-uuppercase", NV_LTOU},
|
/illumos-gate/usr/src/lib/libshell/common/include/ |
H A D | nval.h | 142 #define NV_LTOU 0x4 /* convert to uppercase */ macro 159 #define NV_UNSIGN (NV_LTOU) /* for unsigned quantities */ 162 #define NV_HEXFLOAT (NV_LTOU) /* for C99 base16 float notation */
|
H A D | name.h | 123 #define NV_NOPRINT (NV_LTOU|NV_UTOL) /* do not print */
|
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/ |
H A D | nval.h | 151 #define NV_LTOU 0x4 /* convert to uppercase */ macro 168 #define NV_UNSIGN (NV_LTOU) /* for unsigned quantities */ 171 #define NV_HEXFLOAT (NV_LTOU) /* for C99 base16 float notation */
|
/illumos-gate/usr/src/lib/libshell/i386/include/ast/ |
H A D | nval.h | 151 #define NV_LTOU 0x4 /* convert to uppercase */ macro 168 #define NV_UNSIGN (NV_LTOU) /* for unsigned quantities */ 171 #define NV_HEXFLOAT (NV_LTOU) /* for C99 base16 float notation */
|
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/ |
H A D | nval.h | 151 #define NV_LTOU 0x4 /* convert to uppercase */ macro 168 #define NV_UNSIGN (NV_LTOU) /* for unsigned quantities */ 171 #define NV_HEXFLOAT (NV_LTOU) /* for C99 base16 float notation */
|
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | nval.h | 151 #define NV_LTOU 0x4 /* convert to uppercase */ macro 168 #define NV_UNSIGN (NV_LTOU) /* for unsigned quantities */ 171 #define NV_HEXFLOAT (NV_LTOU) /* for C99 base16 float notation */
|
/illumos-gate/usr/src/lib/libshell/common/bltins/ |
H A D | typeset.c | 328 flag |= NV_LTOU; 357 if((flag&NV_BINARY) && (flag&(NV_LJUST|NV_UTOL|NV_LTOU))) 363 if(troot==tdata.sh->fun_tree && ((isfloat || flag&~(NV_FUNCT|NV_TAGGED|NV_EXPORT|NV_LTOU)))) 472 if(flag&NV_LTOU) 481 if(np && ((flag&NV_LTOU) || !nv_isnull(np) || nv_isattr(np,NV_LTOU))) 608 newflag &= ~NV_LTOU; 609 else if (flag & NV_LTOU)
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | name.c | 1705 if(nv_isattr(np, NV_LTOU)) 1869 flag = nv_isattr(np,NV_RDONLY|NV_UTOL|NV_LTOU|NV_RJUST|NV_LJUST|NV_ZFILL|NV_INTEGER); 1894 flag &= (NV_RDONLY|NV_UTOL|NV_LTOU|NV_RJUST|NV_LJUST|NV_ZFILL|NV_INTEGER); 1925 if(nv_isattr(np,NV_RDONLY|NV_UTOL|NV_LTOU|NV_RJUST|NV_LJUST|NV_ZFILL|NV_INTEGER)) 1944 nv_scan(sh.var_tree, attstore,(void*)0,0,(NV_RDONLY|NV_UTOL|NV_LTOU|NV_RJUST|NV_LJUST|NV_ZFILL|NV_INTEGER)); 1973 nv_scan(shp->var_tree, attstore,&data,0,(NV_RDONLY|NV_UTOL|NV_LTOU|NV_RJUST|NV_LJUST|NV_ZFILL|NV_INTEGER));
|
H A D | path.c | 842 nv_onattr(nv_open(name,sh_subfuntree(1),NV_NOARRAY|NV_IDENT|NV_NOSCOPE),NV_LTOU|NV_FUNCTION);
|
Completed in 96 milliseconds