xref: /illumos-gate/usr/src/man/man3lib/libform.3lib (revision 311330e6823a3a919ff127757c2f0cf9eb17aa0e)
te
Copyright (c) 2003, Sun Microsystems, Inc. All Rights Reserved.
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
LIBFORM 3LIB "May 22, 2003"
NAME
libform - forms library
SYNOPSIS

cc [ flag... ] file... -lform [ library... ]
DESCRIPTION

Functions in this library provide forms using libcurses(3LIB) routines.

INTERFACES

The shared object libform.so.1 provides the public interfaces defined below. See Intro(3) for additional information on shared object interfaces.

current_field data_ahead
data_behind dup_field
dynamic_field_info field_arg
field_back field_buffer
field_count field_fore
field_index field_info
field_init field_just
field_opts field_opts_off
field_opts_on field_pad
field_status field_term
field_type field_userptr
form_driver form_fields
form_init form_opts
form_opts_off form_opts_on
form_page form_sub
form_term form_userptr
form_win free_field
free_fieldtype free_form
link_field link_fieldtype
move_field new_field
new_fieldtype new_form
new_page pos_form_cursor
post_form scale_form
set_current_field set_field_back
set_field_buffer set_field_fore
set_field_init set_field_just
set_field_opts set_field_pad
set_field_status set_field_term
set_field_type set_field_userptr
set_fieldtype_arg set_fieldtype_choice
set_form_fields set_form_init
set_form_opts set_form_page
set_form_sub set_form_term
set_form_userptr set_form_win
set_max_field set_new_page
unpost_form
FILES
/usr/lib/libform.so.1

shared object

/usr/lib/64/libform.so.1

64-bit shared object

ATTRIBUTES

See attributes(7) for descriptions of the following attributes:

ATTRIBUTE TYPE ATTRIBUTE VALUE
MT-Level Unsafe
SEE ALSO

Intro (3), libcurses (3LIB), attributes (7)