Home
last modified time | relevance | path

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

/dports/science/gabedit/GabeditSrc251_300720/src/Common/
H A DGlobal.h208 gchar *NameTypeBatch; variable
H A DPreferences.c1718 if(NameTypeBatch) g_free(NameTypeBatch); in modify_batch_command()
1719 NameTypeBatch = g_strdup(batchCommands.types[n]); in modify_batch_command()
1834 gtk_entry_set_text (GTK_ENTRY (EntryBatchType),NameTypeBatch); in create_batch_commands()
1883 gtk_entry_set_text (GTK_ENTRY (EntryBatchType),NameTypeBatch); in create_batch_commands()
/dports/science/gabedit/GabeditSrc251_300720/src/Utils/
H A DUtils.c1087 str_delete_n(NameTypeBatch); in create_commands_file()
1088 fprintf(fd,"%s\n",NameTypeBatch); in create_commands_file()
1734 if(NameTypeBatch) in free_batch_commands()
1735 g_free(NameTypeBatch); in free_batch_commands()
1770 NameTypeBatch= g_strdup(t); in read_commands_file()
1771 str_delete_n(NameTypeBatch); in read_commands_file()
2378 NameTypeBatch = g_strdup(batchCommands.types[0]); in initialise_batch_commands()