Home | History | Annotate | Download | only in src

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
42 * too complex for us). Makes buf point to the text AFTER the stem. */
239 * map indexed by the stem # in the mmap file and contains the stem
366 /* map the stem id from the mmap file to the data->stem_arr */
692 struct stem *stem;
713 stem = &data->stem_arr[i];
714 if (stem->from_mmap)
716 free(stem->buf);
780 /* if the spec in question matches no stem or has the same
781 * stem as the file AND if the spec in question has no mode
911 struct stem *stem_arr1 = data1->stem_arr, *stem_arr2 = data2->stem_arr;
954 struct stem *stem1 = &stem_arr1[spec1->stem_id];
955 struct stem *stem2 = &stem_arr2[spec2->stem_id];
958 return incomp(spec1, spec2, "stem", i, j);