8#ifndef ELLIPSIS_TDICT_H
9#define ELLIPSIS_TDICT_H 1
32 [[deprecated]]
size_t keys;
33 [[deprecated]]
size_t xeys;
void ellipsis‿token‿dictionary‿init(ellipsis‿token‿dictionary *const d, size_t len)
Definition ellipsis-tdict.c:362
ELLIPSIS_FA_UNDEPRECATE void ellipsis‿token‿dictionary‿fputs(ellipsis‿token‿dictionary dict[static 1], FILE *outf, char const prefix[static 1])
Definition ellipsis-tdict.c:262
ELLIPSIS_FA_UNDEPRECATE token * ellipsis‿token‿dictionary‿find(ellipsis‿token‿dictionary *dict, ellipsis‿str32 const *s)
Definition ellipsis-tdict.c:144
ELLIPSIS_FA_UNDEPRECATE bool ellipsis‿token‿dictionary‿insert(ellipsis‿token‿dictionary *dict, token *t)
Definition ellipsis-tdict.c:157
ELLIPSIS_FA_UNDEPRECATE void ellipsis‿token‿dictionary‿remove(ellipsis‿token‿dictionary *dict, ellipsis‿str32 const *s)
Definition ellipsis-tdict.c:199
ELLIPSIS_FA_UNDEPRECATE void ellipsis‿token‿dictionary‿destroy(ellipsis‿token‿dictionary *dict)
Definition ellipsis-tdict.c:249
ellipsis‿token token
Definition ellipsis-tdict.h:14
A structure with a flexible array member of base type ellipsis‿str32‿base.
Definition ellipsis-str32.h:156
A token element as recognized during processing.
Definition ellipsis-token.h:94
A structure with a flexible array member of base type ellipsis‿token‿array‿base.
Definition ellipsis-tarray.h:154
a dictionary of tokens
Definition ellipsis-tdict.h:31
size_t comparisons
Definition ellipsis-tdict.h:36
size_t xeys
Definition ellipsis-tdict.h:33
size_t tries
Definition ellipsis-tdict.h:35
size_t fibfac
Definition ellipsis-tdict.h:34
ellipsis‿token‿array * tab
Definition ellipsis-tdict.h:37
size_t keys
Definition ellipsis-tdict.h:32