Searched refs:_Next (Results 1 – 6 of 6) sorted by relevance
276 for (q = p->_Head; q != 0; q = q->_Next) in _OK_Altab()280 if (q->_Next != 0) in _OK_Altab()283 _PTR_NORM((char *)q->_Next)); in _OK_Altab()284 passert(_PTR_NORM(q) < _PTR_NORM(q->_Next)); in _OK_Altab()304 qb = &(*qb)->_Next) in findmem()310 for (; *qb != 0; qb = &(*qb)->_Next) in findmem()315 qb = &(*qb)->_Next) in findmem()371 if (0 != ((*qb)->_Next))374 qbNextBin = GET_MEM_BIN((*qb)->_Next);382 binsFirstFreeCell[qbsBin] = (*qb)->_Next;[all …]
55 #define CELL_OFF ((DKoffsetof(_Cell, _Next) + M_MASK) & ~M_MASK)62 struct _Cell *_Next; /* reused if CELL_OFF < SIZE_CELL */ member
326 __owned_link* _Next() { return _M_next; } in _Next() function327 const __owned_link* _Next() const { return _M_next; } in _Next() function357 __owned_link* _First() { return _M_node._Next(); } in _First()
50 '(fp->_Mode & 0x2000 /*_MWRITE*/ ? fp->_Next - fp->_Buf : 0)' \
38 Antlr.Runtime.Tree.RewriteRuleElementStream._Next() has been merged with NextTree()
1541 function _Next: IANTLRInterface;3582 Result := _Next;3607 function TRewriteRuleElementStream._Next: IANTLRInterface; in _Next() function3646 Result := _Next;3674 Result := PH(_Next)3677 Result := _Next;3705 Result := FAdaptor.CreateNode(_Next as IToken)3710 Result := _Next as IToken;