Searched defs:sc_context (Results 1 - 1 of 1) sorted by relevance

/external/bison/src/
H A Dscan-code.c695 # 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
3042 /* Translate the dollars and ats in \a self, in the context \a sc_context
3046 translate_action(code_props *self, int sc_context) argument
[all...]

Completed in 117 milliseconds