Searched refs:RJUST (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dtable.h50 #define RJUST BIT(15) /* right justify */ macro
70 #define USERATTRIB (EXPORT|INTEGER|RDONLY|LJUST|RJUST|ZEROFIL\
H A Dc_ksh.c643 flag = RJUST;
726 if (fset & LJUST) /* LJUST has priority over RJUST */
727 fset &= ~RJUST;
729 fset |= RJUST;
730 fclr &= ~RJUST;
735 if (fset & (LJUST|RJUST|ZEROFIL|UCASEV_AL|LCASEV|INTEGER
738 (LJUST|RJUST|ZEROFIL|UCASEV_AL|LCASEV|INTEGER
844 if ((vp->flag&RJUST))
870 if ((vp->flag & (INTEGER|LJUST|RJUST))
H A Dvar.c284 |LJUST|RJUST|ZEROFIL
342 if (vp->flag & (RJUST|LJUST)) { /* case already dealt with */
395 if (s && (vq->flag & (UCASEV_AL|LCASEV|LJUST|RJUST)))
533 if (vp->flag & (RJUST|LJUST)) {
541 if (vp->flag & (RJUST|LJUST)) {
544 if (vp->flag & RJUST) {
610 * set its attributes (INTEGER, RDONLY, EXPORT, TRACE, LJUST, RJUST, ZEROFIL,
693 && ((set & (UCASEV_AL|LCASEV|LJUST|RJUST|ZEROFIL))
717 if (set & (LJUST|RJUST|ZEROFIL))
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/pic/
H A Dpic.y132 %token RJUST
222 %left LJUST RJUST ABOVE BELOW
1039 | object_spec RJUST
H A Dlex.cpp503 { "rjust", RJUST },

Completed in 77 milliseconds