Home
last modified time | relevance | path

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

/dports/games/xgalaga/xgalaga-2.1.1.0/libsprite/
H A Dline.c3 static XSegment _lcache[NCOLORS][MAXCACHE]; variable
12 _lcache[color], _lcache_index[color]);
28 s = &_lcache[color][_lcache_index[color]++];
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/appkit/
H A DNSTextTable.inc125 _lcache: id;
/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Dx11window.c1629 static XSegment _lcache[NCOLORS][MAXCACHE]; variable
1636 _lcache[color], _lcache_index[color]); in FlushLineCache()
1650 s = &_lcache[color][_lcache_index[color]++]; in W_CacheLine()