requestname
NAMESYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO
NOTES
PORTABILITY
AUTHORS
NAME
form_requestname − handle printable form request names
SYNOPSIS
#include
<form.h>
const char *form_request_name(int request);
int form_request_by_name(const char *name);
DESCRIPTION
The function
form_request_name returns the printable name of a
form request code.
The function form_request_by_name searches in the
name-table for a request with the given name and returns its
request code. Otherwise E_NO_MATCH is returned.
RETURN VALUE
form_request_name
returns NULL on error and sets errno to
E_BAD_ARGUMENT.
form_request_by_name returns E_NO_MATCH on error.
It does not set errno.
SEE ALSO
ncurses(3NCURSES), form(3FORM).
NOTES
The header file <form.h> automatically includes the header file <curses.h>.
PORTABILITY
These routines are specific to ncurses. They were not supported on Version 7, BSD or System V implementations. It is recommended that any code depending on them be conditioned using NCURSES_VERSION.
AUTHORS
Juergen Pfeifer. Manual pages and adaptation for new curses by Eric S. Raymond.
More Linux Commands
manpages/krb5-config.1.html
krb5-config(1) - tool for linking against MIT Kerberos libra
krb5-config tells the application programmer what special flags to use to compile and link programs against the installed Kerberos libraries. OPTIONS --help pri
manpages/csh.1.html
csh(1) - C shell with file name completion and command line
tcsh is an enhanced but completely compatible version of the Berkeley UNIX C shell, csh(1). It is a command language interpreter usable both as an interactive l
manpages/XPeekEvent.3.html
XPeekEvent(3) - select events by type - Linux manual page...
The XNextEvent function copies the first event from the event queue into the specified XEvent structure and then removes it from the queue. If the event queue i
manpages/cron.8.html
cron(8) - daemon to execute scheduled commands (Man Page)...
Cron is started from /etc/rc.d/init.d or /etc/init.d when classical sysvinit scripts are used. In case systemd is enabled, then unit file is installed into /lib
manpages/getwin.3x.lc.html
getwin.3x(lc) miscellaneous curses utility routines.........
The unctrl routine returns a character string which is a printable representation of the character c, ignoring attributes. Control characters are displayed in t
manpages/setfsgid.2.html
setfsgid(2) - set group identity used for file system checks
The system call setfsgid() changes the value of the callers filesystem group ID-the group ID that the Linux kernel uses to check for all accesses to the filesys
manpages/xtrapout.1x.html
xtrapout(1x) - XTrap sample clients - Linux manual page.....
These commands are SAMPLE CLIENTS provided with the XTrap X Server Extension Sources, Version 3.3. XTrap is an X Server extension which facilitates the capturin
manpages/tst.3.html
tst(3) - ternary search trie functions - Linux manual page
tst_init allocates memory for members of struct tst, and allocates the first node_line_width nodes. A NULL pointer is returned by tst_init if any part of the me
manpages/pam_ck_connector.8.html
pam_ck_connector(8) - Register session with ConsoleKit......
The pam_ck_connector PAM module registers a login session with the system-wide ConsoleKit daemon. This PAM module should be used with caution; only local login
manpages/glutSetWindowTitle.3.html
glutSetWindowTitle(3) - change the window or icon title resp
These routines should be called only when the current window is a top-level window. Upon creation of a top-level window, the window and icon names are determine
manpages/gnutls_pkcs12_bag_set_key_id.3.html
gnutls_pkcs12_bag_set_key_id(3) - API function (Man Page)...
This function will add the given key ID, to the specified, by the index, bag element. The key ID will be encoded as a Local key identifier bag attribute, which
manpages/echo_sp.3ncurses.html
echo_sp(3ncurses) - curses screen-pointer extension.........
This implementation can be configured to provide a set of functions which improve the ability to manage multiple screens. This feature can be added to any of th
