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

  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
dfa.h 35 #define NOTCHAR (1 << CHARBITS)
43 #define CHARCLASS_INTS ((NOTCHAR + INTBITS - 1) / INTBITS)
62 EMPTY = NOTCHAR, /* EMPTY is a terminal symbol that matches
290 if tokens[i] < NOTCHAR
  /src/external/gpl2/grep/dist/src/
dfa.h 54 #define NOTCHAR (1 << CHARBITS)
62 #define CHARCLASS_INTS ((NOTCHAR + INTBITS - 1) / INTBITS)
81 EMPTY = NOTCHAR, /* EMPTY is a terminal symbol that matches
309 if tokens[i] < NOTCHAR

Completed in 22 milliseconds