1: /*
   2:  * define unctrl codes for each character
   3:  *
   4:  * 1/26/81 (Berkeley) @(#)unctrl.c	1.1
   5:  */
   6: 
   7: /* LINTLIBRARY */
   8: char    *_unctrl[]  = { /* unctrl codes for ttys		*/
   9:     "^@", "^A", "^B", "^C", "^D", "^E", "^F", "^G", "^H", "^I", "^J", "^K",
  10:     "^L", "^M", "^N", "^O", "^P", "^Q", "^R", "^S", "^T", "^U", "^V", "^W",
  11:     "^X", "^Y", "^Z", "^[", "^\\", "^]", "^~", "^_",
  12:     " ", "!", "\"", "#", "$",  "%", "&", "'", "(", ")", "*", "+", ",", "-",
  13:     ".", "/", "0",  "1", "2",  "3", "4", "5", "6", "7", "8", "9", ":", ";",
  14:     "<", "=", ">",  "?", "@",  "A", "B", "C", "D", "E", "F", "G", "H", "I",
  15:     "J", "K", "L",  "M", "N",  "O", "P", "Q", "R", "S", "T", "U", "V", "W",
  16:     "X", "Y", "Z",  "[", "\\", "]", "^", "_", "`", "a", "b", "c", "d", "e",
  17:     "f", "g", "h",  "i", "j",  "k", "l", "m", "n", "o", "p", "q", "r", "s",
  18:     "t", "u", "v",  "w", "x",  "y", "z", "{", "|", "}", "~", "^?"
  19: };

Defined variables

_unctrl defined in line 8; used 2 times
Last modified: 1983-05-18
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 581
Valid CSS Valid XHTML 1.0 Strict