Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Dsyslink.c172 LPCWSTR current, textstart = NULL, linktext = NULL, firsttag = NULL; in SYSLINK_ParseText() local
195 firsttag = current; in SYSLINK_ParseText()
281 firsttag = current; in SYSLINK_ParseText()
294 …(!wcsnicmp(current, SL_LINKCLOSE, ARRAY_SIZE(SL_LINKCLOSE)) && (CurrentType == slLink) && firsttag) in SYSLINK_ParseText()
297 if(textstart != NULL && textlen > 0 && firsttag > textstart) in SYSLINK_ParseText()
299 … Last = SYSLINK_AppendDocItem(infoPtr, textstart, firsttag - textstart, slText, Last); in SYSLINK_ParseText()
358 firsttag = NULL; in SYSLINK_ParseText()