X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_userptr.3x.html;h=1d19dbe1c9a9392dbcbb5aef2727523c67920fa7;hb=122d3739b3c11c83decc625d53f26fff6e825710;hp=4586087355c9a57b77bc6769ffaef1429f454759;hpb=6208c89f98f1cf9fe0980bd8e791846ce007a13d;p=ncurses.git diff --git a/doc/html/man/form_userptr.3x.html b/doc/html/man/form_userptr.3x.html index 45860873..1d19dbe1 100644 --- a/doc/html/man/form_userptr.3x.html +++ b/doc/html/man/form_userptr.3x.html @@ -1,7 +1,7 @@ - - -form_userptr 3x - - + +form_userptr 3x 2023-10-07 ncurses 6.4 Library calls + + -

form_userptr 3x

+

form_userptr 3x 2023-10-07 ncurses 6.4 Library calls

-form_userptr(3x)                                       form_userptr(3x)
+form_userptr(3x)                 Library calls                form_userptr(3x)
 
 
 
 
 

NAME

-       set_form_userptr,  form_userptr  -  associate  application
-       data with a form item
+       set_form_userptr, form_userptr - associate application data with a form
+       item
 
 
 

SYNOPSIS

        #include <form.h>
-       int set_form_userptr(FORM *form, void *userptr);
-       void* form_userptr(const FORM *form);
+
+       int set_form_userptr(FORM *form, void *userptr);
+       void* form_userptr(const FORM *form);
 
 
 

DESCRIPTION

-       Every form and every form item has a  field  that  can  be
-       used to hold application-specific data (that is, the form-
-       driver code leaves it alone).  These functions get and set
-       the form user pointer field.
+       Every form and every form item has a field that can  be  used  to  hold
+       application-specific  data  (that  is,  the  form-driver code leaves it
+       alone).  These functions get and set the form user pointer field.
 
 
 

RETURN VALUE

-       The  function form_userptr returns a pointer (which may be
-       NULL).  It does not set errno.
+       The function form_userptr returns a pointer (which may  be  NULL).   It
+       does not set errno.
 
        The function set_form_userptr returns E_OK (success).
 
 
-

SEE ALSO

-       curses(3x), form(3x).
-
-
 

NOTES

-       The header file <form.h> automatically includes the header
-       file <curses.h>.
+       The  header  file  <form.h>  automatically  includes  the  header  file
+       <curses.h>.
 
 
 

PORTABILITY

-       These  routines  emulate the System V forms library.  They
-       were not supported on Version 7 or BSD versions.
+       These routines emulate the System  V  forms  library.   They  were  not
+       supported on Version 7 or BSD versions.
 
-       The user pointer is a void pointer.  We chose not to leave
-       it as a char pointer for SVr4 compatibility.
+       The user pointer is a void pointer.  We chose not to leave it as a char
+       pointer for SVr4 compatibility.
 
 
 

AUTHORS

-       Juergen  Pfeifer.   Manual  pages  and  adaptation for new
-       curses by Eric S. Raymond.
+       Juergen Pfeifer.  Manual pages and adaptation for new curses by Eric S.
+       Raymond.
+
+
+

SEE ALSO

+       curses(3x), form(3x)
 
 
 
-                                                       form_userptr(3x)
+ncurses 6.4                       2023-10-07                  form_userptr(3x)