Lines Matching refs:temp
1039 /* Allocate new memory for the temp filename, because it is held in
1217 XawTextPosition temp;
1219 for ( temp = 0 ; piece != NULL ; temp += piece->used, piece = piece->next ) {
1220 *first = temp;
1223 if ((temp + piece->used) > position)
1243 char* temp;
1247 if (n < sizeof buf) temp = buf;
1248 else temp = XtMalloc((unsigned)sizeof(unsigned char) * n);
1250 strncpy(temp, s2, n); /* Saber has a bug that causes it to generate*/
1251 strncpy(s1, temp, n); /* a bogus warning message here (CDP 6/32/89)*/
1252 if (temp != buf) XtFree(temp);
1343 Arg temp[2];
1345 XtSetArg(temp[0], XtNtype, XawAsciiString);
1346 XtSetArg(temp[1], XtNuseStringInPlace, TRUE);
1347 ascii_args = XtMergeArgLists(temp, TWO, args, num_args);
1389 Arg temp[1];
1392 XtSetArg(temp[0], XtNtype, XawAsciiFile);
1393 ascii_args = XtMergeArgLists(temp, ONE, args, num_args);