Searched refs:eucw (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dwinchnstr.c59 int eucw, scrw, s; local
71 eucw = mbeucw((int) RBYTE(*ptr));
74 if (counter + eucw > ncols)
H A Dwinnstr.c60 int eucw, scrw, s; local
71 eucw = mbeucw((int) RBYTE(*ptr));
72 if (counter + eucw > ncols)
H A Dwgetstr.c64 int eucw, scrw; local
152 eucw = mbeucw(ch);
155 if (docont && (tbyte >= eucw)) {
159 byte[cpos] = eucw;

Completed in 21 milliseconds