menu_pattern(3X) menu_pattern(3X) NAME menu_pattern - get and set(7,n,1 builtins) a menu(3x,n,n tk_menuSetFocus)'s pattern buffer SYNOPSIS #include <menu.h> int set_menu_pattern(MENU *menu(3x,n,n tk_menuSetFocus), const char *pattern); char *menu_pattern(const MENU *menu(3x,n,n tk_menuSetFocus)); DESCRIPTION Every menu(3x,n,n tk_menuSetFocus) has an associated pattern match buffer. As input events that are printable ASCII characters come in(1,8), they are appended to this match buffer and tested for a match, as described in(1,8) menu_driver(3X). The function set_menu_pattern sets the pattern buffer for the given menu(3x,n,n tk_menuSetFocus) and tries to find the first matching item. If it succeeds, that item becomes current; if(3,n) not, the current item does not change. The function menu_pattern returns the pattern buffer of the given menu(3x,n,n tk_menuSetFocus). RETURN VALUE The function menu_pattern returns NULL on error. The function set_menu_pattern may return the following error(8,n) codes: E_OK The routine succeeded. E_SYSTEM_ERROR System error(8,n) occurred (see errno). E_BAD_ARGUMENT Routine detected an incorrect or out-of-range argument. E_NO_MATCH Character failed to match. SEE ALSO curses(3X), menu(3x,n,n tk_menuSetFocus)(3X). NOTES The header file(1,n) <menu.h> automatically includes the header file(1,n) <curses.h>. PORTABILITY These routines emulate the System V menu(3x,n,n tk_menuSetFocus) library. They were not sup- ported on Version 7 or BSD versions. AUTHORS Juergen Pfeifer. Manual pages and adaptation for new curses by Eric S. Raymond. menu_pattern(3X)