Go to the source code of this file.
Defines | |
#define | FOREACH_MODE(ACTION) |
Typedefs | |
typedef mtm_mode_data_s | mtm_mode_data_t |
Enumerations | |
enum | mtm_mode_t { MTM_MODE_none = -1, MTM_MODE_pwbnl = 0, MTM_MODE_pwbetl = 1, MTM_NUM_MODES } |
Functions | |
mtm_mode_t | mtm_str2mode (char *str) |
char * | mtm_mode2str (mtm_mode_t mode) |
1) mode.c
2) mode.h
3) Look into pwbnl as a template
Definition in file mode.h.
#define FOREACH_MODE | ( | ACTION | ) |