Home
last modified time | relevance | path

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

/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/ui/win32/
H A Ddebugger.c84 static int create_stack_display( HFONT font );
298 error = create_stack_display( font ); if( error ) return error; in create_dialog()
442 create_stack_display( HFONT font ) in create_stack_display() function
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/ui/gtk/
H A Ddebugger.c126 static void create_stack_display( GtkBox *parent, gtkui_font font );
379 create_stack_display( GTK_BOX( hbox ), font ); in create_dialog()
631 create_stack_display( GtkBox *parent, gtkui_font font ) in create_stack_display() function
/dports/emulators/fuse/fuse-1.6.0/ui/win32/
H A Ddebugger.c85 static int create_stack_display( HFONT font );
313 error = create_stack_display( font ); if( error ) return error; in create_dialog()
465 create_stack_display( HFONT font ) in create_stack_display() function
/dports/emulators/fuse/fuse-1.6.0/ui/gtk/
H A Ddebugger.c128 static void create_stack_display( GtkBox *parent, PangoFontDescription *font );
393 create_stack_display( GTK_BOX( hbox ), font ); in create_dialog()
660 create_stack_display( GtkBox *parent, PangoFontDescription *font ) in create_stack_display() function