Lines Matching refs:pairs
1150 IndirectPair *pairs = NULL;
1155 &bytesafter, (unsigned char **) &pairs)
1160 XFree(pairs);
1429 IndirectPair *pairs = NULL, *p;
1434 &length, &bytesafter, (unsigned char **) &pairs)
1437 for (length = length / IndirectPairWordSize, p = pairs,
1454 XFree((char *) pairs);
1701 IndirectPair *pairs;
1758 pairs = XtMallocArray ((Cardinal) count + 1,
1760 for (p = &pairs[count - 1], t = &targets[count - 1], i = count - 1;
1761 p >= pairs; p--, t--, i--) {
1774 32, PropModeReplace, (unsigned char *) pairs,
1776 XtFree((char *) pairs);