OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:O_BACK
(Results
1 - 9
of
9
) sorted by null
/bionic/libc/upstream-netbsd/libc/regex/
regex2.h
131
#define
O_BACK
OPC(8) /* end \d paren number */
engine.c
415
case
O_BACK
:
686
while (m->g->strip[ss] != SOP(
O_BACK
, i))
1022
case
O_BACK
:
regcomp.c
687
EMIT(
O_BACK
, i);
[
all
...]
/external/llvm/lib/Support/
regex2.h
79
#define
O_BACK
(8LU<<OPSHIFT) /* end \d paren number */
regengine.inc
346
case
O_BACK
:
598
while (m->g->strip[ss] != SOP(
O_BACK
, i))
901
case
O_BACK
:
regcomp.c
395
EMIT(
O_BACK
, backrefnum);
594
EMIT(
O_BACK
, i);
[
all
...]
/ndk/sources/host-tools/ndk-stack/regex/
regex2.h
79
#define
O_BACK
(8LU<<OPSHIFT) /* end \d paren number */
engine.c
341
case
O_BACK
:
589
while (m->g->strip[ss] != SOP(
O_BACK
, i))
890
case
O_BACK
:
regcomp.c
558
EMIT(
O_BACK
, i);
[
all
...]
Completed in 2284 milliseconds