Home
last modified time | relevance | path

Searched refs:debugyell (Results 1 – 22 of 22) sorted by relevance

/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dexpr2.c897 debugyell("O: %s (%s %ld) -> %ld", \ in op()
908 debugyell("O: COMPARE"); \ in op()
941 debugyell("O: !%ld -> %d", c, !c); in op()
947 debugyell(": ~%ld -> %ld", a, ~a); in op()
953 debugyell("O: +%ld -> %ld", a, a); in op()
1069 debugyell("O: %s = (%s)", in op()
1079 debugyell("O: %s <=> %s", in op()
1154 debugyell("O: %s , %s -> %s", in op()
1637 debugyell("Parsed open paren"); in mathparse()
1786 debugyell("Term [%d]: [%s]", i, in matheval()
[all …]
H A Dexpr.c189 debugyell("Invalid assignment: No lvalue"); \ in BX_next_unit()
768 debugyell("Division by zero!"); in BX_next_unit()
1052 debugyell("Invalid assignment: no lvalue"); in BX_next_unit()
1434 debugyell("Unmatched %c", ch); in BX_expand_alias()
1463 debugyell("Expanded [%s] to [%s]", string, buffer); in BX_expand_alias()
1466 debugyell("%d %s", debug_count++, string); in BX_expand_alias()
1484 debugyell("Unmatched lparen in function call [%s]", name); in call_structure()
1494 debugyell("%s->%s %d", name, rest, *args_flag); in call_structure()
1593 debugyell("Unmatched ( (continuing anyways)"); in BX_alias_special_char()
1640 debugyell("Unmatched { (continuing anyways)"); in BX_alias_special_char()
H A Dalias.c134 debugyell("Unmatched bracket in %s (%s)", in after_expando()
151 debugyell("Unmatched paren in %s (%s)", in after_expando()
854 debugyell("VAR cache [%d]: empty", i); in show_alias_caches()
862 debugyell("CMD cache [%d]: empty", i); in show_alias_caches()
1000 debugyell("Assign %s (local) added [%s]", name, stuff); in add_local_alias()
1328 debugyell("Looking for [%s] in level [%d]", name, c); in find_local_alias()
1366 debugyell("I found [%s] in level [%d] (%s)", name, c, alias->stuff); in find_local_alias()
1373 debugyell("I didnt find [%s], stopped at level [%d]", name, c); in find_local_alias()
1661 debugyell("Variable lookup to non-existant assign [%s]", name); in get_variable_with_args()
1663 debugyell("%3d \t@%s == %s", debug_count++, str, ret ? ret : empty_string); in get_variable_with_args()
[all …]
H A Dif.c123 debugyell("%s expression expands to: (%s)", command, current_expr_val); in BUILT_IN_COMMAND()
665 debugyell("%s expression expands to: (%s)", command, control); in BUILT_IN_COMMAND()
695 debugyell("%s expression expands to: (%s)", command, header); in BUILT_IN_COMMAND()
H A Dtcl.c1376 debugyell("Tcl exec [%s] with [%s]", proc, param); in trigger_bind()
1383 debugyell("Tcl return from [%s] with [%s]", proc, result); in trigger_bind()
1389 debugyell("Tcl return from [%s] with [%s]", proc, tcl_interp->result); in trigger_bind()
1394 debugyell("Tcl return from [%s] with [%s]", proc, tcl_interp->result); in trigger_bind()
1667 debugyell("Tcl func [%s] with [%s %s %s %s]", C_msg[x-10].name , hand, nick, uhost, args); in check_tcl_msg()
1712 debugyell("Tcl func [%s] with [%d %s]", C_dcc[x-10].name , idx, args); in check_tcl_dcc()
2397 debugyell("Invoking tcl [%s] with [%s]", com, rest); in Tcl_Invoke()
2402 debugyell("Tcl returning with [%d]", result); in Tcl_Invoke()
H A Ddebug.c116 void debugyell(const char *format, ...) in debugyell() function
H A Dcommands.c2018 debugyell("Unknown argument to /WAIT"); in BUILT_IN_COMMAND()
2146 debugyell("%s: -LINE only works if -WIN is specified first", command); in BUILT_IN_COMMAND()
2152 debugyell("%s: -LINE only works on scratch windows", command); in BUILT_IN_COMMAND()
2160 debugyell("%s: -LINE %d is out of range for window (max %d)", in BUILT_IN_COMMAND()
4394 debugyell("%3d %s", debug_count++, stuff); in BX_parse_line()
4417 debugyell("%3d %s", debug_count++, stuff); in BX_parse_line()
4497 debugyell("Executing [%d] %s", level, line); in BX_parse_command()
4767 debugyell("Right before line [%d] of file [%s]", load_level[i].line, in dump_load_stack()
4774 debugyell("Loaded right before line [%d] of file [%s]", in dump_load_stack()
H A Dhook.c1049 debugyell("ON %s activated [%s]", name, buffer); in BX_do_hook()
H A Dfunctions.c1029 debugyell("Unmatched lparen in function call [%s]", name); in call_function()
1064 debugyell("Function %s(%s) returned %s", name, debug_copy, result); in call_function()
1067 debugyell("%3d %s(%s) -> %s", debug_count++, name, debug_copy, result); in call_function()
6975 debugyell("*** getopt switch broken: %s", tmp); in BUILT_IN_FUNCTION()
H A Dserver.c2552 debugyell("[%d] -> [%d] [%s]", des, len, buffer); in vsend_to_server()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dexpr2.c897 debugyell("O: %s (%s %ld) -> %ld", \ in op()
908 debugyell("O: COMPARE"); \ in op()
941 debugyell("O: !%ld -> %d", c, !c); in op()
947 debugyell(": ~%ld -> %ld", a, ~a); in op()
953 debugyell("O: +%ld -> %ld", a, a); in op()
1069 debugyell("O: %s = (%s)", in op()
1079 debugyell("O: %s <=> %s", in op()
1154 debugyell("O: %s , %s -> %s", in op()
1637 debugyell("Parsed open paren"); in mathparse()
1786 debugyell("Term [%d]: [%s]", i, in matheval()
[all …]
H A Dexpr.c189 debugyell("Invalid assignment: No lvalue"); \ in BX_next_unit()
768 debugyell("Division by zero!"); in BX_next_unit()
1052 debugyell("Invalid assignment: no lvalue"); in BX_next_unit()
1434 debugyell("Unmatched %c", ch); in BX_expand_alias()
1463 debugyell("Expanded [%s] to [%s]", string, buffer); in BX_expand_alias()
1466 debugyell("%d %s", debug_count++, string); in BX_expand_alias()
1484 debugyell("Unmatched lparen in function call [%s]", name); in call_structure()
1494 debugyell("%s->%s %d", name, rest, *args_flag); in call_structure()
1593 debugyell("Unmatched ( (continuing anyways)"); in BX_alias_special_char()
1640 debugyell("Unmatched { (continuing anyways)"); in BX_alias_special_char()
H A Dalias.c134 debugyell("Unmatched bracket in %s (%s)", in after_expando()
151 debugyell("Unmatched paren in %s (%s)", in after_expando()
854 debugyell("VAR cache [%d]: empty", i); in show_alias_caches()
862 debugyell("CMD cache [%d]: empty", i); in show_alias_caches()
1000 debugyell("Assign %s (local) added [%s]", name, stuff); in add_local_alias()
1328 debugyell("Looking for [%s] in level [%d]", name, c); in find_local_alias()
1366 debugyell("I found [%s] in level [%d] (%s)", name, c, alias->stuff); in find_local_alias()
1373 debugyell("I didnt find [%s], stopped at level [%d]", name, c); in find_local_alias()
1661 debugyell("Variable lookup to non-existant assign [%s]", name); in get_variable_with_args()
1663 debugyell("%3d \t@%s == %s", debug_count++, str, ret ? ret : empty_string); in get_variable_with_args()
[all …]
H A Dif.c123 debugyell("%s expression expands to: (%s)", command, current_expr_val); in BUILT_IN_COMMAND()
665 debugyell("%s expression expands to: (%s)", command, control); in BUILT_IN_COMMAND()
695 debugyell("%s expression expands to: (%s)", command, header); in BUILT_IN_COMMAND()
H A Dtcl.c1376 debugyell("Tcl exec [%s] with [%s]", proc, param); in trigger_bind()
1383 debugyell("Tcl return from [%s] with [%s]", proc, result); in trigger_bind()
1389 debugyell("Tcl return from [%s] with [%s]", proc, tcl_interp->result); in trigger_bind()
1394 debugyell("Tcl return from [%s] with [%s]", proc, tcl_interp->result); in trigger_bind()
1667 debugyell("Tcl func [%s] with [%s %s %s %s]", C_msg[x-10].name , hand, nick, uhost, args); in check_tcl_msg()
1712 debugyell("Tcl func [%s] with [%d %s]", C_dcc[x-10].name , idx, args); in check_tcl_dcc()
2397 debugyell("Invoking tcl [%s] with [%s]", com, rest); in Tcl_Invoke()
2402 debugyell("Tcl returning with [%d]", result); in Tcl_Invoke()
H A Ddebug.c116 void debugyell(const char *format, ...) in debugyell() function
H A Dcommands.c2018 debugyell("Unknown argument to /WAIT"); in BUILT_IN_COMMAND()
2146 debugyell("%s: -LINE only works if -WIN is specified first", command); in BUILT_IN_COMMAND()
2152 debugyell("%s: -LINE only works on scratch windows", command); in BUILT_IN_COMMAND()
2160 debugyell("%s: -LINE %d is out of range for window (max %d)", in BUILT_IN_COMMAND()
4394 debugyell("%3d %s", debug_count++, stuff); in BX_parse_line()
4417 debugyell("%3d %s", debug_count++, stuff); in BX_parse_line()
4497 debugyell("Executing [%d] %s", level, line); in BX_parse_command()
4767 debugyell("Right before line [%d] of file [%s]", load_level[i].line, in dump_load_stack()
4774 debugyell("Loaded right before line [%d] of file [%s]", in dump_load_stack()
H A Dhook.c1049 debugyell("ON %s activated [%s]", name, buffer); in BX_do_hook()
H A Dfunctions.c1029 debugyell("Unmatched lparen in function call [%s]", name); in call_function()
1064 debugyell("Function %s(%s) returned %s", name, debug_copy, result); in call_function()
1067 debugyell("%3d %s(%s) -> %s", debug_count++, name, debug_copy, result); in call_function()
6975 debugyell("*** getopt switch broken: %s", tmp); in BUILT_IN_FUNCTION()
H A Dserver.c2552 debugyell("[%d] -> [%d] [%s]", des, len, buffer); in vsend_to_server()
/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Ddebug.h15 void debugyell (const char *, ...);
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Ddebug.h15 void debugyell (const char *, ...);