Home
last modified time | relevance | path

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

/freebsd-12.1/gnu/usr.bin/grep/
H A Ddfa.c2581 int* rarray; in check_matching_with_multibyte_ops() local
2583 MALLOC(rarray, int, d->states[s].mbps.nelem); in check_matching_with_multibyte_ops()
2590 rarray[i] = match_anychar(d, s, pos, index); in check_matching_with_multibyte_ops()
2593 rarray[i] = match_mb_charset(d, s, pos, index); in check_matching_with_multibyte_ops()
2599 return rarray; in check_matching_with_multibyte_ops()