Searched refs:dlg_auto_sizefile (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/dialog/package/ |
H A D | dialog.sym | 72 dlg_auto_sizefile
|
H A D | dialog.map | 55 dlg_auto_sizefile;
|
/freebsd/contrib/dialog/ |
H A D | dialog.h | 327 #define auto_sizefile(t,f,h,w,xl,mc) dlg_auto_sizefile(t,f,h,w,xl,mc) 844 extern void dlg_auto_sizefile(const char * /*title*/, const char * /*file*/, int * /*height*/, int …
|
H A D | tailbox.c | 355 dlg_auto_sizefile(title, filename, &height, &width, 2, min_width); in dialog_tailbox()
|
H A D | textbox.c | 765 dlg_auto_sizefile(title, filename, &height, &width, 2, min_width); in dialog_textbox()
|
H A D | util.c | 1459 dlg_auto_sizefile(const char *title, in dlg_auto_sizefile() function
|
H A D | CHANGES | 1075 + modify dlg_auto_sizefile() to ensure the computed height and width
|