OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:indent_puts
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebKitTools/android/flex-2.5.4a/
gen.c
39
void
indent_puts
PROTO((char []));
88
indent_puts
( "if ( yy_current_state[-1].yy_nxt )" );
90
indent_puts
( "if ( yy_accept[yy_current_state] )" );
93
indent_puts
( "{" );
94
indent_puts
( "yy_last_accepting_state = yy_current_state;" );
95
indent_puts
( "yy_last_accepting_cpos = yy_cp;" );
96
indent_puts
( "}" );
110
indent_puts
( "case 0: /* must back up */" );
111
indent_puts
( "/* undo the effects of YY_DO_BEFORE_ACTION */" );
112
indent_puts
( "*yy_cp = yy_hold_char;" )
1046
void
indent_puts
( str )
function
[
all
...]
flexdef.h
795
extern void
indent_puts
PROTO((char[]));
[
all
...]
Completed in 35 milliseconds