Home
last modified time | relevance | path

Searched refs:n_input_types (Results 1 – 8 of 8) sorted by relevance

/dports/science/luscus/luscus_0.8.6/
H A Dgv_system.c20 int n_input_types; variable
581 n_input_types = 0; in init_input_filetypes()
613 n_input_types++; in init_input_filetypes()
615 input_filetypes[n_input_types-1].libpath = NULL; in init_input_filetypes()
616 input_filetypes[n_input_types-1].forward = NULL; in init_input_filetypes()
617 input_filetypes[n_input_types-1].backward = NULL; in init_input_filetypes()
634 n_input_types++; in init_input_filetypes()
658 …iex = check_file_exists(input_filetypes[n_input_types-1].libpath, input_filetypes[n_input_types-1]… in init_input_filetypes()
666 …iex = check_file_exists(input_filetypes[n_input_types-1].libpath, input_filetypes[n_input_types-1]… in init_input_filetypes()
681 printf("n_input_filetypes = %d\n", n_input_types); in init_input_filetypes()
[all …]
H A Dmain.c23 int n_input_types; variable
72 for(i = 0; i < n_input_types; i++) in print_debug_data()
H A Dgv.h439 extern int n_input_types;
H A Dwrite_file.c41 if (i == 0) return n_input_types - 1; in get_filetype()
44 for(i = 0; i < n_input_types; i++) in get_filetype()
H A Dgv.h.in435 extern int n_input_types;
H A Dread_file.c850 for (i = 0; i < n_input_types; i++) in open_file()
882 for (i = 0; i < n_input_types; i++) in open_file()
888 if (i < n_input_types && input_filetypes[i].libpath) in open_file()
2436 …oc(sizeof(char) * (strlen(original_filename) + strlen(input_filetypes[n_input_types-1].extension) … in make_luscus_file_name()
2447 …) * (strlen(original_filename) - strlen(ext) + strlen(input_filetypes[n_input_types-1].extension) … in make_luscus_file_name()
H A Dread_file_org.c848 for (i = 0; i < n_input_types; i++) in open_file()
880 for (i = 0; i < n_input_types; i++) in open_file()
886 if (i < n_input_types && input_filetypes[i].libpath) in open_file()
2434 …oc(sizeof(char) * (strlen(original_filename) + strlen(input_filetypes[n_input_types-1].extension) … in make_luscus_file_name()
2445 …) * (strlen(original_filename) - strlen(ext) + strlen(input_filetypes[n_input_types-1].extension) … in make_luscus_file_name()
H A Dluscus_gtk_util.c24 int n_input_types; variable
1740 for(i = 0; i < n_input_types; i++) in callback_open_file()
1809 for (i = 0; i < n_input_types; i++) in callback_save_file()
1848 for(i = 0; i < n_input_types; i++) in set_save_file_filename()