Home | History | Annotate | Download | only in emptyds

Lines Matching defs:mlp

145 	Modifications **mlp, **nextp = NULL, *ml;
152 for ( ap = &e->e_attrs, a = e->e_attrs, mlp = &op->ora_modlist,
155 ap = nexta, a = *ap, mlp = nextp, ml = ml ? *mlp : NULL ) {
179 *mlp = ml->sml_next;
181 nextp = mlp;
200 Modifications **mlp, **nextp, *ml;
202 for ( mlp = &op->orm_modlist, ml = op->orm_modlist; ml != NULL;
203 mlp = nextp, ml = *mlp ) {
232 *mlp = ml->sml_next;
234 nextp = mlp;