20 #ifndef OPAL_SHOW_HELP_LEX_H
21 #define OPAL_SHOW_HELP_LEX_H
23 #include "opal_config.h"
37 int opal_show_help_yylex(
void);
38 int opal_show_help_init_buffer(FILE *file);
40 extern FILE *opal_show_help_yyin;
41 extern bool opal_show_help_parse_done;
42 extern char *opal_show_help_yytext;
43 extern int opal_show_help_yynewlines;
48 #define YY_STACK_USED 0
49 #define YY_ALWAYS_INTERACTIVE 0
50 #define YY_NEVER_INTERACTIVE 0
53 #define YY_SKIP_YYWRAP 1
56 OPAL_SHOW_HELP_PARSE_DONE,
57 OPAL_SHOW_HELP_PARSE_ERROR,
59 OPAL_SHOW_HELP_PARSE_TOPIC,
60 OPAL_SHOW_HELP_PARSE_MESSAGE,
62 OPAL_SHOW_HELP_PARSE_MAX