prettyness police
[unix-history] / usr / src / bin / ps / extern.h
index e3a2d5c..aa2981d 100644 (file)
@@ -1,10 +1,10 @@
 /*-
 /*-
- * Copyright (c) 1991 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1991, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)extern.h    8.1 (Berkeley) %G%
+ *     @(#)extern.h    8.2 (Berkeley) %G%
  */
 
 struct kinfo;
  */
 
 struct kinfo;
@@ -12,13 +12,15 @@ struct nlist;
 struct var;
 struct varent;
 
 struct var;
 struct varent;
 
+extern fixpt_t ccpu;
+extern int eval, fscale, mempages, nlistread, rawcpu;
+extern int sumrusage, termwidth, totwidth;
 extern VAR var[];
 extern VARENT *vhead;
 
 __BEGIN_DECLS
 void    command __P((KINFO *, VARENT *));
 void    cputime __P((KINFO *, VARENT *));
 extern VAR var[];
 extern VARENT *vhead;
 
 __BEGIN_DECLS
 void    command __P((KINFO *, VARENT *));
 void    cputime __P((KINFO *, VARENT *));
-char   *devname __P((dev_t, mode_t));
 int     donlist __P((void));
 void    evar __P((KINFO *, VARENT *));
 char   *fmt_argv __P((char **, char *, int));
 int     donlist __P((void));
 void    evar __P((KINFO *, VARENT *));
 char   *fmt_argv __P((char **, char *, int));