Lines Matching refs:line
42 char buf[BUFLEN]; /* one line from the file */
45 char *line;
67 * For each line in the file parse it appropriately.
73 line = fgets(buf, BUFLEN, fp);
74 if (line == NULL)
78 if ((*line == '#') || (*line == '\n'))
82 next = strchr(line, '#');
89 if (*name == '\0') /* blank line */
107 if (*name == '\0') { /* end of line, no num */
121 if (*name == '\0') { /* end of line, no mechanism */