SYMBOL INDEX (58 symbols across 12 files) FILE: examples/galaxy/galaxy.c function fade (line 389) | void fade() function scroll (line 414) | void scroll() function door (line 455) | void door() function animate_sprite (line 473) | void animate_sprite() function tile_sprite (line 484) | void tile_sprite() function place_sprite (line 494) | void place_sprite() function main (line 500) | void main() FILE: examples/paint/paint.c type icon_info (line 26) | typedef struct icon_info_ type cursor_info (line 34) | typedef struct cursor_info_ function set_cursor (line 263) | void set_cursor() function move_cursor (line 283) | void move_cursor() function move_menu_cursor (line 294) | void move_menu_cursor() function set_icon (line 301) | void set_icon(UBYTE icon, UBYTE selected) function change_icon (line 315) | void change_icon(UBYTE icon, UBYTE selected) function reset_icon (line 329) | void reset_icon(UBYTE icon) function splash (line 341) | void splash() function menu (line 385) | void menu() function run (line 455) | void run() function main (line 513) | void main() FILE: examples/thumby/thumby.c function main (line 33) | void main() FILE: include/asm/gbz80/types.h type INT8 (line 16) | typedef signed char INT8; type UINT8 (line 19) | typedef unsigned char UINT8; type INT16 (line 22) | typedef int INT16; type UINT16 (line 25) | typedef unsigned int UINT16; type INT32 (line 28) | typedef long INT32; type UINT32 (line 31) | typedef unsigned long UINT32; type UINT16 (line 41) | typedef UINT16 clock_t; FILE: include/asm/types.h type INT8 (line 25) | typedef INT8 BOOLEAN; type UINT8 (line 29) | typedef UINT8 BYTE; type UINT16 (line 30) | typedef UINT16 WORD; type UINT32 (line 31) | typedef UINT32 DWORD; type INT8 (line 37) | typedef INT8 BYTE; type UINT8 (line 40) | typedef UINT8 UBYTE; type INT16 (line 42) | typedef INT16 WORD; type UINT16 (line 44) | typedef UINT16 UWORD; type INT32 (line 46) | typedef INT32 LWORD; type UINT32 (line 48) | typedef UINT32 ULWORD; type INT32 (line 50) | typedef INT32 DWORD; type UINT32 (line 52) | typedef UINT32 UDWORD; type fixed (line 55) | typedef union _fixed { FILE: include/asm/z80/types.h type INT8 (line 8) | typedef char INT8; type UINT8 (line 9) | typedef unsigned char UINT8; type INT16 (line 10) | typedef int INT16; type UINT16 (line 11) | typedef unsigned int UINT16; type INT32 (line 12) | typedef long INT32; type UINT32 (line 13) | typedef unsigned long UINT32; type UINT16 (line 16) | typedef UINT16 clock_t; FILE: include/gb/font.h type UINT16 (line 22) | typedef UINT16 font_t; type mfont_handle (line 50) | typedef struct sfont_handle mfont_handle; type sfont_handle (line 51) | struct sfont_handle type sfont_handle (line 53) | struct sfont_handle { FILE: include/gb/malloc.h type mmalloc_hunk (line 23) | typedef struct smalloc_hunk mmalloc_hunk; type smalloc_hunk (line 24) | struct smalloc_hunk type smalloc_hunk (line 26) | struct smalloc_hunk { FILE: libc/gprint.c function gprint (line 3) | void gprint(char *str) NONBANKED FILE: libc/gprintf.c function INT8 (line 4) | INT8 gprintf(char *fmt, ...) NONBANKED FILE: libc/gprintln.c function gprintln (line 7) | void gprintln(INT16 number, INT8 radix, INT8 signed_value) FILE: libc/gprintn.c function gprintn (line 7) | void gprintn(BYTE number, BYTE radix, BYTE signed_value)