Searched refs:DLG_TRACE2S (Results 1 – 20 of 20) sorted by relevance
| /dragonfly/contrib/dialog/ |
| HD | inputbox.c | 94 DLG_TRACE2S("title", title); in dialog_inputbox() 95 DLG_TRACE2S("message", cprompt); in dialog_inputbox() 98 DLG_TRACE2S("init", init); in dialog_inputbox()
|
| HD | yesno.c | 63 DLG_TRACE2S("title", title); in dialog_yesno() 64 DLG_TRACE2S("message", cprompt); in dialog_yesno()
|
| HD | msgbox.c | 65 DLG_TRACE2S("title", title); in dialog_msgbox() 66 DLG_TRACE2S("message", cprompt); in dialog_msgbox()
|
| HD | pause.c | 83 DLG_TRACE2S("title", title); in dialog_pause() 84 DLG_TRACE2S("message", cprompt); in dialog_pause()
|
| HD | checklist.c | 211 DLG_TRACE2S("title", title); in dlg_checklist() 212 DLG_TRACE2S("message", cprompt); in dlg_checklist() 218 DLG_TRACE2S("states", states); in dlg_checklist()
|
| HD | rangebox.c | 213 DLG_TRACE2S("title", title); in dialog_rangebox() 214 DLG_TRACE2S("message", cprompt); in dialog_rangebox()
|
| HD | tailbox.c | 341 DLG_TRACE2S("title", title); in dialog_tailbox() 342 DLG_TRACE2S("filename", filename); in dialog_tailbox()
|
| HD | guage.c | 414 DLG_TRACE2S("title", title); in dialog_gauge() 415 DLG_TRACE2S("message", cprompt); in dialog_gauge()
|
| HD | timebox.c | 189 DLG_TRACE2S("title", title); in dialog_timebox() 190 DLG_TRACE2S("message", subtitle); in dialog_timebox()
|
| HD | mixedgauge.c | 394 DLG_TRACE2S("title", title); in dialog_mixedgauge() 395 DLG_TRACE2S("message", cprompt); in dialog_mixedgauge()
|
| HD | progressbox.c | 392 DLG_TRACE2S("title", title); in dlg_progressbox() 393 DLG_TRACE2S("message", cprompt); in dlg_progressbox()
|
| HD | dialog.h | 744 #define DLG_TRACE2S(name,value) dlg_trace_2s (name,value) macro 753 #define DLG_TRACE2S(name,value) /* nothing */ macro
|
| HD | treeview.c | 600 DLG_TRACE2S("title", title); in dialog_treeview() 601 DLG_TRACE2S("message", cprompt); in dialog_treeview()
|
| HD | menubox.c | 375 DLG_TRACE2S("title", title); in dlg_menu() 376 DLG_TRACE2S("message", cprompt); in dlg_menu()
|
| HD | fselect.c | 608 DLG_TRACE2S("title", title); in dlg_fselect() 609 DLG_TRACE2S("path", path); in dlg_fselect()
|
| HD | calendar.c | 724 DLG_TRACE2S("title", title); in dialog_calendar() 725 DLG_TRACE2S("message", subtitle); in dialog_calendar()
|
| HD | textbox.c | 731 DLG_TRACE2S("title", title); in dialog_textbox() 732 DLG_TRACE2S("filename", filename); in dialog_textbox()
|
| HD | formbox.c | 524 DLG_TRACE2S("title", title); in dlg_form() 525 DLG_TRACE2S("message", cprompt); in dlg_form()
|
| HD | buildlist.c | 1193 DLG_TRACE2S("title", title); in dialog_buildlist() 1194 DLG_TRACE2S("message", cprompt); in dialog_buildlist()
|
| HD | editbox.c | 370 DLG_TRACE2S("title", title); in dlg_editbox()
|