Searched refs:autoTabIdx (Results 1 – 2 of 2) sorted by relevance
87 int autoTabIdx; variable
1335 if (autoTabIdx == 124) in autoTabForward()1337 autoTabStr[autoTabIdx] = ' '; in autoTabForward()1338 autoTabIdx += 4; in autoTabForward()1339 autoTabStr[autoTabIdx] = '\0'; in autoTabForward()1344 if (autoTabIdx == 0) in autoTabBackward()1346 autoTabStr[autoTabIdx] = ' '; in autoTabBackward()1347 autoTabIdx -= 4; in autoTabBackward()1348 autoTabStr[autoTabIdx] = '\0'; in autoTabBackward()1382 autoTabIdx = 0; in RkAiqCalibParser()