Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/top/dist/
Ddisplay.c119 static char *colorbuf = NULL; variable
218 memzero(colorbuf, bufsize); in display_clear()
271 colorp = &colorbuf[lineindex(curr_y) + curr_x]; in display_move()
382 colorp = &colorbuf[lineindex(y) + x]; in display_write()
526 memzero(&colorbuf[len], bufsize - len); in display_cte()
698 if (colorbuf != NULL) in display_resize()
700 free(colorbuf); in display_resize()
706 colorbuf = ecalloc(bufsize, sizeof(char)); in display_resize()
707 if (screenbuf == NULL || colorbuf == NULL) in display_resize()
717 memzero(colorbuf, bufsize); in display_resize()