Searched refs:action_text (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Tools/android/flex-2.5.4a/
H A Dnfa.c201 char action_text[MAXLINE]; local
216 sprintf( action_text, "case %d:\n", num_rules );
217 add_action( action_text );
248 sprintf( action_text, "%s = %s + %d;\n",
250 add_action( action_text );
255 sprintf( action_text, "%s -= %d;\n",
257 add_action( action_text );
H A Dparse.y785 char action_text[MAXLINE];
797 sprintf( action_text, "case YY_STATE_EOF(%s):\n",
799 add_action( action_text );
/external/webkit/Tools/android/flex-2.5.4a/MISC/
H A Dparse.c411 char action_text[MAXLINE]; local
423 sprintf( action_text, "case YY_STATE_EOF(%s):\n",
425 add_action( action_text );

Completed in 256 milliseconds