Home
last modified time | relevance | path

Searched refs:mode_get_display_value (Results 1 – 10 of 10) sorted by relevance

/dports/x11/rofi/rofi-1.6.1/test/
H A Dmode-test.c126 char *v = mode_get_display_value ( &help_keys_mode, i, &state, &list, TRUE ); in START_TEST()
129 v = mode_get_display_value ( &help_keys_mode, i, &state, &list, FALSE ); in START_TEST()
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/test/
H A Dmode-test.c126 char *v = mode_get_display_value ( &help_keys_mode, i, &state, &list, TRUE ); in START_TEST()
129 v = mode_get_display_value ( &help_keys_mode, i, &state, &list, FALSE ); in START_TEST()
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/include/
H A Dmode.h126 char * mode_get_display_value ( const Mode *mode, unsigned int selected_line, int *state, GList **a…
/dports/x11/rofi/rofi-1.6.1/include/
H A Dmode.h126 char * mode_get_display_value ( const Mode *mode, unsigned int selected_line, int *state, GList **a…
/dports/x11/rofi/rofi-1.6.1/source/dialogs/
H A Dcombi.c207mode_get_display_value ( pd->switchers[i].mode, selected_line - pd->starts[i], state, attr_list, F… in combi_mgrv()
216 …char * str = retv = mode_get_display_value ( pd->switchers[i].mode, selected_line - pd->sta… in combi_mgrv()
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/source/dialogs/
H A Dcombi.c207mode_get_display_value ( pd->switchers[i].mode, selected_line - pd->starts[i], state, attr_list, F… in combi_mgrv()
216 …char * str = retv = mode_get_display_value ( pd->switchers[i].mode, selected_line - pd->sta… in combi_mgrv()
/dports/x11/rofi/rofi-1.6.1/source/
H A Dmode.c63 char * mode_get_display_value ( const Mode *mode, unsigned int selected_line, int *state, GList **a… in mode_get_display_value() function
H A Dview.c993 …char *text = mode_get_display_value ( state->sw, state->line_map[index], &fstate, &add_list, … in update_callback()
1027 mode_get_display_value ( state->sw, state->line_map[index], &fstate, NULL, FALSE ); in update_callback()
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/source/
H A Dmode.c63 char * mode_get_display_value ( const Mode *mode, unsigned int selected_line, int *state, GList **a… in mode_get_display_value() function
H A Dview.c423 …char *text = mode_get_display_value ( state->sw, state->line_map[index], &fstate, &add_list, … in update_callback()
457 mode_get_display_value ( state->sw, state->line_map[index], &fstate, NULL, FALSE ); in update_callback()