Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Dsyslink.c86 WCHAR BreakChar; /* Break Character for the current font */ member
200 else if(*(current + 2) == infoPtr->BreakChar) in SYSLINK_ParseText()
258 if(*tmp == infoPtr->BreakChar) in SYSLINK_ParseText()
563 static BOOL SYSLINK_WrapLine (LPWSTR Text, WCHAR BreakChar, int x, int *LineLen, in SYSLINK_WrapLine() argument
573 if (Text[i] != '\r' && Text[i] != '\n' && Text[i] != BreakChar) in SYSLINK_WrapLine()
576 while (i && Text[i - 1] != BreakChar) i--; in SYSLINK_WrapLine()
668 while(n > 0 && (*tx) == infoPtr->BreakChar) in SYSLINK_Render()
685 Wrap = SYSLINK_WrapLine(tx, infoPtr->BreakChar, x, &LineLen, nFit, &szDim); in SYSLINK_Render()
904 infoPtr->BreakChar = tm.tmBreakChar; in SYSLINK_SetFont()
1713 infoPtr->BreakChar = ' '; in SysLinkWindowProc()
/reactos/sdk/include/psdk/
H A Dntddser.h164 UCHAR BreakChar; member
/reactos/drivers/serial/serial/
H A Ddevctrl.c391 pSerialChars->BreakChar = 0; in SerialDeviceControl()
/reactos/dll/win32/kernel32/wine/
H A Dcomm.c868 sc.BreakChar = 0; in SetCommState()