Home
last modified time | relevance | path

Searched refs:O_QUEST (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/ndk-stack/regex/
Dregex2.h83 #define O_QUEST (12LU<<OPSHIFT) /* ? suffix back to prefix */ macro
Dregcomp.c391 ASTERN(O_QUEST, pos); in p_ere_exp()
576 ASTERN(O_QUEST, pos); in p_simp_re()
1448 if (OP(s) != O_QUEST && OP(s) != O_CH && in findmust()
1453 } while (OP(s) != O_QUEST && OP(s) != O_CH); in findmust()
Dengine.c444 case O_QUEST: in dissect()
548 case O_QUEST: in backref()
910 case O_QUEST: /* just an empty */ in step()