Home
last modified time | relevance | path

Searched refs:NameCommandPovray (Results 1 – 5 of 5) sorted by relevance

/dports/science/gabedit/GabeditSrc251_300720/src/Common/
H A DGlobal.h165 gchar *NameCommandPovray; variable
H A DPreferences.c1202 NameCommandPovray = g_strdup(povrayCommands.commands[0]); in remove_povray_command()
1204 str_delete_n(NameCommandPovray); in remove_povray_command()
1205 delete_last_spaces(NameCommandPovray); in remove_povray_command()
1206 delete_first_spaces(NameCommandPovray); in remove_povray_command()
1217 NameCommandPovray = g_strdup(strcom); in modify_povray_command()
1219 str_delete_n(NameCommandPovray); in modify_povray_command()
1220 delete_last_spaces(NameCommandPovray); in modify_povray_command()
1221 delete_first_spaces(NameCommandPovray); in modify_povray_command()
1225 if(strcmp(NameCommandPovray,povrayCommands.commands[i])==0) in modify_povray_command()
1232 povrayCommands.commands[povrayCommands.numberOfCommands-1] = g_strdup(NameCommandPovray); in modify_povray_command()
[all …]
/dports/science/gabedit/GabeditSrc251_300720/src/Utils/
H A DUtils.c1306 str_delete_n(NameCommandPovray); in create_commands_file()
1307 delete_last_spaces(NameCommandPovray); in create_commands_file()
1308 delete_first_spaces(NameCommandPovray); in create_commands_file()
1309 fprintf(fd,"%s\n",NameCommandPovray); in create_commands_file()
1875 …readCommandsOneSoft(fd, "Begin PovRay", &NameCommandPovray, &povrayCommands, free_povray_commands,… in read_commands_file()
2298 NameCommandPovray=g_strdup("start /w pvengine /nr /exit /render +A0.3 -UV"); in initialise_name_commands()
2312 NameCommandPovray=g_strdup("povray +A0.3 -UV"); in initialise_name_commands()
/dports/science/gabedit/GabeditSrc251_300720/src/Geometry/
H A DPovray.c1450 tmp = g_strdup_printf("%s +W%d +H%d",NameCommandPovray, width,height); in AddPOVRayRunDlg()
/dports/science/gabedit/GabeditSrc251_300720/src/Display/
H A DPovrayGL.c1853 tmp = g_strdup_printf("%s +W%d +H%d",NameCommandPovray, width,height); in AddPOVRayRunDlg()