Searched refs:O_QUEST (Results 1 – 16 of 16) sorted by relevance
/external/libcups/vcnet/regex/ |
D | debug.c | 184 if (OP(*(s+opnd)) != O_QUEST) 187 case O_QUEST:
|
D | regex2.h | 60 #define O_QUEST (12<<OPSHIFT) /* ? suffix back to prefix */ macro
|
D | regcomp.c | 336 ASTERN(O_QUEST, pos); 528 ASTERN(O_QUEST, pos); 1531 if (OP(s) != O_QUEST && OP(s) != O_CH && 1536 } while (OP(s) != O_QUEST && OP(s) != O_CH);
|
D | engine.c | 388 case O_QUEST: 499 case O_QUEST: 885 case O_QUEST: /* just an empty */
|
/external/llvm-project/llvm/lib/Support/ |
D | regex2.h | 89 #define O_QUEST (12LU<<OPSHIFT) /* ? suffix back to prefix */ macro
|
D | regcomp.c | 563 ASTERN(O_QUEST, pos); in p_ere_exp() 748 ASTERN(O_QUEST, pos); in p_simp_re() 1633 if (OP(s) != O_QUEST && OP(s) != O_CH && in findmust() 1638 } while (OP(s) != O_QUEST && OP(s) != O_CH); in findmust()
|
D | regengine.inc | 453 case O_QUEST: 557 case O_QUEST: 921 case O_QUEST: /* just an empty */
|
/external/llvm/lib/Support/ |
D | regex2.h | 86 #define O_QUEST (12LU<<OPSHIFT) /* ? suffix back to prefix */ macro
|
D | regcomp.c | 435 ASTERN(O_QUEST, pos); in p_ere_exp() 620 ASTERN(O_QUEST, pos); in p_simp_re() 1505 if (OP(s) != O_QUEST && OP(s) != O_CH && in findmust() 1510 } while (OP(s) != O_QUEST && OP(s) != O_CH); in findmust()
|
D | regengine.inc | 453 case O_QUEST: 557 case O_QUEST: 921 case O_QUEST: /* just an empty */
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regex2.h | 86 #define O_QUEST (12LU<<OPSHIFT) /* ? suffix back to prefix */ macro
|
D | regcomp.c | 435 ASTERN(O_QUEST, pos); in p_ere_exp() 620 ASTERN(O_QUEST, pos); in p_simp_re() 1505 if (OP(s) != O_QUEST && OP(s) != O_CH && in findmust() 1510 } while (OP(s) != O_QUEST && OP(s) != O_CH); in findmust()
|
D | regengine.inc | 453 case O_QUEST: 557 case O_QUEST: 921 case O_QUEST: /* just an empty */
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regex2.h | 89 #define O_QUEST (12LU<<OPSHIFT) /* ? suffix back to prefix */ macro
|
D | regcomp.c | 563 ASTERN(O_QUEST, pos); in p_ere_exp() 748 ASTERN(O_QUEST, pos); in p_simp_re() 1633 if (OP(s) != O_QUEST && OP(s) != O_CH && in findmust() 1638 } while (OP(s) != O_QUEST && OP(s) != O_CH); in findmust()
|
D | regengine.inc | 453 case O_QUEST: 557 case O_QUEST: 921 case O_QUEST: /* just an empty */
|