Searched refs:yy_create_buffer (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winprefslex.c | 303 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 D | zconf.lex.c | |
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | dtc-lexer.lex.c | |
| H A D | dtc-lexer.lex.c_shipped | 287 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 D | dtc-lexer.l | 281 yypush_buffer_state(yy_create_buffer(yyin, YY_BUF_SIZE));
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | scanner.c | 284 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 D | aicasm_scan.l | 414 yy_create_buffer(stdin, 507 yy_switch_to_buffer(yy_create_buffer(newfile, YY_BUF_SIZE));
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | zconf.lex.c_shipped | 301 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 D | dtc-lexer.l | 273 yypush_buffer_state(yy_create_buffer(yyin, YY_BUF_SIZE));
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | zconf.lex.c | |
| H A D | zconf.lex.c_shipped | 8 #define yy_create_buffer zconf_create_buffer
|