Home | History | Annotate | Download | only in libebl

Lines Matching refs:left

55   struct Ebl_GStrent *left;
75 size_t left;
131 st->left = len - offsetof (struct memoryblock, memory);
164 if (st->left < align + sizeof (struct Ebl_GStrent) + len * st->width)
176 newstr->left = NULL;
185 st->left -= align + sizeof (struct Ebl_GStrent) + len * st->width;
213 return searchstring (&(*sep)->left, newstr);
263 st->left += (st->backp - (char *) newstr) * st->width;
272 st->left += newstr->len;
284 newstr->left = (*sep)->left;
291 st->left += (st->backp - (char *) newstr) * st->width;
309 if (nodep->left != NULL)
310 copystrings (nodep->left, freep, offsetp);