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

/freebsd-10-stable/gnu/usr.bin/grep/
H A Ddfa.c2604 `match_lens' is the input. It can be NULL, but it can also be the output
2610 int *match_lens, int *mbclen, position_set *pps)
2633 /* Check (inputed)match_lens, and initialize if it is NULL. */
2634 if (match_lens == NULL && d->states[s].mbps.nelem != 0)
2637 work_mbls = match_lens;
2650 if (match_lens == NULL && work_mbls != NULL)
2665 int *match_lens = NULL; local
2677 match_lens = check_matching_with_multibyte_ops(d, s, *pp - buf_begin);
2683 if (match_lens[i] > maxlen)
2684 maxlen = match_lens[
2609 transit_state_consume_1char(struct dfa *d, int s, unsigned char const **pp, int *match_lens, int *mbclen, position_set *pps) argument
[all...]

Completed in 82 milliseconds