Lines Matching refs:row
42 sysputspaces(WINDOW *wd, int row, int lcol, int width) in sysputspaces() argument
47 mvwaddstr(wd, row, lcol, str60 + sizeof(str60) - width - 1); in sysputspaces()
51 sysputstrs(WINDOW *wd __unused, int row, int lcol, int width) in sysputstrs() argument
59 mvwaddstr(wnd, row, lcol, str60 + sizeof(str60) - width - 1); in sysputstrs()
63 sysputXs(WINDOW *wd __unused, int row, int lcol, int width) in sysputXs() argument
71 mvwaddstr(wnd, row, lcol, str60 + sizeof(str60) - width - 1); in sysputXs()
75 sysputuint64(WINDOW *wd, int row, int lcol, int width, uint64_t val, int flags) in sysputuint64() argument
94 mvwaddstr(wd, row, lcol, start); in sysputuint64()
98 sysputstrs(wd, row, lcol, width); in sysputuint64()
102 sysputwuint64(WINDOW *wd, int row, int lcol, int width, uint64_t val, int flags) in sysputwuint64() argument
105 sysputspaces(wd, row, lcol, width); in sysputwuint64()
107 sysputuint64(wd, row, lcol, width, val, flags); in sysputwuint64()
111 sysputpage(WINDOW *wd, int row, int lcol, int width, uint64_t pages, int flags) in sysputpage() argument
114 sysputuint64(wd, row, lcol, width, ptoa(pages), flags); in sysputpage()