/src/usr.bin/make/unit-tests/ |
varparse-mod.mk | 7 # the :!cmd! modifier is missing the closing '!'. The second mistake is that 19 # ':' or the closing brace or parenthesis of the expression. The modifiers 52 # These modifiers don't care since they reach until the closing character
|
varmod-edge.mk | 13 INP= (parentheses) {braces} (opening closing) () 20 # The first closing brace matches the opening parenthesis. 21 # The second closing brace actually ends the expression. 31 # After the :M modifier has parsed the pattern, only the closing brace 52 # missing the closing brace. The expression is evaluated anyway. 98 # closing brace would match the opening parenthesis (see paren-brace), and 99 # the second closing brace would be needed to close the variable. 111 # counts for the nesting level and matches with the first closing brace. 112 # The second closing brace closes the variable, and the third is copied 155 # up until the closing brace or parenthesis. The :Q may look like [all...] |
cond-func-defined.mk | 17 # Horizontal whitespace (space tab) before the closing parenthesis is ignored.
|
cond-op-parentheses.mk | 50 # An unbalanced closing parenthesis is a parse error.
|
directive-include.mk | 39 # find the closing '"'. In a second step, the expressions are expanded. This 45 # would be empty, and the closing '"' would be in the trailing part of the
|
comment.mk | 23 .endif # And after the closing directive.
|
varmod-sysv.mk | 45 # When the modifier ':from=to' is parsed, it lasts until the closing brace 65 # XXX: It's not intuitive why the closing brace must be escaped but not 257 # an expression that is missing the closing '}'.
|
varmod-to-separator.mk | 41 # This example also demonstrates that the closing brace is not interpreted 42 # as a separator, but as the closing delimiter of the whole 57 # colon is followed by the closing brace. It's the latter case.
|
directive-for-escape.mk | 205 closing-brace= } # guard against an 206 ${closing-brace}= <closing-brace> # alternative interpretation
|
varmod-undefined.mk | 35 # and closing braces don't match anymore. It's syntactically valid though.
|
varmod-assign.mk | 111 # expect: make: Unfinished modifier after "value # missing closing brace", expecting "}" 112 @echo ${ASSIGN::=value # missing closing brace
|
varmod-defined.mk | 39 # These are '}' (the closing character of the expression), ':', '$' and '\'.
|
parse-var.mk | 100 # and closing delimiters, which failed for nested modifiers with unbalanced
|
cond-func.mk | 30 # Horizontal whitespace (space tab) before the closing parenthesis is ignored.
|
opt-debug-lint.mk | 80 # Typically, an indirect modifier is followed by a colon or the closing
|
moderrs.mk | 56 # The closing brace after the ${var} is part of the replacement string.
|
varname.mk | 15 # braces and parentheses equally, therefore the first closing brace already
|
/src/games/adventure/ |
extern.h | 90 void closing(void);
|
/src/sys/arch/amiga/dev/ |
msc.c | 309 msc->closing = false; 383 /* if port is still closing, just bitbucket remaining characters */ 384 if (msc->closing) { 386 msc->closing = false; 510 msc->closing = true; /* flush remaining characters before dropping DTR */ 771 /* is this port closing? */ 772 if (msc->closing) { 776 msc->closing = false; 781 msc->closing = false;
|
mscreg.h | 159 u_char closing; /* are we flushing before close? */ member in struct:mscdevice
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_common_interceptors_format.inc | 176 // In case of the end-of-string, a pointer to the closing \0 is returned. 231 // Consume the closing ']'. 256 p = q + 1; // Consume the closing ']'.
|
/src/sys/dev/usb/ |
umidi.c | 138 int closing; member in struct:umidi_mididev 538 if (mididev->closing) 541 mididev->closing = 1; 554 mididev->closing = 0; 565 if (!mididev->out_jack || !mididev->opened || mididev->closing) 579 if (!mididev->out_jack || !mididev->opened || mididev->closing) 600 if (!mididev->out_jack || !mididev->opened || mididev->closing) 621 if (!mididev->out_jack || !mididev->opened || mididev->closing) 1211 mididev->closing = 0; 1221 mididev->closing = 1 [all...] |
/src/tests/bin/sh/ |
t_cmdsub.sh | 556 atf_check -s exit:0 -o inline:'C: comment then closing paren\n' \ 559 echo C: comment then closing paren # )
|
/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
vchiq_arm.c | 137 int closing; member in struct:vchiq_instance_struct 252 if (instance->closing) { 254 "service_callback closing"); 318 if (!instance || instance->closing) 362 } else if (instance->closing) { 364 "service_callback closing"); 488 instance->closing = 1; 812 && !instance->closing) { 1236 instance->closing = 1;
|
vchiq_core.h | 300 char closing; member in struct:vchiq_service_struct
|