Home
last modified time | relevance | path

Searched refs:fireflyCommands (Results 1 – 4 of 4) sorted by relevance

/dports/science/gabedit/GabeditSrc251_300720/src/Common/
H A DPreferences.c655 if(fireflyCommands.numberOfCommands<2) in remove_firefly_command()
671 fireflyCommands.commands[i] = fireflyCommands.commands[i+1]; in remove_firefly_command()
673 fireflyCommands.numberOfCommands--; in remove_firefly_command()
674 fireflyCommands.commands = g_realloc( in remove_firefly_command()
675 fireflyCommands.commands, in remove_firefly_command()
714 fireflyCommands.numberOfCommands++; in modify_firefly_command()
715 fireflyCommands.commands = g_realloc( in modify_firefly_command()
716 fireflyCommands.commands, in modify_firefly_command()
718 fireflyCommands.commands[fireflyCommands.numberOfCommands-1] = g_strdup(NameCommandFireFly); in modify_firefly_command()
2532 …combo = create_combo_box_entry(fireflyCommands.commands,fireflyCommands.numberOfCommands,TRUE,-1,-… in create_execucte_commands()
[all …]
H A DGlobal.h203 CommandsList fireflyCommands; variable
H A DRun.c276 for(i=0;i<fireflyCommands.numberOfCommands;i++) in set_default_entrys()
277 glist = g_list_append(glist,fireflyCommands.commands[i]); in set_default_entrys()
/dports/science/gabedit/GabeditSrc251_300720/src/Utils/
H A DUtils.c210 free_commands_list(&fireflyCommands); in free_firefly_commands()
1266 for(i=0;i<fireflyCommands.numberOfCommands;i++) in create_commands_file()
1268 str_delete_n(fireflyCommands.commands[i]); in create_commands_file()
1269 delete_last_spaces(fireflyCommands.commands[i]); in create_commands_file()
1270 delete_first_spaces(fireflyCommands.commands[i]); in create_commands_file()
1271 fprintf(fd,"%s\n",fireflyCommands.commands[i]); in create_commands_file()
2551 fireflyCommands.numberOfCommands = 2; in initialise_global_variables()
2553 fireflyCommands.numberOfCommands = 3; in initialise_global_variables()
2556 fireflyCommands.numberOfDefaultCommand = 0; in initialise_global_variables()
2557 fireflyCommands.commands = g_malloc(fireflyCommands.numberOfCommands*sizeof(gchar*)); in initialise_global_variables()
[all …]