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

/freebsd-10.1-release/gnu/usr.bin/grep/
H A Ddfa.h367 dfaexec and computed in build_state. */
408 extern size_t dfaexec PARAMS ((struct dfa *, char const *, size_t, int *));
H A Dsearch.c432 dfaexec (&dfa, beg, end - beg, &backref) == (size_t) -1)
443 offset = dfaexec (&dfa, beg, buflim - beg, &backref);
H A Ddfa.c349 static unsigned char *mblen_buf;/* Correspond to the input buffer in dfaexec().
359 string in dfaexec().
365 static unsigned char const *buf_begin;/* refference to begin in dfaexec(). */
366 static unsigned char const *buf_end; /* refference to end in dfaexec(). */
2316 /* Multibyte character handling sub-routins for dfaexec. */
2373 This function is almost same as the state transition routin in dfaexec().
2753 dfaexec (struct dfa *d, char const *begin, size_t size, int *backref) function

Completed in 113 milliseconds