Lines Matching refs:wd
40 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()
61 sysputXs(WINDOW *wd __unused, int row, int lcol, int width) 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
103 sysputspaces(wd, row, lcol, width); in sysputwuint64()
105 sysputuint64(wd, row, lcol, width, val, flags); in sysputwuint64()
109 sysputpage(WINDOW *wd, int row, int lcol, int width, uint64_t pages, int flags) in sysputpage() argument
112 sysputuint64(wd, row, lcol, width, ptoa(pages), flags); in sysputpage()