HomeSort by relevance Sort by last modified time
    Searched defs:EAT (Results 1 - 3 of 3) sorted by null

  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 188 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
366 if (!EAT('|'))
515 if (EAT(',')) {
524 if (!EAT('}')) { /* error heuristics */
590 if (EAT('^')) {
700 if (EAT('*')) { /* implemented as +? */
708 if (EAT(',')) {
784 if (EAT('^'))
786 if (EAT(']'))
788 else if (EAT('-')
    [all...]
  /external/llvm/lib/Support/
regcomp.c 120 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
272 if (!EAT('|'))
444 if (EAT(',')) {
453 if (!EAT('}')) { /* error heuristics */
501 if (EAT('^')) {
607 if (EAT('*')) { /* implemented as +? */
615 if (EAT(',')) {
683 if (EAT('^'))
685 if (EAT(']'))
687 else if (EAT('-')
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 119 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
264 if (!EAT('|'))
408 if (EAT(',')) {
417 if (!EAT('}')) { /* error heuristics */
465 if (EAT('^')) {
571 if (EAT('*')) { /* implemented as +? */
579 if (EAT(',')) {
647 if (EAT('^'))
649 if (EAT(']'))
651 else if (EAT('-')
    [all...]

Completed in 100 milliseconds