Home
last modified time | relevance | path

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

/dports/science/gabedit/GabeditSrc251_300720/src/Common/
H A DPreferences.c995 if(nwchemCommands.numberOfCommands<2) in remove_nwchem_command()
1011 nwchemCommands.commands[i] = nwchemCommands.commands[i+1]; in remove_nwchem_command()
1013 nwchemCommands.numberOfCommands--; in remove_nwchem_command()
1014 nwchemCommands.commands = g_realloc( in remove_nwchem_command()
1015 nwchemCommands.commands, in remove_nwchem_command()
1025 if(nwchemCommands.numberOfCommands<2) in remove_nwchem_command()
1056 nwchemCommands.numberOfCommands++; in modify_nwchem_command()
1057 nwchemCommands.commands = g_realloc( in modify_nwchem_command()
1058 nwchemCommands.commands, in modify_nwchem_command()
1060 nwchemCommands.commands[nwchemCommands.numberOfCommands-1] = g_strdup(NameCommandNWChem); in modify_nwchem_command()
[all …]
H A DGlobal.h201 CommandsList nwchemCommands; variable
H A DRun.c308 for(i=0;i<nwchemCommands.numberOfCommands;i++) in set_default_entrys()
309 glist = g_list_append(glist,nwchemCommands.commands[i]); in set_default_entrys()
324 for(i=0;i<nwchemCommands.numberOfCommands;i++) in set_default_entrys()
325 glist = g_list_append(glist,nwchemCommands.commands[i]); in set_default_entrys()
/dports/science/gabedit/GabeditSrc251_300720/src/Utils/
H A DUtils.c190 free_commands_list(&nwchemCommands); in free_nwchem_commands()
1221 for(i=0;i<nwchemCommands.numberOfCommands;i++) in create_commands_file()
1223 str_delete_n(nwchemCommands.commands[i]); in create_commands_file()
1224 delete_last_spaces(nwchemCommands.commands[i]); in create_commands_file()
1225 delete_first_spaces(nwchemCommands.commands[i]); in create_commands_file()
1226 fprintf(fd,"%s\n",nwchemCommands.commands[i]); in create_commands_file()
2524 nwchemCommands.numberOfCommands = 2; in initialise_global_variables()
2526 nwchemCommands.numberOfCommands = 3; in initialise_global_variables()
2529 nwchemCommands.numberOfDefaultCommand = 0; in initialise_global_variables()
2530 nwchemCommands.commands = g_malloc(nwchemCommands.numberOfCommands*sizeof(gchar*)); in initialise_global_variables()
[all …]