Lines Matching refs:found
311 register int i, c, found;328 found = (-1);332 if ((found >= 0) && !isspace(c))347 found++;350 if (found < 0)359 alist[found] = qstrdup(pt+1);365 vlist[found] = qstrdup(pt);366 if (pt = strchr(vlist[found], '\n'))369 found++;372 return ((found >= 0) ? 1 : 0);