Home | History | Annotate | Download | only in libebl

Lines Matching defs:subs

276 	  struct Ebl_GStrent *subs;
279 for (subs = (*sep)->next; subs != NULL; subs = subs->next)
280 if (subs->len == newstr->len)
287 return subs;
328 struct Ebl_GStrent *subs;
338 for (subs = nodep->next; subs != NULL; subs = subs->next)
340 assert (subs->len < nodep->len);
341 subs->offset = nodep->offset + (nodep->len - subs->len) * nodep->width;
342 assert (subs->offset != 0 || subs->string[0] == '\0');