Home
last modified time | relevance | path

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

/mirbsd/src/lib/libncurses/src/ncurses/tty/
Dhashmap.c103 #define lines_alloc (SP->hashtab_len) macro
274 if (screen_lines > lines_alloc) { in _nc_hash_map()
282 lines_alloc = 0; in _nc_hash_map()
285 lines_alloc = screen_lines; in _nc_hash_map()