Home
last modified time | relevance | path

Searched refs:insert_node_to_popup (Results 1 – 2 of 2) sorted by relevance

/dports/editors/jed/jed-0.99-19/src/
H A Dmenu.c456 static void insert_node_to_popup (Menu_Popup_Type *p, Menu_Node_Type *m, in insert_node_to_popup() function
488 insert_node_to_popup (p, m, p->num_subnodes);
508 insert_node_to_popup (m, (Menu_Node_Type *)p, where); in insert_popup_menu()
529 insert_node_to_popup (m, l, where); in insert_separator()
570 insert_node_to_popup (m, (Menu_Node_Type *)l, where); in insert_slang_fun_item()
614 insert_node_to_popup (m, (Menu_Node_Type *)l, where); in insert_keystring_item()
H A Dgtkmenu.c709 insert_node_to_popup( Menu_Popup_Type *p, in insert_node_to_popup() function
762 insert_node_to_popup (m, (Menu_Node_Type *)p, where); in insert_popup_menu()
796 insert_node_to_popup (m, l, where); in insert_separator()
851 insert_node_to_popup (m, (Menu_Node_Type *)l, where); in insert_slang_fun_item()
911 insert_node_to_popup (m, (Menu_Node_Type *)l, where); in insert_keystring_item()
1011 insert_node_to_popup (m, (Menu_Node_Type *)l, where); in insertSpecCmdItem()