Searched refs:pAllWords (Results 1 – 1 of 1) sorted by relevance
523 amatch_word *pAllWords; /* List of all amatch_word objects */ member946 for(pWord=pCur->pAllWords; pWord; pWord=pNextWord){ in amatchClearCursor()950 pCur->pAllWords = 0; in amatchClearCursor()1080 pWord->pNext = pCur->pAllWords; in amatchAddWord()1081 pCur->pAllWords = pWord; in amatchAddWord()