Home
last modified time | relevance | path

Searched refs:maxUserLun (Results 1 – 4 of 4) sorted by relevance

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dio.hpp54 const int maxUserLun=99; // within GDL, internal always lun-1 is used variable
H A Dgdlhelp.cpp176 cout << " maxUserLun : " << maxUserLun << " fileUnits.size() : " << fileUnits.size() << '\n'; in help_files()
178 for( DLong lun=maxUserLun+1; lun <= fileUnits.size(); ++lun) in help_files()
H A Dbasic_pro.cpp216 for (int p = 0; p < maxUserLun; ++p) { in exitgdl()
827 for (int p = maxUserLun; p < maxLun; ++p) { in close_lun()
836 for (int p = 0; p < maxUserLun; ++p) { in close_lun()
H A Dobjects.cpp918 for( DLong lun=maxUserLun+1; lun <= fileUnits.size(); lun++) in GetLUN()