Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
Daccess.c89 _nc_pathlast(const char *path) in _nc_pathlast() function
106 return path + _nc_pathlast(path); in _nc_basename()
Dread_entry.c521 || _nc_pathlast(name) != 0 in _nc_read_entry()
Dread_termcap.c960 || _nc_pathlast(tn) != 0) { in _nc_read_termcap_entry()
/freebsd-10-stable/contrib/ncurses/include/
Dtic.h238 extern NCURSES_EXPORT(unsigned) _nc_pathlast (const char *);
/freebsd-10-stable/contrib/ncurses/ncurses/
Dllib-lncurses2173 #undef _nc_pathlast
2174 unsigned _nc_pathlast(
Dllib-lncursest2177 #undef _nc_pathlast
2178 unsigned _nc_pathlast(
Dllib-lncursesw2919 #undef _nc_pathlast
2920 unsigned _nc_pathlast(
/freebsd-10-stable/contrib/ncurses/
DINSTALL1253 _nc_pathlast()
DNEWS2578 + add _nc_pathlast() to get rid of casts in _nc_basename() calls.