Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_private.h141 unsigned int n_tmp_headers; /* Number of temporarily held table headers */ member
H A Dgmt_api.c8672 T->n_headers = API->n_tmp_headers; in gmtapi_end_io_dataset()
8673 API->n_tmp_headers = 0; in gmtapi_end_io_dataset()
8711 M->n_headers = API->n_tmp_headers; in gmtapi_end_io_matrix()
8712 API->n_tmp_headers = 0; in gmtapi_end_io_matrix()
8763 V->n_headers = API->n_tmp_headers; in gmtapi_end_io_vector()
8764 API->n_tmp_headers = 0; in gmtapi_end_io_vector()
10385 API->tmp_header[API->n_tmp_headers++] = strdup (GMT->current.io.curr_text); in gmtapi_put_record_init()
10439 API->tmp_header = gmt_M_memory (GMT, API->tmp_header, API->n_tmp_headers+1, char *); in gmtapi_put_record_init()
10441 API->tmp_header[API->n_tmp_headers++] = strdup (GMT->current.io.curr_text); in gmtapi_put_record_init()
10483 API->tmp_header = gmt_M_memory (GMT, API->tmp_header, API->n_tmp_headers+1, char *); in gmtapi_put_record_init()
[all …]