Home
last modified time | relevance | path

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

/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/gtk/
H A Dyuish.c192 GtkWidget * bp_add; in yui_sh_init() local
202 bp_add = gtk_button_new(); in yui_sh_init()
203 …gtk_container_add(GTK_CONTAINER(bp_add), gtk_image_new_from_stock(GTK_STOCK_ADD, GTK_ICON_SIZE_BUT… in yui_sh_init()
204 gtk_button_set_relief(GTK_BUTTON(bp_add), GTK_RELIEF_NONE); in yui_sh_init()
205 g_signal_connect(bp_add, "clicked", G_CALLBACK(yui_sh_button_bp_add), bp_input); in yui_sh_init()
206 gtk_box_pack_start(GTK_BOX(bp_form_box), bp_add, FALSE, FALSE, 0); in yui_sh_init()
297 GtkWidget * bp_add; in yui_sh_init() local
307 bp_add = gtk_button_new(); in yui_sh_init()
309 gtk_button_set_relief(GTK_BUTTON(bp_add), GTK_RELIEF_NONE); in yui_sh_init()
310 g_signal_connect(bp_add, "clicked", G_CALLBACK(yui_sh_button_bp_add), bp_input); in yui_sh_init()
[all …]
/dports/lang/see/see-3.1.1424/shell/
H A Ddebug.c47 static struct breakpoint *bp_add(struct SEE_interpreter *, struct debug *,
167 bp_add(interp, debug, loc, ignore, temporary) in bp_add() function
446 bp = bp_add(interp, debug, &bloc, 0, 0);
466 bp = bp_add(interp, debug, &loc, 0, 0);
/dports/devel/clewn/clewn-1.14/
H A Dgdb_lvl2.c308 char_u *bp_add = NULL; local
356 bp_add = gdb_regexec(this->lvl2.info[BI_ADDRESS], PAT_ADD, 1, obs);
362 gdb_process_record(this, bp_add, bp_at, bp_line, bp_source, obs);
H A Dgdb_lvl3.c2987 char_u *bp_add = NULL; local
3057 bp_add = gdb_regexec(ptr + strlen(BKPT_ADDR), PAT_ADD, 1, obs);
3088 gdb_process_record(this, bp_add, bp_at, bp_line, bp_source, obs);
/dports/emulators/tilem/tilem-2.0/emu/
H A Dz80.c243 static int bp_add(TilemCalc *calc, int bp, int type) in bp_add() function
463 return bp_add(calc, bp, type); in tilem_z80_add_breakpoint()
586 bp_add(calc, id, type); in tilem_z80_set_breakpoint_type()