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

  man pages->FreeBSD man pages              
Title
Content
Arch
Section
 
 mvwinstr(3) -- get a string of characters from a curses window
    These routines return a string of characters in str, extracted starting at the current cursor position in the named window. Attributes are stripped from the characters. The four functions with n as th...
 mvwprintw(3) -- print formatted output in curses windows
    The printw, wprintw, mvprintw and mvwprintw routines are analogous to printf [see printf(3S)]. In effect, the string that would be output by printf is output instead as though waddstr were used on the...
 mvwscanw(3) -- convert formatted input from a curses window
    The scanw, wscanw and mvscanw routines are analogous to scanf [see scanf(3S)]. The effect of these routines is as though wgetstr were called on the window, and the resulting line used as input for ssc...
 mvwvline(3) -- create curses borders, horizontal and vertical lines
    The border, wborder and box routines draw a box around the edges of a window. Other than the window, each argument is a character with attributes: ls - left side, rs - right side, ts - top side, bs - ...
 napms(3) -- lowlevel curses routines
    The following routines give low-level access to various curses capabilities. Theses routines typically are used inside library routines. The def_prog_mode and def_shell_mode routines save the current ...
 ncurses(3) -- CRT screen handling and optimization package
    The ncurses library routines give the user a terminal-independent method of updating character screens with reasonable optimization. This implementation is ``new curses'' (ncurses) and is the approv...
 nc_perror(3) -- get network configuration database entry
    The library routines described on this page provide the application access to the system network configuration database, /etc/netconfig. The getnetconfig() function returns a pointer to the current en...
 nc_sperror(3) -- get network configuration database entry
    The library routines described on this page provide the application access to the system network configuration database, /etc/netconfig. The getnetconfig() function returns a pointer to the current en...
 ndaysg(3) -- Calendar arithmetic for the Christian era
    These functions provide calendar arithmetic for a large range of years, starting at March 1st, year zero (i. e. 1 B.C.) and ending way beyond year 100000. Programs should be linked with -lcalendar. Th...
 ndaysj(3) -- Calendar arithmetic for the Christian era
    These functions provide calendar arithmetic for a large range of years, starting at March 1st, year zero (i. e. 1 B.C.) and ending way beyond year 100000. Programs should be linked with -lcalendar. Th...
 netgraph(3) -- netgraph user library
    These functions facilitate user-mode program participation in the kernel netgraph(4) graph-based networking system, by utilizing the netgraph socket node type (see ng_socket(4)). The NgMkSockNode() fu...
 network(3) -- Internet address manipulation routines
    The routines inet_aton(), inet_addr() and inet_network() interpret character strings representing numbers expressed in the Internet standard `.' notation. The inet_pton() function converts a presenta...
 newpad(3) -- create and display curses pads
    The newpad routine creates and returns a pointer to a new pad data structure with the given number of lines, nlines, and columns, ncols. A pad is like a window, except that it is not restricted by the...
 newterm(3) -- curses screen initialization and manipulation routines
    initscr is normally the first curses routine to call when initializing a program. A few special routines sometimes need to be called before it; these are slk_init, filter, ripoffline, use_env. For mul...
 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...
<<  [Prev]  139  140  141  142  143  144  145  146  147  148  149  150  151  152  153  154  155  156  157  158  159  
160  161  162  163  164  165  166  167  168  169  170  171  172  173  174  175  176  177  178  179  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service