Home
last modified time | relevance | path

Searched refs:scanner (Results 1 – 13 of 13) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxlu_disk.c24 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 Dlibxlu_cfg.c49 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 Dlibxlu_disk_i.h10 void *scanner; member
A Dlibxlu_internal.h68 void *scanner; member
A Dlibxlu_disk_l.h250 int xlu__disk_yylex_init (yyscan_t* scanner);
252 int xlu__disk_yylex_init_extra (YY_EXTRA_TYPE user_defined,yyscan_t* scanner);
A Dlibxlu_cfg_l.h246 int xlu__cfg_yylex_init (yyscan_t* scanner);
248 int xlu__cfg_yylex_init_extra (YY_EXTRA_TYPE user_defined,yyscan_t* scanner);
A Dlibxlu_cfg_y.y20 #define ctx_scanner ctx->scanner
A Dlibxlu_cfg_l.c587 int xlu__cfg_yylex_init (yyscan_t* scanner);
589 int xlu__cfg_yylex_init_extra (YY_EXTRA_TYPE user_defined,yyscan_t* scanner);
A Dlibxlu_disk_l.c1069 int xlu__disk_yylex_init (yyscan_t* scanner);
1071 int xlu__disk_yylex_init_extra (YY_EXTRA_TYPE user_defined,yyscan_t* scanner);
A Dlibxlu_cfg_y.c73 #define ctx_scanner ctx->scanner
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dzconf.lex.c_shipped6 /* 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 Dzconf.tab.c_shipped1237 scanner and before detecting a syntax error. Thus, state merging
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D61btrfs.diff1959 + * The scanner was stolen from print_completions().

Completed in 28 milliseconds