Searched refs:NV_LTOU (Results 1 – 10 of 10) sorted by relevance
/titanic_50/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 */
|
/titanic_50/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 */
|
/titanic_50/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 */
|
/titanic_50/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 */
|
/titanic_50/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 */
|
/titanic_50/usr/src/lib/libshell/common/bltins/ |
H A D | typeset.c | 328 flag |= NV_LTOU; in b_typeset() 357 if((flag&NV_BINARY) && (flag&(NV_LJUST|NV_UTOL|NV_LTOU))) in b_typeset() 363 if(troot==tdata.sh->fun_tree && ((isfloat || flag&~(NV_FUNCT|NV_TAGGED|NV_EXPORT|NV_LTOU)))) in b_typeset() 472 if(flag&NV_LTOU) in b_common() 481 if(np && ((flag&NV_LTOU) || !nv_isnull(np) || nv_isattr(np,NV_LTOU))) in b_common() 608 newflag &= ~NV_LTOU; in b_common() 609 else if (flag & NV_LTOU) in b_common()
|
/titanic_50/usr/src/lib/libshell/common/data/ |
H A D | options.c | 145 {"-uuppercase", NV_LTOU},
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | name.c | 1705 if(nv_isattr(np, NV_LTOU)) in nv_putval() 1869 flag = nv_isattr(np,NV_RDONLY|NV_UTOL|NV_LTOU|NV_RJUST|NV_LJUST|NV_ZFILL|NV_INTEGER); in attstore() 1894 flag &= (NV_RDONLY|NV_UTOL|NV_LTOU|NV_RJUST|NV_LJUST|NV_ZFILL|NV_INTEGER); in attstore() 1925 if(nv_isattr(np,NV_RDONLY|NV_UTOL|NV_LTOU|NV_RJUST|NV_LJUST|NV_ZFILL|NV_INTEGER)) in pushnam() 1944 …nv_scan(sh.var_tree, attstore,(void*)0,0,(NV_RDONLY|NV_UTOL|NV_LTOU|NV_RJUST|NV_LJUST|NV_ZFILL|NV_… in sh_envgen() 1973 …nv_scan(shp->var_tree, attstore,&data,0,(NV_RDONLY|NV_UTOL|NV_LTOU|NV_RJUST|NV_LJUST|NV_ZFILL|NV_I… in sh_envgen()
|
H A D | path.c | 842 nv_onattr(nv_open(name,sh_subfuntree(1),NV_NOARRAY|NV_IDENT|NV_NOSCOPE),NV_LTOU|NV_FUNCTION); in path_absolute()
|