Lines Matching refs:buf
64 u8 *buf = aEditStamp; in MapEditor() local
177 buf = aEditStamp; in MapEditor()
183 *buf++ = map[nZ + ((nX + nStampLeft) & (nMapWidth-1))]; in MapEditor()
222 buf = aEditStamp; in MapEditor()
231 map[nZ + ((nX + nStaticX) & (nMapWidth-1))] = *buf++; in MapEditor()
374 u8 *buf; in RenderEditorMode() local
377 buf = aEditBack; in RenderEditorMode()
383 *buf++ = map[nZ + ((nX + nStaticX) & (nMapWidth-1))]; in RenderEditorMode()
388 buf = aEditStamp; in RenderEditorMode()
394 map[nZ + ((nX + nStaticX) & (nMapWidth-1))] = *buf++; in RenderEditorMode()
401 buf = aEditBack; in RenderEditorMode()
407 map[nZ + ((nX + nStaticX) & (nMapWidth-1))] = *buf++; in RenderEditorMode()