rofi
1.7.0
|
Data Fields | |
unsigned int | cmd_list_length |
unsigned int * | starts |
unsigned int * | lengths |
unsigned int | num_switchers |
CombiMode * | switchers |
unsigned int CombiModePrivateData::cmd_list_length |
Definition at line 52 of file combi.c.
Referenced by combi_mode_init().
unsigned int* CombiModePrivateData::lengths |
Definition at line 55 of file combi.c.
Referenced by combi_get_completion(), combi_get_icon(), combi_mgrv(), combi_mode_destroy(), combi_mode_get_num_entries(), combi_mode_init(), combi_mode_match(), and combi_mode_result().
unsigned int CombiModePrivateData::num_switchers |
Definition at line 57 of file combi.c.
Referenced by combi_get_completion(), combi_get_icon(), combi_mgrv(), combi_mode_destroy(), combi_mode_get_num_entries(), combi_mode_init(), combi_mode_match(), combi_mode_parse_switchers(), combi_mode_result(), and combi_preprocess_input().
unsigned int* CombiModePrivateData::starts |
Definition at line 54 of file combi.c.
Referenced by combi_get_completion(), combi_get_icon(), combi_mgrv(), combi_mode_destroy(), combi_mode_get_num_entries(), combi_mode_init(), combi_mode_match(), and combi_mode_result().
CombiMode* CombiModePrivateData::switchers |
Definition at line 58 of file combi.c.
Referenced by combi_get_completion(), combi_get_icon(), combi_mgrv(), combi_mode_destroy(), combi_mode_get_num_entries(), combi_mode_init(), combi_mode_match(), combi_mode_parse_switchers(), combi_mode_result(), and combi_preprocess_input().