Home
last modified time | relevance | path

Searched refs:action_prev (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/fzy/fzy-1.0/src/
H A Dtty_interface.c177 static void action_prev(tty_interface_t *state) { in action_prev() function
291 {KEY_CTRL('P'), action_prev}, /* C-P */
293 {KEY_CTRL('K'), action_prev}, /* C-K */
306 {"\x1b[A", action_prev}, /* UP */
307 {"\x1bOA", action_prev}, /* UP */
/dports/editors/gedit-plugins/gedit-plugins-40.1/plugins/bookmarks/
H A Dgedit-bookmarks-plugin.c105 GSimpleAction *action_prev; member
140 g_clear_object (&priv->action_prev); in gedit_bookmarks_plugin_dispose()
211 priv->action_prev = g_simple_action_new ("bookmark-prev", NULL); in install_actions()
212 g_signal_connect (priv->action_prev, "activate", in install_actions()
215 G_ACTION (priv->action_prev)); in install_actions()
751 g_simple_action_set_enabled (priv->action_prev, enabled); in gedit_bookmarks_plugin_update_state()
/dports/editors/gnome-latex/gnome-latex-3.38.0/src/
H A Dmain_window_documents.vala233 Gtk.Action action_prev = _static_action_group.get_action ("DocumentsPrevious");
238 action_prev.sensitive = false;
244 action_prev.sensitive = current_page > 0;
H A Dmain_window_documents.c1283 GtkAction* action_prev = NULL; in main_window_documents_update_next_prev_doc_sensitivity() local
1316 action_prev = _tmp3_; in main_window_documents_update_next_prev_doc_sensitivity()
1337 _tmp10_ = action_prev; in main_window_documents_update_next_prev_doc_sensitivity()
1347 _g_object_unref0 (action_prev); in main_window_documents_update_next_prev_doc_sensitivity()
1363 _tmp16_ = action_prev; in main_window_documents_update_next_prev_doc_sensitivity()
1377 _g_object_unref0 (action_prev); in main_window_documents_update_next_prev_doc_sensitivity()
/dports/devel/anjuta/anjuta-3.34.0/plugins/message-view/
H A Dplugin.c102 GtkAction* action_prev = anjuta_ui_get_action (ui, "ActionGroupGotoMessages", in on_view_changed() local
111 g_object_set (G_OBJECT (action_prev), "sensitive", sensitive, NULL); in on_view_changed()
180 GtkAction* action_prev = anjuta_ui_get_action (ui, "ActionGroupGotoMessages", in activate_plugin() local
185 g_object_set (G_OBJECT (action_prev), "sensitive", FALSE, NULL); in activate_plugin()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/hotkeys/
H A Dhotkeys.c1097 static DB_plugin_action_t action_prev = { variable
1110 .next = &action_prev