Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/locale/
H A Dregcomp.c435 ASTERN(O_QUEST, pos); in p_ere_exp()
627 ASTERN(O_QUEST, pos); in p_simp_re()
1419 if (OP(s) != O_QUEST && OP(s) != O_CH && in findmust()
1424 } while (OP(s) != O_QUEST && OP(s) != O_CH); in findmust()
1430 case O_QUEST: in findmust()
1550 while (OP(s) != O_QUEST && OP(s) != O_CH) { in altoffset()
1566 if (OP(s) != O_QUEST && OP(s) != O_CH && in altoffset()
1569 } while (OP(s) != O_QUEST && OP(s) != O_CH); in altoffset()
H A Dregex2.h96 #define O_QUEST (12U<<OPSHIFT) /* ? suffix back to prefix */ macro
H A Dengine.c528 case O_QUEST: in dissect()
637 case O_QUEST: in backref()
1027 case O_QUEST: /* just an empty */ in step()