T_SPC
#define _TAB (T_SPC)
#define _SPC (T_SPC)
#define _META (T_SPC|T_DIP|T_MET|T_EOR)
#define space(c) ((c<QUOTE) && _ctype1[c]&(T_SPC))