Home
last modified time | relevance | path

Searched refs:l_run_mode (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/file-fits/
H A Dfits.c130 static GimpRunMode l_run_mode; variable
215 l_run_mode = run_mode = (GimpRunMode)param[0].data.d_int32; in run()
423 if (l_run_mode != GIMP_RUN_NONINTERACTIVE) in load_image()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dfile-ps.c300 static GimpRunMode l_run_mode; variable
803 l_run_mode = run_mode = param[0].data.d_int32; in run()
1190 if (l_run_mode != GIMP_RUN_NONINTERACTIVE && k > 0) in load_image()