Lines Matching refs:ASCII

67 #define	NBASCII		4	/* file copy, convert from EBCDIC to ASCII */
68 #define LCNBASCII 5 /* file copy, EBCDIC to lower case ASCII */
69 #define UCNBASCII 6 /* file copy, EBCDIC to upper case ASCII */
70 #define NBEBCDIC 7 /* file copy, convert from ASCII to EBCDIC */
71 #define LCNBEBCDIC 8 /* file copy, ASCII to lower case EBCDIC */
72 #define UCNBEBCDIC 9 /* file copy, ASCII to upper case EBCDIC */
73 #define NBIBM 10 /* file copy, convert from ASCII to IBM */
74 #define LCNBIBM 11 /* file copy, ASCII to lower case IBM */
75 #define UCNBIBM 12 /* file copy, ASCII to upper case IBM */
76 #define UNBLOCK 13 /* convert blocked ASCII to ASCII */
77 #define LCUNBLOCK 14 /* convert blocked ASCII to lower case ASCII */
78 #define UCUNBLOCK 15 /* convert blocked ASCII to upper case ASCII */
79 #define ASCII 16 /* convert blocked EBCDIC to ASCII */
80 #define LCASCII 17 /* convert blocked EBCDIC to lower case ASCII */
81 #define UCASCII 18 /* convert blocked EBCDIC to upper case ASCII */
82 #define BLOCK 19 /* convert ASCII to blocked ASCII */
83 #define LCBLOCK 20 /* convert ASCII to lower case blocked ASCII */
84 #define UCBLOCK 21 /* convert ASCII to upper case blocked ASCII */
85 #define EBCDIC 22 /* convert ASCII to blocked EBCDIC */
86 #define LCEBCDIC 23 /* convert ASCII to lower case blocked EBCDIC */
87 #define UCEBCDIC 24 /* convert ASCII to upper case blocked EBCDIC */
88 #define IBM 25 /* convert ASCII to blocked IBM */
89 #define LCIBM 26 /* convert ASCII to lower case blocked IBM */
90 #define UCIBM 27 /* convert ASCII to upper case blocked IBM */
153 /* This is an EBCDIC to ASCII conversion table */
192 /* This is an ASCII to EBCDIC conversion table */
231 /* Table for ASCII to IBM (alternate EBCDIC) code conversion */
269 /* Table for conversion of ASCII to lower case ASCII */
307 /* Table for conversion of ASCII to upper case ASCII */
345 /* BSD-compatible EBCDIC to ASCII translate table */
383 /* BSD-compatible ASCII to EBCDIC translate table */
421 /* BSD-compatible ASCII to IBM translate table */
605 conv = ASCII;
623 conv = ASCII;
695 case ASCII:
734 case ASCII:
1012 case ASCII:
1281 case ASCII:
1315 case ASCII: