Home | History | Annotate | Download | only in conf

Lines Matching defs:lstart

761   const char *lstart, *tmpend, *p;
768 lstart = list;
771 while (*lstart && isspace((unsigned char)*lstart)) {
772 lstart++;
775 p = strchr(lstart, sep);
776 if (p == lstart || !*lstart) {
782 tmpend = lstart + strlen(lstart) - 1;
789 ret = list_cb(lstart, tmpend - lstart + 1, arg);
797 lstart = p + 1;