Lines Matching defs:class
111 * Next the indices that point into member are unsorted into array class
122 * Whenever any of the members of the equivalence class of lines in file1
200 static int *J; /* will be overlaid on class */
201 static int *class; /* will be overlaid on file[0] */
202 static int *klist; /* will be overlaid on file[0] after class */
441 class = (int *)file[0];
442 unsort(sfile[0], slen[0], class);
443 class = xreallocarray(class, slen[0] + 2, sizeof(*class));
449 i = stone(class, slen[0], member, klist, flags);
451 free(class);