Searched refs:NV_RJUST (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/include/
H A Dname.h119 #define NV_FUNCTION (NV_RJUST|NV_FUNCT) /* value is shell function */
125 #define NV_NOEXPAND NV_RJUST /* do not expand alias */
130 #define BLT_EXIT (NV_RJUST) /* exit value can be > 255 */
135 #define nv_istable(n) (nv_isattr((n),NV_TABLE|NV_LJUST|NV_RJUST|NV_INTEGER)==NV_TABLE)
H A Dnval.h145 #define NV_RJUST 0x20 /* right justify and blank fill */ macro
149 #define NV_HOST (NV_RJUST|NV_LJUST) /* map to host filename */
157 #define NV_SHORT (NV_RJUST) /* when integers are not long */
/illumos-gate/usr/src/lib/libshell/common/data/
H A Doptions.c144 {"-Rrightjust", NV_RJUST},
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h154 #define NV_RJUST 0x20 /* right justify and blank fill */ macro
158 #define NV_HOST (NV_RJUST|NV_LJUST) /* map to host filename */
166 #define NV_SHORT (NV_RJUST) /* when integers are not long */
/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h154 #define NV_RJUST 0x20 /* right justify and blank fill */ macro
158 #define NV_HOST (NV_RJUST|NV_LJUST) /* map to host filename */
166 #define NV_SHORT (NV_RJUST) /* when integers are not long */
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h154 #define NV_RJUST 0x20 /* right justify and blank fill */ macro
158 #define NV_HOST (NV_RJUST|NV_LJUST) /* map to host filename */
166 #define NV_SHORT (NV_RJUST) /* when integers are not long */
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h154 #define NV_RJUST 0x20 /* right justify and blank fill */ macro
158 #define NV_HOST (NV_RJUST|NV_LJUST) /* map to host filename */
166 #define NV_SHORT (NV_RJUST) /* when integers are not long */
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c290 flag &= ~(NV_LJUST|NV_RJUST);
291 flag |= (n=='L'?NV_LJUST:NV_RJUST);
354 flag |= NV_RJUST;
355 if((flag&NV_INTEGER) && (flag&(NV_LJUST|NV_RJUST|NV_ZFILL)))
597 if (flag & (NV_LJUST|NV_RJUST))
599 if(!(flag&NV_RJUST))
600 newflag &= ~NV_RJUST;
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dname.c1311 nv_offattr(np,NV_LJUST|NV_RJUST|NV_ZFILL);
1614 else if((nv_isattr(np, NV_RJUST|NV_ZFILL|NV_LJUST)) && sp)
1622 size = ja_size((char*)sp,size,nv_isattr(np,NV_RJUST|NV_ZFILL));
1642 if(nv_isattr(np,NV_LJUST|NV_RJUST) && nv_isattr(np,NV_LJUST|NV_RJUST)!=(NV_LJUST|NV_RJUST))
1683 if(size==0 && nv_isattr(np,NV_HOST)!=NV_HOST &&nv_isattr(np,NV_LJUST|NV_RJUST|NV_ZFILL))
1687 else if(nv_isattr(np,NV_LJUST|NV_RJUST)==NV_LJUST && dot>size)
1710 if(nv_isattr(np, NV_RJUST) && nv_isattr(np, NV_ZFILL))
1712 else if(nv_isattr(np, NV_LJUST|NV_RJUST)
[all...]
H A Dnvtree.c504 if ((val&(NV_LJUST|NV_RJUST|NV_ZFILL)) && !(val&NV_INTEGER) && val!=NV_HOST)
H A Dnvtype.c193 else if(nv_isattr(np, NV_BINARY) || nv_isattr(np,NV_LJUST|NV_RJUST|NV_ZFILL))
1147 else if(nv_isattr(np,NV_LJUST|NV_RJUST))

Completed in 68 milliseconds