Searched defs:no_args_assign (Results 1 - 1 of 1) sorted by relevance

/systemd/test/
H A Drule-syntax-check.py38 no_args_assign = re.compile('(NAME|SYMLINK|OWNER|GROUP|MODE|TAG|PROGRAM|RUN|LABEL|GOTO|OPTIONS|IMPORT)\s*(?:\+=|:=|=)\s*"([^"]*)"$') variable
64 no_args_assign.match(clause) or args_assign.match(clause)):

Completed in 28 milliseconds