Home
last modified time | relevance | path

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

/dports/science/gabedit/GabeditSrc251_300720/src/Common/
H A DPreferences.c396 if(mpqcCommands.numberOfCommands<2) in remove_mpqc_command()
412 mpqcCommands.commands[i] = mpqcCommands.commands[i+1]; in remove_mpqc_command()
414 mpqcCommands.numberOfCommands--; in remove_mpqc_command()
415 mpqcCommands.commands = g_realloc( in remove_mpqc_command()
416 mpqcCommands.commands, in remove_mpqc_command()
426 if(mpqcCommands.numberOfCommands<2) in remove_mpqc_command()
457 mpqcCommands.numberOfCommands++; in modify_mpqc_command()
458 mpqcCommands.commands = g_realloc( in modify_mpqc_command()
459 mpqcCommands.commands, in modify_mpqc_command()
461 mpqcCommands.commands[mpqcCommands.numberOfCommands-1] = g_strdup(NameCommandMPQC); in modify_mpqc_command()
[all …]
H A DGlobal.h199 CommandsList mpqcCommands; variable
H A DRun.c228 for(i=0;i<mpqcCommands.numberOfCommands;i++) in set_default_entrys()
229 glist = g_list_append(glist,mpqcCommands.commands[i]); in set_default_entrys()
/dports/science/gabedit/GabeditSrc251_300720/src/Utils/
H A DUtils.c185 free_commands_list(&mpqcCommands); in free_mpqc_commands()
1206 for(i=0;i<mpqcCommands.numberOfCommands;i++) in create_commands_file()
1208 str_delete_n(mpqcCommands.commands[i]); in create_commands_file()
1209 delete_last_spaces(mpqcCommands.commands[i]); in create_commands_file()
1210 delete_first_spaces(mpqcCommands.commands[i]); in create_commands_file()
1211 fprintf(fd,"%s\n",mpqcCommands.commands[i]); in create_commands_file()
2483 mpqcCommands.numberOfCommands = 2; in initialise_global_variables()
2485 mpqcCommands.numberOfCommands = 3; in initialise_global_variables()
2488 mpqcCommands.numberOfDefaultCommand = 0; in initialise_global_variables()
2489 mpqcCommands.commands = g_malloc(mpqcCommands.numberOfCommands*sizeof(gchar*)); in initialise_global_variables()
[all …]