Lines Matching defs:linep
44 const char *limit, *linep;
48 linep = line;
54 while (linep+klen < limit && *linep != '|' && *linep != ':') {
55 if ((strncmp(linep, keyp, klen) == 0) &&
56 ((*(linep + klen) == '|') || (*(linep + klen) == ':'))) {
59 while (linep < limit && *linep != '|' && *linep != ':')
60 linep++;
61 if (linep >= limit || *linep == ':')
63 if (*linep == '|')
64 linep++;