HomeSort by: relevance | last modified time | path
    Searched refs:UCASEV_AL (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/ksh/
table.h 53 #define UCASEV_AL BIT(18)/* convert to upper case / autoload function */
71 |LCASEV|UCASEV_AL|INT_U|INT_L)
c_ksh.c 647 flag = UCASEV_AL; /* upper case / autoload */
682 if (func && ((fset|fclr) & ~(TRACE|UCASEV_AL|EXPORT))) {
691 if (fset & LCASEV) /* LCASEV has priority over UCASEV_AL */
692 fset &= ~UCASEV_AL;
702 if (fset & (LJUST|RJUST|ZEROFIL|UCASEV_AL|LCASEV|INTEGER
705 (LJUST|RJUST|ZEROFIL|UCASEV_AL|LCASEV|INTEGER
720 (fset&UCASEV_AL) ? true : false);
817 if ((vp->flag&UCASEV_AL))
var.c 285 |LCASEV|UCASEV_AL|INT_U|INT_L);
316 const char *digits = (vp->flag & UCASEV_AL) ?
395 if (s && (vq->flag & (UCASEV_AL|LCASEV|LJUST|RJUST)))
571 if (vp->flag & UCASEV_AL) {
611 * LCASEV, UCASEV_AL), and optionally set its value if an assignment.
693 && ((set & (UCASEV_AL|LCASEV|LJUST|RJUST|ZEROFIL))

Completed in 12 milliseconds