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

1 2

  /src/usr.bin/make/unit-tests/
depsrc.mk 17 # This section applies.
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
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/external/gpl3/gcc/dist/contrib/
check-internal-format-escaping.py 81 This check only applies when checking a finished translation
  /src/external/gpl3/gcc.old/dist/contrib/
check-internal-format-escaping.py 81 This check only applies when checking a finished translation
  /src/usr.bin/sed/
process.c 80 static __inline int applies(struct s_command *);
92 static int lastaddr; /* Set by applies if last address of a range. */
121 if (!applies(cp)) {
296 * Return TRUE if the command applies to the current line. Sets the start
300 applies(struct s_command *cp) function
  /src/external/lgpl3/gmp/dist/mpn/pa32/hppa1_1/
addmul_1.asm 44 C There are some ideas described in mul_1.asm that applies to this code too.
submul_1.asm 44 C There are some ideas described in mul_1.asm that applies to this code too.
  /src/external/mit/isl/dist/
isl_morph.c 219 isl_bool applies; local
222 applies = isl_space_is_equal(dom_space, space);
223 return check_space_match(space, applies);
641 * Note that the mapping in morph applies to both parameters and set dimensions,
678 * Note that the mapping in morph applies to both parameters and set dimensions,
isl_transitive_closure.c 1801 isl_bool applies, subset; local
1803 applies = isl_basic_map_applies_range(data->list[j], data->list[i]);
1804 if (applies < 0)
1806 if (!applies)
  /src/external/lgpl3/gmp/dist/doc/
configuration 54 The same applies to mpf, mpq, scanf and printf.
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 820 (** [iter_uses f v] applies function [f] to each of the users of the value [v]
1478 (** [iter_globals f m] applies function [f] to each of the global variables of
1497 (** [rev_iter_globals f m] applies function [f] to each of the global variables
1602 (** [iter_functions f m] applies function [f] to each of the functions of module
1620 (** [rev_iter_functions f fn] applies function [f] to each of the functions of
1692 (** [iter_params f fn] applies function [f] to each of the parameters
1710 (** [rev_iter_params f fn] applies function [f] to each of the parameters
1770 (** [iter_blocks f fn] applies function [f] to each of the basic blocks
1791 (** [rev_iter_blocks f fn] applies function [f] to each of the basic blocks
1831 (** [iter_instrs f bb] applies function [f] to each of the instructions of basi
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/
sparccpuid.S 199 ! applies at least to Linux and FreeBSD... Feedback expected...
  /src/crypto/external/bsd/openssl/dist/crypto/
sparccpuid.S 199 ! applies at least to Linux and FreeBSD... Feedback expected...
  /src/crypto/external/bsd/openssl.old/dist/crypto/
sparccpuid.S 194 ! applies at least to Linux and FreeBSD... Feedback expected...
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
package.d 267 applies to the `format` argument of

Completed in 34 milliseconds

1 2