Home
last modified time | relevance | path

Searched refs:commandListAll (Results 1 – 3 of 3) sorted by relevance

/dports/science/gabedit/GabeditSrc251_300720/src/Common/
H A DGlobal.h123 gchar** commandListAll; member
H A DPreferences.c1723 if(batchCommands.commandListAll[n]) g_free(batchCommands.commandListAll[n]); in modify_batch_command()
1724 batchCommands.commandListAll[n] = g_strdup(temp); in modify_batch_command()
1773 gtk_entry_set_text (GTK_ENTRY (entryAll),batchCommands.commandListAll[n]); in modify_batch_entrys()
/dports/science/gabedit/GabeditSrc251_300720/src/Utils/
H A DUtils.c1108 str_delete_n(batchCommands.commandListAll[i]); in create_commands_file()
1109 fprintf(fd,"%s\n",batchCommands.commandListAll[i]); in create_commands_file()
1717 if(batchCommands.commandListAll[i]) in free_batch_commands()
1718 g_free(batchCommands.commandListAll[i]); in free_batch_commands()
1727 if(batchCommands.commandListAll) in free_batch_commands()
1728 g_free(batchCommands.commandListAll); in free_batch_commands()
1810 batchCommands.commandListAll[i] = g_strdup(" "); in read_commands_file()
1842 batchCommands.commandListAll[i] = tmp[0]; in read_commands_file()
2356 batchCommands.commandListAll[1] = g_strdup("llq"); in initialise_batch_commands()
2357 batchCommands.commandListAll[2] = g_strdup("qstat -a"); in initialise_batch_commands()
[all …]