Home
last modified time | relevance | path

Searched refs:DLG_TRACE (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-13-stable/contrib/dialog/
HDargv.c42 DLG_TRACE(("# dlg_string_to_argv:\n")); in dlg_string_to_argv()
43 DLG_TRACE(("# given:\n")); in dlg_string_to_argv()
46 DLG_TRACE(("#%s\t%.*s\\n\n", in dlg_string_to_argv()
53 DLG_TRACE(("#%s\t%.*s\n", in dlg_string_to_argv()
57 DLG_TRACE(("# result:\n")); in dlg_string_to_argv()
133 DLG_TRACE(("#\targv[%d] = %s\n", (int) n, result[n])); in dlg_string_to_argv()
HDbuildlist.c408 DLG_TRACE(("# set top of %s column to %d\n", in set_top_item()
434 DLG_TRACE(("# fix_top_item(cur_item %d, %s) ->top_item %d\n", in fix_top_item()
746 DLG_TRACE(("# ** state %d:%d top %d (%d:%d:%d) %s\n", in dlg_buildlist()
767 DLG_TRACE(("# ...visit row %d (%d,%d)\n", cur_row, cur_y, cur_x)); in dlg_buildlist()
785 DLG_TRACE(("# MOUSE column %d, row %d ->item %d\n", j, i, k)); in dlg_buildlist()
834 DLG_TRACE(("# cur_item %d, new_choice:%d\n", cur_item, new_choice)); in dlg_buildlist()
1014 DLG_TRACE(("# <--CHOICE %d\n", i)); in dlg_buildlist()
1015 DLG_TRACE(("# <--topITM %d\n", moi->top_index)); in dlg_buildlist()
1016 DLG_TRACE(("# <--now_at %d\n", now_at)); in dlg_buildlist()
1017 DLG_TRACE(("# <--at_top %d\n", at_top)); in dlg_buildlist()
[all …]
HDdialog.c458 DLG_TRACE(("# unescape_argv\n")); in unescape_argv()
515 DLG_TRACE(("# opened --file %s ..\n", filename)); in unescape_argv()
583 DLG_TRACE(("# finished --file\n")); in unescape_argv()
599 DLG_TRACE(("#\toption argv[%d]=%s\n", j, (*argvp)[j])); in unescape_argv()
608 DLG_TRACE(("#\t%d options vs %d arguments\n", known_opts, *argcp)); in unescape_argv()
747 DLG_TRACE(("# input_result:\n%s\n", dialog_vars.input_result)); in show_result()
1531 DLG_TRACE(("# ignore extra --trace option\n")); in process_trace_option()
1535 DLG_TRACE(("# Parameters:\n")); in process_trace_option()
1537 DLG_TRACE(("#\targv[%d] = %s\n", j, argv[j])); in process_trace_option()
1553 DLG_TRACE(("# process_common_options, offset %d\n", offset)); in process_common_options()
[all …]
HDmouse.c58 DLG_TRACE(("# mouse_setcode %d\n", code)); in dlg_mouse_setcode()
104 DLG_TRACE(("# mouse_mkregion %d,%d %dx%d %d (%d)\n", in dlg_mouse_mkregion()
HDcalendar.c119 DLG_TRACE(("# DAY(%d) = '%s'\n", n, cached_days[n])); in nameOfDayOfWeek()
164 DLG_TRACE(("# MON(%d) = '%s'\n", n, cached_months[n])); in nameOfMonth()
659 DLG_TRACE(("# current %04d/%02d/%02d\n", in trace_date()
664 DLG_TRACE(("# current (unchanged)\n")); in trace_date()
734 DLG_TRACE(("# calendar args:\n")); in dialog_calendar()
943 DLG_TRACE(("# mouseclick decoded %d\n", step)); in dialog_calendar()
HDtrace.c250 DLG_TRACE(("## dialog %s\n", dialog_version())); in dlg_trace()
251 DLG_TRACE(("## vile: confmode\n")); in dlg_trace()
HDmousewget.c45 DLG_TRACE(("# mouse-click abs %d,%d (rel %d,%d)\n", in mouse_wgetch()
HDbuttons.c643 DLG_TRACE(("# dlg_ok_buttoncode(%d) = %d\n", button, result)); in dlg_ok_buttoncode()
693 DLG_TRACE(("# dlg_defaultno_button() = %d\n", result)); in dlg_defaultno_button()
716 DLG_TRACE(("# dlg_default_button() = %d\n", result)); in dlg_default_button()
HDguage.c96 DLG_TRACE(("read_data:%s", buffer)); in read_data()
407 DLG_TRACE(("# gauge args:\n")); in dialog_gauge()
HDrc.c524 DLG_TRACE(("# opened rc file \"%s\"\n", tempptr)); in dlg_parse_rc()
527 DLG_TRACE(("#\t%s", str)); in dlg_parse_rc()
HDrangebox.c156 DLG_TRACE(("# drew %d offset %d scaled %d limit %d inc %d\n", in draw_value()
225 DLG_TRACE(("# tailbox args:\n")); in dialog_rangebox()
HDyesno.c63 DLG_TRACE(("# yesno args:\n")); in dialog_yesno()
HDui_getc.c490 DLG_TRACE(("# dlg_getc: timeout expired\n")); in dlg_getc()
495 DLG_TRACE(("# dlg_getc: input or output is invalid\n")); in dlg_getc()
HDmsgbox.c65 DLG_TRACE(("# msgbox args:\n")); in dialog_msgbox()
HDpause.c82 DLG_TRACE(("# pause args:\n")); in dialog_pause()
HDinputbox.c87 DLG_TRACE(("# inputbox args:\n")); in dialog_inputbox()
HDinputstr.c108 DLG_TRACE(("# cache %p %p:%s\n", p, p->string, p->string));
115 DLG_TRACE(("# trace_cache %s@%d\n", fn, ln));
HDdlg_keys.c78 DLG_TRACE(("# dlg_register_window %s\n", name)); in dlg_register_window()
81 DLG_TRACE(("# ...done dlg_register_window %s\n", name)); in dlg_register_window()
HDdialog.h846 #define DLG_TRACE(params) dlg_trace_msg params macro
856 #define DLG_TRACE(params) /* nothing */ macro
HDtextbox.c106 DLG_TRACE(("# Lseek returned %ld, expected %ld\n", actual, offset)); in lseek_cur()
712 DLG_TRACE(("# textbox args:\n")); in dialog_textbox()
HDfselect.c478 DLG_TRACE(("opendir '%s'\n", path)); in fill_lists()
609 DLG_TRACE(("# %s args:\n", dselect ? "dselect" : "fselect")); in dlg_fselect()
HDtailbox.c330 DLG_TRACE(("# tailbox args:\n")); in dialog_tailbox()
HDtimebox.c191 DLG_TRACE(("# timebox args:\n")); in dialog_timebox()
HDmixedgauge.c388 DLG_TRACE(("# mixedgauge args:\n")); in dialog_mixedgauge()
HDprogressbox.c384 DLG_TRACE(("# progressbox args:\n")); in dlg_progressbox()

12