Home
last modified time | relevance | path

Searched refs:slang_fun (Results 1 – 11 of 11) sorted by relevance

/dports/editors/jed/jed-0.99-19/src/
H A Dw32proc.c73 SLang_Name_Type *slang_fun; /* function to pass output to */ member
185 SLang_free_function (p->slang_fun); in get_process_status()
325 SLexecute_function (p->slang_fun); /* function to pass output to */ in read_process_input()
538 p->slang_fun = f; in set_process()
H A Djprocess.c115 SLang_Name_Type *slang_fun; /* function to pass output to */ member
313 SLang_free_function (p->slang_fun); in get_process_status()
1024 || (-1 == SLexecute_function (p->slang_fun))) in read_process_input()
1184 p->slang_fun = f; in set_process()
H A Dmenu.c104 SLang_Name_Type *slang_fun; member
221 SLang_free_function (m->slang_fun); in free_slangfun_private_data()
552 l->slang_fun = nt; in insert_slang_fun_item()
567 l->slang_fun = nt; in insert_slang_fun_item()
889 sl->slang_fun, any); in copy_menu()
1626 nt = ((Menu_SLang_Fun_Type *) m)->slang_fun; in select_menu_cmd()
H A Dgtkmenu.c190 SLang_Name_Type *slang_fun; member
393 SLang_free_function (m->slang_fun); in free_slangfun_private_data()
833 l->slang_fun = nt; in insert_slang_fun_item()
848 l->slang_fun = nt; in insert_slang_fun_item()
1349 sl->slang_fun, any); in copy_menu()
1446 sl->slang_fun, any); in gtkCopyMenu()
2449 nt = ((Menu_SLang_Fun_Type *) m)->slang_fun; in execMenuTbCmd()
2529 nt = ((Menu_SLang_Fun_Type *) m)->slang_fun; in execMenuTbCmdNode()
H A Dkeymap.c529 ret = SLexecute_function (key->f.slang_fun); in key_interpret()
576 return key->f.slang_fun->name; in lookup_key_function_string()
1252 ref = key->f.slang_fun; in push_key_binding()
/dports/japanese/jed/jed-B0.99-8__J067/src/
H A Dw32proc.c71 SLang_Name_Type *slang_fun; /* function to pass output to */ member
321 SLexecute_function (p->slang_fun); /* function to pass output to */ in read_process_input()
523 p->slang_fun = f; in jed_set_process()
H A Djprocess.c118 SLang_Name_Type *slang_fun; /* function to pass output to */ member
932 SLexecute_function (p->slang_fun); /* function to pass output to */ in read_process_input()
1027 p->slang_fun = f; in jed_set_process()
H A Dmenu.c100 SLang_Name_Type *slang_fun; member
479 l->slang_fun = nt; in append_slang_fun_item()
494 l->slang_fun = nt; in append_slang_fun_item()
804 sl->slang_fun, any); in copy_menu()
1383 nt = ((Menu_SLang_Fun_Type *) m)->slang_fun; in select_menu_cmd()
/dports/devel/libslang2/slang-2.3.2/src/
H A Dslrline.c1057 if (NULL != last_key->f.slang_fun) in free_last_key()
1059 SLang_free_function (last_key->f.slang_fun); in free_last_key()
1060 last_key->f.slang_fun = NULL; in free_last_key()
1092 if (NULL == (last_key->f.slang_fun = SLang_copy_function (key->f.slang_fun))) in save_last_key()
1226 (void) SLexecute_function (key->f.slang_fun); in SLrline_read_line()
2325 if (NULL != last_key->f.slang_fun) in rline_get_last_key_function_intrinsic()
2327 (void) SLang_push_function (last_key->f.slang_fun); in rline_get_last_key_function_intrinsic()
H A Dslkeymap.c442 key->f.slang_fun = nt; in SLkm_define_slkey()
H A Dslang.h1521 SLang_Name_Type *slang_fun; member