Home
last modified time | relevance | path

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

/freebsd/usr.bin/systat/
H A Dsysput.c40 sysputspaces(WINDOW *wd, int row, int lcol, int width) in sysputspaces() argument
45 mvwaddstr(wd, row, lcol, str60 + sizeof(str60) - width - 1); in sysputspaces()
49 sysputstrs(WINDOW *wd __unused, int row, int lcol, int width) in sysputstrs() argument
57 mvwaddstr(wnd, row, lcol, str60 + sizeof(str60) - width - 1); in sysputstrs()
61 sysputXs(WINDOW *wd __unused, int row, int lcol, int width) in sysputXs() argument
69 mvwaddstr(wnd, row, lcol, str60 + sizeof(str60) - width - 1); in sysputXs()
73 sysputuint64(WINDOW *wd, int row, int lcol, int width, uint64_t val, int flags) in sysputuint64() argument
92 mvwaddstr(wd, row, lcol, start); in sysputuint64()
96 sysputstrs(wd, row, lcol, width); in sysputuint64()
100 sysputwuint64(WINDOW *wd, int row, int lcol, int width, uint64_t val, int flags) in sysputwuint64() argument
[all …]
H A Dproc.c213 procshow(int lcol, int hight, uint64_t totalswappages) in procshow() argument
217 for (i = 0, y = lcol + 1 /* HEADING */; i < hight; i++, y++) in procshow()
279 proclabel(int lcol) in proclabel() argument
282 wmove(wnd, lcol, 0); in proclabel()
284 mvwaddstr(wnd, lcol, 0, in proclabel()