/src/usr.bin/make/unit-tests/ |
cmd-interrupt.exp | 1 > cmd-interrupt-ordinary 2 make: *** cmd-interrupt-ordinary removed 3 interrupt-ordinary: ok
|
opt-x-reduce-exported.mk | 9 all: .PHONY ordinary submake 11 ordinary: .PHONY target 12 @echo 'ordinary:'
|
cmd-interrupt.mk | 10 # This happens for ordinary targets as well as for .PHONY targets, even 21 all: interrupt-ordinary 28 @rm -f cmd-interrupt-ordinary cmd-interrupt-phony 31 interrupt-ordinary: 32 @${.MAKE} ${MAKEFLAGS} -f ${MAKEFILE} cmd-interrupt-ordinary || true 34 @echo ${.TARGET}: ${exists(././cmd-interrupt-ordinary) :? error : ok } 50 cmd-interrupt-ordinary:
|
deptgt.mk | 57 # expect+1: warning: Extra target "ordinary" ignored 58 .END ordinary: target 60 # expect+1: warning: Extra target "ordinary" ignored 61 .PATH ordinary: target 64 ordinary .PATH: target
|
opt-debug-errors.mk | 24 # XXX: A newline is turned into an ordinary space in the debug log. 28 # The line continuations in multiline commands are turned into an ordinary
|
depsrc.mk | 28 # ordinary sources.
|
opt-debug-var.mk | 31 # An expression for a variable with a single-character ordinary name.
|
opt-debug-errors-jobs.mk | 24 # The line continuations in multiline commands are turned into an ordinary
|
varname-vpath.mk | 29 # targets. Therefore it could also be an ordinary variable, it doesn't need
|
directive-for-if.mk | 41 # ${${cond} :? then : else}, it does not apply to conditions in ordinary .if 80 # ordinary variables, referring to an undefined variable on the left-hand side
|
cond-func-make-main.mk | 51 # it were an ordinary target. Since .MAIN is not listed as a dependency
|
comment.mk | 75 # comment. The '#' is just passed to the shell, like any ordinary character.
|
directive-for-escape.mk | 80 # the '$$' is an ordinary character and the spaces are not escaped. 106 # { { ordinary text 107 # UNDEF UNDEF ordinary text 109 # U U ordinary text
|
varmod-ifelse.mk | 85 # to var.c, it cannot distinguish this return value from an ordinary empty 143 # modifier ':?'. In an ordinary directive '.if', this would be a parse error. 214 # the '}}' were ordinary characters. When the branch was not taken, the 257 # '}}' as ordinary characters and resulting in 'then2'. The 'else' branch was 258 # parsed in balanced mode, ignoring that the inner '}}' were ordinary
|
dep-var.mk | 30 # "${INDIRECT_1}". At this point, the dollar is just an ordinary character,
|
varmod-match-escape.mk | 117 # In brackets, the backslash is just an ordinary character.
|
varmod-subst-regex.mk | 82 # REG_NEWLINE, thus newline is an ordinary character.
|
cond-func-empty.mk | 216 # ordinary bare word. This bare word is interpreted as 'defined(empty)', and
|
cond-token-plain.mk | 168 # and in that context, the backslash is just an ordinary character. The
|
varmod-loop.mk | 122 # undefined. The modifier ':@' uses an ordinary global variable for this,
|
directive-include-guard.mk | 178 # character is interpreted as an ordinary character in conditions as well as 457 # are ordinary characters.
|
/src/tests/usr.bin/xlint/lint1/ |
d_c99_bool_strict.c | 229 bool ordinary; member in struct:strict_bool_bit_fields_operand_conversion::s 235 s.ordinary = s.ordinary | s.ordinary;
|
/src/lib/libc/regex/ |
regcomp.c | 160 static void ordinary(struct parse *p, wint_t ch); 549 ordinary(p, '\a'); 552 ordinary(p, '\e'); 555 ordinary(p, '\f'); 558 ordinary(p, '\n'); 561 ordinary(p, '\r'); 564 ordinary(p, '\t'); 567 ordinary(p, '\v'); 609 ordinary(p, wc); 620 ordinary(p, wc) 1521 ordinary(struct parse *p, wint_t ch) function in typeref:typename:void [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
qcom-apq8060-dragonboard.dts | 559 * which is actually just an ordinary ethernet on the
|
/src/sys/external/isc/libsodium/dist/m4/ |
libtool.m4 | 8353 [#assume ordinary cross tools, or native build.
|