Lines Matching refs:part
3 * This software is part of the BSD package *
600 getatt(register struct part* ap, register char* name, unsigned long flags, off_t* lines, off_t* chars)
633 if (!ap->code[0] && mimeview(state.part.mime, "encoding", name, ap->type, ap->opts))
642 if ((flags & GMIME) && mime(1) && (s = mimeview(state.part.mime, NiL, NiL, ap->type, ap->opts)))
659 if ((flags & GMIME) && mime(1) && (s = mimeview(state.part.mime, NiL, NiL, ap->type, ap->opts))) {
694 register struct part* ap;
709 if (!(ap = state.part.in.head) || !state.part.in.count) {
720 if (!(a = newof(0, char, state.part.in.count, 1)))
736 for (i = r; i <= state.part.in.count; i++)
746 if (n > 0 && n <= state.part.in.count) {
769 for (i = 1; i <= state.part.in.count; i++)
817 register struct part* ap;
841 if (ap = state.part.in.head) {