Home | History | Annotate | Download | only in tools

Lines Matching defs:line

1 /*	$NetBSD: line.c,v 1.2 1998/01/09 08:05:00 perry Exp $	*/
3 /* @(#)line.c 1.1 */
5 This program reads a single line from the standard input
15 char line[LSIZE];
19 linep = line;
20 linend = line + LSIZE;
26 write (1, line, LSIZE);
27 linep = line;
31 write (1, line, linep-line);