| 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 |
|
struct parser_res *parser_new(parser_kwords, enum parser_kwtype, |
| 68 |
|
char *, unsigned, char *); |
| 69 |
/* pfile.c */ |
/* pfile.c */ |
| 70 |
struct parser_res *parse_lookupbyname(struct parser_result *, const char *); |
struct parser_res *parse_lookupbyname(struct parser_result *, const char *); |
| 71 |
struct parser_res *parse_lookup(struct parser_result *, struct parser_res *); |
struct parser_res *parse_lookup(struct parser_result *, struct parser_res *); |
| 72 |
char *varnameck(const char *, const char *); |
char *varnameck(const char *, const char *); |
| 73 |
|
char *parse_fmt(parser_kwords, enum parser_kwtype, char *, unsigned, int); |
| 74 |
__END_DECLS |
__END_DECLS |
| 75 |
|
|
| 76 |
#endif |
#endif |