Home
last modified time | relevance | path

Searched refs:checkEmptyCondition (Results 1 – 3 of 3) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/src/ATC/
H A DATISEncoder.cxx262 return checkEmptyCondition( n, true) ? in processIfToken()
268 return checkEmptyCondition( n, false) ? in processIfToken()
326 bool ATISEncoder::checkEmptyCondition( SGPropertyNode_ptr node, bool isEmpty ) in checkEmptyCondition() function in ATISEncoder
H A DATISEncoder.hxx114 bool checkEmptyCondition( SGPropertyNode_ptr node, bool isEmpty );
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/src/ShellCheck/
H A DAnalytics.hs184 ,checkEmptyCondition
3585 prop_checkEmptyCondition1 = verify checkEmptyCondition "if [ ]; then ..; fi"
3586 prop_checkEmptyCondition2 = verifyNot checkEmptyCondition "[ foo -o bar ]"
3587 checkEmptyCondition _ t = case t of function