Searched refs:firsttag (Results 1 – 1 of 1) sorted by relevance
172 LPCWSTR current, textstart = NULL, linktext = NULL, firsttag = NULL; in SYSLINK_ParseText() local195 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()