OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RULEOP
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
re.h
73
RULEOP
,
86
/* for
RuleOp
*/
94
}
RuleOp
;
actions.c
47
o << "term " << ((
RuleOp
*) i.i.link)->accept;
50
o << "term " << ((
RuleOp
*) i.i.link)->accept;
113
case
RULEOP
:
114
RegExp_calcSize(re->d.
RuleOp
.exp, rep);
115
RegExp_calcSize(re->d.
RuleOp
.ctx, rep);
116
re->size = re->d.
RuleOp
.exp->size + re->d.
RuleOp
.ctx->size + 1;
194
case
RULEOP
:
195
re->d.
RuleOp
.ins = i;
196
RegExp_compile(re->d.
RuleOp
.exp, rep, &i[0])
[
all
...]
Completed in 39 milliseconds