Searched refs:MAX_COLS (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/top/
H A Dtop.h17 #define MAX_COLS 512 macro
H A Ddisplay.c55 static int display_width = MAX_COLS;
135 /* we don't want more than MAX_COLS columns, since the machine-dependent
136 modules make static allocations based on MAX_COLS and we don't want
139 if (display_width >= MAX_COLS)
141 display_width = MAX_COLS - 1;
345 static char procstates_buffer[MAX_COLS];
387 static char new[MAX_COLS];
607 char memory_buffer[MAX_COLS];
627 static char new[MAX_COLS];
640 char arc_buffer[MAX_COLS];
[all...]
H A Dscreen.c112 screen_width = MAX_COLS;

Completed in 49 milliseconds