*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 memcmp(3) -- compare byte string
    The memcmp() function compares byte string b1 against byte string b2. Both strings are assumed to be len bytes long.
 memcpy(3) -- copy bytes
    The memcpy() function copies len bytes from buffer src to buffer dst.
 memmove(3) -- copy bytes
    The memmove() function copies len bytes from buffer src to buffer dst. The two buffers may overlap; the copy is always done in a non-destructive manner.
 memset(3) -- write a byte to byte string
    The memset() function writes len bytes of value c (converted to an unsigned char) to the string b.
 menu(3) -- curses extension for programming menus
    The menu library provides terminal-independent facilities for composing menu systems on character-cell terminals. The library includes: item routines, which create and modify menu items; and menu rout...
 menu_attributes(3) -- color and attribute control for menus
    The function set_menu_fore sets the foreground attribute of menu. This is the highlight used for selected menu items. menu_fore returns the foreground attribute. The default is A_STANDOUT. The functio...
 menu_back(3) -- color and attribute control for menus
    The function set_menu_fore sets the foreground attribute of menu. This is the highlight used for selected menu items. menu_fore returns the foreground attribute. The default is A_STANDOUT. The functio...
 menu_cursor(3) -- position a menu's cursor
    The function pos_menu_cursor restores the cursor to the current position associated with the menu's selected item. This is useful after curses routines have been called to do screen-painting in respo...
 menu_driver(3) -- command-processing loop of the menu system
    Once a menu has been posted (displayed), you should funnel input events to it through menu_driver. This routine has three major input cases; either the input is a menu navigation request, it's a prin...
 menu_fore(3) -- color and attribute control for menus
    The function set_menu_fore sets the foreground attribute of menu. This is the highlight used for selected menu items. menu_fore returns the foreground attribute. The default is A_STANDOUT. The functio...
 menu_format(3) -- set and get menu sizes
    The function set_menu_format sets the maximum display size of the given menu. If this size is too small to display all menu items, the menu will be made scrollable. If this size is larger than the men...
 menu_grey(3) -- color and attribute control for menus
    The function set_menu_fore sets the foreground attribute of menu. This is the highlight used for selected menu items. menu_fore returns the foreground attribute. The default is A_STANDOUT. The functio...
 menu_hook(3) -- set hooks for automatic invocation by applications
    These functions make it possible to set hook functions to be called at various points in the automatic processing of input event codes by menu_driver. The function set_item_init sets a hook to be call...
 menu_init(3) -- set hooks for automatic invocation by applications
    These functions make it possible to set hook functions to be called at various points in the automatic processing of input event codes by menu_driver. The function set_item_init sets a hook to be call...
 menu_items(3) -- make and break connections between items and menus
    The function set_menu_items changes the item pointer array of the given menu. The array must be terminated by a NULL. The function menu_items returns the item array of the given menu. The function ite...
<<  [Prev]  79  80  81  82  83  84  85  86  87  88  89  90  91  92  93  94  95  96  97  98  99  
100  101  102  103  104  105  106  107  108  109  110  111  112  113  114  115  116  117  118  119  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service