summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch/inp.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-07-06 06:54:14 +0000
committerbde <bde@FreeBSD.org>1997-07-06 06:54:14 +0000
commitebe9ad428e44cc096aaf97a81b73bc17ab32e411 (patch)
tree68e0b3c27b44a63a838e9a29a3fe95cf40ce9c9f /usr.bin/patch/inp.h
parente4878f1a1937e3460e3a74385dcda04615352ed1 (diff)
downloadFreeBSD-src-ebe9ad428e44cc096aaf97a81b73bc17ab32e411.zip
FreeBSD-src-ebe9ad428e44cc096aaf97a81b73bc17ab32e411.tar.gz
Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail,
pascal and vmstat.sparc. All changed files on the vendor branch should already have been imported.
Diffstat (limited to 'usr.bin/patch/inp.h')
-rw-r--r--usr.bin/patch/inp.h18
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();
+
OpenPOWER on IntegriCloud