Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tty/
H A Dhashmap.c112 #define lines_alloc(sp) ((sp)->hashtab_len) macro
292 if (screen_lines(SP_PARM) > lines_alloc(SP_PARM)) { in NCURSES_SP_NAME()
301 lines_alloc(SP_PARM) = 0; in NCURSES_SP_NAME()
304 lines_alloc(SP_PARM) = screen_lines(SP_PARM); in NCURSES_SP_NAME()