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

/freebsd-10-stable/gnu/usr.bin/grep/
H A Ddfa.c169 #define REALLOC_IF_NECESSARY(p, t, nalloc, index) \ macro
280 REALLOC_IF_NECESSARY(dfa->charclasses, charclass, dfa->calloc, dfa->cindex);
472 REALLOC_IF_NECESSARY(dfa->mbcsets, struct mb_char_classes,
540 REALLOC_IF_NECESSARY(work_mbc->chars, wchar_t, chars_al,
558 REALLOC_IF_NECESSARY(work_mbc->ch_classes, wctype_t,
575 REALLOC_IF_NECESSARY(work_mbc->equivs, char*,
586 REALLOC_IF_NECESSARY(work_mbc->coll_elems, char*,
634 REALLOC_IF_NECESSARY(work_mbc->range_sts, wchar_t,
637 REALLOC_IF_NECESSARY(work_mbc->range_ends, wchar_t,
644 REALLOC_IF_NECESSARY(work_mb
[all...]

Completed in 103 milliseconds