libncurses: updated to 6.0
[tomato.git] / release / src / router / libncurses / doc / html / man / form_variables.3x.html
blob0d416164367116e93d574228b4fb600b106a62b6
1 <!--
2 ****************************************************************************
3 * Copyright (c) 2010,2013 Free Software Foundation, Inc. *
4 * *
5 * Permission is hereby granted, free of charge, to any person obtaining a *
6 * copy of this software and associated documentation files (the *
7 * "Software"), to deal in the Software without restriction, including *
8 * without limitation the rights to use, copy, modify, merge, publish, *
9 * distribute, distribute with modifications, sublicense, and/or sell *
10 * copies of the Software, and to permit persons to whom the Software is *
11 * furnished to do so, subject to the following conditions: *
12 * *
13 * The above copyright notice and this permission notice shall be included *
14 * in all copies or substantial portions of the Software. *
15 * *
16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS *
17 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF *
18 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. *
19 * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
20 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
21 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR *
22 * THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
23 * *
24 * Except as contained in this notice, the name(s) of the above copyright *
25 * holders shall not be used in advertising or otherwise to promote the *
26 * sale, use or other dealings in this Software without prior written *
27 * authorization. *
28 ****************************************************************************
29 * @Id: form_variables.3x,v 1.4 2013/06/22 17:58:32 tom Exp @
30 -->
31 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
32 <HTML>
33 <HEAD>
34 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
35 <meta name="generator" content="Manpage converted by man2html - see http://invisible-island.net/scripts/readme.html#others_scripts">
36 <TITLE>form_variables 3x</TITLE>
37 <link rev=made href="mailto:bug-ncurses@gnu.org">
38 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
39 </HEAD>
40 <BODY>
41 <H1 class="no-header">form_variables 3x</H1>
42 <PRE>
43 <STRONG><A HREF="form_variables.3x.html">form_variables(3x)</A></STRONG> <STRONG><A HREF="form_variables.3x.html">form_variables(3x)</A></STRONG>
48 </PRE>
49 <H2><a name="h2-NAME">NAME</a></H2><PRE>
50 <STRONG>TYPE_ALNUM</STRONG>, <STRONG>TYPE_ALPHA</STRONG>, <STRONG>TYPE_ENUM</STRONG>, <STRONG>TYPE_INTEGER</STRONG>,
51 <STRONG>TYPE_IPV4</STRONG>, <STRONG>TYPE_NUMERIC</STRONG>, <STRONG>TYPE_REGEXP</STRONG> - form system global
52 variables
55 </PRE>
56 <H2><a name="h2-SYNOPSIS">SYNOPSIS</a></H2><PRE>
57 <STRONG>#include</STRONG> <STRONG>&lt;form.h&gt;</STRONG>
59 <STRONG>FIELDTYPE</STRONG> <STRONG>*</STRONG> <STRONG>TYPE_ALNUM;</STRONG>
60 <STRONG>FIELDTYPE</STRONG> <STRONG>*</STRONG> <STRONG>TYPE_ALPHA;</STRONG>
61 <STRONG>FIELDTYPE</STRONG> <STRONG>*</STRONG> <STRONG>TYPE_ENUM;</STRONG>
62 <STRONG>FIELDTYPE</STRONG> <STRONG>*</STRONG> <STRONG>TYPE_INTEGER;</STRONG>
63 <STRONG>FIELDTYPE</STRONG> <STRONG>*</STRONG> <STRONG>TYPE_IPV4;</STRONG>
64 <STRONG>FIELDTYPE</STRONG> <STRONG>*</STRONG> <STRONG>TYPE_NUMERIC;</STRONG>
65 <STRONG>FIELDTYPE</STRONG> <STRONG>*</STRONG> <STRONG>TYPE_REGEXP;</STRONG>
68 </PRE>
69 <H2><a name="h2-DESCRIPTION">DESCRIPTION</a></H2><PRE>
70 These are building blocks for the form library, defining
71 fields that can be created using <STRONG><A HREF="form_fieldtype.3x.html">form_fieldtype(3x)</A></STRONG>. Each
72 provides functions for field- and character-validation,
73 according to the given datatype.
76 </PRE>
77 <H3><a name="h3-TYPE_ALNUM">TYPE_ALNUM</a></H3><PRE>
78 This holds alphanumeric data.
81 </PRE>
82 <H3><a name="h3-TYPE_ALPHA">TYPE_ALPHA</a></H3><PRE>
83 This holds alphabetic data.
86 </PRE>
87 <H3><a name="h3-TYPE_ENUM">TYPE_ENUM</a></H3><PRE>
88 This holds an enumerated type.
91 </PRE>
92 <H3><a name="h3-TYPE_INTEGER">TYPE_INTEGER</a></H3><PRE>
93 This holds a decimal integer.
96 </PRE>
97 <H3><a name="h3-TYPE_IPV4">TYPE_IPV4</a></H3><PRE>
98 This holds an IPv4 internet address, e.g., "127.0.0.1".
101 </PRE>
102 <H3><a name="h3-TYPE_NUMERIC">TYPE_NUMERIC</a></H3><PRE>
103 This holds a decimal number, with optional sign and deci-
104 mal point.
107 </PRE>
108 <H3><a name="h3-TYPE_REGEXP">TYPE_REGEXP</a></H3><PRE>
109 This holds a regular expression.
112 </PRE>
113 <H2><a name="h2-PORTABILITY">PORTABILITY</a></H2><PRE>
114 The <STRONG>TYPE_IPV4</STRONG> variable is an extension not provided by
115 older implementations of the form library.
118 </PRE>
119 <H2><a name="h2-SEE-ALSO">SEE ALSO</a></H2><PRE>
120 <STRONG><A HREF="form.3x.html">form(3x)</A></STRONG>.
124 <STRONG><A HREF="form_variables.3x.html">form_variables(3x)</A></STRONG>
125 </PRE>
126 <div class="nav">
127 <ul>
128 <li><a href="#h2-NAME">NAME</a></li>
129 <li><a href="#h2-SYNOPSIS">SYNOPSIS</a></li>
130 <li><a href="#h2-DESCRIPTION">DESCRIPTION</a>
131 <ul>
132 <li><a href="#h3-TYPE_ALNUM">TYPE_ALNUM</a></li>
133 <li><a href="#h3-TYPE_ALPHA">TYPE_ALPHA</a></li>
134 <li><a href="#h3-TYPE_ENUM">TYPE_ENUM</a></li>
135 <li><a href="#h3-TYPE_INTEGER">TYPE_INTEGER</a></li>
136 <li><a href="#h3-TYPE_IPV4">TYPE_IPV4</a></li>
137 <li><a href="#h3-TYPE_NUMERIC">TYPE_NUMERIC</a></li>
138 <li><a href="#h3-TYPE_REGEXP">TYPE_REGEXP</a></li>
139 </ul>
140 </li>
141 <li><a href="#h2-PORTABILITY">PORTABILITY</a></li>
142 <li><a href="#h2-SEE-ALSO">SEE ALSO</a></li>
143 </ul>
144 </div>
145 </BODY>
146 </HTML>