Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_init.c15708 bool pass_changes_back; in gmt_end_module() local
15751pass_changes_back = (!strncmp (GMT->init.module_name, "gmtset", 6U)); /* gmtset is special as we w… in gmt_end_module()
15752 …if (pass_changes_back) gmt_M_memcpy (&saved_settings, &(GMT->current.setting), 1U, struct GMT_DEFA… in gmt_end_module()
15821 …if (pass_changes_back) gmt_M_memcpy (&(GMT->current.setting), &saved_settings, 1U, struct GMT_DEFA… in gmt_end_module()