HomeSort by: relevance | last modified time | path
    Searched defs:dfaexec (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
dfa.c 322 static unsigned char *mblen_buf;/* Correspond to the input buffer in dfaexec().
332 string in dfaexec().
338 static unsigned char const *buf_begin;/* refference to begin in dfaexec(). */
339 static unsigned char const *buf_end; /* refference to end in dfaexec(). */
2297 /* Multibyte character handling sub-routins for dfaexec. */
2354 This function is almost same as the state transition routin in dfaexec().
2732 dfaexec (struct dfa *d, char const *begin, size_t size, int *backref) function
  /src/external/gpl2/grep/dist/src/
dfa.c 348 static unsigned char *mblen_buf;/* Correspond to the input buffer in dfaexec().
358 string in dfaexec().
364 static unsigned char const *buf_begin;/* refference to begin in dfaexec(). */
365 static unsigned char const *buf_end; /* refference to end in dfaexec(). */
2318 /* Multibyte character handling sub-routins for dfaexec. */
2375 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 18 milliseconds