Lines Matching defs:have
622 #define Button1Index 8 /* X.h should have done this */
1838 size_t have = strlen(actual);
1841 if (have != 0 && have <= need) {
1842 if (!strncmp(actual, wanted, have)) {
2794 size_t have = (mydata->buffer
2797 size_t need = have + len + 1;
2801 strcpy(buffer + have, text_list[i]);
3943 /* TRACE(("last(%d) = %d, have %d\n", row, last, col)); */
4102 * ensuring that they have legal values
4448 * (may have cell->row = screen->max_row+1, cell->col = 0).
4461 size_t have = 0;
4556 *lp = '\0'; /* make sure we have end marked */
4558 have = (size_t) (lp - line);
4563 if ((have * 2) < (size_t) need) {
4565 scp->data_limit = have + 1;
4574 scp->data_length = have;
4576 TRACE(("Salted TEXT:%u:%s\n", (unsigned) have,
4577 visibleChars(scp->data_buffer, (unsigned) have)));
4954 /* This value is wrong if we have UTF-8 text */