Searched refs:new_form (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/ncurses/form/
H A Dfrm_def.c299 NCURSES_SP_NAME(new_form) (NCURSES_SP_DCLx FIELD **fields)
304 T((T_CALLED("new_form(%p,%p)"), (void *)SP_PARM, (void *)fields));
335 | Function : FORM* new_form(FIELD** fields )
348 new_form(FIELD **fields)
350 return NCURSES_SP_NAME(new_form) (CURRENT_SCREEN, fields);
298 NCURSES_SP_NAME(new_form) (NCURSES_SP_DCLx FIELD **fields) function
347 new_form(FIELD **fields) function
H A Dform.h368 extern NCURSES_EXPORT(FORM *) new_form (FIELD **);
418 extern NCURSES_EXPORT(FORM *) NCURSES_SP_NAME(new_form) (SCREEN*, FIELD **);
/freebsd-11-stable/crypto/openssl/apps/
H A Dec.c102 int new_form = 0; local
161 new_form = 1;
300 if (new_form)
H A Decparam.c124 int new_form = 0; local
188 new_form = 1;
402 if (new_form)
588 if (new_form)
/freebsd-11-stable/lib/ncurses/form/
H A DMakefile140 form_new.3 new_form.3 \
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h763 extern FORM * new_form(FIELD **);

Completed in 103 milliseconds