Home
last modified time | relevance | path

Searched refs:debug_p (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/x11/xscreensaver/xscreensaver-5.44/hacks/glx/
H A Dsonar-icmp.c156 Bool debug_p; member
401 if (pd->debug_p > 1) in bogie_for_host()
464 if (pd->debug_p) in read_hosts_file()
539 if (pd->debug_p) in found_duplicate_host()
711 if (pd->debug_p) in subnet_hosts()
725 if (pd->debug_p) in subnet_hosts()
1643 pd->debug_p = debug_p; in sonar_init_ping()
1678 if (debug_p) in sonar_init_ping()
1697 if (debug_p) in sonar_init_ping()
1701 else if (debug_p) in sonar_init_ping()
[all …]
H A Dsonar-sim.c23 Bool debug_p; member
81 if (sd->debug_p) in make_bogies()
92 Bool debug_p) in sonar_init_simulation() argument
101 sd->debug_p = debug_p; in sonar_init_simulation()
H A Dgrab-ximage.c88 static int debug_p = 0; variable
269 if (debug_p) in halve_image()
430 if (debug_p) in gl_settings_for_ximage()
542 if (debug_p) in ximage_to_texture()
559 if (debug_p) in ximage_to_texture()
608 if (debug_p) in ximage_to_texture()
654 if (debug_p) in load_texture_async()
717 if (debug_p) in load_texture_async_cb()
753 if (debug_p) in load_texture_async_cb()
780 if (debug_p) in load_texture_async_cb()
[all …]
H A Dglslideshow.c371 if (debug_p) in image_loaded_cb()
410 if (debug_p) in destroy_image()
690 if (debug_p) in tick_sprite()
819 if (debug_p) in draw_sprite()
921 if (debug_p) in reshape_slideshow()
946 if (debug_p) in slideshow_handle_event()
1024 if (debug_p) in check_fps()
1091 if (debug_p) in init_slideshow()
1097 if (debug_p) in init_slideshow()
1115 if (debug_p) glLineWidth (3); in init_slideshow()
[all …]
H A Dsonar.h59 Bool debug_p);
69 Bool debug_p);
H A Dwinduprobot.c197 static int debug_p; variable
593 if (!debug_p) in init_robot()
678 if (debug_p) rot = 0; in draw_arm()
881 if (debug_p) in draw_rotator()
1451 if (debug_p) in tick_walker()
1485 if (debug_p) fwd = 0; in tick_walker()
1574 if (debug_p) in init_walker()
1695 if (debug_p) return 0; in draw_ground()
1776 if (debug_p) return; in look_at_center()
2334 if (debug_p) in draw_robot()
[all …]
/dports/dns/pdnsd/pdnsd-1.2.9a/src/
H A Derror.h82 # define DEBUG_MSG(args...) {if (debug_p) debug_msg(0,args);}
83 # define DEBUG_MSGC(args...) {if (debug_p) debug_msg(1,args);}
101 # define DEBUG_MSG(...) {if (debug_p) debug_msg(0,__VA_ARGS__);}
102 # define DEBUG_MSGC(...) {if (debug_p) debug_msg(1,__VA_ARGS__);}
H A Dconff.h41 extern short int debug_p;
43 #define debug_p 0 macro
/dports/devel/dmalloc/dmalloc-5.6.5/
H A Denv.c203 unsigned int *debug_p, in _dmalloc_environ_process() argument
219 SET_POINTER(debug_p, 0); in _dmalloc_environ_process()
267 SET_POINTER(debug_p, hex_to_uint(this_p)); in _dmalloc_environ_process()
333 if (debug_p != NULL) { in _dmalloc_environ_process()
334 if (*debug_p == 0) { in _dmalloc_environ_process()
335 *debug_p = flags; in _dmalloc_environ_process()
338 *debug_p |= flags; in _dmalloc_environ_process()
/dports/x11/xscreensaver/xscreensaver-5.44/driver/
H A Dtimers.c293 if (p->debug_p) in cycle_timer()
299 if (p->debug_p) in cycle_timer()
335 if (p->debug_p) in reset_timers()
446 if (p->debug_p) in device_pointer_moved_p()
594 if (p->debug_p) in check_for_clock_skew()
902 if (p->debug_p) in sleep_until_idle()
1077 if (p->debug_p) in sleep_until_idle()
1233 else if (p->debug_p) in sleep_until_idle()
1653 if (si->prefs.debug_p) in watchdog_timer()
1703 if (p->debug_p) in reset_watchdog_timer()
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttp1ServerSession.cc111 bool debug_p = is_debug_tag_set("http_ss"); in do_io_close() local
117 if (debug_p) { in do_io_close()
128 if (debug_p) { in do_io_close()
137 if (debug_p) { in do_io_close()
/dports/games/libretro-picodrive/picodrive-600894e/pico/
H A Dvideoport.c489 pvid->debug_p = 0; in PicoVideoWrite()
491 pvid->debug_p |= PVD_KILL_A | PVD_KILL_B; in PicoVideoWrite()
492 pvid->debug_p |= PVD_KILL_S_LO | PVD_KILL_S_HI; in PicoVideoWrite()
496 pvid->debug_p &= ~(PVD_KILL_S_LO | PVD_KILL_S_HI); in PicoVideoWrite()
497 pvid->debug_p |= PVD_FORCE_S; in PicoVideoWrite()
500 pvid->debug_p &= ~PVD_KILL_A; in PicoVideoWrite()
501 pvid->debug_p |= PVD_FORCE_A; in PicoVideoWrite()
504 pvid->debug_p &= ~PVD_KILL_B; in PicoVideoWrite()
505 pvid->debug_p |= PVD_FORCE_B; in PicoVideoWrite()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dserial.c229 scb->debug_p = 0; in serial_open()
274 scb->debug_p = 0; in serial_fdopen_ops()
550 serial_debug (struct serial *scb, int debug_p) in serial_debug() argument
552 scb->debug_p = debug_p; in serial_debug()
558 return scb->debug_p || global_serial_debug_p; in serial_debug_p()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dserial.c218 scb->debug_p = 0; in serial_open()
266 scb->debug_p = 0; in serial_fdopen()
516 serial_debug (struct serial *scb, int debug_p) in serial_debug() argument
518 scb->debug_p = debug_p; in serial_debug()
524 return scb->debug_p || global_serial_debug_p; in serial_debug_p()
H A Dserial.h175 extern void serial_debug (struct serial *scb, int debug_p);
200 int debug_p; /* Trace this serial devices operation. */ member
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dserial.c218 scb->debug_p = 0; in serial_open()
266 scb->debug_p = 0; in serial_fdopen()
516 serial_debug (struct serial *scb, int debug_p) in serial_debug() argument
518 scb->debug_p = debug_p; in serial_debug()
524 return scb->debug_p || global_serial_debug_p; in serial_debug_p()
H A Dserial.h175 extern void serial_debug (struct serial *scb, int debug_p);
200 int debug_p; /* Trace this serial devices operation. */ member
/dports/x11-clocks/xdaliclock/xdaliclock-2.44/OSX/
H A Dupdates.pl27 my $debug_p = 0;
194 if ($debug_p) {
228 elsif (m/^--?debug$/) { $debug_p++; }
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dserial.c227 scb->debug_p = 0; in serial_open()
296 scb->debug_p = 0; in serial_fdopen_ops()
576 serial_debug (struct serial *scb, int debug_p) in serial_debug() argument
578 scb->debug_p = debug_p; in serial_debug()
584 return scb->debug_p || global_serial_debug_p; in serial_debug_p()
/dports/games/freedink-engine/freedink-108.4/src/
H A Dinit.c215 int debug_p = 0; in check_arg() local
244 debug_p = 1; in check_arg()
300 if (debug_p == 1) in check_arg()
/dports/x11/xscreensaver/xscreensaver-5.44/OSX/
H A Dupdates.pl27 my $debug_p = 0;
214 if ($debug_p) {
248 elsif (m/^--?debug$/) { $debug_p++; }
/dports/games/libretro-picodrive/picodrive-600894e/platform/common/
H A Dmenu_pico.c815 if (!(pv->debug_p & PVD_KILL_B)) memcpy(layer_str + 8, "B", 1); in draw_frame_debug()
816 if (!(pv->debug_p & PVD_KILL_A)) memcpy(layer_str + 10, "A", 1); in draw_frame_debug()
817 if (!(pv->debug_p & PVD_KILL_S_LO)) memcpy(layer_str + 12, "spr_lo", 6); in draw_frame_debug()
818 if (!(pv->debug_p & PVD_KILL_S_HI)) memcpy(layer_str + 19, "spr_hi", 6); in draw_frame_debug()
819 if (!(pv->debug_p & PVD_KILL_32X)) memcpy(layer_str + 26, "32x", 4); in draw_frame_debug()
893 if (inp & PBTN_LEFT) pv->debug_p ^= PVD_KILL_B; in debug_menu_loop()
894 if (inp & PBTN_RIGHT) pv->debug_p ^= PVD_KILL_A; in debug_menu_loop()
895 if (inp & PBTN_DOWN) pv->debug_p ^= PVD_KILL_S_LO; in debug_menu_loop()
896 if (inp & PBTN_UP) pv->debug_p ^= PVD_KILL_S_HI; in debug_menu_loop()
897 if (inp & PBTN_MA2) pv->debug_p ^= PVD_KILL_32X; in debug_menu_loop()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/common/
H A Dmenu_pico.c820 if (!(pv->debug_p & PVD_KILL_B)) memcpy(layer_str + 8, "B", 1); in draw_frame_debug()
821 if (!(pv->debug_p & PVD_KILL_A)) memcpy(layer_str + 10, "A", 1); in draw_frame_debug()
822 if (!(pv->debug_p & PVD_KILL_S_LO)) memcpy(layer_str + 12, "spr_lo", 6); in draw_frame_debug()
823 if (!(pv->debug_p & PVD_KILL_S_HI)) memcpy(layer_str + 19, "spr_hi", 6); in draw_frame_debug()
824 if (!(pv->debug_p & PVD_KILL_32X)) memcpy(layer_str + 26, "32x", 4); in draw_frame_debug()
898 if (inp & PBTN_LEFT) pv->debug_p ^= PVD_KILL_B; in debug_menu_loop()
899 if (inp & PBTN_RIGHT) pv->debug_p ^= PVD_KILL_A; in debug_menu_loop()
900 if (inp & PBTN_DOWN) pv->debug_p ^= PVD_KILL_S_LO; in debug_menu_loop()
901 if (inp & PBTN_UP) pv->debug_p ^= PVD_KILL_S_HI; in debug_menu_loop()
902 if (inp & PBTN_MA2) pv->debug_p ^= PVD_KILL_32X; in debug_menu_loop()
/dports/devel/py-pyparsing2/pyparsing-2.4.7/examples/
H A Dsparser.py60 debug_p = 0 variable
79 if debug_p:
353 debug_p = 1 variable
/dports/devel/py-pyparsing/pyparsing-3.0.6/examples/
H A Dsparser.py60 debug_p = 0 variable
80 if debug_p:
357 debug_p = 1 variable

1234567