Lines Matching refs:sc_context
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
857 translate_action (code_props *self, int sc_context)
870 res = code_lex (self, sc_context);