Home | History | Annotate | Download | only in Lex

Lines Matching refs:Prev

42   MIChain->Prev = 0;
44 MIChainHead->Prev = MIChain;
66 if (MacroInfoChain *Prev = MIChain->Prev) {
68 Prev->Next = Next;
70 Next->Prev = Prev;
75 MIChainHead->Prev = 0;