Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/dumpcs/
H A Ddumpcs.c70 eucwidth_t eucwidth; local
80 getwidth(&eucwidth);
82 eucw[1] = eucwidth._eucw1;
83 eucw[2] = eucwidth._eucw2;
84 eucw[3] = eucwidth._eucw3;
86 scrw[1] = eucwidth._scrw1;
87 scrw[2] = eucwidth._scrw2;
88 scrw[3] = eucwidth._scrw3;
/titanic_41/usr/src/cmd/oawk/
H A Dmain.c45 eucwidth_t eucwidth; variable
81 getwidth(&eucwidth); in main()