Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Dsyslink.c681 PDOC_TEXTBLOCK nbl; in SYSLINK_Render() local
710 nbl = ReAlloc(bl, (nBlocks + 1) * sizeof(DOC_TEXTBLOCK)); in SYSLINK_Render()
711 if (nbl != NULL) in SYSLINK_Render()
713 bl = nbl; in SYSLINK_Render()