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