Lines Matching defs:INPUT
64 * There's a structure per input file which encapsulates the state of the
90 } INPUT;
92 static INPUT input1 = { NULL, 0, 0, 1, NULL, (u_long)-1, 0, 0, };
93 static INPUT input2 = { NULL, 0, 0, 2, NULL, (u_long)-1, 0, 0, };
113 static void joinlines(INPUT *, INPUT *);
116 static void outoneline(INPUT *, LINE *);
117 static void outtwoline(INPUT *, LINE *, INPUT *, LINE *);
118 static void slurp(INPUT *);
124 INPUT *F1, *F2;
251 errx(1, "only one input file may be stdin");
300 slurp(INPUT *F)
310 * Read all of the lines from an input file that have the same
411 joinlines(INPUT *F1, INPUT *F2)
431 outoneline(INPUT *F, LINE *lp)
457 outtwoline(INPUT *F1, LINE *lp1, INPUT *F2, LINE *lp2)