Lines Matching defs:stem
30 /* return the length of the text that is the stem of a file name */
40 /* find the stem of a file name, returns the index into stem_arr (or -1 if
241 * map indexed by the stem # in the mmap file and contains the stem
370 /* map the stem id from the mmap file to the data->stem_arr */
879 struct stem *stem;
898 stem = &data->stem_arr[i];
899 if (stem->from_mmap)
901 free(stem->buf);
1006 /* if the spec in question matches no stem or has the same
1007 * stem as the file AND if the spec in question has no mode
1011 // Don't check the stem if we want to find partial matches.
1252 struct stem *stem_arr1 = data1->stem_arr, *stem_arr2 = data2->stem_arr;
1295 struct stem *stem1 = &stem_arr1[spec1->stem_id];
1296 struct stem *stem2 = &stem_arr2[spec2->stem_id];
1299 return incomp(spec1, spec2, "stem", i, j);