Searched defs:TotalCols (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DFileHandleWrappers.c1208 @param[in] TotalCols How many columns are on the screen
1215 IN CONST UINTN TotalCols,
1236 LineCount = ((StrLen (Node->Buffer) + StartColumn + 1) / TotalCols) + 1;
1214 PrintCommandHistory( IN CONST UINTN TotalCols, IN CONST UINTN TotalRows, IN CONST UINTN StartColumn ) argument

Completed in 35 milliseconds