SB_CHAR          2671 lib/regcomp.c      start_ch = ((start_elem->type == SB_CHAR) ? start_elem->opr.ch
SB_CHAR          2674 lib/regcomp.c      end_ch = ((end_elem->type == SB_CHAR) ? end_elem->opr.ch
SB_CHAR          2678 lib/regcomp.c      start_wc = ((start_elem->type == SB_CHAR || start_elem->type == COLL_SYM)
SB_CHAR          2680 lib/regcomp.c      end_wc = ((end_elem->type == SB_CHAR || end_elem->type == COLL_SYM)
SB_CHAR          2806 lib/regcomp.c    if (br_elem->type == SB_CHAR)
SB_CHAR          3170 lib/regcomp.c  	    case SB_CHAR:
SB_CHAR          3326 lib/regcomp.c    elem->type = SB_CHAR;