Lines Matching refs:temp
757 long * temp;
759 temp = (long *) XtMalloc(sizeof(long));
761 *temp = 1L;
763 *temp = (long) (s->right - s->left);
765 *value = (XPointer) temp;
773 long * temp;
775 temp = (long *) XtMalloc(2 * sizeof(long));
776 temp[0] = (long) (s->left + 1);
777 temp[1] = s->right;
778 *value = (XPointer) temp;
1845 XawTextPosition startPos, endPos, eop_begin, eop_end, temp;
1871 temp = SrcScan(src, endPos, XawstWhiteSpace, XawsdLeft, 1, FALSE);
1872 temp = SrcScan(src, temp, XawstWhiteSpace, XawsdRight,1, FALSE);
1874 if (temp > startPos)
1875 endPos = temp;