Home
last modified time | relevance | path

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

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dio.hpp125 bool getLunLock; member in GDLStream
170 getLunLock(false), in GDLStream()
266 void SetGetLunLock( bool b) { getLunLock = b;} in SetGetLunLock()
267 bool GetGetLunLock() { return getLunLock;} in GetGetLunLock()
H A Dio.cpp648 getLunLock = false; in Free()