Home
last modified time | relevance | path

Searched refs:NameCommandNWChem (Results 1 – 6 of 6) sorted by relevance

/dports/science/gabedit/GabeditSrc251_300720/src/Common/
H A DGlobal.h162 gchar *NameCommandNWChem; variable
H A DPreferences.c1030 NameCommandNWChem = g_strdup(nwchemCommands.commands[0]); in remove_nwchem_command()
1032 str_delete_n(NameCommandNWChem); in remove_nwchem_command()
1033 delete_last_spaces(NameCommandNWChem); in remove_nwchem_command()
1034 delete_first_spaces(NameCommandNWChem); in remove_nwchem_command()
1045 NameCommandNWChem = g_strdup(strcom); in modify_nwchem_command()
1047 str_delete_n(NameCommandNWChem); in modify_nwchem_command()
1048 delete_last_spaces(NameCommandNWChem); in modify_nwchem_command()
1049 delete_first_spaces(NameCommandNWChem); in modify_nwchem_command()
1053 if(strcmp(NameCommandNWChem,nwchemCommands.commands[i])==0) in modify_nwchem_command()
1060 nwchemCommands.commands[nwchemCommands.numberOfCommands-1] = g_strdup(NameCommandNWChem); in modify_nwchem_command()
[all …]
H A DRun.c314 gtk_entry_set_text (GTK_ENTRY (EntryCommand), NameCommandNWChem); in set_default_entrys()
/dports/science/gabedit/GabeditSrc251_300720/src/NWChem/
H A DNWChem.c121 fileopen.command=g_strdup(NameCommandNWChem); in putInfoInTextEditor()
/dports/science/gabedit/GabeditSrc251_300720/src/Utils/
H A DUtils.c1216 str_delete_n(NameCommandNWChem); in create_commands_file()
1217 delete_last_spaces(NameCommandNWChem); in create_commands_file()
1218 delete_first_spaces(NameCommandNWChem); in create_commands_file()
1219 fprintf(fd,"%s\n",NameCommandNWChem); in create_commands_file()
1869 …readCommandsOneSoft(fd, "Begin NWChem", &NameCommandNWChem, &nwchemCommands, free_nwchem_commands,… in read_commands_file()
2295 NameCommandNWChem=g_strdup("nwchem"); in initialise_name_commands()
2309 NameCommandNWChem=g_strdup("nwchem"); in initialise_name_commands()
H A DUtilsInterface.c1924 fileopen.command=g_strdup(NameCommandNWChem); in new_doc_nwchem()
2753 fileopen.command=g_strdup(NameCommandNWChem); in new_nwchem()