Searched refs:morkCh_IsValue (Results 1 – 2 of 2) sorted by relevance
73 # define morkCh_IsValue(c) (morkCh_Type[(mork_ch)(c)] & morkCh_kV) macro
388 if (morkCh_IsValue(c)) { in WriteYarn()1392 if (!morkCh_IsValue(inNewForm)) { in ChangeRowForm()1428 if (!morkCh_IsValue(inNewForm)) { in ChangeDictForm()1671 if (!morkCh_IsValue(c)) return morkBool_kFalse; in IsYarnAllValue()