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

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 newwin(3) -- create curses windows
    Calling newwin creates and returns a pointer to a new window with the given number of lines and columns. The upper left-hand corner of the window is at line begin_y, column begin_x. If either nlines o...
 new_field(3) -- create and destroy form fields
    The function new_field allocates a new field and initializes it from the parameters given: height, width, row of upper-left corner, column of upper-left corner, number off-screen rows, and number of a...
 new_fieldtype(3) -- define validation-field types
    The function new_fieldtype creates a new field type usable for data validation. You supply it with field_check, a predicate to check the validity of an entered data string whenever the user attempts t...
 new_form(3) -- create and destroy forms
    The function new_form creates a new form connected to a specified field pointer array (which must be NULL-terminated). The function free_form disconnects form from its field array and frees the storag...
 new_item(3) -- create and destroy menu items
    The function new_item allocates a new item and initializes it from the name and description pointers. Please notice that the item stores only the pointers to the name and description. Those pointers m...
 new_menu(3) -- create and destroy menus
    The function new_menu creates a new menu connected to a specified item pointer array (which must be NULL-terminated). The function free_menu disconnects menu from its item array and frees the storage ...
 new_page(3) -- form pagination functions
    The function set_new_page sets or resets a flag marking the given field as the beginning of a new page on its form. The function new_page is a predicate which tests if a given field marks a page begin...
 new_panel(3) -- panel stack extension for curses
    Panels are curses(3) windows with the added feature of depth. Panel functions allow the use of stacked windows and ensure the proper portions of each window and the curses stdscr window are hidden or ...
 nextafter(3) -- functions for IEEE arithmetic
    These functions are required or recommended by IEEE Std 754-1985. copysign() returns x with its sign changed to y's. The copysignf() function is a single precision version of copysign(). finite() ret...
 nextafterf(3) -- functions for IEEE arithmetic
    These functions are required or recommended by IEEE Std 754-1985. copysign() returns x with its sign changed to y's. The copysignf() function is a single precision version of copysign(). finite() ret...
 nextkey(3) -- database subroutines
    These functions provide a dbm-compatible interface to the database access methods described in db(3). Each unique record in the database is a key/content pair, the components of which may be any arbit...
 nftw(3) -- traverse (walk) a file tree
    These functions are provided for compatibility with legacy code. New code should use the fts(3) functions. The ftw() and nftw() functions traverse (walk) the directory hierarchy rooted in path. For ea...
 nice(3) -- change process scheduling priority
    This interface is obsoleted by setpriority(2). The nice() function adds the value specified in incr to the scheduling priority of the invoking process. incr is an integer such that the resulting sched...
 nl(3) -- curses output options
    These routines set options that change the style of output within curses. All options are initially FALSE, unless otherwise stated. It is not necessary to turn these options off before calling endwin....
 nlist(3) -- retrieve symbol table name list from an executable file
    The nlist() function retrieves name list entries from the symbol table of an executable file. (See a.out(5).) The argument nl is set to reference the beginning of the list. The list is preened of bina...
<<  [Prev]  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  120  121  122  123  124  125  126  127  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service