| version 1.4, 1993/08/26 00:44:35 |
version 1.5, 1993/12/22 07:10:58 |
| Line 675 cgetnext(bp, db_array) |
|
| Line 675 cgetnext(bp, db_array) |
|
| } else |
} else |
| continue; |
continue; |
| } |
} |
| } |
} else |
| if (len == 0) { |
line[len - 1] = '\0'; |
| |
if (len == 1) { |
| slash = 0; |
slash = 0; |
| continue; |
continue; |
| } |
} |
| if (isspace(*line) || |
if (isspace(*line) || |
| *line == ':' || *line == '#' || slash) { |
*line == ':' || *line == '#' || slash) { |
| if (line[len - 1] == '\\') |
if (line[len - 2] == '\\') |
| slash = 1; |
slash = 1; |
| else |
else |
| slash = 0; |
slash = 0; |
| continue; |
continue; |
| } |
} |
| if (line[len - 1] == '\\') |
if (line[len - 2] == '\\') |
| slash = 1; |
slash = 1; |
| else |
else |
| slash = 0; |
slash = 0; |
| Line 723 cgetnext(bp, db_array) |
|
| Line 724 cgetnext(bp, db_array) |
|
| (void)cgetclose(); |
(void)cgetclose(); |
| return (-1); |
return (-1); |
| } |
} |
| } |
} else |
| |
line[len - 1] = '\0'; |
| } |
} |
| } |
} |
| rp = buf; |
rp = buf; |