Searched refs:TEXTHMARGIN (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/bsddialog/lib/ |
| H A D | lib_util.h | 33 #define TEXTHMARGIN 1 macro 34 #define TEXTHMARGINS (TEXTHMARGIN + TEXTHMARGIN)
|
| H A D | barbox.c | 164 prefresh(textpad, 0, 0, y+1, x+1+TEXTHMARGIN, y+h-4, in bsddialog_gauge() 165 x+w-1-TEXTHMARGIN); in bsddialog_gauge() 467 prefresh(textpad, 0, 0, y+1, x+1+TEXTHMARGIN, y+h-7, x+w-1-TEXTHMARGIN); in bsddialog_rangebox() 587 prefresh(textpad, 0, 0, y+1, x+1+TEXTHMARGIN, y+h-7, in bsddialog_rangebox() 588 x+w-1-TEXTHMARGIN); in bsddialog_rangebox() 634 prefresh(textpad, 0, 0, y+1, x+1+TEXTHMARGIN, y+h-7, x+w-1-TEXTHMARGIN); in bsddialog_pause() 731 prefresh(textpad, 0, 0, y+1, x+1+TEXTHMARGIN, y+h-7, in bsddialog_pause() 732 x+w-1-TEXTHMARGIN); in bsddialog_pause()
|
| H A D | infobox.c | 88 pnoutrefresh(textpad, 0, 0, y+1, x+1+TEXTHMARGIN, y+h-2, in bsddialog_infobox() 89 x+w-TEXTHMARGIN); in bsddialog_infobox()
|
| H A D | menubox.c | 499 prefresh(textpad, 0, 0, y + 1, x + 1 + TEXTHMARGIN, y + h - menurows, in do_mixedlist() 500 x + 1 + w - TEXTHMARGIN); in do_mixedlist() 633 prefresh(textpad, 0, 0, y + 1, x + 1 + TEXTHMARGIN, in do_mixedlist() 634 y + h - menurows, x + 1 + w - TEXTHMARGIN); in do_mixedlist()
|
| H A D | formbox.c | 639 prefresh(textpad, 0, 0, y + 1, x + 1 + TEXTHMARGIN, in bsddialog_form() 640 y + h - form.viewrows, x + 1 + w - TEXTHMARGIN); in bsddialog_form() 838 prefresh(textpad, 0, 0, y + 1, x + 1 + TEXTHMARGIN, in bsddialog_form() 839 y + h - form.viewrows, x + 1 + w - TEXTHMARGIN); in bsddialog_form()
|