Home
last modified time | relevance | path

Searched refs:MENU_NODE_FUN_SLANG (Results 1 – 3 of 3) sorted by relevance

/dports/japanese/jed/jed-B0.99-8__J067/src/
H A Dmenu.c35 #define MENU_NODE_FUN_SLANG 1 macro
208 case MENU_NODE_FUN_SLANG: in free_menu_node()
475 if (l->type != MENU_NODE_FUN_SLANG) in append_slang_fun_item()
489 create_menu_node (name, MENU_NODE_FUN_SLANG, sizeof (Menu_SLang_Fun_Type)); in append_slang_fun_item()
796 case MENU_NODE_FUN_SLANG: in copy_menu()
1382 case MENU_NODE_FUN_SLANG: in select_menu_cmd()
/dports/editors/jed/jed-0.99-19/src/
H A Dmenu.c32 #define MENU_NODE_FUN_SLANG 1 macro
238 case MENU_NODE_FUN_SLANG: in free_menu_node()
548 if (l->type != MENU_NODE_FUN_SLANG) in insert_slang_fun_item()
562 create_menu_node (name, MENU_NODE_FUN_SLANG, sizeof (Menu_SLang_Fun_Type)); in insert_slang_fun_item()
881 case MENU_NODE_FUN_SLANG: in copy_menu()
1625 case MENU_NODE_FUN_SLANG: in select_menu_cmd()
H A Dgtkmenu.c97 # define MENU_NODE_FUN_SLANG 1 macro
417 case MENU_NODE_FUN_SLANG: in free_menu_node()
829 if (l->type != MENU_NODE_FUN_SLANG) in insert_slang_fun_item()
843 create_menu_node (name, MENU_NODE_FUN_SLANG, sizeof (Menu_SLang_Fun_Type)); in insert_slang_fun_item()
1341 case MENU_NODE_FUN_SLANG: in copy_menu()
1437 case MENU_NODE_FUN_SLANG: in gtkCopyMenu()
2447 case MENU_NODE_FUN_SLANG: in execMenuTbCmd()
2527 case MENU_NODE_FUN_SLANG: in execMenuTbCmdNode()