rofi
1.5.1
|
Data Fields | |
unsigned int | cmd_list_length |
unsigned int * | starts |
unsigned int * | lengths |
unsigned int | num_switchers |
CombiMode * | switchers |
unsigned int* CombiModePrivateData::lengths |
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_match(), and combi_mode_result().
unsigned int CombiModePrivateData::num_switchers |
Definition at line 59 of file combi.c.
Referenced by combi_get_completion(), combi_get_icon(), combi_mgrv(), combi_mode_destroy(), combi_mode_get_num_entries(), combi_mode_match(), combi_mode_parse_switchers(), combi_mode_result(), and combi_preprocess_input().
unsigned int* CombiModePrivateData::starts |
Definition at line 56 of file combi.c.
Referenced by combi_get_completion(), combi_get_icon(), combi_mgrv(), combi_mode_destroy(), combi_mode_get_num_entries(), combi_mode_match(), and combi_mode_result().
CombiMode* CombiModePrivateData::switchers |
Definition at line 60 of file combi.c.
Referenced by combi_get_completion(), combi_get_icon(), combi_mgrv(), combi_mode_destroy(), combi_mode_get_num_entries(), combi_mode_match(), combi_mode_parse_switchers(), combi_mode_result(), and combi_preprocess_input().