Home | History | Annotate | Download | only in libebl

Lines Matching defs:subs

255 	  struct Ebl_GStrent *subs;
258 for (subs = (*sep)->next; subs != NULL; subs = subs->next)
259 if (subs->len == newstr->len)
266 return subs;
307 struct Ebl_GStrent *subs;
317 for (subs = nodep->next; subs != NULL; subs = subs->next)
319 assert (subs->len < nodep->len);
320 subs->offset = nodep->offset + (nodep->len - subs->len) * nodep->width;
321 assert (subs->offset != 0 || subs->string[0] == '\0');