Home | History | Annotate | Download | only in conf

Lines Matching refs:lstart

740   const char *lstart, *tmpend, *p;
747 lstart = list;
750 while (*lstart && isspace((unsigned char)*lstart)) {
751 lstart++;
754 p = strchr(lstart, sep);
755 if (p == lstart || !*lstart) {
761 tmpend = lstart + strlen(lstart) - 1;
768 ret = list_cb(lstart, tmpend - lstart + 1, arg);
776 lstart = p + 1;