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

1 2 3

  /src/usr.bin/make/unit-tests/
deptgt-phony.exp 0 Expanding "depsrc-phony-pr-15164-*-wildcard"...
2 Expanding "deptgt-phony-pr-15164-*-wildcard"...
8 Wildcard expanding "all"...
15 Wildcard expanding "depsrc-phony-pr-15164-*-wildcard"...
16 Expanding "depsrc-phony-pr-15164-*-wildcard"...
18 Wildcard expanding "deptgt-phony-pr-15164-*-wildcard"...
19 Expanding "deptgt-phony-pr-15164-*-wildcard"...
29 Wildcard expanding "all"...
38 Wildcard expanding ".END"...
suff-incomplete.exp 28 Wildcard expanding "all"...
32 Wildcard expanding "suff-incomplete.c"...suffix is ".c"...
35 Wildcard expanding "suff-incomplete.c"...suffix is ".c"...
37 Wildcard expanding "all"...
41 Wildcard expanding ".END"...
suff-phony.exp 12 Wildcard expanding ".END"...
posix-expansion.mk 5 # In POSIX mode, when expanding an expression containing modifiers, the
suff-lookup.exp 44 Wildcard expanding "all"...
48 Wildcard expanding "suff-lookup.cc"...suffix is ".cc"...
66 Wildcard expanding "all"...
70 Wildcard expanding ".END"...
suff-rebuild.exp 37 Wildcard expanding "all"...
44 Wildcard expanding "suff-rebuild-example"...
65 Wildcard expanding "all"...
72 Wildcard expanding ".END"...
suff-transform-endless.exp 23 Wildcard expanding "all"...
33 Wildcard expanding "issue6.f"...suffix is ".f"...
suff-transform-select.exp 24 Wildcard expanding "all"...
34 Wildcard expanding "issue10.e"...suffix is ".e"...
suff.exp 46 Wildcard expanding "edge-case.to"...suffix is ".to"...
54 Expanding "${.PREFIX}${.ARCHIVE}.additional"...Var_Parse: ${.PREFIX}${.ARCHIVE}.additional (eval)
64 Wildcard expanding "a*.mk"...
69 Wildcard expanding "edge-case.additional"...
85 Wildcard expanding "archive-suffix.mk"...
96 Wildcard expanding "archive.mk"...
107 Wildcard expanding "edge-case.additional"...
143 Wildcard expanding ".END"...
directive-export-literal.mk 4 # without expanding it.
var-recursive.mk 11 . info <${DIRECT}> # But expanding such a variable is an error.
deptgt.mk 52 # After expanding the line as a whole, each target is parsed but not
directive-export.mk 44 # are expanded and then exported. If expanding such a variable requires
varmod-undefined.mk 13 # The pattern ${:Uword} is heavily used when expanding .for loops.
posix1.mk 164 # we shouldn't be expanding them here but who cares. At least we get
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
extent.h 86 bool expanding) {
103 if (!expanding && (edata_committed_get(edata) !=
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
extent.h 86 bool expanding) {
103 if (!expanding && (edata_committed_get(edata) !=
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
extent.h 96 bool expanding) {
113 if (!expanding
  /src/external/bsd/jemalloc/include/jemalloc/internal/
extent.h 96 bool expanding) {
113 if (!expanding
  /src/external/gpl2/gmake/dist/
expand.c 29 /* Initially, any errors reported when expanding strings will be reported
124 if (v->expanding)
127 /* Expanding V causes infinite recursion. Lose. */
140 v->expanding = 1;
145 v->expanding = 0;
263 If so, expand it before expanding the entire reference. */
294 finished expanding this one, P will be incremented to
414 Build in `variable_buffer' the result of expanding the references and calls.
variable.h 65 unsigned int expanding:1; /* Nonzero if currently being expanded. */ member in struct:variable
  /src/external/bsd/jemalloc.old/dist/src/
emap.c 44 bool expanding) {
48 assert(!expanding || forward);
79 expected_state, forward, expanding)) {
87 if (expanding) {
106 /* Try expanding forward. */
  /src/external/bsd/jemalloc/dist/src/
emap.c 45 bool expanding) {
49 assert(!expanding || forward);
80 expected_state, forward, expanding)) {
88 if (expanding) {
107 /* Try expanding forward. */
  /src/bin/sh/
option.list 43 uflag nounset u # expanding unset var is an error
  /src/bin/ksh/
c_sh.c 250 int expanding; local
326 expanding = 0;
359 if (expanding) {
360 expanding = 0;
375 expanding = 1;

Completed in 61 milliseconds

1 2 3