Home
last modified time | relevance | path

Searched refs:C_RELATIVE (Results 26 – 40 of 40) sorted by relevance

12

/dports/x11/mrxvt-devel/mrxvt-0.5.4/src/
H A Dscreen.c1451 rxvt_scr_gotorc(r, page, 0, -1, R_RELATIVE | C_RELATIVE); in rxvt_scr_backindex()
1475 rxvt_scr_gotorc(r, page, 0, 1, R_RELATIVE | C_RELATIVE); in rxvt_scr_forwardindex()
1502 …d,c:%d)\n", page, (relative & R_RELATIVE ? "+" : ""), row, (relative & C_RELATIVE ? "+" : ""), col… in rxvt_scr_gotorc()
1504 CURCOL = ((relative & C_RELATIVE) ? (CURCOL + col) in rxvt_scr_gotorc()
/dports/chinese/eterm/Eterm-0.9.6/src/
H A Dterm.c1356 scr_gotorc((arg[0] ? arg[0] - 1 : +1), 0, C_RELATIVE); in process_csi_seq()
H A Dscreen.c914 screen.col = ((relative & C_RELATIVE) ? (screen.col + col) : col); in scr_gotorc()
/dports/x11/eterm/Eterm-0.9.6/src/
H A Dterm.c1356 scr_gotorc((arg[0] ? arg[0] - 1 : +1), 0, C_RELATIVE); in process_csi_seq()
H A Dscreen.c914 screen.col = ((relative & C_RELATIVE) ? (screen.col + col) : col); in scr_gotorc()
/dports/japanese/eterm/Eterm-0.9.6/src/
H A Dterm.c1356 scr_gotorc((arg[0] ? arg[0] - 1 : +1), 0, C_RELATIVE); in process_csi_seq()
H A Dscreen.c914 screen.col = ((relative & C_RELATIVE) ? (screen.col + col) : col); in scr_gotorc()
/dports/x11/multi-aterm/multi-aterm-0.2.1/src/
H A Dcommand.c3334 f_scr_gotorc(page,(arg[0] ? arg[0] - 1 : +1), 0, C_RELATIVE);
H A Dscreen.c1372 screen[page].cur.col = ((relative & C_RELATIVE) ? (screen[page].cur.col + col) : col); in f_scr_gotorc()
/dports/chinese/aterm/aterm-1.0.1/src/
H A Dcommand.c3251 scr_gotorc((arg[0] ? arg[0] - 1 : +1), 0, C_RELATIVE);
H A Dscreen.c1105 screen.cur.col = ((relative & C_RELATIVE) ? (screen.cur.col + col) : col); in scr_gotorc()
/dports/x11/aterm/aterm-1.0.1/src/
H A Dcommand.c3253 scr_gotorc((arg[0] ? arg[0] - 1 : +1), 0, C_RELATIVE);
H A Dscreen.c1105 screen.cur.col = ((relative & C_RELATIVE) ? (screen.cur.col + col) : col); in scr_gotorc()
/dports/editors/cooledit/cooledit-3.17.28/rxvt/
H A Drxvtlib_command.c2529 rxvtlib_scr_gotorc (o, arg[0] ? arg[0] - 1 : 1, 0, C_RELATIVE); in rxvtlib_process_csi_seq()
H A Drxvtlib_screen.c1073 o->screen.cur.col = ((relative & C_RELATIVE) ? (o->screen.cur.col + col) : col); in rxvtlib_scr_gotorc()

12