HomeSort by: relevance | last modified time | path
    Searched refs:EAT (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
regcomp.c 256 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
408 if (!EAT('|'))
580 if (EAT(',')) {
589 if (!EAT('}')) { /* error heuristics */
637 if (EAT('^')) {
743 if (EAT('*')) { /* implemented as +? */
751 if (EAT(',')) {
819 if (EAT('^'))
821 if (EAT(']'))
823 else if (EAT('-')
    [all...]
  /src/external/bsd/nvi/dist/regex/
regcomp.c 151 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
328 if (!EAT('|'))
473 if (EAT(',')) {
482 if (!EAT('}')) { /* error heuristics */
541 if (EAT('^')) {
656 if (EAT('*')) { /* implemented as +? */
664 if (EAT(',')) {
735 if (EAT('^'))
737 if (EAT(']'))
739 else if (EAT('-')
    [all...]
  /src/lib/libc/regex/
regcomp.c 201 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
203 #define EATSPEC(a) (p->bre ? EATTWO('\\', a) : EAT(a))
659 if (EAT(',')) {
668 if (!EAT('}')) { /* error heuristics */
700 * Eat consecutive branch delimiters for the kind of expression that we are
802 if (EAT('^')) {
1038 if (EAT('*')) { /* implemented as +? */
1054 if (EAT(',')) {
1121 if (EAT('^'))
1123 if (EAT(']'))
    [all...]
  /src/games/battlestar/
extern.h 176 #define EAT 1042
345 int eat(void);
words.c 182 { "eat", EAT, VERB, NULL },
cypher.c 304 case EAT:
313 wordnumber = eat();
317 puts("Nothing to eat!");
319 eat();
  /src/external/gpl2/xcvs/dist/lib/
getdate.c 2652 { "EAT", tZONE, HOUR ( 3) }, /* East Africa */

Completed in 43 milliseconds