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

/xsrc/external/mit/xedit/dist/
H A Dispell.c880 char ampbuf[32]; local in function:IspellSend
920 if (amplen + 2 >= sizeof(ampbuf)) {
927 else if ((ampbuf[amplen++] = *mb) == ';') {
930 ampbuf[amplen] = '\0';
931 ch = IspellConvertHtmlAmp(ampbuf);
948 ampbuf[amplen++] = *mb;
1021 if (amplen + 2 >= sizeof(ampbuf)) {
1042 else if ((ampbuf[amplen++] = *mb) == ';') {
1045 ampbuf[amplen] = '\0';
1046 ch = IspellConvertHtmlAmp(ampbuf);
[all...]

Completed in 3 milliseconds