Lines Matching refs:msg_col
1101 msg_col = 0; in msg_end_prompt()
1237 msg_col = in wait_return()
1425 msg_col = in msg_start()
2022 cmdmsg_rl ? msg_col <= 1 : in screen_puts_mbyte()
2024 msg_col == Columns - 1)) in screen_puts_mbyte()
2031 screen_puts_len(s, l, msg_row, msg_col, attr); in screen_puts_mbyte()
2035 msg_col -= cw; in screen_puts_mbyte()
2036 if (msg_col == 0) in screen_puts_mbyte()
2038 msg_col = Columns; in screen_puts_mbyte()
2045 msg_col += cw; in screen_puts_mbyte()
2046 if (msg_col >= Columns) in screen_puts_mbyte()
2048 msg_col = 0; in screen_puts_mbyte()
2082 room = Columns - msg_col; in msg_outtrans_long_len_attr()
2172 int sb_col = msg_col; in msg_puts_display()
2188 msg_col <= 1 in msg_puts_display()
2189 || (*s == TAB && msg_col <= 7) in msg_puts_display()
2190 || (has_mbyte && (*mb_ptr2cells)(s) > 1 && msg_col <= 2)) in msg_puts_display()
2193 ((*s != '\r' && msg_col + t_col >= Columns - 1) in msg_puts_display()
2194 || (*s == TAB && msg_col + t_col >= ((Columns - 1) & ~7)) in msg_puts_display()
2196 && msg_col + t_col >= Columns - 2))))) in msg_puts_display()
2215 if (msg_col >= Columns) // can happen after screen resize in msg_puts_display()
2216 msg_col = Columns - 1; in msg_puts_display()
2277 || msg_col + t_col >= Columns in msg_puts_display()
2279 && msg_col + t_col >= Columns - 1); in msg_puts_display()
2294 msg_col = Columns - 1; in msg_puts_display()
2297 msg_col = 0; in msg_puts_display()
2303 msg_col = 0; in msg_puts_display()
2307 if (msg_col) in msg_puts_display()
2308 --msg_col; in msg_puts_display()
2314 while (msg_col & 7); in msg_puts_display()
2342 (cw > 1 && msg_col + t_col >= Columns - 1)) in msg_puts_display()
2646 msg_col = mp->sb_msg_col; in disp_sb_line()
2670 screen_puts_len(t_s, (int)(s - t_s), msg_row, msg_col, attr); in t_puts()
2671 msg_col += *t_col; in t_puts()
2676 --msg_col; in t_puts()
2677 if (msg_col >= Columns) in t_puts()
2679 msg_col = 0; in t_puts()
2753 msg_col = Columns - 1; in msg_puts_printf()
2755 --msg_col; in msg_puts_printf()
2761 msg_col = 0; in msg_puts_printf()
2763 ++msg_col; in msg_puts_printf()
3054 msg_col = 0; in do_more_prompt()
3058 msg_col = Columns - 1; in do_more_prompt()
3266 screen_putchar(c, msg_row, msg_col, attr); in msg_screen_putchar()
3270 if (--msg_col == 0) in msg_screen_putchar()
3272 msg_col = Columns; in msg_screen_putchar()
3279 if (++msg_col >= Columns) in msg_screen_putchar()
3281 msg_col = 0; in msg_screen_putchar()
3322 windgoto(msg_row, msg_col); // put cursor back in repeat_message()
3332 msg_col = 0; in repeat_message()
3354 if (msg_col >= Columns) in msg_check_screen()
3355 msg_col = Columns - 1; in msg_check_screen()
3393 screen_fill(msg_row, msg_row + 1, 0, msg_col + 1, ' ', ' ', 0); in msg_clr_eos_force()
3399 screen_fill(msg_row, msg_row + 1, msg_col, (int)Columns, in msg_clr_eos_force()
3413 msg_col = 0; in msg_clr_cmdline()
3447 if (msg_row == Rows - 1 && msg_col >= sc_col) in msg_check()
3477 while (cur_col < msg_col) in redir_write()
3525 msg_col = cur_col; in redir_write()
3671 msg_col = 0; in give_warning_with_source()
3702 msg_col = col; // for redirection, may fill it up later in msg_advance()
3709 while (msg_col > Columns - col) in msg_advance()
3713 while (msg_col < col) in msg_advance()