Searched refs:FORM (Results 1 - 21 of 21) sorted by relevance

/freebsd-9.3-release/contrib/ncurses/form/
H A Dfrm_sub.c39 | Function : int set_form_sub(FORM *form, WINDOW *win)
47 set_form_sub(FORM *form, WINDOW *win)
60 | Function : WINDOW *form_sub(const FORM *)
67 form_sub(const FORM *form)
69 const FORM *f;
H A Dfrm_user.c39 | Function : int set_form_userptr(FORM *form, void *usrptr)
47 set_form_userptr(FORM *form, void *usrptr)
57 | Function : void *form_userptr(const FORM *form)
66 form_userptr(const FORM *form)
H A Dform.h131 * FORM *
159 } FORM; typedef in typeref:struct:formnode
161 typedef void (*Form_Hook)(FORM *);
284 extern NCURSES_EXPORT_VAR(FORM *) _nc_Default_Form;
350 * FORM routines *
353 extern NCURSES_EXPORT(FORM *) new_form (FIELD **);
355 extern NCURSES_EXPORT(FIELD **) form_fields (const FORM *);
356 extern NCURSES_EXPORT(FIELD *) current_field (const FORM *);
358 extern NCURSES_EXPORT(WINDOW *) form_win (const FORM *);
359 extern NCURSES_EXPORT(WINDOW *) form_sub (const FORM *);
[all...]
H A Dfrm_win.c39 | Function : int set_form_win(FORM *form,WINDOW *win)
47 set_form_win(FORM *form, WINDOW *win)
60 | Function : WINDOW *form_win(const FORM *)
67 form_win(const FORM *form)
69 const FORM *f;
H A Dfrm_opts.c39 | Function : int set_form_opts(FORM *form, Form_Options opts)
48 set_form_opts(FORM *form, Form_Options opts)
64 | Function : Form_Options form_opts(const FORM *)
71 form_opts(const FORM *form)
79 | Function : int form_opts_on(FORM *form, Form_Options opts)
88 form_opts_on(FORM *form, Form_Options opts)
104 | Function : int form_opts_off(FORM *form, Form_Options opts)
113 form_opts_off(FORM *form, Form_Options opts)
H A Dllib-lform54 FORM *_nc_retrace_form(
55 FORM *code)
56 { return(*(FORM **)0); }
109 FORM *form,
115 const FORM *form)
379 FORM *form)
386 const FORM *form)
391 const FORM *form)
397 FORM *_nc_Default_Form;
400 FORM *new_for
[all...]
H A Dllib-lformw54 FORM *_nc_retrace_form(
55 FORM *code)
56 { return(*(FORM **)0); }
109 FORM *form,
115 const FORM *form)
379 FORM *form)
386 const FORM *form)
391 const FORM *form)
397 FORM *_nc_Default_Form;
400 FORM *new_for
[all...]
H A Df_trace.c58 NCURSES_EXPORT(FORM *)
59 _nc_retrace_form(FORM *code)
H A Dfrm_cursor.c39 | Function : int pos_form_cursor(FORM * form)
52 pos_form_cursor(FORM *form)
H A Dfrm_scale.c39 | Function : int scale_form( const FORM *form, int *rows, int *cols )
48 scale_form(const FORM *form, int *rows, int *cols)
H A Dfrm_def.c38 static FORM default_form =
64 NCURSES_EXPORT_VAR(FORM *) _nc_Default_Form = &default_form;
117 | Function : static void Disconnect_Fields(FORM *form)
124 Disconnect_Fields(FORM *form)
133 (*fields)->form = (FORM *)0;
147 | Function : static int Connect_Fields(FORM *form, FIELD **fields)
157 Connect_Fields(FORM *form, FIELD **fields)
254 | Function : static int Associate_Fields(FORM *form, FIELD **fields)
265 Associate_Fields(FORM *form, FIELD **fields)
287 | Function : FORM *new_for
[all...]
H A Dform.priv.h157 extern NCURSES_EXPORT(int) _nc_Set_Form_Page (FORM*, int, FIELD*);
158 extern NCURSES_EXPORT(int) _nc_Refresh_Current_Field (FORM*);
159 extern NCURSES_EXPORT(FIELD *) _nc_First_Active_Field (FORM*);
160 extern NCURSES_EXPORT(bool) _nc_Internal_Validation (FORM*);
161 extern NCURSES_EXPORT(int) _nc_Set_Current_Field (FORM*, FIELD*);
162 extern NCURSES_EXPORT(int) _nc_Position_Form_Cursor (FORM*);
179 extern NCURSES_EXPORT(FORM *) _nc_retrace_form (FORM *);
H A Dfrm_hook.c39 NCURSES_IMPEXP int NCURSES_API set_ ## typ ## _ ## name (FORM *form, Form_Hook func)\
48 NCURSES_IMPEXP Form_Hook NCURSES_API typ ## _ ## name ( const FORM *form )\
56 | Function : int set_field_init(FORM *form, Form_Hook f)
68 | Function : Form_Hook field_init(const FORM *form)
78 | Function : int set_field_term(FORM *form, Form_Hook f)
90 | Function : Form_Hook field_term(const FORM *form)
100 | Function : int set_form_init(FORM *form, Form_Hook f)
112 | Function : Form_Hook form_init(const FORM *form)
122 | Function : int set_form_term(FORM *form, Form_Hook f)
134 | Function : Form_Hook form_term(const FORM *for
[all...]
H A Dfrm_page.c39 | Function : int set_form_page(FORM * form,int page)
50 set_form_page(FORM *form, int page)
91 | Function : int form_page(const FORM * form)
99 form_page(const FORM *form)
H A Dfld_current.c39 | Function : int set_current_field(FORM * form,FIELD * field)
51 set_current_field(FORM *form, FIELD *field)
107 | Function : FIELD *current_field(const FORM * form)
114 current_field(const FORM *form)
H A Dfrm_post.c39 | Function : int post_form(FORM * form)
51 post_form(FORM *form)
91 | Function : int unpost_form(FORM * form)
101 unpost_form(FORM *form)
H A Dfrm_driver.c116 static int Inter_Field_Navigation(int (*const fct) (FORM *), FORM *form);
117 static int FN_Next_Field(FORM *form);
118 static int FN_Previous_Field(FORM *form);
119 static int FE_New_Line(FORM *);
120 static int FE_Delete_Previous(FORM *);
216 check_pos(FORM *form, int lineno)
334 delete_char(FORM *form)
447 | FORM * form, const char * pos)
455 Adjust_Cursor_Position(FORM *for
[all...]
H A Dfrm_data.c39 | Function : bool data_behind(const FORM *form)
48 data_behind(const FORM *form)
126 | Function : bool data_ahead(const FORM *form)
135 data_ahead(const FORM *form)
H A Dfld_def.c60 (FORM *)0, /* form */
/freebsd-9.3-release/contrib/gcc/
H A Dsys-protos.h204 extern FIELD * current_field(FORM *);
209 extern int data_ahead(FORM *);
210 extern int data_behind(FORM *);
344 extern int field_count(FORM *);
348 extern PTF_void field_init(FORM *);
355 extern PTF_void field_term(FORM *);
373 extern int form_driver(FORM *, int);
374 extern FIELD ** form_fields(FORM *);
375 extern PTF_void form_init(FORM *);
376 extern OPTIONS form_opts(FORM *);
[all...]
H A Dsys-types.h193 typedef int FORM; typedef

Completed in 80 milliseconds