/freebsd/contrib/dialog/ |
H A D | rangebox.c | 215 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 D | msgbox.c | 67 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 D | timebox.c | 193 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 D | pause.c | 85 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 D | inputbox.c | 95 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 D | checklist.c | 211 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 D | mixedgauge.c | 396 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 D | yesno.c | 65 DLG_TRACE2N("height", height); in dialog_yesno() 66 DLG_TRACE2N("width", width); in dialog_yesno()
|
H A D | menubox.c | 370 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 D | progressbox.c | 398 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 D | treeview.c | 594 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 D | tailbox.c | 344 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 D | guage.c | 415 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 D | calendar.c | 734 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 D | formbox.c | 525 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 D | buildlist.c | 1197 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 D | editbox.c | 374 DLG_TRACE2N("height", height); in dlg_editbox() 375 DLG_TRACE2N("width", width); in dlg_editbox()
|
H A D | dialog.h | 894 #define DLG_TRACE2N(name,value) dlg_trace_2n (name,value) macro 903 #define DLG_TRACE2N(name,value) /* nothing */ macro
|
H A D | textbox.c | 733 DLG_TRACE2N("height", height); in dialog_textbox() 734 DLG_TRACE2N("width", width); in dialog_textbox()
|
H A D | fselect.c | 633 DLG_TRACE2N("height", height); in dlg_fselect() 634 DLG_TRACE2N("width", width); in dlg_fselect()
|