Home
last modified time | relevance | path

Searched refs:newpad (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_pad.c49 NCURSES_SP_NAME(newpad) (NCURSES_SP_DCLx int l, int c) in NCURSES_EXPORT()
79 newpad(int l, int c) in newpad() function
81 return NCURSES_SP_NAME(newpad) (CURRENT_SCREEN, l, c); in newpad()
H A Dlib_window.c191 nwin = NCURSES_SP_NAME(newpad) (NCURSES_SP_ARGx in dupwin()
H A Dlib_screen.c546 nwin = NCURSES_SP_NAME(newpad) (NCURSES_SP_ARGx in NCURSES_SP_NAME()
/freebsd/contrib/ncurses/form/
H A Dfld_def.c309 New_Field->working = newpad(1, Buffer_Length(New_Field) + 1); in new_field()
H A Dfrm_driver.c734 WINDOW *new_window = newpad(field->drows, field->dcols); in Field_Grown()
1524 new_window = newpad(field->drows, field->dcols); in _nc_Set_Current_Field()
4798 field->working = newpad(1, Buffer_Length(field) + 1); in set_field_buffer()
/freebsd/contrib/ncurses/menu/
H A Dm_post.c292 if ((menu->win = newpad(h, menu->width))) in post_menu()
/freebsd/contrib/bsddialog/lib/
H A Dtextbox.c155 st.pad = newpad(st.hpad, st.wpad); in bsddialog_textbox()
H A Dformbox.c695 if ((form.pad = newpad(1, 1)) == NULL) in bsddialog_form()
H A Dmenubox.c524 m.pad = newpad(m.nitems, m.line); in do_mixedlist()
H A Dlib_util.c1361 if ((d->textpad = newpad(1, 1)) == NULL) in prepare_dialog()
/freebsd/contrib/ncurses/misc/
H A Dncurses.def290 "newpad" @195 NONAME
H A Dncurses.ref216 "newpad" @195 NONAME ; implemented
/freebsd/lib/ncurses/tinfo/
H A DMakefile722 curs_pad.3 newpad.3 \
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in700 extern NCURSES_EXPORT(WINDOW *) newpad (int,int); /* implemented */
979 extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(newpad) (SCREEN*, int, int); /* implemented:SP_FUNC…
/freebsd/contrib/ncurses/ncurses/
H A Dllib-lncurses1753 #undef newpad
1754 WINDOW *newpad(
H A Dllib-lncursest1762 #undef newpad
1763 WINDOW *newpad(
H A Dllib-lncursestw2343 #undef newpad
2344 WINDOW *newpad(
H A Dllib-lncursesw2334 #undef newpad
2335 WINDOW *newpad(
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c3516 report_ptr(newpad(y, x)); in cmd_newpad()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp565 m_window = ::newpad(size.height, size.width); in Pad()
/freebsd/contrib/ncurses/
H A DNEWS10324 + add a check to _nc_makenew() to ensure that newwin() and newpad()