Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcopywin.c64 *savepD, width_bytes, numcopied; in copywin() local
88 width_bytes = width * (int)sizeof (chtype); in copywin()
155 (char *)&_ySrc[ySrc][minColSrc], width_bytes); in copywin()