Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_io.h86 #define gmt_M_rec_is_eof(C) (C->current.io.status & GMT_IO_EOF)
H A Dgmt_resources.h512 GMT_IO_EOF = 8U, /* Read end-of-file */ enumerator
H A Dgmt_io.c949 GMT->current.io.status = GMT_IO_EOF; in gmtio_x_read()
1217 GMT->current.io.status = GMT_IO_EOF; in gmtio_a_read()
1242 GMT->current.io.status = GMT_IO_EOF; in gmtio_c_read()
1258 GMT->current.io.status = GMT_IO_EOF; in gmtio_u_read()
1274 GMT->current.io.status = GMT_IO_EOF; in gmtio_h_read()
1291 GMT->current.io.status = GMT_IO_EOF; in gmtio_h_read_swab()
1308 GMT->current.io.status = GMT_IO_EOF; in gmtio_H_read()
1324 GMT->current.io.status = GMT_IO_EOF; in gmtio_H_read_swab()
1340 GMT->current.io.status = GMT_IO_EOF; in gmtio_i_read()
3459 GMT->current.io.status = GMT_IO_EOF; in gmtio_reached_EOF()
[all …]
H A Dgmt_api.c9701 return GMT_IO_EOF; in gmtapi_wind_to_next_datarecord()
9761 …if (GMT->current.io.status & GMT_IO_EOF) { /* Hit end-of-file in current file (but there may be ma… in gmtapi_get_record_fp_sub()
9816 GMT->current.io.status = GMT_IO_EOF; in api_get_record_matrix()
9876 GMT->current.io.status = GMT_IO_EOF; in api_get_record_vector()
9967 case GMT_IO_EOF: /* End of entire data set */ in gmtapi_get_record_dataset()
/dports/graphics/gmt/gmt-6.3.0/src/mgd77/
H A Dmgd77manage.c711 if ((GMT->current.io.status & GMT_IO_EOF)) continue; /* At EOF */ in GMT_mgd77manage()
/dports/graphics/gmt/gmt-6.3.0/doc/rst/source/devdocs/
H A Dapi.rst1975 | GMT_IO_EOF | 1 if we reached the end of the file (EOF) |