Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_constants.h88 #define GMT_TOP_MODULE 1 /* func_level of top-level module being called */ macro
H A Ddocs.c136 …if (GMT->hidden.func_level == GMT_TOP_MODULE) { /* Can only open figs if called indirectly via gmt… in GMT_docs()
H A Dgmt_parse.c272 …remember = (GMT->hidden.func_level == GMT_TOP_MODULE); /* Only update the history for top level … in gmtparse_complete_options()
H A Dgmt_init.c15723 …if (GMT->hidden.func_level == GMT_TOP_MODULE && GMT->current.ps.oneliner && GMT->current.ps.active… in gmt_end_module()
15734 …if (GMT->hidden.func_level == GMT_TOP_MODULE && GMT->parent->log_level == GMT_LOG_ONCE) { /* Reset… in gmt_end_module()
H A Dgmt_plot.c10148 if (GMT->hidden.func_level > GMT_TOP_MODULE) return; in gmt_plane_perspective()