Home
last modified time | relevance | path

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

/reactos/dll/win32/riched20/
H A Drun.c831 ME_DisplayItem *tmp_run = ME_FindItemBack(run, diRunOrParagraph); in ME_GetCharFormat() local
832 if (tmp_run->type == diRun) { in ME_GetCharFormat()
833 ME_GetRunCharFormat(editor, tmp_run, pFmt); in ME_GetCharFormat()