Lines Matching full:left
40 struct Ebl_GStrent *left;
60 size_t left;
116 st->left = len - offsetof (struct memoryblock, memory);
154 if (st->left < align + sizeof (struct Ebl_GStrent) + len * st->width)
166 newstr->left = NULL;
175 st->left -= align + sizeof (struct Ebl_GStrent) + len * st->width;
203 return searchstring (&(*sep)->left, newstr);
253 st->left += (st->backp - (char *) newstr) * st->width;
262 st->left += newstr->len;
274 newstr->left = (*sep)->left;
281 st->left += (st->backp - (char *) newstr) * st->width;
299 if (nodep->left != NULL)
300 copystrings (nodep->left, freep, offsetp);