Home | History | Annotate | Download | only in libebl

Lines Matching refs:backp

74   char *backp;
130 st->backp = newmem->memory;
159 - (((uintptr_t) st->backp)
171 struct Ebl_GStrent *newstr = (struct Ebl_GStrent *) (st->backp + align);
184 st->backp += align + sizeof (struct Ebl_GStrent) + len * st->width;
263 st->left += (st->backp - (char *) newstr) * st->width;
264 st->backp = (char *) newstr;
271 st->backp -= newstr->len;
291 st->left += (st->backp - (char *) newstr) * st->width;
292 st->backp = (char *) newstr;