Lines Matching defs:line
60 char buf[BUFLEN]; /* one line from the file */
63 char *line;
85 * For each line in the file parse it appropriately.
91 line = fgets(buf, BUFLEN, fp);
92 if (line == NULL)
96 if ((*line == '#') || (*line == '\n'))
100 next = strchr(line, '#');
107 if (*name == '\0') /* blank line */
125 if (*name == '\0') { /* end of line, no num */
139 if (*name == '\0') { /* end of line, no mechanism */