Lines Matching defs:line
80 char line[1024];
91 while(fgets(line, sizeof(line), file)) {
93 end=strchr(line, '#');
98 end=strchr(line, 0);
99 while(line<end && (*(end-1)=='\r' || *(end-1)=='\n')) {
107 start=u_skipWhitespace(line);
112 // take whitespace-separated items from the line
114 // find whitespace after the item or the end of the line
117 // this item is the last one on the line