Home
last modified time | relevance | path

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

/freebsd/usr.bin/top/
H A Ddisplay.c66 static char *screenbuf = NULL; variable
131 if (screenbuf != NULL) in display_resize()
133 free(screenbuf); in display_resize()
144 screenbuf = calloc(lines, screen_width); in display_resize()
145 if (screenbuf == NULL) in display_resize()
846 base = smart_terminal ? screenbuf + lineindex(line) : screenbuf; in i_process()
864 bufferline = &screenbuf[lineindex(line)]; in u_process()
945 while ((void) clear_eol(strlen(&screenbuf[lineindex(i++)])), i < last_hi) in u_endscreen()