form_variables


HOME

form_variables

NAME
SYNOPSIS
DESCRIPTION
PORTABILITY
SEE ALSO

NAME

TYPE_ALNUM, TYPE_ALPHA, TYPE_ENUM, TYPE_INTEGER, TYPE_IPV4, TYPE_NUMERIC, TYPE_REGEXP − form system global variables

SYNOPSIS

#include <form.h>

FIELDTYPE * TYPE_ALNUM;
FIELDTYPE * TYPE_ALPHA;
FIELDTYPE * TYPE_ENUM;
FIELDTYPE * TYPE_INTEGER;
FIELDTYPE * TYPE_IPV4;
FIELDTYPE * TYPE_NUMERIC;
FIELDTYPE * TYPE_REGEXP;

DESCRIPTION

These are building blocks for the form library, defining fields that can be created using set_fieldtype(3X). Each provides functions for field- and character-validation, according to the given datatype.

TYPE_ALNUM
This holds alphanumeric data.

TYPE_ALPHA
This holds alphabetic data.

TYPE_ENUM
This holds an enumerated type.

TYPE_INTEGER
This holds a decimal integer.

TYPE_IPV4
This holds an IPv4 internet address, e.g., "127.0.0.1".

TYPE_NUMERIC
This holds a decimal number, with optional sign and decimal point.

TYPE_REGEXP
This holds a regular expression.

PORTABILITY

The TYPE_IPV4 variable is an extension not provided by older implementations of the form library.

SEE ALSO

form(3FORM).




More Linux Commands

manpages/uxterm.1.html
uxterm(1) - X terminal emulator for Unicode (UTF-8) environm
uxterm is a wrapper around the xterm(1) program that invokes the latter program with the UXTerm X resource class set. All arguments to uxterm are passed to xter

manpages/glEvalPoint2.3gl.html
glEvalPoint2(3gl) - generate and evaluate a single point in
glMapGrid and glEvalMesh are used in tandem to efficiently generate and evaluate a series of evenly spaced map domain values. glEvalPoint can be used to evaluat

manpages/IO::Lines.3pm.html
IO::Lines(3pm) - IO:: interface for reading/writing an array
This class implements objects which behave just like FileHandle (or IO::Handle) objects, except that you may use them to write to (or read from) an array of lin

manpages/ber_bvarray_add.3.html
ber_bvarray_add(3) - OpenLDAP LBER types and allocation func
The following are the basic types and structures defined for use with the Lightweight BER library. ber_int_t is a signed integer of at least 32 bits. It is comm

manpages/perl5182delta.1.html
perl5182delta(1) what is new for perl v5.18.2 (Man Page)....
This document describes differences between the 5.18.1 release and the 5.18.2 release. If you are upgrading from an earlier release such as 5.18.0, first read p

manpages/wbkgrnd.3ncurses.html
wbkgrnd(3ncurses) - curses window complex background manipul
The bkgrndset and wbkgrndset routines manipulate the background of the named window. The window background is a cchar_t consisting of any combination of attribu

manpages/perf_event_open.2.html
perf_event_open(2) set up performance monitoring (Man Page)
Given a list of parameters, perf_event_open() returns a file descriptor, for use in subsequent system calls (read(2), mmap(2), prctl(2), fcntl(2), etc.). A call

manpages/checkproc.8.html
checkproc(8) - Checks for a process by full path name.......
checkproc checks for running processes that use the specified executable. checkproc does not use the pid to verify a process but the full path of the correspond

manpages/fdopendir.3.html
fdopendir(3) - open a directory (Library - Linux man page)
The opendir() function opens a directory stream corresponding to the directory name, and returns a pointer to the directory stream. The stream is positioned at

manpages/glVertex4iv.3gl.html
glVertex4iv(3gl) - specify a vertex - Linux manual page.....
glVertex commands are used within glBegin/glEnd pairs to specify point, line, and polygon vertices. The current color, normal, and texture coordinates are assoc

manpages/Tcl_FSGetFileSystemForPath.3.html
Tcl_FSGetFileSystemForPath(3) - procedures to interact with
There are several reasons for calling the Tcl_FS API functions (e.g. Tcl_FSAccess and Tcl_FSStat) rather than calling system level functions like access and sta

manpages/sched_get_priority_max.2.html
sched_get_priority_max(2) - get static priority range.......
sched_get_priority_max() returns the maximum priority value that can be used with the scheduling algorithm identified by policy. sched_get_priority_min() return





We can't live, work or learn in freedom unless the software we use is free.