Lines Matching refs:open
28 there be no space between defined macro name and the open paren of the
74 # Currently open comment ends on this line.
119 , ( re.compile ("{[^\s}]"), "missing space after open brace" )
128 , ( re.compile ("[^\s\(\[\*&']\("), "missing space before open parenthesis" )
130 , ( re.compile ("\s(do|for|if|when)\s.*{$"), "trailing open parenthesis at end of line" )
131 , ( re.compile ("\( [^;]"), "space after open parenthesis" )
135 , ( re.compile ("[^\s\(\]]\["), "missing space before open square brace" )
137 , ( re.compile ("\[ "), "space after open square brace" )
151 , ( re.compile ("\)\s*{\s*$"), "open curly brace at end of line" )
176 cfile = open (filename, "r")