Searched refs:_nc_pathlast (Results 1 – 9 of 9) sorted by relevance
89 _nc_pathlast(const char *path) in _nc_pathlast() function106 return path + _nc_pathlast(path); in _nc_basename()
521 || _nc_pathlast(name) != 0 in _nc_read_entry()
960 || _nc_pathlast(tn) != 0) { in _nc_read_termcap_entry()
238 extern NCURSES_EXPORT(unsigned) _nc_pathlast (const char *);
2173 #undef _nc_pathlast2174 unsigned _nc_pathlast(
2177 #undef _nc_pathlast2178 unsigned _nc_pathlast(
2919 #undef _nc_pathlast2920 unsigned _nc_pathlast(
1253 _nc_pathlast()
2578 + add _nc_pathlast() to get rid of casts in _nc_basename() calls.