Home
last modified time | relevance | path

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

/trueos/gnu/usr.bin/grep/
HDdfa.c2610 int *match_lens, int *mbclen, position_set *pps) in transit_state_consume_1char() argument
2634 if (match_lens == NULL && d->states[s].mbps.nelem != 0) in transit_state_consume_1char()
2637 work_mbls = match_lens; in transit_state_consume_1char()
2650 if (match_lens == NULL && work_mbls != NULL) in transit_state_consume_1char()
2665 int *match_lens = NULL; in transit_state() local
2677 match_lens = check_matching_with_multibyte_ops(d, s, *pp - buf_begin); in transit_state()
2683 if (match_lens[i] > maxlen) in transit_state()
2684 maxlen = match_lens[i]; in transit_state()
2699 if (match_lens != NULL) in transit_state()
2700 free(match_lens); in transit_state()
[all …]