Searched defs:scrw (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dwinchnstr.c59 int eucw, scrw, s; local
72 scrw = mbscrw((int) RBYTE(*ptr));
76 for (s = 0; s < scrw; s++, maxcols--, ptr++) {
H A Dwinnstr.c60 int eucw, scrw, s; local
70 scrw = mbscrw((int) RBYTE(*ptr));
75 for (s = 0; s < scrw; s++, ptr++) {
H A Dwinnwstr.c51 int scrw, s; local
63 scrw = mbscrw((int) wc);
67 for (s = 0; s < scrw; s++, ptr++) {
H A Dwinwchnstr.c50 int scrw, s, wc; local
68 scrw = mbscrw((int)RBYTE(rawc));
69 for (mp = mbbuf, s = 0; s < scrw; s++, maxcols--, ptr++) {
H A Dwaddwchnstr.c53 int mp, s, scrw; local
81 if ((scrw = wcscrw(rawc)) > counter)
86 for (s = 0, mp = 0; s < scrw; s++, mp += 2) {
106 counter -= scrw;
H A Dwgetstr.c64 int eucw, scrw; local
151 scrw = mbscrw(ch);
161 length[cpos] = (char)scrw;

Completed in 32 milliseconds