Searched refs:LAST (Results 1 – 3 of 3) sorted by relevance
38 LAST, enumerator61 CommandType type_ {LAST};
86 return CommandType::LAST; in ParseCommandType()
72 …if (!cmd->Init(*ct) || cmd->GetCommandType() == CommandType::LAST || globalParams->env == nullptr)… in CommandsParser()