Home
last modified time | relevance | path

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

/reactos/ntoskrnl/kd/
H A Dkdio.c42 #define KdpScreenLineLengthDefault 80 macro
43 static CHAR KdpScreenLineBuffer[KdpScreenLineLengthDefault + 1] = "";
491 if (*pch == '\n' || KdpScreenLineLength == KdpScreenLineLengthDefault) in KdpScreenPrint()