HomeSort by: relevance | last modified time | path
    Searched defs:parentheses (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/make/unit-tests/
gnode-submake.mk 16 all: parentheses-dot parentheses-no-dot
38 parentheses-dot:
41 parentheses-no-dot:
gnode-submake.mk 16 all: parentheses-dot parentheses-no-dot
38 parentheses-dot:
41 parentheses-no-dot:
var-op-assign.mk 62 # But if the whitespace appears inside parentheses or braces, everything is
66 # neither contain parentheses nor braces. This is only a side-effect from
68 # name. It only counts parentheses and braces instead of properly parsing
71 VAR(spaces in parentheses)= ()
78 VARNAME_PAREN= VAR(spaces in parentheses)
var-op-assign.mk 62 # But if the whitespace appears inside parentheses or braces, everything is
66 # neither contain parentheses nor braces. This is only a side-effect from
68 # name. It only counts parentheses and braces instead of properly parsing
71 VAR(spaces in parentheses)= ()
78 VARNAME_PAREN= VAR(spaces in parentheses)
directive-include-guard.mk 124 # If the guard variable condition is enclosed in parentheses, it does not have
153 # If the guard variable condition is enclosed in parentheses, it does not have
189 # A variable name can contain balanced parentheses, at least in conditions and
191 # where parentheses or braces are handled inconsistently to make this naming
194 CASES+= variable-name-parentheses
195 LINES.variable-name-parentheses= \
196 '.ifndef VARIABLE_NAME(&)PARENTHESES' \
197 'VARIABLE_NAME(&)PARENTHESES=' \
199 # expect: Parse_PushInput: variable-name-parentheses.tmp:1
200 # expect: Parse_PushInput: variable-name-parentheses.tmp:
    [all...]
directive-include-guard.mk 124 # If the guard variable condition is enclosed in parentheses, it does not have
153 # If the guard variable condition is enclosed in parentheses, it does not have
189 # A variable name can contain balanced parentheses, at least in conditions and
191 # where parentheses or braces are handled inconsistently to make this naming
194 CASES+= variable-name-parentheses
195 LINES.variable-name-parentheses= \
196 '.ifndef VARIABLE_NAME(&)PARENTHESES' \
197 'VARIABLE_NAME(&)PARENTHESES=' \
199 # expect: Parse_PushInput: variable-name-parentheses.tmp:1
200 # expect: Parse_PushInput: variable-name-parentheses.tmp:
    [all...]

Completed in 28 milliseconds