Home
last modified time | relevance | path

Searched refs:show_debug (Results 26 – 50 of 259) sorted by relevance

1234567891011

/dports/benchmarks/vkmark/vkmark-2017.08-24-g53abc4f/src/
H A Doptions.cpp139 show_debug{false},
227 show_debug = true; in parse_args()
H A Doptions.h58 bool show_debug; member
H A Dmain.cpp93 Log::init(argv[0], options.show_debug); in main()
/dports/biology/wise/wise2.4.1/src/models/
H A Dgeneoutput.dy26 boolean show_debug !def="0"
105 strip_out_boolean_def_argument(argc,argv,"genedebug",&out->show_debug);
H A Dgeneoutput.c80 strip_out_boolean_def_argument(argc,argv,"genedebug",&out->show_debug); in new_GeneOutputPara_from_argv()
263 out->show_debug = 0; in GeneOutputPara_alloc()
H A Dgeneoutput.h42 boolean show_debug; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/src/
H A Doptions.h51 static bool show_debug; member
/dports/benchmarks/glmark2/glmark2-2021.12/src/
H A Doptions.h51 static bool show_debug; member
/dports/sysutils/cpufetch/cpufetch-1.00/src/common/
H A Dargs.h50 bool show_debug();
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/fbtft/
H A Dfbtft-sysfs.c196 static ssize_t show_debug(struct device *device, in show_debug() function
206 __ATTR(debug, 0660, show_debug, store_debug);
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/fbtft/
H A Dfbtft-sysfs.c196 static ssize_t show_debug(struct device *device, in show_debug() function
206 __ATTR(debug, 0660, show_debug, store_debug);
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/fbtft/
H A Dfbtft-sysfs.c196 static ssize_t show_debug(struct device *device, in show_debug() function
206 __ATTR(debug, 0660, show_debug, store_debug);
/dports/chinese/tintin++/tt/src/
H A Dtrigger.c81 show_debug(ses, LIST_ACTION, "#DEBUG ACTION {%s}", node->arg1); in check_all_actions()
220 show_debug(ses, LIST_ALIAS, "#DEBUG ALIAS {%s} {%s}", node->arg1, gtd->vars[0]); in check_all_aliases()
352 show_debug(ses, LIST_BUTTON, "#DEBUG BUTTON {%s}", node->arg1); in check_all_buttons()
665 show_debug(ses, LIST_HIGHLIGHT, "#DEBUG HIGHLIGHT {%s}", node->arg1); in check_all_highlights()
799 show_debug(ses, LIST_PROMPT, "#DEBUG PROMPT {%s}", node->arg1); in check_all_prompts()
918 show_debug(ses, LIST_SUBSTITUTE, "#DEBUG SUBSTITUTE {%s} {%s}", node->arg1, match); in check_all_substitutions()
H A Dshow.c55 show_debug(ses, LIST_GAG, "#DEBUG GAG {%d} {%s}", ses->gagline + 1, arg1); in DO_COMMAND()
247 void show_debug(struct session *ses, int index, char *format, ...) in show_debug() function
494 show_debug(ses, LIST_GAG, "#DEBUG GAG {%d} {%s}", ses->gagline + 1, string); in tintin_puts()
/dports/net/tintin++/tt/src/
H A Dtrigger.c81 show_debug(ses, LIST_ACTION, "#DEBUG ACTION {%s}", node->arg1); in check_all_actions()
220 show_debug(ses, LIST_ALIAS, "#DEBUG ALIAS {%s} {%s}", node->arg1, gtd->vars[0]); in check_all_aliases()
352 show_debug(ses, LIST_BUTTON, "#DEBUG BUTTON {%s}", node->arg1); in check_all_buttons()
665 show_debug(ses, LIST_HIGHLIGHT, "#DEBUG HIGHLIGHT {%s}", node->arg1); in check_all_highlights()
799 show_debug(ses, LIST_PROMPT, "#DEBUG PROMPT {%s}", node->arg1); in check_all_prompts()
918 show_debug(ses, LIST_SUBSTITUTE, "#DEBUG SUBSTITUTE {%s} {%s}", node->arg1, match); in check_all_substitutions()
H A Dshow.c55 show_debug(ses, LIST_GAG, "#DEBUG GAG {%d} {%s}", ses->gagline + 1, arg1); in DO_COMMAND()
247 void show_debug(struct session *ses, int index, char *format, ...) in show_debug() function
494 show_debug(ses, LIST_GAG, "#DEBUG GAG {%d} {%s}", ses->gagline + 1, string); in tintin_puts()
/dports/x11/gnome-shell/gnome-shell-41.1/src/calendar-server/
H A Dcalendar-sources.c482 static gboolean show_debug = FALSE; in print_debug() local
487 show_debug = (g_getenv ("CALENDAR_SERVER_DEBUG") != NULL); in print_debug()
492 if (!show_debug) in print_debug()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/compositor/layer/
H A Dtoolbar_layer.h38 bool show_debug,
/dports/games/openage/openage-0.3.0-1262-ga554ab49/libopenage/
H A Dgame_renderer.cpp182 UnitAction::show_debug = !UnitAction::show_debug; in __anonc259fb1f0202()
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/gtk/
H A Dlogwindow.c68 int show_debug; member
152 if(w->show_debug) do_log = 1; in idle_callback()
450 win->show_debug = v->val_i; in bg_gtk_log_window_set_parameter()
/dports/x11-wm/fvwm3/fvwm3-1.0.4/perllib/FVWM/Module/
H A DToolkit.pm125 sub show_debug ($$;$) { subroutine
/dports/x11-wm/fvwm2/fvwm-2.6.9/perllib/FVWM/Module/
H A DToolkit.pm125 sub show_debug ($$;$) { subroutine
/dports/games/minetest/minetest-5.4.1/src/client/
H A Dgameui.h61 bool show_debug = true; member
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dgame.cpp1200 if (show_debug) in updateChat()
1423 bool show_debug; member
1551 bool show_debug);
2982 if (!*show_debug) { in toggleDebug()
2983 *show_debug = true; in toggleDebug()
2987 *show_debug = false; in toggleDebug()
3693 player_position, show_debug); in processPlayerInteraction()
3820 bool show_debug) in handlePointingAtObject() argument
3824 if (infotext == L"" && show_debug) { in handlePointingAtObject()
4313 if (flags.show_debug) { in updateGui()
[all …]
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dasapp.c391 show_debug (__FILE__, __FUNCTION__, __LINE__, in standard_version()
562 show_debug (__FILE__, __FUNCTION__, __LINE__, "ptr = \"%s\"", ptr); in match_command_line_opt()
567 show_debug (__FILE__, __FUNCTION__, __LINE__, "ptr = \"%s\"", ptr); in match_command_line_opt()
572 show_debug (__FILE__, __FUNCTION__, __LINE__, "ptr = \"%s\"", ptr); in match_command_line_opt()
647 show_debug (__FILE__, __FUNCTION__, __LINE__, "argc = %d", argc); in InitMyApp()
662 show_debug (__FILE__, __FUNCTION__, __LINE__, in InitMyApp()
890 show_debug (__FILE__, __FUNCTION__, __LINE__, "IconTheme = %s", in load_environment_icon()

1234567891011