Home
last modified time | relevance | path

Searched refs:outn (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebKitTools/android/flex-2.5.4a/
Dgen.c140 outn( " {" ); in genctbl()
208 outn( " };\n" ); in genctbl()
214 outn( " {" ); /* } so vi doesn't get confused */ in genctbl()
283 outn( in gen_find_action()
1038 outn( "" );
1050 outn( str );
1207 outn( in make_tables()
1209 outn( "static char *yy_full_match;" ); in make_tables()
1210 outn( "static int yy_lp;" ); in make_tables()
1217 outn( in make_tables()
[all …]
Dmain.c335 outn( "" ); in check_options()
947 outn( "\n#define YY_USES_REJECT" ); in readin()
951 outn( "\n#define yywrap() 1" ); in readin()
952 outn( "#define YY_SKIP_YYWRAP" ); in readin()
956 outn( "\n#define FLEX_DEBUG" ); in readin()
959 outn( "typedef unsigned char YY_CHAR;" ); in readin()
961 outn( "typedef char YY_CHAR;" ); in readin()
965 outn( "#define yytext_ptr yytext" ); in readin()
968 outn( "#define YY_INTERACTIVE" ); in readin()
975 outn( "#ifdef VMS" ); in readin()
[all …]
Dmisc.c297 outn( " } ;\n" ); in dataend()
699 void outn( str ) in outn() function
823 outn( buf ); in skelout()
Ddfa.c539 outn( " {" ); in ntod()
546 outn( " },\n" ); in ntod()
711 outn( " {" ); in ntod()
726 outn( " },\n" ); in ntod()
Dflexdef.h896 extern void outn PROTO((const char []));