Searched refs:expanding (Results 1 - 25 of 52) sorted by relevance

123

/netbsd-current/usr.bin/make/unit-tests/
H A Ddeptgt-phony.exp8 Wildcard expanding "all"...
15 Wildcard expanding "depsrc-phony-pr-15164-*-wildcard"...
18 Wildcard expanding "deptgt-phony-pr-15164-*-wildcard"...
29 Wildcard expanding "all"...
38 Wildcard expanding ".END"...
H A Dsuff-incomplete.exp28 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"...
H A Dsuff-phony.exp12 Wildcard expanding ".END"...
H A Dsuff-lookup.exp44 Wildcard expanding "all"...
48 Wildcard expanding "suff-lookup.cc"...suffix is ".cc"...
66 Wildcard expanding "all"...
70 Wildcard expanding ".END"...
H A Dsuff-rebuild.exp37 Wildcard expanding "all"...
44 Wildcard expanding "suff-rebuild-example"...
65 Wildcard expanding "all"...
72 Wildcard expanding ".END"...
H A Dsuff-transform-select.exp24 Wildcard expanding "all"...
34 Wildcard expanding "issue10.e"...suffix is ".e"...
H A Dsuff-transform-endless.exp23 Wildcard expanding "all"...
33 Wildcard expanding "issue6.f"...suffix is ".f"...
H A Ddirective-export-literal.mk4 # without expanding it.
H A Dvar-recursive.mk22 . info ${DIRECT} # But expanding the variable is an error.
H A Ddirective-export.mk44 # are expanded and then exported. If expanding such a variable requires
H A Dvarmod-undefined.mk13 # The pattern ${:Uword} is heavily used when expanding .for loops.
H A Dposix1.mk164 # we shouldn't be expanding them here but who cares. At least we get
H A Ddep-var.mk25 # XXX: The -dv log says later when expanding the sources of 'all':
H A Ddirective-for.mk187 # might have been 'direct', thereby expanding the expression '${direct}'.
229 # If the iteration values become empty after expanding the expressions, the
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mmix/
H A Dgreg-12.d9 # A greg usage with an expanding insn. The register reloc must be
10 # evaluated before the expanding reloc. Here, it doesn't appear in the
H A Dgreg-3.d9 # A greg usage with an expanding insn. The register reloc must be
10 # evaluated before the expanding reloc. Here, it doesn't appear in the
H A Dpr12815-2.d7 # expanding PUSHJ insns, expecting relaxation to work.
H A Dgreg-14.d9 # Like greg-3, but a different expanding insn.
H A Dgreg-5s.d9 # Like greg-3, but a different expanding insn.
H A Dgreg-13.d9 # Like greg-3, but a different expanding insn, mmo.
H A Dgreg-4.d9 # Like greg-3, but a different expanding insn.
H A Dgreg-5.d9 # Like greg-3, but a different expanding insn.
/netbsd-current/external/gpl2/gmake/dist/
H A Dexpand.c29 /* Initially, any errors reported when expanding strings will be reported
124 if (v->expanding)
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.
H A Dvariable.h65 unsigned int expanding:1; /* Nonzero if currently being expanded. */ member in struct:variable
/netbsd-current/bin/ksh/
H A Dc_sh.c250 int expanding; local
326 expanding = 0;
359 if (expanding) {
360 expanding = 0;
375 expanding = 1;

Completed in 187 milliseconds

123