Searched refs:_nc_db_open (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/ncurses/include/
H A Dhashed_db.h56 extern NCURSES_EXPORT(DB *) _nc_db_open(const char * /* path */, bool /* modify */);
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dhashed_db.c49 _nc_db_open(const char *path, bool modify) function
H A Dwrite_entry.c166 if ((capdbp = _nc_db_open(fullpath, TRUE)) == NULL)
313 DB *capdb = _nc_db_open(_nc_tic_dir(0), TRUE);
H A Dread_entry.c439 if ((capdbp = _nc_db_open(filename, FALSE)) != 0) {
/freebsd-9.3-release/contrib/ncurses/progs/
H A Dtoe.c245 if ((capdbp = _nc_db_open(filename, FALSE)) != 0) {

Completed in 63 milliseconds