Home
last modified time | relevance | path

Searched refs:gmt_add_to_record (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/mgd77/
H A Dmgd77list.c1606gmt_add_to_record (GMT, record, aux_dvalue[aux[kx].type], pos, GMT_OUT, sep_flag); /* Format our o… in GMT_mgd77list()
1629gmt_add_to_record (GMT, record, date, pos, GMT_OUT, sep_flag); /* Format our output time value */ in GMT_mgd77list()
1633gmt_add_to_record (GMT, record, dvalue[kk][rec] - correction, pos, GMT_OUT, sep_flag); /* Format o… in GMT_mgd77list()
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_prototypes.h360 EXTERN_MSC void gmt_add_to_record (struct GMT_CTRL *GMT, char *record, double val, uint64_t col, un…
H A Dgmt_io.c6134 void gmt_add_to_record (struct GMT_CTRL *GMT, char *record, double val, uint64_t col, unsigned int … in gmt_add_to_record() function