Home
last modified time | relevance | path

Searched refs:new_form (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/ncurses/form/
H A Dfrm_def.c301 NCURSES_SP_NAME(new_form) (NCURSES_SP_DCLx FIELD **fields) in NCURSES_SP_NAME() argument
350 new_form(FIELD **fields) in new_form() function
352 return NCURSES_SP_NAME(new_form) (CURRENT_SCREEN, fields); in new_form()
H A Dform.h401 extern FORM_EXPORT(FORM *) new_form (FIELD **);
452 extern FORM_EXPORT(FORM *) NCURSES_SP_NAME(new_form) (SCREEN*, FIELD **);
H A Dllib-lformtw411 #undef new_form
412 FORM *new_form(
H A Dllib-lformt411 #undef new_form
412 FORM *new_form(
H A Dllib-lformw411 #undef new_form
412 FORM *new_form(
H A Dllib-lform411 #undef new_form
412 FORM *new_form(
/freebsd/contrib/ncurses/misc/
H A Dform.ref65 "new_form" @100 ;NONAME
H A Dform.def72 "new_form" @100 NONAME
/freebsd/lib/ncurses/form/
H A DMakefile142 form_new.3 new_form.3 \
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc1333 3. Create the form using new_form().
1412 FORM *new_form(FIELD **fields);
1861 field pointer array like the one required by new_form(). In that case,
2026 by new_form() or set_form_fields()
2330 given form's field array (the array passed to new_form() or