diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1994-05-27 12:33:43 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1994-05-27 12:33:43 +0000 |
commit | 34f25f0a2a416c910d4bbd058e510c46816355fe (patch) | |
tree | 617ba061dcc614170f39c0c4bdbd6efee6f9c3d0 /usr.bin/patch/inp.h | |
parent | 366dfaba192d02d567e9a39508305b9c547c3586 (diff) | |
download | FreeBSD-src-34f25f0a2a416c910d4bbd058e510c46816355fe.zip FreeBSD-src-34f25f0a2a416c910d4bbd058e510c46816355fe.tar.gz |
BSD 4.4 Lite Usr.bin Sources
Diffstat (limited to 'usr.bin/patch/inp.h')
-rw-r--r-- | usr.bin/patch/inp.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/usr.bin/patch/inp.h b/usr.bin/patch/inp.h new file mode 100644 index 0000000..c6d2a91 --- /dev/null +++ b/usr.bin/patch/inp.h @@ -0,0 +1,18 @@ +/* $Header: inp.h,v 2.0 86/09/17 15:37:25 lwall Exp $ + * + * $Log: inp.h,v $ + * Revision 2.0 86/09/17 15:37:25 lwall + * Baseline for netwide release. + * + */ + +EXT LINENUM input_lines INIT(0); /* how long is input file in lines */ +EXT LINENUM last_frozen_line INIT(0); /* how many input lines have been */ + /* irretractibly output */ + +bool rev_in_string(); +void scan_input(); +bool plan_a(); /* returns false if insufficient memory */ +void plan_b(); +char *ifetch(); + |