|
int | add_key (keystruct *key, tabstruct *tab, int pos) |
|
int | blank_keys (tabstruct *tab) |
|
int | copy_key (tabstruct *tabin, char *keyname, tabstruct *tabout, int pos) |
|
void | free_key (keystruct *key) |
|
keystruct * | new_key (char *keyname) |
|
keystruct * | read_key (tabstruct *tab, char *keyname) |
|
void | read_keys (tabstruct *tab, char **keynames, keystruct **keys, int nkeys, BYTE *mask) |
|
int | remove_key (tabstruct *tab, char *keyname) |
|
int | remove_keys (tabstruct *tab) |
|
keystruct * | name_to_key (tabstruct *tab, char *keyname) |
|
char ** | keys_list (tabstruct *tab, int *n) |
|
keystruct * | pos_to_key (tabstruct *tab, int pos) |
|
void | show_keys (tabstruct *tab, char **keynames, keystruct **keys, int nkeys, BYTE *mask, FILE *stream, int strflag, int banflag, int leadflag, output_type o_type) |
|