Searched refs:ColumnIndex (Results 1 – 2 of 2) sorted by relevance
573 UINTN ColumnIndex; in PrintHotKeyHelpString() local596 ColumnIndex = Index % 3; in PrintHotKeyHelpString()597 if (ColumnIndex == 0) { in PrintHotKeyHelpString()600 } else if (ColumnIndex == 1) { in PrintHotKeyHelpString()641 ColumnIndex = Index % 3; in PrintHotKeyHelpString()642 if (ColumnIndex == 0) { in PrintHotKeyHelpString()645 ColumnIndex ++; in PrintHotKeyHelpString()648 if (ColumnIndex == 1) { in PrintHotKeyHelpString()
256 IN CONST UINTN ColumnIndex, in PerformParsing() argument325 …for (ColumnLoop = 1, ColumnPointer = TempLine; ColumnLoop < ColumnIndex && ColumnPointer != NULL &… in PerformParsing()331 if (ColumnLoop == ColumnIndex) { in PerformParsing()