Lines Matching refs:linebuf
123 char linebuf[BUFSIZ];
135 if (fgets(linebuf, sizeof (linebuf), stdin) == NULL) {
143 if (linebuf[0] == '#') {
144 if (linebuf[1] == ' ' && isdigit(linebuf[2]))
145 (void) printf("#line%s", &linebuf[1]);
147 (void) printf("%s", linebuf);
150 for (cp = linebuf; (c = *cp++) != 0; ) {
217 if (fgets(linebuf, sizeof (linebuf), stdin)
227 cp = linebuf;