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

  man pages->FreeBSD man pages              
Title
Content
Arch
Section
 
 curs_termattrs(3) -- curses environment query routines
    The baudrate routine returns the output speed of the terminal. The number returned is in bits per second, for example 9600, and is an integer. The erasechar routine returns the user's current erase c...
 curs_termcap(3) -- direct curses interface to the terminfo capability database
    These routines are included as a conversion aid for programs that use the termcap library. Their parameters are the same and the routines are emulated using the terminfo database. Thus, they can only ...
 curs_terminfo(3) -- curses interfaces to terminfo database
    These low-level routines must be called by programs that have to deal directly with the terminfo database to handle certain terminal capabilities, such as programming function keys. For all other func...
 curs_touch(3) -- curses refresh control routines
    The touchwin and touchline routines throw away all optimization information about which parts of the window have been touched, by pretending that the entire window has been drawn on. This is sometimes...
 curs_trace(3) -- curses debugging routines
    The trace routines are used for debugging the ncurses libraries, as well as applications which use the ncurses libraries. These functions are normally available only with the debugging library libncur...
 curs_util(3) -- miscellaneous curses utility routines
    The unctrl routine returns a character string which is a printable representation of the character c, ignoring attributes. Control characters are displayed in the ^X notation. Printing characters are ...
 curs_window(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...
 cuserid(3) -- get user name associated with effective UID
    The cuserid() function is made obsolete by getpwuid(3). The function cuserid() gets the user name associated with the effective UID of the current process. If the argument s is non-NULL, the name is c...
 daemon(3) -- run in the background
    The daemon() function is for programs wishing to detach themselves from the controlling terminal and run in the background as system daemons. Unless the argument nochdir is non-zero, daemon() changes ...
 data_ahead(3) -- test for off-screen data in given forms
    The function data_ahead tests whether there is off-screen data ahead in the given form. It returns TRUE (1) or FALSE (0). The function data_behind tests whether there is off-screen data behind in the ...
 data_behind(3) -- test for off-screen data in given forms
    The function data_ahead tests whether there is off-screen data ahead in the given form. It returns TRUE (1) or FALSE (0). The function data_behind tests whether there is off-screen data behind in the ...
 db(3) -- database access methods
    The dbopen() function is the library interface to database files. The supported file formats are btree, hashed and UNIX file oriented. The btree format is a representation of a sorted, balanced tree s...
 dbm(3) -- database access functions
    Database access functions. These functions are implemented using dbopen(3) with a hash(3) database. datum is declared in : typedef struct { char *dptr; int dsize; } datum; The dbm_open(base, f...
 dbm_clearerr(3) -- database access functions
    Database access functions. These functions are implemented using dbopen(3) with a hash(3) database. datum is declared in : typedef struct { char *dptr; int dsize; } datum; The dbm_open(base, f...
 dbm_close(3) -- database access functions
    Database access functions. These functions are implemented using dbopen(3) with a hash(3) database. datum is declared in : typedef struct { char *dptr; int dsize; } datum; The dbm_open(base, f...
<<  [Prev]  55  56  57  58  59  60  61  62  63  64  65  66  67  68  69  70  71  72  73  74  75  
76  77  78  79  80  81  82  83  84  85  86  87  88  89  90  91  92  93  94  95  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service