Searched refs:makbuf (Results 1 – 1 of 1) sorted by relevance
811 static char makbuf[LINESIZE]; /* one line buffer for makefile */ variable818 while (fgets(makbuf, LINESIZE, makin) != NULL) { in copy_dependencies()819 if (!strncmp(makbuf, OLDSALUTATION, oldlen)) { in copy_dependencies()823 while (fgets(makbuf, LINESIZE, makin) != NULL) { in copy_dependencies()825 if (makbuf[0] == '\n') { in copy_dependencies()831 fputs(makbuf, makout); in copy_dependencies()