Home
last modified time | relevance | path

Searched refs:UCASEV_AL (Results 1 – 2 of 2) sorted by relevance

/third_party/mksh/
Dvar.c364 ZEROFIL | LCASEV | UCASEV_AL | INT_U | INT_L); in local()
407 const char *digits = (vp->flag & UCASEV_AL) ? in str_val()
485 if (s && (vq->flag & (UCASEV_AL|LCASEV|LJUST|RJUST))) in setstr()
726 if (vp->flag & UCASEV_AL) { in formatstr()
968 ((set & (UCASEV_AL|LCASEV|LJUST|RJUST|ZEROFIL)) || in vtypeset()
1022 if ((vp->flag & (ISSET|ALLOC|SPECIAL|INTEGER|UCASEV_AL|LCASEV|LJUST|RJUST)) != (ISSET|ALLOC)) { in vtypeset()
1978 flag = UCASEV_AL; in c_typeset()
2018 if (func && (((fset|fclr) & ~(TRACE|UCASEV_AL|EXPORT)) || in c_typeset()
2031 fset &= ~UCASEV_AL; in c_typeset()
2044 if ((fset & (LJUST | RJUST | ZEROFIL | UCASEV_AL | LCASEV | in c_typeset()
[all …]
Dsh.h1810 #define UCASEV_AL BIT(18) /* convert to upper case / autoload function */ macro
1837 LCASEV | UCASEV_AL | INT_U | INT_L)