Lines Matching refs:left
76 struct Ebl_GStrent *left;
96 size_t left;
152 st->left = len - offsetof (struct memoryblock, memory);
185 if (st->left < align + sizeof (struct Ebl_GStrent) + len * st->width)
197 newstr->left = NULL;
206 st->left -= align + sizeof (struct Ebl_GStrent) + len * st->width;
234 return searchstring (&(*sep)->left, newstr);
284 st->left += (st->backp - (char *) newstr) * st->width;
293 st->left += newstr->len;
305 newstr->left = (*sep)->left;
312 st->left += (st->backp - (char *) newstr) * st->width;
330 if (nodep->left != NULL)
331 copystrings (nodep->left, freep, offsetp);