OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLOSEVOP
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
re.h
77
CLOSEVOP
101
/* for
CloseVOp
*/
106
}
CloseVOp
;
174
r->type =
CLOSEVOP
;
175
r->d.
CloseVOp
.exp = e;
176
r->d.
CloseVOp
.min = lb;
177
r->d.
CloseVOp
.max = ub;
actions.c
133
case
CLOSEVOP
:
134
RegExp_calcSize(re->d.
CloseVOp
.exp, rep);
136
if (re->d.
CloseVOp
.max >= 0)
137
re->size = (re->d.
CloseVOp
.exp->size * re->d.
CloseVOp
.min) +
138
((1 + re->d.
CloseVOp
.exp->size) *
139
(re->d.
CloseVOp
.max - re->d.
CloseVOp
.min));
141
re->size = (re->d.
CloseVOp
.exp->size * re->d.
CloseVOp
.min) + 1
[
all
...]
Completed in 24 milliseconds