Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libcurses/screen/
H A Dmbgetwidth.c41 short cswidth[4] = {-1, 1, 1, 1}; /* character length */ variable
54 cswidth[0] = cp[0]; in mbgetwidth()
55 cswidth[1] = cp[1]; in mbgetwidth()
56 cswidth[2] = cp[2]; in mbgetwidth()
70 return (cswidth[1]); in mbeucw()
72 return (cswidth[2]); in mbeucw()
74 return (cswidth[0]); in mbeucw()
H A Dnewscreen.c107 _csmax = (cswidth[0] > cswidth[1]+1 ? in newscreen()
108 (cswidth[0] > cswidth[2]+1 ? cswidth[0] : cswidth[2]+1) : in newscreen()
109 (cswidth[1] > cswidth[2] ? cswidth[1]+1 : cswidth[2]+1)); in newscreen()
H A Dmbcharlen.c53 m = cswidth[ty] - (ty == 0 ? 1 : 0); in mbcharlen()
H A Dmbdisplen.c55 m = cswidth[ty] - (ty == 0 ? 1 : 0); in mbdisplen()
H A Dtgetwch.c58 width = cswidth[type] - ((type == 1 || type == 2) ? 0 : 1); in tgetwch()
H A Dwgetwch.c57 width = cswidth[type] - ((type == 1 || type == 2) ? 0 : 1); in wgetwch()
H A Dmbtranslate.c138 width = cswidth[type]; in _strbyte2code()
H A Dwaddnstr.c95 m = cswidth[ty] - (ty == 0 ? 1 : 0); in waddnstr()
H A Dwinsnstr.c86 m = x + cswidth[ty] - (ty == 0 ? 1 : 0); in winsnstr()
H A Dmbaddch.c176 win->_nbyte = cswidth[ty] + (ty == 0 ? 0 : 1); in _mbaddch()
H A Dcurshdr.h168 extern short cswidth[], /* byte size of multi-byte chars */
H A Dmapfile-vers396 cswidth;