SB_CHAR 2657 compat/regex/regcomp.c start_ch = ((start_elem->type == SB_CHAR) ? start_elem->opr.ch SB_CHAR 2660 compat/regex/regcomp.c end_ch = ((end_elem->type == SB_CHAR) ? end_elem->opr.ch SB_CHAR 2669 compat/regex/regcomp.c start_wc = ((start_elem->type == SB_CHAR || start_elem->type == COLL_SYM) SB_CHAR 2671 compat/regex/regcomp.c end_wc = ((end_elem->type == SB_CHAR || end_elem->type == COLL_SYM) SB_CHAR 2674 compat/regex/regcomp.c start_wc = ((start_elem->type == SB_CHAR || start_elem->type == COLL_SYM) SB_CHAR 2676 compat/regex/regcomp.c end_wc = ((end_elem->type == SB_CHAR || end_elem->type == COLL_SYM) SB_CHAR 2733 compat/regex/regcomp.c start_ch = ((start_elem->type == SB_CHAR ) ? start_elem->opr.ch SB_CHAR 2736 compat/regex/regcomp.c end_ch = ((end_elem->type == SB_CHAR ) ? end_elem->opr.ch SB_CHAR 2840 compat/regex/regcomp.c if (br_elem->type == SB_CHAR) SB_CHAR 3200 compat/regex/regcomp.c case SB_CHAR: SB_CHAR 3370 compat/regex/regcomp.c elem->type = SB_CHAR;