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 >
Wrap
Text File
|
1992-03-11
|
235b
|
12 lines
#define c_SIMPLE 0x01 /* 1 screen char */
#define c_CWORD 0x02 /* alphanumeric or _ */
#define c_WHITE 0x04
#define c_TAB 0x08
#define c_LOWC 0x10
#define c_ALPHA 0x20
#define c_DIGIT 0x40
#define c_FENCE 0x80