[BACK]Return to inp.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / patch

Annotation of src/usr.bin/patch/inp.h, Revision 1.2

1.2     ! niklas      1: /*     $OpenBSD: inp.h,v 1.1.1.1 1995/10/18 08:45:55 deraadt Exp $ */
1.1       deraadt     2:
                      3: EXT LINENUM input_lines INIT(0);       /* how long is input file in lines */
                      4: EXT LINENUM last_frozen_line INIT(0);  /* how many input lines have been */
                      5:                                        /* irretractibly output */
                      6:
                      7: bool rev_in_string();
                      8: void scan_input();
                      9: bool plan_a();                 /* returns false if insufficient memory */
                     10: void plan_b();
                     11: char *ifetch();
                     12: