BSD 4_3_Tahoe release
[unix-history] / usr / src / bin / csh / sh.set.c
index d8682d9..d34d6a2 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char *sccsid = "@(#)sh.set.c    5.2 (Berkeley) 6/6/85";
+static char *sccsid = "@(#)sh.set.c    5.3 (Berkeley) 5/19/88";
 #endif
 
 #include "sh.h"
 #endif
 
 #include "sh.h"
@@ -681,13 +681,13 @@ plist(p)
                        return;
                len = blklen(p->vec);
                printf(p->v_name);
                        return;
                len = blklen(p->vec);
                printf(p->v_name);
-               putchar('\t');
+               cshputchar('\t');
                if (len != 1)
                if (len != 1)
-                       putchar('(');
+                       cshputchar('(');
                blkpr(p->vec);
                if (len != 1)
                blkpr(p->vec);
                if (len != 1)
-                       putchar(')');
-               putchar('\n');
+                       cshputchar(')');
+               cshputchar('\n');
                if (p->v_right) {
                        p = p->v_right;
                        continue;
                if (p->v_right) {
                        p = p->v_right;
                        continue;