Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/posix/
Dregex2.h96 #define O_QUEST (12UL<<OPSHIFT) /* ? suffix back to prefix */ macro
Dregcomp.c441 ASTERN(O_QUEST, pos); in p_ere_exp()
630 ASTERN(O_QUEST, pos); in p_simp_re()
1661 if (OP(s) != O_QUEST && OP(s) != O_CH && in findmust()
1666 } while (OP(s) != O_QUEST && OP(s) != O_CH); in findmust()
1672 case O_QUEST: in findmust()
1794 while (OP(s) != O_QUEST && OP(s) != O_CH) { in altoffset()
1810 if (OP(s) != O_QUEST && OP(s) != O_CH && in altoffset()
1813 } while (OP(s) != O_QUEST && OP(s) != O_CH); in altoffset()
Dengine.c504 case O_QUEST: in dissect()
614 case O_QUEST: in backref()
997 case O_QUEST: /* just an empty */ in step()