Searched refs:expand_macro (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/make/include/mksh/ |
H A D | macro.h | 30 extern void expand_macro(register Source source, register String destination, wchar_t *current_stri…
|
/titanic_50/usr/src/cmd/make/lib/mksh/ |
H A D | macro.cc | 200 expand_macro(source, destination, sourceb.string.buffer.start, cmd); in expand_value() 259 expand_macro(register Source source, register String destination, wchar_t *current_string, Boolean … in expand_macro() function 401 expand_macro(source, &string, current_string, cmd); in expand_macro()
|
/titanic_50/usr/src/cmd/make/bin/ |
H A D | read.cc | 2036 expand_macro(source, &bp->string, (wchar_t *) NULL, false); in push_macro_value()
|