Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libgnuregex/
Dregcomp.c2631 unsigned int start_ch, end_ch; in build_range_exp() local
2653 start_ch = ((start_elem->type == SB_CHAR) ? start_elem->opr.ch in build_range_exp()
2660 ? __btowc (start_ch) : start_elem->opr.wch); in build_range_exp()
2717 start_ch = ((start_elem->type == SB_CHAR ) ? start_elem->opr.ch in build_range_exp()
2723 if (start_ch > end_ch) in build_range_exp()
2727 if (start_ch <= ch && ch <= end_ch) in build_range_exp()