|
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... |
dbm_delete(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_dirnfo(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_error(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_fetch(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_firstkey(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_nextkey(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_open(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_store(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... |
dbopen(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... |
default_colors(3) -- use terminal's default colors
|
The use_default_colors() and assume_default_colors() functions are extensions to the curses library. They are used with terminals that support ISO 6429 color, or equivalent. These terminals allow the ... |
define_key(3) -- define a keycode
|
This is an extension to the curses library. It permits an application to define keycodes with their corresponding control strings, so that the ncurses library will interpret them just as it would the ... |
def_prog_mode(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 ... |
def_shell_mode(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 ... |
delay_output(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 ... |