SB_CHAR          2661 lib/regcomp.c      start_ch = ((start_elem->type == SB_CHAR) ? start_elem->opr.ch
SB_CHAR          2664 lib/regcomp.c      end_ch = ((end_elem->type == SB_CHAR) ? end_elem->opr.ch
SB_CHAR          2667 lib/regcomp.c      start_wc = ((start_elem->type == SB_CHAR || start_elem->type == COLL_SYM)
SB_CHAR          2669 lib/regcomp.c      end_wc = ((end_elem->type == SB_CHAR || end_elem->type == COLL_SYM)
SB_CHAR          2727 lib/regcomp.c      start_ch = ((start_elem->type == SB_CHAR ) ? start_elem->opr.ch
SB_CHAR          2730 lib/regcomp.c      end_ch = ((end_elem->type == SB_CHAR ) ? end_elem->opr.ch
SB_CHAR          2834 lib/regcomp.c        if (br_elem->type == SB_CHAR)
SB_CHAR          3195 lib/regcomp.c  	    case SB_CHAR:
SB_CHAR          3366 lib/regcomp.c    elem->type = SB_CHAR;