Lines Matching refs:feedback
353 *(CARD32*)&buf[p] = (CARD32)cbrec.text->feedback[i];
520 /* feedback part
522 if (status & 0x00000002) /* "no feedback" bit on */ {
523 text->feedback = (XIMFeedback*)NULL;
530 text->feedback = Xmalloc(i*(sizeof(XIMFeedback)/sizeof(CARD32)));
533 text->feedback[j] = (XIMFeedback)*(CARD32*)buf;
540 * the feedback array are. If there's "no string" the
542 * But if there is feedback (i.e. not "no feedback") then
543 * we need to convey the length of the feedback array.
546 * string and one for the length of the feedback array.
559 Xfree(text->feedback);