OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:backrefs
(Results
1 - 16
of
16
) sorted by null
/bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h
201
int
backrefs
; /* does it use back references? */
member in struct:re_guts
engine.c
237
/* this loop does only one repetition except for
backrefs
*/
244
if (nmatch == 0 && !g->
backrefs
)
257
if (nmatch == 1 && !g->
backrefs
)
270
if (!g->
backrefs
&& !(m->eflags®_BACKR)) {
288
assert(g->
backrefs
); /* must be back references doing it */
regcomp.c
300
g->
backrefs
= 0;
691
p->g->
backrefs
= 1;
[
all
...]
/external/llvm/lib/Support/
regex2.h
152
int
backrefs
; /* does it use back references? */
member in struct:re_guts
regengine.inc
183
/* this loop does only one repetition except for
backrefs
*/
192
if (nmatch == 0 && !g->
backrefs
)
205
if (nmatch == 1 && !g->
backrefs
)
218
if (!g->
backrefs
&& !(m->eflags®_BACKR)) {
237
assert(g->
backrefs
); /* must be back references doing it */
regcomp.c
226
g->
backrefs
= 0;
404
p->g->
backrefs
= 1;
605
p->g->
backrefs
= 1;
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Support/
regex2.h
149
int
backrefs
; /* does it use back references? */
member in struct:re_guts
regengine.inc
183
/* this loop does only one repetition except for
backrefs
*/
192
if (nmatch == 0 && !g->
backrefs
)
205
if (nmatch == 1 && !g->
backrefs
)
218
if (!g->
backrefs
&& !(m->eflags®_BACKR)) {
237
assert(g->
backrefs
); /* must be back references doing it */
regcomp.c
218
g->
backrefs
= 0;
569
p->g->
backrefs
= 1;
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
regex2.h
155
int
backrefs
; /* does it use back references? */
member in struct:re_guts
regengine.inc
183
/* this loop does only one repetition except for
backrefs
*/
192
if (nmatch == 0 && !g->
backrefs
)
205
if (nmatch == 1 && !g->
backrefs
)
218
if (!g->
backrefs
&& !(m->eflags®_BACKR)) {
237
assert(g->
backrefs
); /* must be back references doing it */
regcomp.c
353
g->
backrefs
= 0;
531
p->g->
backrefs
= 1;
732
p->g->
backrefs
= 1;
[
all
...]
/external/swiftshader/third_party/llvm-subzero/lib/Support/
regex2.h
152
int
backrefs
; /* does it use back references? */
member in struct:re_guts
regengine.inc
183
/* this loop does only one repetition except for
backrefs
*/
192
if (nmatch == 0 && !g->
backrefs
)
205
if (nmatch == 1 && !g->
backrefs
)
218
if (!g->
backrefs
&& !(m->eflags®_BACKR)) {
237
assert(g->
backrefs
); /* must be back references doing it */
regcomp.c
226
g->
backrefs
= 0;
404
p->g->
backrefs
= 1;
605
p->g->
backrefs
= 1;
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regparse.c
403
int back_num; /* number of
backrefs
*/
1286
node_new_backref(int back_num, int*
backrefs
, int by_name,
1312
if (
backrefs
[i] <= env->num_mem &&
1313
IS_NULL(SCANENV_MEM_NODES(env)[
backrefs
[i]])) {
1321
NBREF(node)->back_static[i] =
backrefs
[i];
1331
p[i] =
backrefs
[i];
[
all
...]
Completed in 714 milliseconds