Searched refs:scanner (Results 1 – 13 of 13) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxlu_disk.c | 24 e = xlu__disk_yylex_init_extra(dpc, &dpc->scanner); in dpc_prep() 27 dpc->buf = xlu__disk_yy_scan_bytes(spec, strlen(spec), dpc->scanner); in dpc_prep() 40 xlu__disk_yy_delete_buffer(dpc->buf, dpc->scanner); in dpc_dispose() 43 if (dpc->scanner) { in dpc_dispose() 44 xlu__disk_yylex_destroy(dpc->scanner); in dpc_dispose() 45 dpc->scanner = 0; in dpc_dispose() 57 dpc.scanner = 0; in xlu_disk_parse() 66 xlu__disk_yylex(dpc.scanner); in xlu_disk_parse()
|
A D | libxlu_cfg.c | 49 ctx->scanner= 0; in ctx_prep() 51 e= xlu__cfg_yylex_init_extra(ctx, &ctx->scanner); in ctx_prep() 61 if (ctx->scanner) xlu__cfg_yylex_destroy(ctx->scanner); in ctx_dispose() 68 xlu__cfg_yyset_lineno(1, ctx->scanner); in parse() 98 xlu__cfg_yyrestart(f, ctx.scanner); in xlu_cfg_readfile() 117 buf = xlu__cfg_yy_scan_bytes(data, length, ctx.scanner); in xlu_cfg_readdata() 128 if (buf) xlu__cfg_yy_delete_buffer(buf, ctx.scanner); in xlu_cfg_readdata() 555 loc.first_line= xlu__cfg_yyget_lineno(ctx->scanner); in xlu__cfgl_lexicalerror() 567 text= xlu__cfg_yyget_text(ctx->scanner); in xlu__cfg_yyerror() 568 len= xlu__cfg_yyget_leng(ctx->scanner); in xlu__cfg_yyerror()
|
A D | libxlu_disk_i.h | 10 void *scanner; member
|
A D | libxlu_internal.h | 68 void *scanner; member
|
A D | libxlu_disk_l.h | 250 int xlu__disk_yylex_init (yyscan_t* scanner); 252 int xlu__disk_yylex_init_extra (YY_EXTRA_TYPE user_defined,yyscan_t* scanner);
|
A D | libxlu_cfg_l.h | 246 int xlu__cfg_yylex_init (yyscan_t* scanner); 248 int xlu__cfg_yylex_init_extra (YY_EXTRA_TYPE user_defined,yyscan_t* scanner);
|
A D | libxlu_cfg_y.y | 20 #define ctx_scanner ctx->scanner
|
A D | libxlu_cfg_l.c | 587 int xlu__cfg_yylex_init (yyscan_t* scanner); 589 int xlu__cfg_yylex_init_extra (YY_EXTRA_TYPE user_defined,yyscan_t* scanner);
|
A D | libxlu_disk_l.c | 1069 int xlu__disk_yylex_init (yyscan_t* scanner); 1071 int xlu__disk_yylex_init_extra (YY_EXTRA_TYPE user_defined,yyscan_t* scanner);
|
A D | libxlu_cfg_y.c | 73 #define ctx_scanner ctx->scanner
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | zconf.lex.c_shipped | 6 /* A lexical scanner generated by flex */ 286 * "scanner state". 730 /* This struct is not used in this scanner, 973 YY_FATAL_ERROR( "input in flex scanner failed" ); \ 1029 /** The main scanner function which does all the work. 1386 YY_FATAL_ERROR( "flex scanner jammed" ); 1470 * call the scanner after we return the 1513 "fatal flex scanner internal error--no action found" ); 1534 "fatal flex scanner internal error--end of buffer missed" ); 1602 "fatal error - scanner input buffer overflow" ); [all …]
|
A D | zconf.tab.c_shipped | 1237 scanner and before detecting a syntax error. Thus, state merging
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 61btrfs.diff | 1959 + * The scanner was stolen from print_completions().
|
Completed in 28 milliseconds