Searched refs:morkCh_kW (Results 1 – 2 of 2) sorted by relevance
72 morkCh_kW, /* 0x8 backspace */73 morkCh_kW, /* 0x9 tab */74 morkCh_kW, /* 0xA linefeed */76 morkCh_kW, /* 0xC page */77 morkCh_kW, /* 0xD return */97 morkCh_kV | morkCh_kW, /* 0x20 space */197 morkCh_kW, /* 0x7F rubout */
51 # define morkCh_kW (1 << 0) macro76 # define morkCh_IsWhite(c) (morkCh_Type[(mork_ch)(c)] & morkCh_kW)99 # define morkFlags_IsWhite(f) ((f)&morkCh_kW)