dictre.h
changeset 5 c87681fff7d3
parent 2 57a1fcb0c75c
child 8 09ec33061ff3
equal deleted inserted replaced
4:b2dfe3374454 5:c87681fff7d3
    28 /* filter.c */
    28 /* filter.c */
    29 void filter_all(const char *filter_par);
    29 void filter_all(const char *filter_par);
    30 
    30 
    31 /* sort.c */
    31 /* sort.c */
    32 int sort_words();
    32 int sort_words();
    33 
       
    34 /* load.c */
    33 /* load.c */
    35 void load_init();
    34 void load_init();
    36 void load_dictionary(FILE *index, FILE *fdefs);
    35 void load_dictionary(FILE *index, FILE *fdefs);
    37 void print_words();
    36 void print_words();
    38 
    37 
    39 /* fastmalloc */
    38 /* fastmalloc */
    40 void * fastmalloc(int newsize);
    39 void * fastmalloc(int newsize);
       
    40 
       
    41 /* repeated.c */
       
    42 void new_hashdef(struct Def *ptr, int index);
       
    43 int def_repeated(struct Def *ptr);
       
    44 void init_repeated();
       
    45 void remove_def(int i);