Regenerate generated files.

Change-Id: I0fa3010adc8740b1eaf19b3d073807618ca785ff
diff --git a/.config b/.config
index 6eb9daa..d32351e 100644
--- a/.config
+++ b/.config
@@ -18,6 +18,7 @@
 CONFIG_CAL=y
 CONFIG_CAT=y
 CONFIG_CAT_V=y
+# CONFIG_CATV is not set
 CONFIG_CHGRP=y
 CONFIG_CHOWN=y
 CONFIG_CHMOD=y
diff --git a/generated/config.h b/generated/config.h
index 9e14105..9127751 100644
--- a/generated/config.h
+++ b/generated/config.h
@@ -20,6 +20,8 @@
 #define USE_CAT(...) __VA_ARGS__
 #define CFG_CAT_V 1
 #define USE_CAT_V(...) __VA_ARGS__
+#define CFG_CATV 0
+#define USE_CATV(...)
 #define CFG_CHGRP 1
 #define USE_CHGRP(...) __VA_ARGS__
 #define CFG_CHOWN 1
diff --git a/generated/flags.h b/generated/flags.h
index c4f1e55..be77bbd 100644
--- a/generated/flags.h
+++ b/generated/flags.h
@@ -143,6 +143,17 @@
 #undef FLAG_u
 #endif
 
+// catv   vte
+#undef OPTSTR_catv
+#define OPTSTR_catv  0 
+#ifdef CLEANUP_catv
+#undef CLEANUP_catv
+#undef FOR_catv
+#undef FLAG_e
+#undef FLAG_t
+#undef FLAG_v
+#endif
+
 // cd    
 #undef OPTSTR_cd
 #define OPTSTR_cd  0 
@@ -2792,6 +2803,15 @@
 #define FLAG_u (1<<3)
 #endif
 
+#ifdef FOR_catv
+#ifndef TT
+#define TT this.catv
+#endif
+#define FLAG_e (FORCED_FLAG<<0)
+#define FLAG_t (FORCED_FLAG<<1)
+#define FLAG_v (FORCED_FLAG<<2)
+#endif
+
 #ifdef FOR_cd
 #ifndef TT
 #define TT this.cd
diff --git a/generated/help.h b/generated/help.h
index 041da12..b3ebf6f 100644
--- a/generated/help.h
+++ b/generated/help.h
@@ -492,6 +492,8 @@
 
 #define help_chgrp "usage: chgrp/chown [-RHLP] [-fvh] group file...\n\nChange group of one or more files.\n\n-f	suppress most error messages.\n-h	change symlinks instead of what they point to\n-R	recurse into subdirectories (implies -h).\n-H	with -R change target of symlink, follow command line symlinks\n-L	with -R change target of symlink, follow all symlinks\n-P	with -R change symlink, do not follow symlinks (default)\n-v	verbose output.\n\n"
 
+#define help_catv "usage: catv [-evt] [filename...]\n\nDisplay nonprinting characters as escape sequences. Use M-x for\nhigh ascii characters (>127), and ^x for other nonprinting chars.\n\n-e  Mark each newline with $\n-t  Show tabs as ^I\n-v  Don't use ^x or M-x escapes.\n\n"
+
 #define help_cat "usage: cat [-etuv] [file...]\n\nCopy (concatenate) files to stdout.  If no files listed, copy from stdin.\nFilename \"-\" is a synonym for stdin.\n\n-e	Mark each newline with $\n-t	Show tabs as ^I\n-u	Copy one byte at a time (slow).\n-v	Display nonprinting characters as escape sequences. Use M-x for\n	high ascii characters (>127), and ^x for other nonprinting chars.\n"
 
 #define help_cal "usage: cal [[month] year]\n\nPrint a calendar.\n\nWith one argument, prints all months of the specified year.\nWith two arguments, prints calendar for month and year.\n\n"
diff --git a/generated/newtoys.h b/generated/newtoys.h
index 2636b2b..5302bda 100644
--- a/generated/newtoys.h
+++ b/generated/newtoys.h
@@ -14,6 +14,7 @@
 USE_BZCAT(NEWTOY(bzcat, NULL, TOYFLAG_USR|TOYFLAG_BIN))
 USE_CAL(NEWTOY(cal, ">2", TOYFLAG_USR|TOYFLAG_BIN))
 USE_CAT(NEWTOY(cat, "u"USE_CAT_V("vte"), TOYFLAG_BIN))
+USE_CATV(NEWTOY(catv, USE_CATV("vte"), TOYFLAG_USR|TOYFLAG_BIN))
 USE_SH(NEWTOY(cd, NULL, TOYFLAG_NOFORK))
 USE_CHATTR(NEWTOY(chattr, NULL, TOYFLAG_BIN))
 USE_CHCON(NEWTOY(chcon, "<2hvR", TOYFLAG_USR|TOYFLAG_BIN))