Home
last modified time | relevance | path

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

/dports/japanese/ne/ne/src/
H A Dcursor.c127 void csr_setdy(int dy) in csr_setdy() function
166 csr_setdy(GetRow()-1); in op_cursor_up()
172 csr_setdy(GetRow()+1); in op_cursor_down()
243 csr_setdy(GetMinRow()); in op_cursor_sup()
248 csr_setdy(min(GetMaxRow()-1,GetRow()+GetLastNumber()-GetLineOffset())); in op_cursor_sdown()
261 csr_setdy(GetMaxRow()-1); in op_cursor_bottom()
H A Dne.c216 csr_setdy(a); in ne_arg()
H A Dblock.c204 csr_setdy(GetRow()+bkm.y_st-GetLineOffset()); in block_cut()