Home | History | Annotate | Download | only in libebl

Lines Matching refs:subs

234 	  struct Ebl_Strent *subs;
237 for (subs = (*sep)->next; subs != NULL; subs = subs->next)
238 if (subs->len == newstr->len)
245 return subs;
286 struct Ebl_Strent *subs;
296 for (subs = nodep->next; subs != NULL; subs = subs->next)
298 assert (subs->len < nodep->len);
299 subs->offset = nodep->offset + nodep->len - subs->len;
300 assert (subs->offset != 0 || subs->string[0] == '\0');