OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:O_QUEST
(Results
1 - 10
of
10
) sorted by relevancy
/src/tests/lib/libc/regex/
debug.c
163
if (OP(*(s+opnd)) !=
O_QUEST
)
166
case
O_QUEST
:
/src/external/bsd/nvi/dist/regex/
regex2.h
70
* - OQUEST_ and
O_QUEST
are *outside* the bypass they create.
94
#define
O_QUEST
(12) /* ? suffix back to prefix */
engine.c
465
case
O_QUEST
:
579
case
O_QUEST
:
970
case
O_QUEST
: /* just an empty */
regcomp.c
456
ASTERN(
O_QUEST
, pos);
661
ASTERN(
O_QUEST
, pos);
1665
if (s !=
O_QUEST
&& s != O_CH && s != OOR2) {
1669
} while (s !=
O_QUEST
&& s != O_CH);
/src/external/apache2/llvm/dist/llvm/lib/Support/
regex2.h
59
* - OQUEST_ and
O_QUEST
are *outside* the bypass they create.
89
#define
O_QUEST
(12LU<<OPSHIFT) /* ? suffix back to prefix */
regcomp.c
563
ASTERN(
O_QUEST
, pos);
748
ASTERN(
O_QUEST
, pos);
1633
if (OP(s) !=
O_QUEST
&& OP(s) != O_CH &&
1638
} while (OP(s) !=
O_QUEST
&& OP(s) != O_CH);
regengine.inc
453
case
O_QUEST
:
557
case
O_QUEST
:
921
case
O_QUEST
: /* just an empty */
/src/lib/libc/regex/
regex2.h
70
* - OQUEST_ and
O_QUEST
are *outside* the bypass they create.
100
#define
O_QUEST
(12U<<OPSHIFT) /* ? suffix back to prefix */
regcomp.c
642
ASTERN(
O_QUEST
, pos);
1043
ASTERN(
O_QUEST
, pos);
1047
ASTERN(
O_QUEST
, pos);
2067
if (OP(s) !=
O_QUEST
&&
2072
} while (OP(s) !=
O_QUEST
&& OP(s) != O_CH);
2082
case
O_QUEST
:
2210
while (OP(s) !=
O_QUEST
&& OP(s) != O_CH) {
2226
if (OP(s) !=
O_QUEST
&&
2229
} while (OP(s) !=
O_QUEST
&& OP(s) != O_CH);
engine.c
598
case
O_QUEST
:
755
case
O_QUEST
:
1126
case
O_QUEST
: /* just an empty */
Completed in 99 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026