Searched refs:range_alloc (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/gnu/usr.bin/cvs/lib/ |
| D | regcomp.c | 2568 re_charset_t *mbcset, Idx *range_alloc, in build_range_exp() argument 2618 if (BE (*range_alloc == mbcset->nranges, 0)) in build_range_exp() 2637 *range_alloc = new_nranges; in build_range_exp() 2819 Idx *range_alloc, in parse_bracket_exp() 2848 if (BE (*range_alloc == mbcset->nranges, 0)) in parse_bracket_exp() 2866 *range_alloc = new_nranges; in parse_bracket_exp() 2958 Idx coll_sym_alloc = 0, range_alloc = 0, mbchar_alloc = 0; in parse_bracket_exp() local 3088 *err = build_range_exp (sbcset, mbcset, &range_alloc, in parse_bracket_exp() 3094 &range_alloc, &start_elem, &end_elem); in parse_bracket_exp()
|