NAME
mmeennuurreeqquueessttnnaammee - handle printable menu request names
SYNOPSIS
##iinncclluuddee <
const char *menurequestname(int request); int menurequestbyname(const char *name);> DESCRIPTION
The function mmeennuurreeqquueessttnnaammee returns the printable name of a menu request code.The function mmeennuurreeqquueessttbbyynnaammee searches in the name-table for a
request with the given name and returns its request code. Otherwise ENOMATCH is returned. RREETTUURRNN VVAALLUUEEmmeennuurreeqquueessttnnaammee returns NNUULLLL on error and sets errno to EEBBAADDAARRGGUU-
MMEENNTT. mmeennuurreeqquueessttbbyynnaammee returns EENNOOMMAATTCCHH on error.SEE ALSO
ccuurrsseess(3X), mmeennuu(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. menurequestname(3X)