Home
last modified time | relevance | path

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

/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/src/ShellCheck/
H A DAnalytics.hs2593 mapM_ checkMuncher contents
2616 checkMuncher :: Token -> Writer [TokenComment] ()
2617 checkMuncher (T_Pipeline _ _ (T_Redirecting _ redirs cmd:_)) = do function
2621 … mapM_ checkMuncher $ concat $ concatMap getCommandSequences $ concatMap getWords $ vars ++ args
2626 mapM_ checkMuncher $ concat $ getCommandSequences cmd
2640 checkMuncher (T_Backgrounded _ t) = checkMuncher t function
2641 checkMuncher _ = return () function