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

/xsrc/external/mit/xedit/dist/
H A Dispell.c113 char sentbuf[1024]; member in struct:_ispell
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, sizeo
[all...]

Completed in 4 milliseconds