Lines Matching defs:linep
51 const char *limit, *linep;53 linep = line;57 while (linep < limit && !isspace(*linep))58 linep++;60 while (linep < limit && isspace(*linep))61 linep++;62 if (linep == limit)64 r_number = (int)strtol(linep, NULL, 10);