Searched refs:range_alloc (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | regcomp.c | 2573 re_charset_t *mbcset, Idx *range_alloc, in build_range_exp() argument 2623 if (BE (*range_alloc == mbcset->nranges, 0)) in build_range_exp() 2642 *range_alloc = new_nranges; in build_range_exp() 2824 Idx *range_alloc, in parse_bracket_exp() 2853 if (BE (*range_alloc == mbcset->nranges, 0)) in parse_bracket_exp() 2871 *range_alloc = new_nranges; in parse_bracket_exp() 2963 Idx coll_sym_alloc = 0, range_alloc = 0, mbchar_alloc = 0; in parse_bracket_exp() local 3093 *err = build_range_exp (sbcset, mbcset, &range_alloc, in parse_bracket_exp() 3099 &range_alloc, &start_elem, &end_elem); in parse_bracket_exp()
|