Home
last modified time | relevance | path

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

/openbsd-src/lib/libcurses/tty/
H A Dhashmap.c114 #define lines_alloc(sp) ((sp)->hashtab_len) macro
294 if (screen_lines(SP_PARM) > lines_alloc(SP_PARM)) { in NCURSES_SP_NAME()
303 lines_alloc(SP_PARM) = 0; in NCURSES_SP_NAME()
306 lines_alloc(SP_PARM) = screen_lines(SP_PARM); in NCURSES_SP_NAME()