Home
last modified time | relevance | path

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

12

/dports/chinese/eterm/Eterm-0.9.6/src/
H A Dscreen.h81 #define C_RELATIVE 1 /* col movement is relative */ macro
83 #define RELATIVE (R_RELATIVE|C_RELATIVE)
/dports/x11/eterm/Eterm-0.9.6/src/
H A Dscreen.h81 #define C_RELATIVE 1 /* col movement is relative */ macro
83 #define RELATIVE (R_RELATIVE|C_RELATIVE)
/dports/japanese/eterm/Eterm-0.9.6/src/
H A Dscreen.h81 #define C_RELATIVE 1 /* col movement is relative */ macro
83 #define RELATIVE (R_RELATIVE|C_RELATIVE)
/dports/devel/cvs-devel/cvs-1.12.13/vms/
H A Dvmsmunch_private.h45 # define FAT$C_RELATIVE 1
/dports/sysutils/ods2/ods2-1.3_1/
H A Dheader.h29 #define FAT$C_RELATIVE 0x1
/dports/x11/multi-aterm/multi-aterm-0.2.1/src/
H A Drxvt.h675 #define C_RELATIVE 1 /* col movement is relative */ macro
677 #define RELATIVE (R_RELATIVE|C_RELATIVE)
/dports/chinese/aterm/aterm-1.0.1/src/
H A Drxvt.h723 #define C_RELATIVE 1 /* col movement is relative */ macro
725 #define RELATIVE (R_RELATIVE|C_RELATIVE)
/dports/x11/aterm/aterm-1.0.1/src/
H A Drxvt.h723 #define C_RELATIVE 1 /* col movement is relative */ macro
725 #define RELATIVE (R_RELATIVE|C_RELATIVE)
/dports/x11-clocks/rclock/rxvt-2.7.10/src/
H A Drxvt.h297 #define C_RELATIVE 1 /* col movement is relative */ macro
299 #define RELATIVE (R_RELATIVE|C_RELATIVE)
H A Dcommand.c1838 rxvt_scr_gotorc(r, -1, 0, R_RELATIVE | C_RELATIVE);
1841 rxvt_scr_gotorc(r, 1, 0, R_RELATIVE | C_RELATIVE);
1844 rxvt_scr_gotorc(r, 0, 1, R_RELATIVE | C_RELATIVE);
1847 rxvt_scr_gotorc(r, 0, -1, R_RELATIVE | C_RELATIVE);
2182 rxvt_scr_gotorc(r, arg[0] - 1, 0, C_RELATIVE);
H A Dscreen.c985 rxvt_scr_gotorc(r, 0, -1, R_RELATIVE | C_RELATIVE); in rxvt_scr_backindex()
1008 rxvt_scr_gotorc(r, 0, 1, R_RELATIVE | C_RELATIVE); in rxvt_scr_forwardindex()
1036 …rom (r:%d,c:%d)", (relative & R_RELATIVE ? "+" : ""), row, (relative & C_RELATIVE ? "+" : ""), col… in rxvt_scr_gotorc()
1038 r->screen.cur.col = ((relative & C_RELATIVE) ? (r->screen.cur.col + col) in rxvt_scr_gotorc()
/dports/x11/xvt/xvt-3.0.1/src/
H A Dxvt.h297 #define C_RELATIVE 1 /* col movement is relative */ macro
299 #define RELATIVE (R_RELATIVE|C_RELATIVE)
H A Dcommand.c1838 xvt_scr_gotorc(r, -1, 0, R_RELATIVE | C_RELATIVE);
1841 xvt_scr_gotorc(r, 1, 0, R_RELATIVE | C_RELATIVE);
1844 xvt_scr_gotorc(r, 0, 1, R_RELATIVE | C_RELATIVE);
1847 xvt_scr_gotorc(r, 0, -1, R_RELATIVE | C_RELATIVE);
2182 xvt_scr_gotorc(r, arg[0] - 1, 0, C_RELATIVE);
H A Dscreen.c985 xvt_scr_gotorc(r, 0, -1, R_RELATIVE | C_RELATIVE); in xvt_scr_backindex()
1008 xvt_scr_gotorc(r, 0, 1, R_RELATIVE | C_RELATIVE); in xvt_scr_forwardindex()
1036 …rom (r:%d,c:%d)", (relative & R_RELATIVE ? "+" : ""), row, (relative & C_RELATIVE ? "+" : ""), col… in xvt_scr_gotorc()
1038 r->screen.cur.col = ((relative & C_RELATIVE) ? (r->screen.cur.col + col) in xvt_scr_gotorc()
/dports/archivers/unzip/unzip60/vms/
H A Dvmsdefs.h101 # define FAT$C_RELATIVE 1
/dports/archivers/zip/zip30/vms/
H A Dvmsdefs.h101 # define FAT$C_RELATIVE 1
/dports/x11/mrxvt/mrxvt-0.4.2/src/
H A Drxvt.h721 #define C_RELATIVE 1 /* col movement is relative */ macro
723 #define RELATIVE (R_RELATIVE|C_RELATIVE)
H A Dcommand.c5006 rxvt_scr_gotorc(r, page, -1, 0, R_RELATIVE | C_RELATIVE);
5009 rxvt_scr_gotorc(r, page, 1, 0, R_RELATIVE | C_RELATIVE);
5012 rxvt_scr_gotorc(r, page, 0, 1, R_RELATIVE | C_RELATIVE);
5015 rxvt_scr_gotorc(r, page, 0, -1, R_RELATIVE | C_RELATIVE);
5408 rxvt_scr_gotorc(r, page, arg[0] - 1, 0, C_RELATIVE);
H A Dscreen.c1281 rxvt_scr_gotorc(r, page, 0, -1, R_RELATIVE | C_RELATIVE); in rxvt_scr_backindex()
1304 rxvt_scr_gotorc(r, page, 0, 1, R_RELATIVE | C_RELATIVE); in rxvt_scr_forwardindex()
1330 …d,c:%d)\n", page, (relative & R_RELATIVE ? "+" : ""), row, (relative & C_RELATIVE ? "+" : ""), col… in rxvt_scr_gotorc()
1332 CURCOL = ((relative & C_RELATIVE) ? (CURCOL + col) in rxvt_scr_gotorc()
/dports/x11/rxvt-unicode/rxvt-unicode-9.30/src/
H A Dcommand.C2603 scr_gotorc (-1, 0, R_RELATIVE | C_RELATIVE); in process_escape_vt52()
2606 scr_gotorc (1, 0, R_RELATIVE | C_RELATIVE); in process_escape_vt52()
2609 scr_gotorc (0, 1, R_RELATIVE | C_RELATIVE); in process_escape_vt52()
2612 scr_gotorc (0, -1, R_RELATIVE | C_RELATIVE); in process_escape_vt52()
2978 scr_gotorc (arg[0] - 1, 0, C_RELATIVE); in process_csi_seq()
H A Drxvt.h323 C_RELATIVE = 1, /* col movement is relative */ enumerator
325 RELATIVE = C_RELATIVE | R_RELATIVE,
H A Dscreen.C1158 scr_gotorc (0, -1, R_RELATIVE | C_RELATIVE); in scr_backindex()
1175 scr_gotorc (0, 1, R_RELATIVE | C_RELATIVE); in scr_forwardindex()
1200 screen.cur.col = relative & C_RELATIVE ? screen.cur.col + col : col; in scr_gotorc()
/dports/x11/mrxvt-devel/mrxvt-0.5.4/src/
H A Drxvt.h818 #define C_RELATIVE 1 /* col movement is relative */ macro
820 #define RELATIVE (R_RELATIVE|C_RELATIVE)
H A Dcommand.c4830 rxvt_scr_gotorc(r, page, -1, 0, R_RELATIVE | C_RELATIVE); in rxvt_process_escape_vt52()
4834 rxvt_scr_gotorc(r, page, 1, 0, R_RELATIVE | C_RELATIVE); in rxvt_process_escape_vt52()
4838 rxvt_scr_gotorc(r, page, 0, 1, R_RELATIVE | C_RELATIVE); in rxvt_process_escape_vt52()
4842 rxvt_scr_gotorc(r, page, 0, -1, R_RELATIVE | C_RELATIVE); in rxvt_process_escape_vt52()
5297 rxvt_scr_gotorc(r, page, arg[0] - 1, 0, C_RELATIVE); in rxvt_process_csi_seq()
/dports/editors/cooledit/cooledit-3.17.28/rxvt/
H A Drxvtlib.h804 #define C_RELATIVE 1 /* col movement is relative */ macro
806 #define RELATIVE (R_RELATIVE|C_RELATIVE)

12