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

  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
dfa.h 56 the parse tree is such a symbol. Accepting
356 /* ACCEPTING returns true if s could possibly be an accepting state of r. */
357 #define ACCEPTING(s, r) ((r).states[s].constraint)
  /src/external/gpl2/grep/dist/src/
dfa.h 75 the parse tree is such a symbol. Accepting
375 /* ACCEPTING returns true if s could possibly be an accepting state of r. */
376 #define ACCEPTING(s, r) ((r).states[s].constraint)

Completed in 26 milliseconds