|
form_field_new(3) -- form library
|
The dup_field() function duplicates the given field, including any buffers associated with the field and returns the pointer to the newly created field. free_field() destroys the field and frees any a... |
form_field_opts(3) -- form library
|
The function field_opts() returns the current options settings for the given field. The field_opts_off() will turn the options given in options off for the given field, options not specified in option... |
|
form_field_userptr(3) -- form library
|
The field_userptr() function returns the pointer to the user defined data for the field, this pointer may be set by calling the set_field_userptr() function. |
form_field_validation(3) -- form library
|
The field_arg() function returns the field type arguments that are associated with the given field. The field_type() function returns the field type structure associated with the given field, this typ... |
form_hook(3) -- form library
|
The field_init() function returns a pointer to the function that will be called just after the current field changes and just before the form is posted, this function may be set by using the set_field... |
form_new(3) -- form library
|
The function free_form() frees all the resources associated with the form and destroys the form. Calling new_form() will create a new form, set the form parameters to the current defaults and attach t... |
form_new_page(3) -- form library
|
The new_page() function returns TRUE if the given field is the start of a new page, otherwise it returns FALSE, the new page status of a field can be set or unset using the set_new_page() function. |
form_opts(3) -- form library
|
The function form_opts() returns the current options that are set on the given form. The form_opts_off() will turn off the form options given in options for the form, similarly, form_opts_on() will tu... |
form_page(3) -- form library
|
The current_field() returns a pointer to the structure for the field that is currently active on the page. If there is an error, current_field() will return NULL. Calling field_index() will return the... |
form_post(3) -- form library
|
The post_form() function performs the actions necessary to present the form on the curses screen. If there are any init functions that need to be called then they will be called prior to the form bein... |
form_userptr(3) -- form library
|
The form_userptr() function returns the pointer to the user defined data associated with the form, this pointer may be set using the set_form_userptr() call. |
form_win(3) -- form library
|
All output to the screen done by the forms library is handled by the curses library routines. By default, the forms library will output to the curses stdscr, but if the forms window has been set via s... |
fparseln(3) -- return the next logical line from a stream
|
The fparseln() function returns a pointer to the next logical line from the stream referenced by stream. This string is NUL terminated and it is dynamicaly allocated on each invocation. It is the resp... |
fpgetmask(3) -- IEEE FP mode control
|
A rounding mode is one of FP_RZ, FP_RM, FP_RN, or FP_RP, for rounding towards zero, rounding (Minus infinity) down, rounding to nearest, and rounding (Plus infinity) up. The default mode is FP_RN. An ... |
fpgetround(3) -- IEEE FP mode control
|
A rounding mode is one of FP_RZ, FP_RM, FP_RN, or FP_RP, for rounding towards zero, rounding (Minus infinity) down, rounding to nearest, and rounding (Plus infinity) up. The default mode is FP_RN. An ... |