Home
last modified time | relevance | path

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

/dports/emulators/aranym/aranym-1.1.0/src/gui-sdl/
H A Dfntconv.c305 #define BACKSIZ 10 macro
313 UBYTE buf[BACKSIZ + READSIZ];
321 if (f->size > BACKSIZ) in irefill()
323 memmove(f->buf, f->buf + f->size - BACKSIZ, BACKSIZ); in irefill()
324 f->size = BACKSIZ; in irefill()