Home
last modified time | relevance | path

Searched refs:DLG_TRACE2N (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/dialog/
H A Drangebox.c215 DLG_TRACE2N("height", height); in dialog_rangebox()
216 DLG_TRACE2N("width", width); in dialog_rangebox()
217 DLG_TRACE2N("minval", min_value); in dialog_rangebox()
218 DLG_TRACE2N("maxval", max_value); in dialog_rangebox()
219 DLG_TRACE2N("default", default_value); in dialog_rangebox()
H A Dmsgbox.c67 DLG_TRACE2N("height", height); in dialog_msgbox()
68 DLG_TRACE2N("width", width); in dialog_msgbox()
69 DLG_TRACE2N("pauseopt", pauseopt); in dialog_msgbox()
H A Dtimebox.c193 DLG_TRACE2N("height", height); in dialog_timebox()
194 DLG_TRACE2N("width", width); in dialog_timebox()
195 DLG_TRACE2N("hour", hour); in dialog_timebox()
196 DLG_TRACE2N("minute", minute); in dialog_timebox()
197 DLG_TRACE2N("second", second); in dialog_timebox()
H A Dpause.c85 DLG_TRACE2N("height", height); in dialog_pause()
86 DLG_TRACE2N("width", width); in dialog_pause()
87 DLG_TRACE2N("seconds", seconds); in dialog_pause()
H A Dinputbox.c95 DLG_TRACE2N("height", height); in dialog_inputbox()
96 DLG_TRACE2N("width", width); in dialog_inputbox()
98 DLG_TRACE2N("password", password); in dialog_inputbox()
H A Dchecklist.c211 DLG_TRACE2N("height", height); in dlg_checklist()
212 DLG_TRACE2N("width", width); in dlg_checklist()
213 DLG_TRACE2N("lheight", list_height); in dlg_checklist()
214 DLG_TRACE2N("llength", item_no); in dlg_checklist()
217 DLG_TRACE2N("flag", flag); in dlg_checklist()
218 DLG_TRACE2N("current", *current_item); in dlg_checklist()
H A Dmixedgauge.c396 DLG_TRACE2N("height", height); in dialog_mixedgauge()
397 DLG_TRACE2N("width", width); in dialog_mixedgauge()
398 DLG_TRACE2N("percent", percent); in dialog_mixedgauge()
399 DLG_TRACE2N("llength", item_no); in dialog_mixedgauge()
H A Dyesno.c65 DLG_TRACE2N("height", height); in dialog_yesno()
66 DLG_TRACE2N("width", width); in dialog_yesno()
H A Dmenubox.c370 DLG_TRACE2N("height", height); in dlg_menu()
371 DLG_TRACE2N("width", width); in dlg_menu()
372 DLG_TRACE2N("lheight", menu_height); in dlg_menu()
373 DLG_TRACE2N("llength", item_no); in dlg_menu()
375 DLG_TRACE2N("rename", rename_menutext != 0); in dlg_menu()
764 DLG_TRACE2N("current", *current_item); in dlg_menu()
H A Dprogressbox.c398 DLG_TRACE2N("height", height); in dlg_progressbox()
399 DLG_TRACE2N("width", width); in dlg_progressbox()
400 DLG_TRACE2N("pause", pauseopt); in dlg_progressbox()
401 DLG_TRACE2N("fp", fp ? fileno(fp) : -1); in dlg_progressbox()
H A Dtreeview.c594 DLG_TRACE2N("height", height); in dialog_treeview()
595 DLG_TRACE2N("width", width); in dialog_treeview()
596 DLG_TRACE2N("lheight", list_height); in dialog_treeview()
597 DLG_TRACE2N("llength", item_no); in dialog_treeview()
599 DLG_TRACE2N("flag", flag); in dialog_treeview()
H A Dtailbox.c344 DLG_TRACE2N("height", height); in dialog_tailbox()
345 DLG_TRACE2N("width", width); in dialog_tailbox()
346 DLG_TRACE2N("bg_task", bg_task); in dialog_tailbox()
H A Dguage.c415 DLG_TRACE2N("height", height); in dialog_gauge()
416 DLG_TRACE2N("width", width); in dialog_gauge()
417 DLG_TRACE2N("percent", percent); in dialog_gauge()
H A Dcalendar.c734 DLG_TRACE2N("height", height); in dialog_calendar()
735 DLG_TRACE2N("width", width); in dialog_calendar()
736 DLG_TRACE2N("day", day); in dialog_calendar()
737 DLG_TRACE2N("month", month); in dialog_calendar()
738 DLG_TRACE2N("year", year); in dialog_calendar()
H A Dformbox.c525 DLG_TRACE2N("height", height); in dlg_form()
526 DLG_TRACE2N("width", width); in dlg_form()
527 DLG_TRACE2N("lheight", form_height); in dlg_form()
528 DLG_TRACE2N("llength", item_no); in dlg_form()
530 DLG_TRACE2N("current", *current_item); in dlg_form()
H A Dbuildlist.c1197 DLG_TRACE2N("height", height); in dialog_buildlist()
1198 DLG_TRACE2N("width", width); in dialog_buildlist()
1199 DLG_TRACE2N("lheight", list_height); in dialog_buildlist()
1200 DLG_TRACE2N("llength", item_no); in dialog_buildlist()
1202 DLG_TRACE2N("order", order_mode != 0); in dialog_buildlist()
H A Deditbox.c374 DLG_TRACE2N("height", height); in dlg_editbox()
375 DLG_TRACE2N("width", width); in dlg_editbox()
H A Ddialog.h894 #define DLG_TRACE2N(name,value) dlg_trace_2n (name,value) macro
903 #define DLG_TRACE2N(name,value) /* nothing */ macro
H A Dtextbox.c733 DLG_TRACE2N("height", height); in dialog_textbox()
734 DLG_TRACE2N("width", width); in dialog_textbox()
H A Dfselect.c633 DLG_TRACE2N("height", height); in dlg_fselect()
634 DLG_TRACE2N("width", width); in dlg_fselect()