Home
last modified time | relevance | path

Searched refs:IsValidCloseStatement (Results 1 – 2 of 2) sorted by relevance

/haiku/src/tests/add-ons/print/ppd/parser/
H A DPPDParser.h36 bool IsValidCloseStatement(GroupStatement* statement);
H A DPPDParser.cpp223 bool PPDParser::IsValidCloseStatement(GroupStatement* statement) in IsValidCloseStatement() function in PPDParser
315 if (!IsValidCloseStatement(&group)) { in ParseStatement()