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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.h348 dfaexec and computed in build_state. */
389 extern size_t dfaexec (struct dfa *, char const *, size_t, int *);
H A Dm-regex.c362 if (dfaexec (&cregex->dfa, beg, end - beg, &backref) == (size_t) -1)
368 size_t offset = dfaexec (&cregex->dfa, beg, buflim - beg, &backref);
H A Ddfa.c321 static unsigned char *mblen_buf;/* Correspond to the input buffer in dfaexec().
331 string in dfaexec().
337 static unsigned char const *buf_begin;/* refference to begin in dfaexec(). */
338 static unsigned char const *buf_end; /* refference to end in dfaexec(). */
2296 /* Multibyte character handling sub-routins for dfaexec. */
2353 This function is almost same as the state transition routin in dfaexec().
2731 dfaexec (struct dfa *d, char const *begin, size_t size, int *backref) function

Completed in 111 milliseconds