Searched refs:asType1401 (Results 1 – 1 of 1) sorted by relevance
242 static short asType1401[MAX1401] = {0}; // The type of the 1401 variable1030 short sErr = U14SendString(hand, (asType1401[hand] == U14TYPE1401) ? "MEMTOP;" : "MEMTOP,?;"); in U14GetUserMemorySize()1039 if (asType1401[hand] == U14TYPE1401) /* result for standard */ in U14GetUserMemorySize()1057 return asType1401[hand]; in U14TypeOf1401()1070 switch (asType1401[hand]) // Results according to type in U14NameOf1401()1138 if (asType1401[hand] >= U14TYPEPOWER2) // The Power2 onwards can give us the monitor in U14MonitorRev()1149 iRev += asType1401[hand] * 10000; in U14MonitorRev()1401 case DRIVRET_STD: asType1401[hand] = U14TYPE1401; break; /* Some we do by hand */ in U14Open1401()1402 case DRIVRET_U1401:asType1401[hand] = U14TYPEU1401; break; in U14Open1401()1403 case DRIVRET_PLUS: asType1401[hand] = U14TYPEPLUS; break; in U14Open1401()[all …]