Home
last modified time | relevance | path

Searched refs:hotlist_keypress (Results 1 – 7 of 7) sorted by relevance

/dports/www/netsurf/netsurf-3.10/frontends/gtk/
H A Dhotlist.c167 hotlist_keypress(NS_KEY_DELETE_LEFT); in MENUHANDLER()
173 hotlist_keypress(NS_KEY_ESCAPE); in MENUHANDLER()
174 hotlist_keypress(NS_KEY_ESCAPE); in MENUHANDLER()
175 hotlist_keypress(NS_KEY_SELECT_ALL); in MENUHANDLER()
181 hotlist_keypress(NS_KEY_CLEAR_SELECTION); in MENUHANDLER()
224 hotlist_keypress(NS_KEY_CR); in MENUHANDLER()
284 if (hotlist_keypress(nskey)) { in nsgtk_hotlist_key()
/dports/www/netsurf/netsurf-3.10/frontends/riscos/
H A Dhotlist.c139 if (hotlist_keypress(nskey)) { in hotlist_key()
178 hotlist_keypress(NS_KEY_DELETE_LEFT); in hotlist_toolbar_click()
199 hotlist_keypress(NS_KEY_CR); in hotlist_toolbar_click()
386 hotlist_keypress(NS_KEY_CR); in hotlist_menu_select()
390 hotlist_keypress(NS_KEY_DELETE_LEFT); in hotlist_menu_select()
395 hotlist_keypress(NS_KEY_SELECT_ALL); in hotlist_menu_select()
399 hotlist_keypress(NS_KEY_CLEAR_SELECTION); in hotlist_menu_select()
/dports/www/netsurf/netsurf-3.10/frontends/amiga/
H A Dhotlist.c206 if (hotlist_keypress(nskey)) { in ami_hotlist_key()
393 hotlist_keypress(NS_KEY_SELECT_ALL); in HOOKF()
398 hotlist_keypress(NS_KEY_CLEAR_SELECTION); in HOOKF()
403 hotlist_keypress(NS_KEY_DELETE_LEFT); in HOOKF()
/dports/www/netsurf/netsurf-3.10/frontends/atari/
H A Dhotlist.c97 hotlist_keypress(ucs4); in atari_hotlist_keypress()
161 hotlist_keypress(NS_KEY_DELETE_LEFT); in handle_event()
/dports/www/netsurf/netsurf-3.10/desktop/
H A Dhotlist.h225 bool hotlist_keypress(uint32_t key);
H A Dhotlist.c1695 bool hotlist_keypress(uint32_t key) in hotlist_keypress() function
/dports/www/netsurf/netsurf-3.10/frontends/windows/
H A Dhotlist.c59 if (hotlist_keypress(nskey)) { in nsw32_hotlist_key()