reformat to KNF, redo tracing interface, new version for vi
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 16 May 1992 06:22:56 +0000 (22:22 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 16 May 1992 06:22:56 +0000 (22:22 -0800)
SCCS-vsn: lib/libcurses/standout.c 5.5
SCCS-vsn: lib/libcurses/toucholap.c 5.5
SCCS-vsn: lib/libcurses/scroll.c 5.5
SCCS-vsn: lib/libcurses/mvwin.c 5.5
SCCS-vsn: lib/libcurses/mvscanw.c 5.6
SCCS-vsn: lib/libcurses/delch.c 5.5
SCCS-vsn: lib/libcurses/deleteln.c 5.5
SCCS-vsn: lib/libcurses/erase.c 5.5
SCCS-vsn: lib/libcurses/id_subwins.c 5.5
SCCS-vsn: lib/libcurses/printw.c 5.9
SCCS-vsn: lib/libcurses/insch.c 5.5
SCCS-vsn: lib/libcurses/newwin.c 5.5
SCCS-vsn: lib/libcurses/scanw.c 5.8

13 files changed:
usr/src/lib/libcurses/delch.c
usr/src/lib/libcurses/deleteln.c
usr/src/lib/libcurses/erase.c
usr/src/lib/libcurses/id_subwins.c
usr/src/lib/libcurses/insch.c
usr/src/lib/libcurses/mvscanw.c
usr/src/lib/libcurses/mvwin.c
usr/src/lib/libcurses/newwin.c
usr/src/lib/libcurses/printw.c
usr/src/lib/libcurses/scanw.c
usr/src/lib/libcurses/scroll.c
usr/src/lib/libcurses/standout.c
usr/src/lib/libcurses/toucholap.c

index c088c71..944f8d5 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)delch.c    5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)delch.c    5.5 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "curses.ext"
 #endif /* not lint */
 
 # include      "curses.ext"
index d6dee36..4be74c2 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)deleteln.c 5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)deleteln.c 5.5 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "curses.ext"
 #endif /* not lint */
 
 # include      "curses.ext"
index e896211..2d14423 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)erase.c    5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)erase.c    5.5 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "curses.ext"
 #endif /* not lint */
 
 # include      "curses.ext"
index 6cf7e06..2fca67d 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)id_subwins.c       5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)id_subwins.c       5.5 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "curses.ext"
 #endif /* not lint */
 
 # include      "curses.ext"
index f8f6423..ac7bb0e 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)insch.c    5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)insch.c    5.5 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "curses.ext"
 #endif /* not lint */
 
 # include      "curses.ext"
index 36a4610..7085e49 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)mvscanw.c  5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)mvscanw.c  5.6 (Berkeley) %G%";
 #endif /* not lint */
 
 #if __STDC__
 #endif /* not lint */
 
 #if __STDC__
index bbb8347..b20ea99 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)mvwin.c    5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)mvwin.c    5.5 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "curses.ext"
 #endif /* not lint */
 
 # include      "curses.ext"
index e176fc7..9d35aba 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)newwin.c   5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)newwin.c   5.5 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 3f9bb87..545989a 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)printw.c   5.8 (Berkeley) %G%";
+static char sccsid[] = "@(#)printw.c   5.9 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 5c784e8..56d9279 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)scanw.c    5.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)scanw.c    5.8 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 6265df9..ee36500 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)scroll.c   5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)scroll.c   5.5 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "curses.ext"
 #endif /* not lint */
 
 # include      "curses.ext"
index ada10b5..07950d1 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)standout.c 5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)standout.c 5.5 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 2fdc0ad..7928b94 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)toucholap.c        5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)toucholap.c        5.5 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "curses.ext"
 #endif /* not lint */
 
 # include      "curses.ext"