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

/freebsd-13-stable/contrib/dialog/
H A Dmsgbox.c68 DLG_TRACE2N("height", height);
69 DLG_TRACE2N("width", width);
70 DLG_TRACE2N("pauseopt", pauseopt);
H A Dyesno.c66 DLG_TRACE2N("height", height);
67 DLG_TRACE2N("width", width);
H A Dinputbox.c90 DLG_TRACE2N("height", height);
91 DLG_TRACE2N("width", width);
93 DLG_TRACE2N("password", password);
H A Dpause.c85 DLG_TRACE2N("height", height);
86 DLG_TRACE2N("width", width);
87 DLG_TRACE2N("seconds", seconds);
H A Drangebox.c228 DLG_TRACE2N("height", height);
229 DLG_TRACE2N("width", width);
230 DLG_TRACE2N("minval", min_value);
231 DLG_TRACE2N("maxval", max_value);
232 DLG_TRACE2N("default", default_value);
H A Dtimebox.c194 DLG_TRACE2N("height", height);
195 DLG_TRACE2N("width", width);
196 DLG_TRACE2N("hour", hour);
197 DLG_TRACE2N("minute", minute);
198 DLG_TRACE2N("second", second);
H A Dchecklist.c212 DLG_TRACE2N("height", height);
213 DLG_TRACE2N("width", width);
214 DLG_TRACE2N("lheight", list_height);
215 DLG_TRACE2N("llength", item_no);
218 DLG_TRACE2N("flag", flag);
219 DLG_TRACE2N("current", *current_item);
H A Dmenubox.c358 DLG_TRACE2N("height", height);
359 DLG_TRACE2N("width", width);
360 DLG_TRACE2N("lheight", menu_height);
361 DLG_TRACE2N("llength", item_no);
363 DLG_TRACE2N("current", *current_item);
364 DLG_TRACE2N("rename", rename_menutext != 0);
H A Dguage.c410 DLG_TRACE2N("height", height);
411 DLG_TRACE2N("width", width);
412 DLG_TRACE2N("percent", percent);
H A Dtailbox.c333 DLG_TRACE2N("height", height);
334 DLG_TRACE2N("width", width);
335 DLG_TRACE2N("bg_task", bg_task);
H A Dmixedgauge.c391 DLG_TRACE2N("height", height);
392 DLG_TRACE2N("width", width);
393 DLG_TRACE2N("percent", percent);
394 DLG_TRACE2N("llength", item_no);
H A Dprogressbox.c387 DLG_TRACE2N("height", height);
388 DLG_TRACE2N("width", width);
389 DLG_TRACE2N("pause", pauseopt);
390 DLG_TRACE2N("fp", fp ? fileno(fp) : -1);
H A Dtreeview.c591 DLG_TRACE2N("height", height);
592 DLG_TRACE2N("width", width);
593 DLG_TRACE2N("lheight", list_height);
594 DLG_TRACE2N("llength", item_no);
596 DLG_TRACE2N("flag", flag);
H A Dcalendar.c737 DLG_TRACE2N("height", height);
738 DLG_TRACE2N("width", width);
739 DLG_TRACE2N("day", day);
740 DLG_TRACE2N("month", month);
741 DLG_TRACE2N("year", year);
H A Dformbox.c525 DLG_TRACE2N("height", height);
526 DLG_TRACE2N("width", width);
527 DLG_TRACE2N("lheight", form_height);
528 DLG_TRACE2N("llength", item_no);
530 DLG_TRACE2N("current", *current_item);
H A Dbuildlist.c1192 DLG_TRACE2N("height", height);
1193 DLG_TRACE2N("width", width);
1194 DLG_TRACE2N("lheight", list_height);
1195 DLG_TRACE2N("llength", item_no);
1197 DLG_TRACE2N("order", order_mode != 0);
H A Deditbox.c370 DLG_TRACE2N("height", height);
371 DLG_TRACE2N("width", width);
H A Ddialog.h849 #define DLG_TRACE2N(name,value) dlg_trace_2n (name,value) macro
858 #define DLG_TRACE2N(name,value) /* nothing */ macro
H A Dfselect.c612 DLG_TRACE2N("height", height);
613 DLG_TRACE2N("width", width);
H A Dtextbox.c715 DLG_TRACE2N("height", height);
716 DLG_TRACE2N("width", width);

Completed in 197 milliseconds