NAME
ffoorrmmrreeqquueessttnnaammee - handle printable form request names
SYNOPSIS
##iinncclluuddee <
const char *formrequestname(int request); int formrequestbyname(const char *name);> DESCRIPTION
The function ffoorrmmrreeqquueessttnnaammee returns the printable name of a form request code.The function ffoorrmmrreeqquueessttbbyynnaammee searches in the name-table for a
request with the given name and returns its request code. Otherwise ENOMATCH is returned. RREETTUURRNN VVAALLUUEEffoorrmmrreeqquueessttnnaammee returns NNUULLLL on error and sets errno to EEBBAADDAARRGGUU-
MMEENNTT. ffoorrmmrreeqquueessttbbyynnaammee returns EENNOOMMAATTCCHH on error.SEE ALSO
ccuurrsseess(3X), ffoorrmm(3X). NNOOTTEESS The header file <> automatically includes the header file < >. PPOORRTTAABBIILLIITTYY 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 NCURSESVERSION. AUTHORS Juergen Pfeifer. Manual pages and adaptation for new curses by Eric S. Raymond. formrequestname(3X)