HomeSort by relevance Sort by last modified time
    Searched defs:action_text (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/android/flex-2.5.4a/
nfa.c 201 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 );
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
parse.c 411 char action_text[MAXLINE]; local
423 sprintf( action_text, "case YY_STATE_EOF(%s):\n",
425 add_action( action_text );
    [all...]

Completed in 38 milliseconds