Home
last modified time | relevance | path

Searched refs:fl_cursor_col (Results 1 – 4 of 4) sorted by relevance

/dports/net/c3270/suite3270-4.0/c3270/
H A Dscreen.c2441 int fl_cursor_col = flipped? (cursesCOLS - 1 - cursor_col): cursor_col; in draw_oia() local
2512 (mvinch(0, fl_cursor_col) & A_CHARTEXT) == ' ') { in draw_oia()
2520 if (toggled(CROSSHAIR) && j == fl_cursor_col) { in draw_oia()
2547 if (toggled(CROSSHAIR) && j == fl_cursor_col) { in draw_oia()
2581 if (toggled(CROSSHAIR) && i == fl_cursor_col) { in draw_oia()
2672 (mvinch(status_row, fl_cursor_col) & A_CHARTEXT) == ' ') { in draw_oia()
/dports/x11/x3270/suite3270-4.0/c3270/
H A Dscreen.c2441 int fl_cursor_col = flipped? (cursesCOLS - 1 - cursor_col): cursor_col; in draw_oia() local
2512 (mvinch(0, fl_cursor_col) & A_CHARTEXT) == ' ') { in draw_oia()
2520 if (toggled(CROSSHAIR) && j == fl_cursor_col) { in draw_oia()
2547 if (toggled(CROSSHAIR) && j == fl_cursor_col) { in draw_oia()
2581 if (toggled(CROSSHAIR) && i == fl_cursor_col) { in draw_oia()
2672 (mvinch(status_row, fl_cursor_col) & A_CHARTEXT) == ' ') { in draw_oia()
/dports/net/c3270/suite3270-4.0/wc3270/
H A Dscreen.c3123 int fl_cursor_col = flipped? (console_cols - 1 - cursor_col): cursor_col; in draw_oia() local
3133 (mvinch(0, fl_cursor_col) & A_CHARTEXT) == ' ') { in draw_oia()
3139 (mvinch(1, fl_cursor_col) & A_CHARTEXT) == ' ') { in draw_oia()
3146 if (in_focus && toggled(CROSSHAIR) && (j == fl_cursor_col)) { in draw_oia()
3258 (mvinch(status_row, fl_cursor_col) & A_CHARTEXT) == ' ') { in draw_oia()
/dports/x11/x3270/suite3270-4.0/wc3270/
H A Dscreen.c3123 int fl_cursor_col = flipped? (console_cols - 1 - cursor_col): cursor_col; in draw_oia() local
3133 (mvinch(0, fl_cursor_col) & A_CHARTEXT) == ' ') { in draw_oia()
3139 (mvinch(1, fl_cursor_col) & A_CHARTEXT) == ' ') { in draw_oia()
3146 if (in_focus && toggled(CROSSHAIR) && (j == fl_cursor_col)) { in draw_oia()
3258 (mvinch(status_row, fl_cursor_col) & A_CHARTEXT) == ' ') { in draw_oia()