]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - doc/html/man/form_field_userptr.3x.html
ncurses 5.1
[ncurses.git] / doc / html / man / form_field_userptr.3x.html
similarity index 53%
rename from Ada95/html/man/form_field_userptr.3x.html
rename to doc/html/man/form_field_userptr.3x.html
index 5c626dd73799585d598512488bac3d634d0d8f8f..46977c9ffcc535a0f8621ec942796fb810183e5e 100644 (file)
@@ -1,13 +1,17 @@
 <HTML>
 <BODY>
 <PRE>
-       <STRONG>form_field_userptr</STRONG>  -  associate  application  data with a
+<!-- Manpage converted by man2html 3.0.1 -->
+
+</PRE>
+<H2>NAME</H2><PRE>
+       <B>form_field_userptr</B>  -  associate  application  data with a
        form field
 
 
 </PRE>
 <H2>SYNOPSIS</H2><PRE>
-       <STRONG>#include</STRONG> <STRONG><form.h></STRONG>
+       <B>#include</B> <B>&lt;form.h&gt;</B>
        int set_field_userptr(FIELD *field, void*userptr);
        void *field_userptr(const FIELD *field);
 
 
 </PRE>
 <H2>RETURN VALUE</H2><PRE>
-       The  function  <STRONG>field_userptr</STRONG>  returns  <STRONG>NULL</STRONG>  on error. The
-       function <STRONG>set_field_userptr</STRONG> returns one of the following:
+       The  function  <B>field_userptr</B>  returns  <B>NULL</B>  on error. The
+       function <B>set_field_userptr</B> returns one of the following:
 
-       <STRONG>E_OK</STRONG> The routine succeeded.
+       <B>E_OK</B> The routine succeeded.
 
-       <STRONG>E_SYSTEM_ERROR</STRONG>
-            System error occurred (see <STRONG>errno</STRONG>).
+       <B>E_SYSTEM_ERROR</B>
+            System error occurred (see <B>errno</B>).
 
 
 </PRE>
 <H2>SEE ALSO</H2><PRE>
-       <STRONG><A HREF="ncurses.3x.html">curses(3X)</A></STRONG>, <STRONG><A HREF="form.3x.html">form(3X)</A></STRONG>.
+       <B><A HREF="ncurses.3x.html">curses(3x)</A></B>, <B><A HREF="form.3x.html">form(3x)</A></B>.
 
 
 </PRE>
 <H2>NOTES</H2><PRE>
-       The header file <STRONG><form.h></STRONG> automatically includes the header
-       file <STRONG><curses.h></STRONG>.
+       The header file <B>&lt;form.h&gt;</B> automatically includes the header
+       file <B>&lt;curses.h&gt;</B>.
 
 
 </PRE>
 
 
 
+
 </PRE>
+<HR>
+<ADDRESS>
+Man(1) output converted with
+<a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a>
+</ADDRESS>
 </BODY>
 </HTML>