Lines Matching refs:screen_width
60 #define lineindex(l) ((l)*screen_width)
144 screenbuf = calloc(lines, screen_width); in display_resize()
314 Move_to(screen_width - 8, 0); in i_timeofday()
765 width = screen_width; in trim_header()
837 if (screen_width < len) in i_process()
839 thisline[screen_width] = '\0'; in i_process()
850 if (p - base < screen_width) in i_process()
852 memset(p, 0, screen_width - (p - base)); in i_process()
868 if (screen_width < len) in u_process()
870 newline[screen_width] = '\0'; in u_process()
896 if (optr - bufferline < screen_width) in u_process()
898 memset(optr, 0, screen_width - (optr - bufferline)); in u_process()
1279 diff = screen_width - newcol; in line_update()
1313 Move_to((screen_width - 24) - (days > 9 ? 1 : 0), 0); in i_uptime()
1341 setup_buffer_bufsiz = screen_width; in setup_buffer()