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

/xsrc/external/mit/xedit/dist/
H A Dispell.c112 char sendbuf[1024]; member in struct:_ispell
557 if ((tmp = strchr(ispell.sendbuf, '\n')) != NULL)
669 str = &ispell.sendbuf[1];
733 (void)IspellIgnoredWord(&ispell.sendbuf[1], ADD, 0);
749 XtSetArg(args[0], XtNstring, &ispell.sendbuf[1]);
887 ispell.sendbuf[0] = '^'; /* don't evaluate following characters as commands */
1027 if (len + 1 >= sizeof(ispell.sendbuf) - 1) {
1032 ispell.sendbuf[len++] = '&';
1069 ispell.sendbuf[len] = *mb;
1070 if (++len >= sizeof(ispell.sendbuf)
[all...]

Completed in 67 milliseconds