Lines Matching refs:temp
1144 XawTextPosition temp;
1146 for ( temp = 0 ; piece != NULL ; temp += piece->used, piece = piece->next ) {
1147 *first = temp;
1150 if ((temp + piece->used) > position)
1169 char * temp = XtMalloc(sizeof(unsigned char) * n);
1171 strncpy(temp, s2, n); /* Saber has a bug that causes it to generate*/
1172 strncpy(s1, temp, n); /* a bogus warning message here (CDP 6/32/89)*/
1173 XtFree(temp);
1258 Arg temp[2];
1260 XtSetArg(temp[0], XtNtype, XawAsciiString);
1261 XtSetArg(temp[1], XtNuseStringInPlace, TRUE);
1262 ascii_args = XtMergeArgLists(temp, TWO, args, num_args);
1304 Arg temp[1];
1307 XtSetArg(temp[0], XtNtype, XawAsciiFile);
1313 ascii_args = XtMergeArgLists(temp, ONE, args, num_args);