Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_init.c15401 …bool first_time = true, parsed_R = false, dry_run = false, got_grdcut = false, got_grdimage = fals… in gmt_init_module() local
15411 got_grdcut = !strncmp (mod_name, "grdcut", 6U); in gmt_init_module()
15413 …dry_run = (got_grdcut && (opt_D = GMT_Find_Option (API, 'D', *options))); /* Do not want the grid,… in gmt_init_module()
15446 if (!(GMT->current.ps.active || got_grdcut || got_grdimage)) { in gmt_init_module()