Home
last modified time | relevance | path

Searched refs:yyscan_t (Results 1 – 6 of 6) sorted by relevance

/xen/tools/libxl/
A Dlibxlu_cfg_l.h347 typedef void* yyscan_t; typedef
474 int yylex_init (yyscan_t* scanner);
481 int yylex_destroy ( yyscan_t yyscanner );
483 int yyget_debug ( yyscan_t yyscanner );
491 FILE *yyget_in ( yyscan_t yyscanner );
495 FILE *yyget_out ( yyscan_t yyscanner );
499 int yyget_leng ( yyscan_t yyscanner );
501 char *yyget_text ( yyscan_t yyscanner );
503 int yyget_lineno ( yyscan_t yyscanner );
507 int yyget_column ( yyscan_t yyscanner );
[all …]
A Dlibxlu_disk_l.h324 typedef void* yyscan_t; typedef
451 int yylex_init (yyscan_t* scanner);
458 int yylex_destroy ( yyscan_t yyscanner );
460 int yyget_debug ( yyscan_t yyscanner );
468 FILE *yyget_in ( yyscan_t yyscanner );
472 FILE *yyget_out ( yyscan_t yyscanner );
476 int yyget_leng ( yyscan_t yyscanner );
478 char *yyget_text ( yyscan_t yyscanner );
480 int yyget_lineno ( yyscan_t yyscanner );
484 int yyget_column ( yyscan_t yyscanner );
[all …]
A Dlibxlu_cfg_l.c351 typedef void* yyscan_t; typedef
804 int yylex_init (yyscan_t* scanner);
813 int yyget_debug ( yyscan_t yyscanner );
821 FILE *yyget_in ( yyscan_t yyscanner );
825 FILE *yyget_out ( yyscan_t yyscanner );
2038 int yyget_lineno (yyscan_t yyscanner) in yyget_lineno()
2051 int yyget_column (yyscan_t yyscanner) in yyget_column()
2064 FILE *yyget_in (yyscan_t yyscanner) in yyget_in()
2073 FILE *yyget_out (yyscan_t yyscanner) in yyget_out()
2082 int yyget_leng (yyscan_t yyscanner) in yyget_leng()
[all …]
A Dlibxlu_disk_l.c328 typedef void* yyscan_t; typedef
1268 int yylex_init (yyscan_t* scanner);
1285 FILE *yyget_in ( yyscan_t yyscanner );
1418 extern int yylex (yyscan_t yyscanner);
2623 int yyget_lineno (yyscan_t yyscanner) in yyget_lineno()
2636 int yyget_column (yyscan_t yyscanner) in yyget_column()
2649 FILE *yyget_in (yyscan_t yyscanner) in yyget_in()
2658 FILE *yyget_out (yyscan_t yyscanner) in yyget_out()
2667 int yyget_leng (yyscan_t yyscanner) in yyget_leng()
2677 char *yyget_text (yyscan_t yyscanner) in yyget_text()
[all …]
A Dlibxlu_cfg_l.l34 int xlu__cfg_yyget_column(yyscan_t yyscanner);
35 void xlu__cfg_yyset_column(int column_no, yyscan_t yyscanner);
A Dlibxlu_disk_l.l54 int xlu__disk_yyget_column(yyscan_t yyscanner);
55 void xlu__disk_yyset_column(int column_no, yyscan_t yyscanner);

Completed in 24 milliseconds