Lines Matching refs:bot
1830 int bot, in scroll_csr_forward() argument
1837 if (n == 1 && scroll_forward && top == miny && bot == maxy) { in scroll_csr_forward()
1838 GoTo(NCURSES_SP_ARGx bot, 0); in scroll_csr_forward()
1841 } else if (n == 1 && delete_line && bot == maxy) { in scroll_csr_forward()
1845 } else if (parm_index && top == miny && bot == maxy) { in scroll_csr_forward()
1846 GoTo(NCURSES_SP_ARGx bot, 0); in scroll_csr_forward()
1853 } else if (parm_delete_line && bot == maxy) { in scroll_csr_forward()
1861 } else if (scroll_forward && top == miny && bot == maxy) { in scroll_csr_forward()
1862 GoTo(NCURSES_SP_ARGx bot, 0); in scroll_csr_forward()
1867 } else if (delete_line && bot == maxy) { in scroll_csr_forward()
1880 GoTo(NCURSES_SP_ARGx bot - i, 0); in scroll_csr_forward()
1895 int bot, in scroll_csr_backward() argument
1902 if (n == 1 && scroll_reverse && top == miny && bot == maxy) { in scroll_csr_backward()
1906 } else if (n == 1 && insert_line && bot == maxy) { in scroll_csr_backward()
1910 } else if (parm_rindex && top == miny && bot == maxy) { in scroll_csr_backward()
1918 } else if (parm_insert_line && bot == maxy) { in scroll_csr_backward()
1926 } else if (scroll_reverse && top == miny && bot == maxy) { in scroll_csr_backward()
1932 } else if (insert_line && bot == maxy) { in scroll_csr_backward()
2011 int bot, in NCURSES_SP_NAME()
2021 (void *) SP_PARM, n, top, bot, maxy)); in NCURSES_SP_NAME()
2042 res = scroll_csr_forward(NCURSES_SP_ARGx n, top, bot, 0, maxy, blank); in NCURSES_SP_NAME()
2046 && (SP_PARM->_cursrow == bot || SP_PARM->_cursrow == bot - 1)) in NCURSES_SP_NAME()
2052 TIPARM_2(change_scroll_region, top, bot)); in NCURSES_SP_NAME()
2059 res = scroll_csr_forward(NCURSES_SP_ARGx n, top, bot, top, bot, blank); in NCURSES_SP_NAME()
2067 res = scroll_idl(NCURSES_SP_ARGx n, top, bot - n + 1, blank); in NCURSES_SP_NAME()
2073 && (non_dest_scroll_region || (memory_below && bot == maxy))) { in NCURSES_SP_NAME()
2075 if (bot == maxy && clr_eos) { in NCURSES_SP_NAME()
2076 GoTo(NCURSES_SP_ARGx bot - n + 1, 0); in NCURSES_SP_NAME()
2080 GoTo(NCURSES_SP_ARGx bot - i, 0); in NCURSES_SP_NAME()
2087 res = scroll_csr_backward(NCURSES_SP_ARGx -n, top, bot, 0, maxy, blank); in NCURSES_SP_NAME()
2098 TIPARM_2(change_scroll_region, top, bot)); in NCURSES_SP_NAME()
2106 -n, top, bot, top, bot, blank); in NCURSES_SP_NAME()
2114 res = scroll_idl(NCURSES_SP_ARGx -n, bot + n + 1, top, blank); in NCURSES_SP_NAME()
2134 (NCURSES_SIZE_T) bot, in NCURSES_SP_NAME()
2138 NCURSES_SP_NAME(_nc_scroll_oldhash) (NCURSES_SP_ARGx n, top, bot); in NCURSES_SP_NAME()
2145 _nc_scrolln(int n, int top, int bot, int maxy) in _nc_scrolln() argument
2147 return NCURSES_SP_NAME(_nc_scrolln) (CURRENT_SCREEN, n, top, bot, maxy); in _nc_scrolln()