Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dend.c103 …if (options->option == GMT_OPT_USAGE) bailout (usage (API, GMT_USAGE)); /* Return the usage messa… in GMT_end()
H A Dfigure.c151 …if (options->option == GMT_OPT_USAGE) bailout (usage (API, GMT_USAGE)); /* Return the usage messa… in GMT_figure()
H A Dbegin.c158 …if (options->option == GMT_OPT_USAGE) bailout (usage (API, GMT_USAGE)); /* Return the usage messa… in GMT_begin()
H A Dgmt_resources.h793 GMT_OPT_USAGE = '?', /* Command-line option for full usage */ enumerator
H A Dgmt_parse.c652 first_char = 1, option = GMT_OPT_USAGE, G->common.synopsis.extended = true; in GMT_Create_Options()
654 first_char = 1, option = GMT_OPT_USAGE, G->common.synopsis.extended = true; in GMT_Create_Options()
660 first_char = 6, option = GMT_OPT_USAGE; in GMT_Create_Options()
H A Dgrd2sph.c.template157 …if (!options || options->option == GMT_OPT_USAGE) bailout (usage (API, GMT_USAGE));/* Return the u…
H A Dgrdfilter_mt.c656 …if (!options || options->option == GMT_OPT_USAGE) bailout (GMT_grdfilter_usage (API, GMT_USAGE));/… in GMT_grdfilter_mt()
H A Dgmt_init.c19554 if (options->option == GMT_OPT_USAGE) /* -? Return the usage message */ in gmt_report_usage()
19555 code = GMT_OPT_USAGE; in gmt_report_usage()
19559 code = GMT_OPT_USAGE, API->GMT->common.synopsis.extended = true; in gmt_report_usage()
19562 code = GMT_OPT_USAGE; in gmt_report_usage()
19565 if (options && options->option == GMT_OPT_USAGE) in gmt_report_usage()
19566 code = GMT_OPT_USAGE; in gmt_report_usage()
19571 if (!options || options->option == GMT_OPT_USAGE) in gmt_report_usage()
19572 code = GMT_OPT_USAGE; in gmt_report_usage()
H A Dpsxyz.c749 …if (API->usage || (options && options->option == GMT_OPT_USAGE)) bailout (usage (API, GMT_USAGE));… in GMT_psxyz()
H A Dgmt_api.c891 …if (head->option == GMT_OPT_USAGE || head->option == GMT_OPT_SYNOPSIS || (head->option == '+' && !… in gmtapi_check_for_modern_oneliner()
12851 …if ((*head) && ((*head)->option == GMT_OPT_USAGE || (*head)->option == GMT_OPT_SYNOPSIS)) { /* Not… in GMT_Encode_Options()
/dports/graphics/gmt/gmt-6.3.0/src/spotter/
H A Drotconverter.c347 …if (!options || options->option == GMT_OPT_USAGE) bailout (usage (API, GMT_USAGE)); /* Return the … in GMT_rotconverter()