Home
last modified time | relevance | path

Searched refs:TotalCols (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DFileHandleInternal.h59 IN CONST UINTN TotalCols,
DFileHandleWrappers.c1444 IN CONST UINTN TotalCols, in PrintCommandHistory() argument
1465 LineCount = ((StrLen (Node->Buffer) + StartColumn + 1) / TotalCols) + 1; in PrintCommandHistory()