Home
last modified time | relevance | path

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

/reactos/ntoskrnl/ex/
H A Dhdlsterm.c347 PUCHAR CommandStr = NULL; in HdlspDispatch() local
350 CommandStr = (PUCHAR)"\x1B[2J"; in HdlspDispatch()
352 CommandStr = (PUCHAR)"\x1B[0J"; in HdlspDispatch()
354 CommandStr = (PUCHAR)"\x1B[0K"; in HdlspDispatch()
356 CommandStr = (PUCHAR)"\x1B[0m"; in HdlspDispatch()
358 CommandStr = (PUCHAR)"\x1B[7m"; in HdlspDispatch()
377 CommandStr = DataBuffer; in HdlspDispatch()
398 CommandStr = DataBuffer; in HdlspDispatch()
402 HdlspSendStringAtBaud(CommandStr); in HdlspDispatch()