Searched refs:UNKNOWN_WIDTH (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dldterm.h81 #define UNKNOWN_WIDTH 251 macro
/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c1767 * smaller than or equal to UNKNOWN_WIDTH, the character at
1783 *(tp->t_eucp - 1) <= UNKNOWN_WIDTH))
2239 case UNKNOWN_WIDTH: /* UTF-8 unknown width */
2490 * Checking the (*ip == 1 || *ip == 2 || *ip > UNKNOWN_WIDTH)
2498 if ((*ip == 1 || *ip == 2 || *ip > UNKNOWN_WIDTH) &&
2503 if (*ip == UNKNOWN_WIDTH) {
2567 *ip > UNKNOWN_WIDTH) && ISASCII(c)) {
2572 if (*ip == UNKNOWN_WIDTH) {
5081 if (*p == UNKNOWN_WIDTH) {
5348 * the width as 'UNKNOWN_WIDTH' fo
[all...]

Completed in 63 milliseconds