Home
last modified time | relevance | path

Searched defs:is_EOF (Results 1 – 9 of 9) sorted by relevance

/dports/devel/py-avro/avro-1.11.0/avro/
H A Ddatafile.py369 def is_EOF(self) -> bool: member in DataFileReader
/dports/graphics/nip2/nip2-8.7.1/src/
H A Dparse.y1258 is_EOF( void ) in is_EOF() function
/dports/biology/subread/subread-2.0.2-source/src/
H A Dsubread.h464 int is_EOF; member
484 int is_EOF; member
578 int is_EOF; member
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dapi_file.cpp225 bool CSG_File::is_EOF(void) const in is_EOF() function in CSG_File
H A Dapi_core.h778 bool is_EOF (void) { return( m_Cursor >= m_nBytes ); } in is_EOF() function
/dports/x11/libX11/libX11-1.7.2/src/
H A DXrm.c294 #define is_EOF(bits) ((bits) == EOS) macro
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Ddatafile.c122 #define is_EOF(c) ((c) == 'e' || (c) == 'E') macro
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Ddatafile.c123 #define is_EOF(c) ((c) == 'e' || (c) == 'E') macro
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Ddatafile.c123 #define is_EOF(c) ((c) == 'e' || (c) == 'E') macro