Lines Matching defs:end
2055 goto end;
2065 goto end;
2072 goto end;
2076 end:
2108 static const char *prev_item(const char *opt, const char *end)
2113 if (end == opt)
2115 beg = end;
2123 len = end - beg;
2146 const char *end = groups + strlen(groups);
2148 while ((end = prev_item(groups, end)) != NULL) {
2844 const char *end = opt_section + strlen(opt_section);
2845 while ((end = prev_item(opt_section, end)) != NULL) {