Home
last modified time | relevance | path

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

/dports/games/warzone2100/warzone2100/lib/sdl/
H A Dmain_sdl.cpp183 static InputKey *pStartBuffer, *pEndBuffer; variable
907 InputKey *pNext = inputPointerNext(pEndBuffer); in inputAddBuffer()
915 pEndBuffer->key = key; in inputAddBuffer()
916 pEndBuffer->unicode = unicode; in inputAddBuffer()
917 pEndBuffer = pNext; in inputAddBuffer()
981 pEndBuffer = pInputBuffer; in inputInitialise()
993 pEndBuffer = pInputBuffer; in inputClearBuffer()
1005 if (pStartBuffer == pEndBuffer) in inputGetKey()