Home
last modified time | relevance | path

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

/external/webkit/Tools/android/flex-2.5.4a/
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 );
Dparse.y785 char action_text[MAXLINE]; variable
797 sprintf( action_text, "case YY_STATE_EOF(%s):\n",
799 add_action( action_text );
/external/webkit/Tools/android/flex-2.5.4a/MISC/
Dparse.c411 char action_text[MAXLINE]; in build_eof_action() local
423 sprintf( action_text, "case YY_STATE_EOF(%s):\n", in build_eof_action()
425 add_action( action_text ); in build_eof_action()