Lines Matching defs:more
359 enum utf8_state more;
373 while ((more = utf8_append(&ud, *ptr)) == UTF8_MORE)
377 if (more == UTF8_DONE)
393 u_int lines, int more, const struct grid_cell *gcp, const char *fmt, ...)
461 * Fail if on the last line and there is more to come or at the end, or
464 if ((s->cy == cy + lines - 1 && (!more || s->cx == cx + width)) ||
472 * If no more to come, move to the next line. Otherwise, leave on
475 if (!more || s->cx == cx + width)
513 enum utf8_state more;
526 while ((more = utf8_append(ud, *ptr)) == UTF8_MORE)
530 if (more != UTF8_DONE)
2093 * UTF-8 wide characters are a bit of an annoyance. They take up more than one