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 327 ZEROFIL | LCASEV | UCASEV_AL | INT_U | INT_L);
365 const char *digits = (vp->flag & UCASEV_AL) ?
442 if (s && (vq->flag & (UCASEV_AL|LCASEV|LJUST|RJUST)))
680 if (vp->flag & UCASEV_AL) {
720 * UCASEV_AL), and optionally set its value if an assignment.
907 ((set & (UCASEV_AL|LCASEV|LJUST|RJUST|ZEROFIL)) ||
    [all...]
funcs.c 760 flag = UCASEV_AL;
794 if (func && (((fset|fclr) & ~(TRACE|UCASEV_AL|EXPORT)) ||
806 /* LCASEV has priority over UCASEV_AL */
807 fset &= ~UCASEV_AL;
820 if ((fset & (LJUST | RJUST | ZEROFIL | UCASEV_AL | LCASEV |
822 fclr |= ~fset & (LJUST | RJUST | ZEROFIL | UCASEV_AL |
846 tobool(fset & UCASEV_AL));
986 if ((vp->flag & UCASEV_AL))
    [all...]
sh.h     [all...]

Completed in 150 milliseconds