Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ncurses/ncurses/tty/
H A Dhashmap.c107 #define lines_alloc(sp) ((sp)->hashtab_len) macro
282 if (screen_lines(SP_PARM) > lines_alloc(SP_PARM)) { in NCURSES_SP_NAME()
291 lines_alloc(SP_PARM) = 0; in NCURSES_SP_NAME()
294 lines_alloc(SP_PARM) = screen_lines(SP_PARM); in NCURSES_SP_NAME()