Home
last modified time | relevance | path

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

/src/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y1549 size_t to_allocate; in save_slave_output() local
1570 to_allocate = 1024 * ((result / 1024) + 1); in save_slave_output()
1573 saved_output.allocated + to_allocate)) in save_slave_output()
1577 saved_output.allocated += to_allocate; in save_slave_output()