Searched refs:INIT_STRING_FROM_STACK (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/cmd/make/bin/ |
H A D | macro.cc | 75 INIT_STRING_FROM_STACK(destination, buffer); 126 INIT_STRING_FROM_STACK(value, buffer);
|
H A D | read.cc | 673 INIT_STRING_FROM_STACK( 686 INIT_STRING_FROM_STACK(name_string, 773 INIT_STRING_FROM_STACK(name_string, 825 INIT_STRING_FROM_STACK(include_name, include_buffer); 852 INIT_STRING_FROM_STACK(destination, buffer); 1046 INIT_STRING_FROM_STACK(name_string, 1091 INIT_STRING_FROM_STACK(name_string, 1128 INIT_STRING_FROM_STACK(name_string, 1308 INIT_STRING_FROM_STACK(name_string, 1328 INIT_STRING_FROM_STACK(name_strin [all...] |
H A D | rep.cc | 175 INIT_STRING_FROM_STACK(string, rec_buf); 223 INIT_STRING_FROM_STACK(string, rec_buf); 339 INIT_STRING_FROM_STACK(rec, rec_buf);
|
H A D | implicit.cc | 871 INIT_STRING_FROM_STACK(string, string_buf); 888 INIT_STRING_FROM_STACK(string, string_buf); 1004 INIT_STRING_FROM_STACK(string, string_buf); 1010 INIT_STRING_FROM_STACK(string, string_buf); 1195 INIT_STRING_FROM_STACK(string, string_buf); 1219 INIT_STRING_FROM_STACK(string, string_buf); 1243 INIT_STRING_FROM_STACK(string, string_buf); 1313 INIT_STRING_FROM_STACK(string, string_buf); 1322 INIT_STRING_FROM_STACK(string, string_buf); 1334 INIT_STRING_FROM_STACK(strin [all...] |
H A D | doname.cc | 219 INIT_STRING_FROM_STACK(string, buffer); 1355 INIT_STRING_FROM_STACK(string, buffer); 1442 INIT_STRING_FROM_STACK(string, buffer); 1907 INIT_STRING_FROM_STACK(new_cmd, buffer); 2343 INIT_STRING_FROM_STACK(command_line, buffer); 2520 INIT_STRING_FROM_STACK(touch_string, buffer); 2701 INIT_STRING_FROM_STACK(string, name);
|
H A D | files.cc | 580 INIT_STRING_FROM_STACK(lib_name, buffer);
|
H A D | ar.cc | 203 INIT_STRING_FROM_STACK(true_member_name, buffer);
|
H A D | read2.cc | 1811 INIT_STRING_FROM_STACK(destination, buffer); 1818 INIT_STRING_FROM_STACK(command, buffer1);
|
/illumos-gate/usr/src/cmd/make/lib/mksh/ |
H A D | macro.cc | 92 INIT_STRING_FROM_STACK(destination, buffer); 311 INIT_STRING_FROM_STACK(string, buffer); 648 INIT_STRING_FROM_STACK(string, buffer); 657 INIT_STRING_FROM_STACK(string, buffer); 686 INIT_STRING_FROM_STACK(extracted, extracted_string); 913 INIT_STRING_FROM_STACK(result_string, wc_buf); 968 INIT_STRING_FROM_STACK(result_string, wc_buf); 1102 INIT_STRING_FROM_STACK(destination, buffer); 1126 INIT_STRING_FROM_STACK(destination, buffer); 1179 INIT_STRING_FROM_STACK(destinatio [all...] |
H A D | misc.cc | 860 INIT_STRING_FROM_STACK(string, string_buf); 865 INIT_STRING_FROM_STACK(string, string_buf); 882 INIT_STRING_FROM_STACK(string, string_buf); 889 INIT_STRING_FROM_STACK(string, string_buf);
|
/illumos-gate/usr/src/cmd/make/include/mksh/ |
H A D | defs.h | 221 #define INIT_STRING_FROM_STACK(str, buf) { \ macro
|
Completed in 88 milliseconds