Home | History | Annotate | Download | only in libebl

Lines Matching defs:subs

245 	  struct Ebl_GStrent *subs;
248 for (subs = (*sep)->next; subs != NULL; subs = subs->next)
249 if (subs->len == newstr->len)
256 return subs;
297 struct Ebl_GStrent *subs;
307 for (subs = nodep->next; subs != NULL; subs = subs->next)
309 assert (subs->len < nodep->len);
310 subs->offset = nodep->offset + (nodep->len - subs->len) * nodep->width;
311 assert (subs->offset != 0 || subs->string[0] == '\0');