Home
last modified time | relevance | path

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

/dports/audio/goattracker/goattracker-2.76/src/
H A Dgcommon.h61 #define WAVELASTCMD 0xfe macro
H A Dgtable.c556 if ((ltable[WTBL][c] >= WAVECMD) && (ltable[WTBL][c] <= WAVELASTCMD)) in deletetable()
645 if ((ltable[WTBL][c] >= WAVECMD) && (ltable[WTBL][c] <= WAVELASTCMD)) in inserttable()
820 if ((ltable[WTBL][c] >= WAVECMD) && (ltable[WTBL][c] <= WAVELASTCMD)) in optimizetable()
H A Dgplay.c529 if ((wave >= WAVECMD) && (wave <= WAVELASTCMD)) in playroutine()
711 if ((wave >= WAVECMD) && (wave <= WAVELASTCMD)) in playroutine()
H A Dgreloc.c394 if ((ltable[WTBL][c] >= WAVECMD) && (ltable[WTBL][c] <= WAVELASTCMD)) in relocator()
830 if ((ltable[WTBL][c] >= WAVECMD) && (ltable[WTBL][c] <= WAVELASTCMD)) in relocator()
1313 if ((ltable[c][d] >= WAVECMD) && (ltable[c][d] <= WAVELASTCMD)) in relocator()
H A Dgsong.c1694 if (c == 0 && (ltable[c][d] >= WAVECMD && ltable[c][d] <= WAVELASTCMD)) in mergesong()