Home
last modified time | relevance | path

Searched refs:expand_macro (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/make/include/mksh/
H A Dmacro.h31 extern void expand_macro(Source, String, wchar_t *, Boolean);
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc200 expand_macro(source, destination, sourceb.string.buffer.start, cmd); in expand_value()
259 expand_macro(Source source, String destination, wchar_t *current_string, Boolean cmd) in expand_macro() function
401 expand_macro(source, &string, current_string, cmd); in expand_macro()
/illumos-gate/usr/src/cmd/make/bin/
H A Dread.cc2038 expand_macro(source, &bp->string, (wchar_t *) NULL, false); in push_macro_value()