Home
last modified time | relevance | path

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

/dports/math/sc/sc-7.16/
H A Dcmds.c159 gs.g_lastrow += arg; in insertrow()
206 if (gs.g_lastrow >= currow + delta) in insertrow()
207 gs.g_lastrow += arg; in insertrow()
412 if (gs.g_lastrow >= currow && gs.g_lastrow < currow + arg) in deleterow()
413 gs.g_lastrow = currow - 1; in deleterow()
415 gs.g_lastrow -= arg; in deleterow()
417 if (gs.g_row > gs.g_lastrow) in deleterow()
1165 if (gs.g_lastrow >= rs && gs.g_lastrow < rs + numrow) in closerow()
1166 gs.g_lastrow = rs - 1; in closerow()
1168 gs.g_lastrow -= numrow; in closerow()
[all …]
H A Dinterp.c1829 gs.g_lastrow, gs.g_lastcol, gs.errsearch); in go_last()
1832 moveto(gs.g_row, gs.g_col, gs.g_lastrow, gs.g_lastcol, in go_last()
1841 str_search(gs.g_s, gs.g_row, gs.g_col, gs.g_lastrow, gs.g_lastcol, in go_last()
1868 gs.g_lastrow = lastrow; in moveto()
1915 gs.g_lastrow = lastrow; in num_search()
2014 gs.g_lastrow = lastrow; in str_search()
H A Dsc.h205 int g_lastrow; member
H A Dscreen.c434 strow + rows - 1 < gs.g_lastrow)) { in update()
/dports/math/sc-im/sc-im-0.8.2/src/
H A Dsc.h198 int g_lastrow; member
H A Dinterp.c2087 num_search(gs.g_n, gs.g_row, gs.g_col, gs.g_lastrow, gs.g_lastcol, gs.errsearch, 0); in go_previous()
2091 str_search(gs.g_s, gs.g_row, gs.g_col, gs.g_lastrow, gs.g_lastcol, num, 0); in go_previous()
2111 num_search(gs.g_n, gs.g_row, gs.g_col, gs.g_lastrow, gs.g_lastcol, gs.errsearch, 1); in go_last()
2114 moveto(gs.g_row, gs.g_col, gs.g_lastrow, gs.g_lastcol, gs.strow, gs.stcol); in go_last()
2121 str_search(gs.g_s, gs.g_row, gs.g_col, gs.g_lastrow, gs.g_lastcol, num, 1); in go_last()
2157 gs.g_lastrow = lastrow_; in moveto()
2213 gs.g_lastrow = lastrow_; in num_search()
2319 gs.g_lastrow = lastrow_; in str_search()