Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_support.c15084 unsigned int save_coltype, save_max_cols_to_read; in gmtlib_load_custom_annot() local
15094 save_coltype = gmt_get_column_type (GMT, GMT_IN, GMT_X); in gmtlib_load_custom_annot()
15108 gmt_set_column_type (GMT, GMT_IN, GMT_X, save_coltype); in gmtlib_load_custom_annot()
15112 gmt_set_column_type (GMT, GMT_IN, GMT_X, save_coltype); in gmtlib_load_custom_annot()
17585 unsigned int save_coltype[2]; in gmt_create_array() local
17590 save_coltype[GMT_IN] = gmt_get_column_type (GMT, GMT_IN, GMT_X); in gmt_create_array()
17591 save_coltype[GMT_OUT] = gmt_get_column_type (GMT, GMT_OUT, GMT_X); in gmt_create_array()
17601 gmt_set_column_type (GMT, GMT_IN, GMT_X, save_coltype[GMT_IN]); in gmt_create_array()
17602 gmt_set_column_type (GMT, GMT_OUT, GMT_X, save_coltype[GMT_OUT]); in gmt_create_array()
17829 unsigned int seg, row, c, save_coltype = gmt_get_column_type (GMT, GMT_IN, GMT_X); in gmt_get_contours_from_table() local
[all …]
H A Dgmt_init.c3575 unsigned int save_coltype, save_max_cols_to_read; in gmtinit_init_custom_annot() local
3582 save_coltype = gmt_get_column_type (GMT, GMT_IN, GMT_X); in gmtinit_init_custom_annot()
3592 gmt_set_column_type (GMT, GMT_IN, GMT_X, save_coltype); in gmtinit_init_custom_annot()
3597 gmt_set_column_type (GMT, GMT_IN, GMT_X, save_coltype); in gmtinit_init_custom_annot()
3600 gmt_set_column_type (GMT, GMT_IN, GMT_X, save_coltype); in gmtinit_init_custom_annot()