Searched refs:makbuf (Results 1 – 1 of 1) sorted by relevance
850 static char makbuf[LINESIZE]; /* one line buffer for makefile */ variable857 while (fgets(makbuf, LINESIZE, makin) != NULL) { in copy_dependencies()858 if (!strncmp(makbuf, OLDSALUTATION, oldlen)) { in copy_dependencies()862 while (fgets(makbuf, LINESIZE, makin) != NULL) { in copy_dependencies()864 if (makbuf[0] == '\n') { in copy_dependencies()870 fputs(makbuf, makout); in copy_dependencies()