_META
#define _META 0x10 /* lex meta characters, sp #'`";&<>()|\t\n */
#define _META (T_SPC|T_DIP|T_MET|T_EOR)