Home | History | Annotate | Download | only in printching

Lines Matching defs:textln

217 	char textln[128+1];		/* buffer for text line */
230 if (fgets(textln, sizeof(textln), chingf) == NULL) {
235 lp = &textln[0];
252 fputs(textln, stdout);
254 if (fgets(textln, sizeof(textln), chingf) == NULL) {
259 lp = &textln[0];
264 fputs(textln, stdout);
294 fputs(textln, stdout);
298 if (fgets(textln, sizeof(textln), chingf) == NULL)
300 lp = &textln[0];
306 fputs(textln, stdout);
316 fputs(textln, stdout);
318 if (fgets(textln, sizeof(textln), chingf) == NULL)
320 lp = &textln[0];
323 fputs(textln, stdout);