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)
365 if (!EAT('|'))
514 if (EAT(',')) {
523 if (!EAT('}')) { /* error heuristics */
589 if (EAT('^')) {
699 if (EAT('*')) { /* implemented as +? */
707 if (EAT(',')) {
783 if (EAT('^'))
785 if (EAT(']'))
787 else if (EAT('-')
    [all...]
  /external/llvm/lib/Support/
regcomp.c 128 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
280 if (!EAT('|'))
452 if (EAT(',')) {
461 if (!EAT('}')) { /* error heuristics */
509 if (EAT('^')) {
615 if (EAT('*')) { /* implemented as +? */
623 if (EAT(',')) {
691 if (EAT('^'))
693 if (EAT(']'))
695 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 4039 milliseconds