Searched refs:SB_CHAR (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/libgnuregex/
H A Dregcomp.c2662 start_ch = ((start_elem->type == SB_CHAR) ? start_elem->opr.ch
2665 end_ch = ((end_elem->type == SB_CHAR) ? end_elem->opr.ch
2668 start_wc = ((start_elem->type == SB_CHAR || start_elem->type == COLL_SYM)
2670 end_wc = ((end_elem->type == SB_CHAR || end_elem->type == COLL_SYM)
2726 start_ch = ((start_elem->type == SB_CHAR ) ? start_elem->opr.ch
2729 end_ch = ((end_elem->type == SB_CHAR ) ? end_elem->opr.ch
2821 if (br_elem->type == SB_CHAR)
3179 case SB_CHAR:
3349 elem->type = SB_CHAR;
H A Dregex_internal.h673 SB_CHAR,
672 SB_CHAR, enumerator in enum:__anon1646

Completed in 127 milliseconds