#include "mtm_i.h"
#include "mode/dtable.h"
Go to the source code of this file.
Defines | |
#define | ACTION(mode) &mtm_##mode##_dtable, |
#define | ACTION(mode) #mode, |
Functions | |
mtm_mode_t | mtm_str2mode (char *str) |
char * | mtm_mode2str (mtm_mode_t mode) |
Variables | |
mtm_dtable_t | mtm_pwbnl_dtable |
mtm_dtable_t | mtm_pwbetl_dtable |
mtm_dtable_group_t | normal_dtable_group = { FOREACH_MODE (ACTION) } |
char * | mtm_mode_str [] |
mtm_dtable_group_t * | default_dtable_group = NULL |
Definition in file mode.c.
char* mtm_mode_str[] |
Initial value:
{ }
Definition at line 53 of file mode.c.
Referenced by mtm_mode2str(), and mtm_str2mode().