home *** CD-ROM | disk | FTP | other *** search
/ ftp.update.uu.se / ftp.update.uu.se.2014.03.zip / ftp.update.uu.se / pub / rainbow / cpm / emacs / emacssrc.lzh / cclass.h < prev    next >
Text File  |  1992-03-11  |  235b  |  12 lines

  1. #define c_SIMPLE 0x01    /* 1 screen char */
  2. #define c_CWORD  0x02    /* alphanumeric or _ */    
  3. #define c_WHITE  0x04
  4. #define c_TAB    0x08
  5. #define c_LOWC   0x10
  6. #define c_ALPHA  0x20
  7. #define c_DIGIT  0x40
  8. #define c_FENCE  0x80
  9.  
  10.  
  11.  
  12.