15int token822_addrlist(token822_alloc *,token822_alloc *,token822_alloc *,
int (*)());
29#define TOKEN822_ATOM 1
30#define TOKEN822_QUOTE 2
31#define TOKEN822_LITERAL 3
32#define TOKEN822_COMMENT 4
33#define TOKEN822_LEFT 5
34#define TOKEN822_RIGHT 6
36#define TOKEN822_COMMA 8
37#define TOKEN822_SEMI 9
38#define TOKEN822_COLON 10
39#define TOKEN822_DOT 11
int token822_parse(token822_alloc *ta, stralloc *sa, stralloc *buf)
int token822_append(token822_alloc *, struct token822 *)
stralloc stralloc *int token822_addrlist(token822_alloc *, token822_alloc *, token822_alloc *, int(*)())
int token822_unquote(stralloc *, token822_alloc *)
void token822_reverse(token822_alloc *)
int token822_ready(token822_alloc *, unsigned int)
GEN_ALLOC_typedef(token822_alloc, struct token822, t, len, a) int token822_parse(token822_alloc *
int token822_unparse(stralloc *, token822_alloc *, unsigned int)
void token822_free(token822_alloc *)
int token822_readyplus(token822_alloc *, unsigned int)