Home
last modified time | relevance | path

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

/dports/japanese/skkinput3/skkinput-3.0.6/lib/lisp/
H A Dlnumber.c225 register TLispEntity* pNextEntity ; in lispMgr_registerInteger() local
237 while (pNextEntity != NULL) { in lispMgr_registerInteger()
240 plValue = lispEntity_GetLongPtr (pNextEntity) ; in lispMgr_registerInteger()
244 pPrevEntity = pNextEntity ; in lispMgr_registerInteger()
245 pNextEntity = pNextEntity->m_pRight ; in lispMgr_registerInteger()
253 if (pNextEntity != NULL) { in lispMgr_registerInteger()
254 pNextEntity->m_pLeft = pNewEntity ; in lispMgr_registerInteger()
258 pNewEntity->m_pRight = pNextEntity ; in lispMgr_registerInteger()
300 register TLispEntity* pNextEntity ; in lispMgr_collectIntegerGarbage() local
308 pNextEntity = pEntity->m_pRight ; in lispMgr_collectIntegerGarbage()
[all …]
H A Dlwindow.c122 register TLispEntity* pNextEntity) in lispWindow_SetNext() argument
127 assert (pNextEntity != NULL) ; in lispWindow_SetNext()
129 assert (pNextEntity->m_iType == LISPENTITY_WINDOW) ; in lispWindow_SetNext()
132 pWindow->m_pNextWindow = pNextEntity ; in lispWindow_SetNext()
H A Dlvector.c189 TLispEntity* pNextEntity ; in lispMgr_vconcatConscell() local
205 if (TFAILED (lispEntity_GetCdr (pLispMgr, pEntity, &pNextEntity))) in lispMgr_vconcatConscell()
207 pEntity = pNextEntity ; in lispMgr_vconcatConscell()
H A Dlispmgr.c287 register TLispEntity* pNextEntity ; in lispMgr_collectOtherGarbage() local
294 pNextEntity = pEntity->m_pRight ; in lispMgr_collectOtherGarbage()
302 pEntity = pNextEntity ; in lispMgr_collectOtherGarbage()
H A Dlentity.c372 TLispEntity* pNextEntity ; in lispEntity_GetLength() local
376 if (TFAILED (lispEntity_GetCdr (pLispMgr, pEntity, &pNextEntity))) { in lispEntity_GetLength()
385 pEntity = pNextEntity ; in lispEntity_GetLength()
400 TLispEntity* pNextEntity ; in lispEntity_GetInteractive() local
416 if (TFAILED (lispEntity_GetCdr (pLispMgr, pEntity, &pNextEntity))) in lispEntity_GetInteractive()
418 pEntity = pNextEntity ; in lispEntity_GetInteractive()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/radiant/
H A DUndo.cpp115 entity_t *pEntity, *pNextEntity; in Undo_ClearRedo() local
127 pNextEntity = pEntity->next; in Undo_ClearRedo()
148 entity_t *pEntity, *pNextEntity; in Undo_Clear() local
162 pNextEntity = pEntity->next; in Undo_Clear()
229 entity_t *pEntity, *pNextEntity; in Undo_FreeFirstUndo() local
244 pNextEntity = pEntity->next; in Undo_FreeFirstUndo()
586 entity_t *pEntity, *pNextEntity, *pUndoEntity; in Undo_Undo() local
664 for (pEntity = entities.next; pEntity != NULL && pEntity != &entities; pEntity = pNextEntity) in Undo_Undo()
666 pNextEntity = pEntity->next; in Undo_Undo()
768 entity_t *pEntity, *pNextEntity, *pRedoEntity; in Undo_Redo() local
[all …]
H A DMainFrm.cpp1557 entity_t *pNextEntity = pEntity->next; in OnDestroy() local
1559 pEntity = pNextEntity; in OnDestroy()