| 18 |
}; |
}; |
| 19 |
|
|
| 20 |
enum parser_kwtype { |
enum parser_kwtype { |
| 21 |
|
KWT_INVALID, |
| 22 |
KWT_NORMAL, |
KWT_NORMAL, |
| 23 |
KWT_MULTI, |
KWT_MULTI, |
| 24 |
KWT_ITERATED, |
KWT_ITERATED, |
| 64 |
void parser_dump(struct parser_res *, const struct parser_keywords *); |
void parser_dump(struct parser_res *, const struct parser_keywords *); |
| 65 |
void parser_free(struct parser_result *); |
void parser_free(struct parser_result *); |
| 66 |
EXTERN char *parser_errpfx I__(NULL); |
EXTERN char *parser_errpfx I__(NULL); |
| 67 |
|
/* pfile.c */ |
| 68 |
struct parser_res *parse_lookupbyname(struct parser_result *, const char *); |
struct parser_res *parse_lookupbyname(struct parser_result *, const char *); |
| 69 |
struct parser_res *parse_lookup(struct parser_result *, struct parser_res *); |
struct parser_res *parse_lookup(struct parser_result *, struct parser_res *); |
| 70 |
|
char *varnameck(const char *, const char *); |
| 71 |
__END_DECLS |
__END_DECLS |
| 72 |
|
|
| 73 |
#endif |
#endif |