Home
last modified time | relevance | path

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

/dports/devel/cgdb/cgdb-0.8.0/cgdb/
H A Dscroller.cpp252 int sb_num_rows; in scr_home() local
254 vterminal_scroll_delta(scr->vt, sb_num_rows); in scr_home()
259 int sb_num_rows; in scr_end() local
261 vterminal_scroll_delta(scr->vt, -sb_num_rows); in scr_end()
330 int sb_num_rows; in scr_enable_search() local
374 int sb_num_rows; in scr_search_regex_forward() local
386 int count = sb_num_rows + height; in scr_search_regex_forward()
425 delta = search_row - sb_num_rows; in scr_search_regex_forward()
461 int sb_num_rows; in scr_search_regex_backwards() local
473 int count = sb_num_rows + height; in scr_search_regex_backwards()
[all …]