OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:back_num
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regparse.h
230
int
back_num
;
member in struct:__anon9222
regparse.c
403
int
back_num
; /* number of backrefs */
member in struct:__anon9205
425
if (e->
back_num
== 0)
427
else if (e->
back_num
== 1)
430
for (i = 0; i < e->
back_num
; i++) {
515
e->
back_num
,
516
(e->
back_num
> 1 ? e->back_refs : &(e->back_ref1)),
548
if (e->
back_num
> 1) {
549
for (i = 0; i < e->
back_num
; i++) {
553
else if (e->
back_num
== 1) {
606
if (e->
back_num
== 0) {
3467
int
back_num
;
local
[
all
...]
Completed in 645 milliseconds