Searched refs:UCASEV_AL (Results 1 - 3 of 3) sorted by relevance

/external/mksh/src/
H A Dvar.c328 ZEROFIL | LCASEV | UCASEV_AL | INT_U | INT_L);
366 const char *digits = (vp->flag & UCASEV_AL) ?
443 if (s && (vq->flag & (UCASEV_AL|LCASEV|LJUST|RJUST)))
661 if (vp->flag & UCASEV_AL) {
703 * UCASEV_AL), and optionally set its value if an assignment.
890 ((set & (UCASEV_AL|LCASEV|LJUST|RJUST|ZEROFIL)) ||
H A Dfuncs.c750 flag = UCASEV_AL;
784 if (func && (((fset|fclr) & ~(TRACE|UCASEV_AL|EXPORT)) ||
796 /* LCASEV has priority over UCASEV_AL */
797 fset &= ~UCASEV_AL;
810 if ((fset & (LJUST | RJUST | ZEROFIL | UCASEV_AL | LCASEV |
812 fclr |= ~fset & (LJUST | RJUST | ZEROFIL | UCASEV_AL |
836 tobool(fset & UCASEV_AL));
976 if ((vp->flag & UCASEV_AL))
H A Dsh.h1155 #define UCASEV_AL BIT(18) /* convert to upper case / autoload function */ macro
1176 LCASEV|UCASEV_AL|INT_U|INT_L)

Completed in 111 milliseconds