~mirabilos/mksh/MAIN

« back to all changes in this revision

Viewing changes to shf.c

  • Committer: tg
  • Date: 2018-08-10 02:53:31 UTC
  • Revision ID: tg-20180810025331-k4qslgtf5xizse6t
same as in commitid 1005B6CF36E3932B560, plus assorted cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
#include "sh.h"
29
29
 
30
 
__RCSID("$MirOS: src/bin/mksh/shf.c,v 1.97 2018/01/14 01:28:16 tg Exp $");
 
30
__RCSID("$MirOS: src/bin/mksh/shf.c,v 1.98 2018/08/10 02:53:39 tg Exp $");
31
31
 
32
32
/* flags to shf_emptybuf() */
33
33
#define EB_READSW       0x01    /* about to switch to reading */
1304
1304
                 * and the C1 control characters other than NEL are
1305
1305
                 * hopeless, but we map EBCDIC NEL to ASCII LF so we
1306
1306
                 * cannot even use C1 NEL.
1307
 
                 * If ever we map to Unicode, bump the table width to
 
1307
                 * If ever we map to UCS, bump the table width to
1308
1308
                 * an unsigned int, and or the raw unconverted EBCDIC
1309
1309
                 * values with 0x01000000 instead.
1310
1310
                 */