Lines Matching refs:sentbuf
113 char sentbuf[1024];
1083 if (spaces > 0 && spaces <= 32 && strcmp(ispell.sendbuf, ispell.sentbuf) == 0) {
1087 char label[sizeof(ispell.sendbuf) + sizeof(ispell.sentbuf) + 32];
1122 strcpy(ispell.sentbuf, ispell.sendbuf);
1366 *ispell.sentbuf = '\0';
1571 strncpy(&ispell.sentbuf[1], replace.ptr, sizeof(ispell.sentbuf) - 2);
1572 ispell.sentbuf[sizeof(ispell.sentbuf) - 1] = '\0';
1728 XmuSnprintf(ispell.sentbuf, sizeof(ispell.sentbuf), "^%s",
1730 strcpy(ispell.sendbuf, ispell.sentbuf);
1731 XtSetArg(args[0], XtNstring, &ispell.sentbuf[1]);
1739 list[0] = XtNewString(&ispell.sentbuf[1]);
1758 *ispell.sentbuf = '\0';