Searched refs:m_truncation_warning (Results 1 – 2 of 2) sorted by relevance
404 if (m_truncation_warning == eNoTruncation) in ChildrenTruncated()405 m_truncation_warning = eUnwarnedTruncation; in ChildrenTruncated()411 return (m_truncation_warning == eUnwarnedTruncation); in TruncationWarningNecessary()417 m_truncation_warning = eWarnedTruncation; in TruncationWarningGiven()478 …ChildrenTruncatedWarningStatus m_truncation_warning; // Whether we truncated children and wheth… variable
111 m_truncation_warning(eNoTruncation), in CommandInterpreter()