OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_context
(Results
1 - 2
of
2
) sorted by null
/external/bison/src/
scan-code.l
44
# define YY_DECL static char *code_lex (code_props *self, int
sc_context
)
120
aver (
sc_context
== SC_SYMBOL_ACTION
121
||
sc_context
== SC_RULE_ACTION
122
||
sc_context
== INITIAL);
123
BEGIN
sc_context
;
132
"*"{splice}"/" STRING_GROW; BEGIN
sc_context
;
142
"\n" STRING_GROW; BEGIN
sc_context
;
158
"'" STRING_GROW; BEGIN
sc_context
;
163
"\"" STRING_GROW; BEGIN
sc_context
;
853
/* Translate the dollars and ats in \a self, in the context \a
sc_context
[
all
...]
scan-code.c
695
# define YY_DECL static char *code_lex (code_props *self, int
sc_context
)
1007
aver (
sc_context
== SC_SYMBOL_ACTION
1008
||
sc_context
== SC_RULE_ACTION
1009
||
sc_context
== INITIAL);
1010
BEGIN
sc_context
;
variable
1131
STRING_GROW; BEGIN
sc_context
;
variable
1143
STRING_GROW; BEGIN
sc_context
;
variable
1169
STRING_GROW; BEGIN
sc_context
;
variable
1177
STRING_GROW; BEGIN
sc_context
;
variable
[
all
...]
Completed in 43 milliseconds