HomeSort by relevance Sort by last modified time
    Searched refs:UCASEV_AL (Results 1 - 3 of 3) sorted by null

  /external/mksh/src/
var.c 319 ZEROFIL | LCASEV | UCASEV_AL | INT_U | INT_L);
357 const char *digits = (vp->flag & UCASEV_AL) ?
434 if (s && (vq->flag & (UCASEV_AL|LCASEV|LJUST|RJUST)))
652 if (vp->flag & UCASEV_AL) {
694 * UCASEV_AL), and optionally set its value if an assignment.
839 ((set & (UCASEV_AL|LCASEV|LJUST|RJUST|ZEROFIL)) ||
    [all...]
funcs.c 742 flag = UCASEV_AL;
778 if (func && (((fset|fclr) & ~(TRACE|UCASEV_AL|EXPORT)) ||
790 /* LCASEV has priority over UCASEV_AL */
791 fset &= ~UCASEV_AL;
804 if ((fset & (LJUST | RJUST | ZEROFIL | UCASEV_AL | LCASEV |
806 fclr |= ~fset & (LJUST | RJUST | ZEROFIL | UCASEV_AL |
822 tobool(fset & UCASEV_AL));
964 if ((vp->flag & UCASEV_AL))
    [all...]
sh.h     [all...]

Completed in 90 milliseconds