Lines Matching refs:mlp
51 static char *offsize(char *cp, struct mlist *mlp);
586 struct mlist *mlp = malloc(sizeof (*mlp)); in soudef() local
588 mlp->prev = prev_p; /* links for the backward list */ in soudef()
589 prev_p = mlp; in soudef()
590 *next_pp = mlp; /* links for the forward list */ in soudef()
591 next_pp = &mlp->next; in soudef()
594 mlp->name = w; in soudef()
615 mlp->fdesc = tdp; in soudef()
616 cp = offsize(cp, mlp); /* cp is now pointing to next field */ in soudef()
625 offsize(char *cp, struct mlist *mlp) in offsize() argument
637 mlp->offset = offset; in offsize()
638 mlp->size = size; in offsize()