Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_parse.c347 opt2->next = GMT_Make_Option (GMT->parent, 'B', p); /* Create new struct */ in gmtparse_complete_options()
525 head = opt = GMT_Make_Option (GMT->parent, priority[0].opt->option, priority[0].opt->arg); in gmtparse_ensure_b_and_dash_options_order()
527 opt->next = GMT_Make_Option (GMT->parent, priority[k].opt->option, priority[k].opt->arg); in gmtparse_ensure_b_and_dash_options_order()
572 …if ((new_opt = GMT_Make_Option (API, head_in->option, head_in->arg)) == NULL) /* Make option with … in GMT_Create_Options()
631 …if ((new_opt = GMT_Make_Option (API, '=', &args[arg][1])) == NULL) /* Make option with the listing… in GMT_Create_Options()
637 if ((new_opt = GMT_Make_Option (API, GMT_OPT_INFILE, flist[f])) == NULL) in GMT_Create_Options()
687 if ((new_opt = GMT_Make_Option (API, option, t)) == NULL) { in GMT_Create_Options()
694 if ((new_opt = GMT_Make_Option (API, option, this_arg)) == NULL) in GMT_Create_Options()
766 if ((new_opt = GMT_Make_Option (API, opt->option, opt->arg)) == NULL) in GMT_Duplicate_Options()
946 struct GMT_OPTION *GMT_Make_Option (void *V_API, char option, const char *arg) { in GMT_Make_Option() function
H A Dpsternary.c254 if ((opt = GMT_Make_Option (API, 'J', "z1i")) == NULL) return (GMT_PARSE_ERROR); in psternary_prep_options()
285 if ((boptions[GMT_X] = GMT_Make_Option (API, 'B', string)) == NULL) return (GMT_PARSE_ERROR); in psternary_prep_options()
287 if ((boptions[GMT_Y] = GMT_Make_Option (API, 'B', string)) == NULL) return (GMT_PARSE_ERROR); in psternary_prep_options()
289 if ((boptions[GMT_Z] = GMT_Make_Option (API, 'B', string)) == NULL) return (GMT_PARSE_ERROR); in psternary_prep_options()
300 if ((boptions[GMT_X] = GMT_Make_Option (API, 'B', opt->arg)) == NULL) return (GMT_PARSE_ERROR); in psternary_prep_options()
304 if ((boptions[GMT_Y] = GMT_Make_Option (API, 'B', opt->arg)) == NULL) return (GMT_PARSE_ERROR); in psternary_prep_options()
308 if ((boptions[GMT_Z] = GMT_Make_Option (API, 'B', opt->arg)) == NULL) return (GMT_PARSE_ERROR); in psternary_prep_options()
H A Dgmt.h145 EXTERN_MSC struct GMT_OPTION * GMT_Make_Option (void *API, char option, const char *arg);
H A Dgmt_init.c14311 if ((opt = GMT_Make_Option (API, 'R', region)) == NULL) in gmtinit_set_missing_R_from_grid()
14335 if ((opt = GMT_Make_Option (API, 'R', region)) == NULL) in gmtinit_set_missing_R_from_datasets()
15281 if ((opt = GMT_Make_Option (API, 'B', P->Baxes)) == NULL) return NULL; in gmt_init_module()
15289 if ((opt = GMT_Make_Option (API, '-', "MAP_FRAME_TYPE=inside")) == NULL) return NULL; in gmt_init_module()
15295 if ((opt = GMT_Make_Option (API, 'B', arg)) == NULL) return NULL; /* Failure to make option */ in gmt_init_module()
15302 if ((opt = GMT_Make_Option (API, 'B', arg)) == NULL) return NULL; /* Failure to make option */ in gmt_init_module()
15311 if ((opt = GMT_Make_Option (API, 'X', arg)) == NULL) return NULL; /* Failure to make option */ in gmt_init_module()
15314 if ((opt = GMT_Make_Option (API, 'Y', arg)) == NULL) return NULL; /* Failure to make option */ in gmt_init_module()
15336 if ((opt = GMT_Make_Option (API, 'R', "")) == NULL) return NULL; /* Failure to make option */ in gmt_init_module()
15354 if ((opt = GMT_Make_Option (API, 'J', "")) == NULL) return NULL; /* Failure to make option */ in gmt_init_module()
[all …]
H A Dxyz2grd.c309 struct GMT_OPTION *opt = GMT_Make_Option (API, 'f', "0f,1f"); in xyz2grd_protect_J()
H A Dgmt_api.c12962 …new_ptr = GMT_Make_Option (API, 'G', "?"); /* Create new output grid option(s) with filename "?" */ in GMT_Encode_Options()
12986 …new_ptr = GMT_Make_Option (API, 'G', "?"); /* Create new output grid option(s) with filename "?" */ in GMT_Encode_Options()
13004 new_ptr = GMT_Make_Option (API, GMT_OPT_INFILE, "?"); in GMT_Encode_Options()
13268 … new_ptr = GMT_Make_Option (API, key[ku][K_OPT], str); /* Create new option(s) with filename "?" */ in GMT_Encode_Options()
H A Dgmt_support.c15703 ptr = GMT_Make_Option (API, GMT_OPT_INFILE, M[k].arg[kk]); in gmt_substitute_macros()
15716 ptr = GMT_Make_Option (API, opt->option, opt->arg); in gmt_substitute_macros()
/dports/graphics/gmt/gmt-6.3.0/doc/rst/source/devdocs/
H A Dapi.rst3050 struct GMT_OPTION *GMT_Make_Option (void *API, char option, const char *arg);