Home | History | Annotate | Download | only in libebl

Lines Matching refs:backp

95   char *backp;
151 st->backp = newmem->memory;
180 - (((uintptr_t) st->backp)
192 struct Ebl_GStrent *newstr = (struct Ebl_GStrent *) (st->backp + align);
205 st->backp += align + sizeof (struct Ebl_GStrent) + len * st->width;
284 st->left += (st->backp - (char *) newstr) * st->width;
285 st->backp = (char *) newstr;
292 st->backp -= newstr->len;
312 st->left += (st->backp - (char *) newstr) * st->width;
313 st->backp = (char *) newstr;