Home
last modified time | relevance | path

Searched refs:_nc_pathlast (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/ncurses/ncurses/tinfo/
HDaccess.c88 _nc_pathlast(const char *path) in _nc_pathlast() function
105 return path + _nc_pathlast(path); in _nc_basename()
HDread_termcap.c980 || _nc_pathlast(tn) != 0) { in _nc_read_termcap_entry()
HDread_entry.c854 || _nc_pathlast(name) != 0 in _nc_read_entry2()
/dragonfly/contrib/ncurses/include/
HDtic.h270 extern NCURSES_EXPORT(unsigned) _nc_pathlast (const char *);
/dragonfly/lib/libncurses/
HDSymbol.base.map99 _nc_pathlast;
/dragonfly/contrib/ncurses/progs/
HDtic.c609 unsigned leaf = _nc_pathlast(result); in valid_db_path()