Home
last modified time | relevance | path

Searched refs:__hash_line (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/lib/libcurses/
H A Dcur_hash.c68 __hash_line(const __LDATA *cp, int ncols) in __hash_line() function
H A Dnewwin.c179 lp->hash = __hash_line(lp->line, maxx); in __newwin()
249 lp->hash = __hash_line(lp->line, win->maxx); in __set_subwin()
H A Dcurses_private.h362 unsigned int __hash_line(const __LDATA *, int);
H A Dresize.c364 lp->hash = __hash_line(lp->line, ncols); in __resizewin()
H A Drefresh.c573 wlp->hash = __hash_line(wlp->line, win->maxx); in doupdate()