Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_resources.h195 GMT_MODULE_OPT = -1, /* Gave linked list of option structures to GMT_Call_Module */ enumerator
H A Dgmt_api.c12520 char *text = (mode == GMT_MODULE_OPT) ? GMT_Create_Cmd (API, args) : args; in GMT_Call_Module()
12522 if (mode == GMT_MODULE_OPT) GMT_Destroy_Cmd (API, &text); in GMT_Call_Module()
H A Dgmt_init.c14244 …if (GMT_Call_Module (API, "gmtinfo", GMT_MODULE_OPT, head) != GMT_OK) /* Get the data domain via g… in gmtinit_get_region_from_data()
/dports/graphics/gmt/gmt-6.3.0/doc/rst/source/devdocs/
H A Dapi.rst2879 *mode* = ``GMT_MODULE_OPT``.
2923 above, and ``mode`` must be passed as ``GMT_MODULE_OPT``. Using