Home
last modified time | relevance | path

Searched refs:yy_create_buffer (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefslex.c303 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
322 #define yy_new_buffer yy_create_buffer
328 yy_create_buffer( yyin, YY_BUF_SIZE ); \
337 yy_create_buffer( yyin, YY_BUF_SIZE ); \
900 yy_create_buffer( yyin, YY_BUF_SIZE );
1577 yy_create_buffer( yyin, YY_BUF_SIZE ); in yyrestart()
1633 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) in yy_create_buffer() function
/OK3568_Linux_fs/output/kconf/
H A Dzconf.lex.c
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc-lexer.lex.c
H A Ddtc-lexer.lex.c_shipped287 YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
307 #define yy_new_buffer yy_create_buffer
314 yy_create_buffer(yyin,YY_BUF_SIZE ); \
324 yy_create_buffer(yyin,YY_BUF_SIZE ); \
874 yy_create_buffer(yyin,YY_BUF_SIZE );
1676 yy_create_buffer(yyin,YY_BUF_SIZE );
1732 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
1738 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
1747 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
1757 * @param b a buffer created with yy_create_buffer()
[all …]
H A Ddtc-lexer.l281 yypush_buffer_state(yy_create_buffer(yyin, YY_BUF_SIZE));
/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dscanner.c284 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
303 #define yy_new_buffer yy_create_buffer
309 yy_create_buffer( yyin, YY_BUF_SIZE ); \
318 yy_create_buffer( yyin, YY_BUF_SIZE ); \
755 yy_create_buffer( yyin, YY_BUF_SIZE );
1389 yy_create_buffer( yyin, YY_BUF_SIZE ); in yyrestart()
1445 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) in yy_create_buffer() function
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_scan.l414 yy_create_buffer(stdin,
507 yy_switch_to_buffer(yy_create_buffer(newfile, YY_BUF_SIZE));
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dzconf.lex.c_shipped301 YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
320 #define yy_new_buffer yy_create_buffer
326 yy_create_buffer( yyin, YY_BUF_SIZE ); \
335 yy_create_buffer( yyin, YY_BUF_SIZE ); \
1048 yy_create_buffer( yyin, YY_BUF_SIZE );
1832 yy_create_buffer( yyin, YY_BUF_SIZE );
1888 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
1894 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
1903 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
1913 * @param b a buffer created with yy_create_buffer()
[all …]
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Ddtc-lexer.l273 yypush_buffer_state(yy_create_buffer(yyin, YY_BUF_SIZE));
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.lex.c
H A Dzconf.lex.c_shipped8 #define yy_create_buffer zconf_create_buffer