HomeSort by: relevance | last modified time | path
    Searched refs:applies (Results 1 - 13 of 13) sorted by relevancy

  /src/usr.bin/make/unit-tests/
varname-dot-make-save_dollars.mk 20 # When dollars are preserved, this setting not only applies to literal
26 # condition; .MAKE.SAVE_DOLLARS only applies at the moment where the
32 # When dollars are preserved, this setting not only applies to literal
depsrc.mk 17 # This section applies.
directive-ifndef.mk 54 # The negation from the 'if-not-defined' directive only applies to bare words,
varmod-assign.mk 13 # the '::?=' modifier applies the assignment operator '?=' 3 times. The
21 # the modifier '::=' applies the assignment operator '=' 3 times. The
29 # the modifier '::+=' applies the assignment operator '+=' 3 times. The
37 # the modifier '::!=' applies the assignment operator '!=' 3 times. Just as
directive-undef.mk 123 # This applies to both variables, even though 'INDIRECT' is not actually
var-op-assign.mk 24 # early stage of parsing and applies to all line types, except for the
varmod-to-separator.mk 97 # The :ts modifier also applies to word separators that are added
124 # Adding a final :M* modifier applies the :ts separator again, though.
varmod-indirect.mk 200 .if ${1 2 3:L:tW:[#]} != 1 # direct :tW applies to the :[#]
226 # only applies to the modifiers from the indirect text. It does not affect
varname-makeflags.mk 107 # modifier applies after the expression has been evaluated. Except
directive-for-escape.mk 272 # same principle applies for other names as well. In this case, the text '$,'
varmod-sysv.mk 16 # The modifier applies to each word on its own.
directive-for.mk 74 # Everything from the paragraph above also applies if the loop body is
  /src/usr.bin/sed/
process.c 79 static __inline int applies(struct s_command *);
91 static int lastaddr; /* Set by applies if last address of a range. */
120 if (!applies(cp)) {
295 * Return TRUE if the command applies to the current line. Sets the start
299 applies(struct s_command *cp) function

Completed in 38 milliseconds