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 309 ZEROFIL | LCASEV | UCASEV_AL | INT_U | INT_L);
340 const char *digits = (vp->flag & UCASEV_AL) ?
426 if (s && (vq->flag & (UCASEV_AL|LCASEV|LJUST|RJUST)))
633 if (vp->flag & UCASEV_AL) {
669 * LCASEV, UCASEV_AL), and optionally set its value if an assignment.
775 ((set & (UCASEV_AL|LCASEV|LJUST|RJUST|ZEROFIL)) ||
    [all...]
funcs.c 967 flag = UCASEV_AL; /* upper case / autoload */
1001 if (func && (((fset|fclr) & ~(TRACE|UCASEV_AL|EXPORT)) || set_refflag)) {
1011 if (fset & LCASEV) /* LCASEV has priority over UCASEV_AL */
1012 fset &= ~UCASEV_AL;
1022 if ((fset & (LJUST | RJUST | ZEROFIL | UCASEV_AL | LCASEV |
1024 fclr |= ~fset & (LJUST | RJUST | ZEROFIL | UCASEV_AL |
1038 (fset&UCASEV_AL) ? true : false);
1139 if ((vp->flag&UCASEV_AL))
    [all...]
sh.h 937 #define UCASEV_AL BIT(18) /* convert to upper case / autoload function */
957 LCASEV|UCASEV_AL|INT_U|INT_L)
    [all...]

Completed in 211 milliseconds