Home
last modified time | relevance | path

Searched refs:GMT_IS_FDESC (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_resources.h120 GMT_IS_FDESC = 2, /* Entity is an open file descriptor */ enumerator
H A Dgmt_api.c3324 case GMT_IS_FDESC: in gmtapi_import_palette()
3398 case GMT_IS_FDESC: in gmtapi_export_palette()
3472 case GMT_IS_FDESC: in gmtapi_import_postscript()
3539 case GMT_IS_FDESC: in gmtapi_export_postscript()
4160 case GMT_IS_FDESC: in gmtapi_export_dataset()
6781 case GMT_IS_FDESC: in gmtapi_import_matrix()
6949 case GMT_IS_FDESC: in gmtapi_export_matrix()
7100 case GMT_IS_FDESC: in gmtapi_export_vector()
7275 case GMT_IS_FDESC: in gmtapi_import_vector()
8523 case GMT_IS_FDESC: in GMT_Register_IO()
[all …]
H A Dgmt_io.c3809 case GMT_IS_FDESC: /* Open file descriptor given, just convert to file pointer */ in gmtio_write_table()
4843 case GMT_IS_FDESC: /* Open file descriptor given, just convert to file pointer */ in gmtlib_write_dataset()
7920 …else if (source_type == GMT_IS_FDESC) { /* Open file descriptor given, just convert to file point… in gmtlib_read_table()
H A Dgmt_plot.c10346 …else if (source_type == GMT_IS_FDESC) { /* Open file descriptor given, just convert to file point… in gmtlib_read_ps()
10434 …else if (dest_type == GMT_IS_FDESC) { /* Open file descriptor given, just convert to file pointer… in gmtlib_write_ps()
H A Dgmt_support.c7885 …else if (source_type == GMT_IS_FDESC) { /* Open file descriptor given, just convert to file point… in gmtlib_read_cpt()
9069 …else if (dest_type == GMT_IS_FDESC) { /* Open file descriptor given, just convert to file pointer… in gmtlib_write_cpt()
/dports/graphics/gmt/gmt-6.3.0/doc/rst/source/devdocs/
H A Dapi.rst1161 | GMT_IS_FDESC | Pointer to integer file descriptor |