Lines Matching refs:destination
48 static void expand_value_with_daemon(Name, register Property macro, register String destination, Bo…
75 String_rec destination; in getvar() local
92 INIT_STRING_FROM_STACK(destination, buffer); in getvar()
94 &destination, in getvar()
96 result = GETNAME(destination.buffer.start, FIND_LENGTH); in getvar()
97 if (destination.free_after_use) { in getvar()
98 retmem(destination.buffer.start); in getvar()
118 expand_value(Name value, register String destination, Boolean cmd) in expand_value() argument
133 append_string(wcs_buffer, destination, FIND_LENGTH); in expand_value()
134 destination->text.end = destination->text.p; in expand_value()
143 destination, in expand_value()
146 destination->text.end = destination->text.p; in expand_value()
189 destination, in expand_value()
195 destination, in expand_value()
200 expand_macro(source, destination, sourceb.string.buffer.start, cmd); in expand_value()
207 destination, in expand_value()
211 destination->text.end = destination->text.p; in expand_value()
259 expand_macro(register Source source, register String destination, wchar_t *current_string, Boolean … in expand_macro() argument
651 sh_command2string(&string, destination); in expand_macro()
674 destination, in expand_macro()
753 destination, in expand_macro()
758 destination, in expand_macro()
762 destination, in expand_macro()
780 destination, in expand_macro()
787 destination, in expand_macro()
793 destination, in expand_macro()
799 destination, in expand_macro()
823 expand_value_with_daemon(name, macro, destination, cmd); in expand_macro()
840 *destination->text.p = (int) nul_char; in expand_macro()
841 destination->text.end = destination->text.p; in expand_macro()
1008 expand_value_with_daemon(Name, register Property macro, register String destination, Boolean cmd) in expand_value_with_daemon() argument
1016 expand_value(macro->body.macro.value, destination, cmd); in expand_value_with_daemon()
1019 expand_value(dollarless_value, destination, cmd); in expand_value_with_daemon()
1023 expand_value(macro->body.macro.value, destination, cmd); in expand_value_with_daemon()
1034 destination, in expand_value_with_daemon()
1037 append_char((int) space_char, destination); in expand_value_with_daemon()
1082 String_rec destination; in setvar_daemon() local
1102 INIT_STRING_FROM_STACK(destination, buffer); in setvar_daemon()
1104 append_string(val_string, &destination, length); in setvar_daemon()
1107 iswspace(destination.buffer.start[length-1])) { in setvar_daemon()
1108 destination.buffer.start[--length] = 0; in setvar_daemon()
1111 value = GETNAME(destination.buffer.start, FIND_LENGTH); in setvar_daemon()
1126 INIT_STRING_FROM_STACK(destination, buffer); in setvar_daemon()
1130 &destination, in setvar_daemon()
1136 append_char(wcs_buffer[0], &destination); in setvar_daemon()
1142 &destination, in setvar_daemon()
1145 value = GETNAME(destination.buffer.start, FIND_LENGTH); in setvar_daemon()
1147 if (destination.free_after_use) { in setvar_daemon()
1148 retmem(destination.buffer.start); in setvar_daemon()
1179 INIT_STRING_FROM_STACK(destination, buffer); in setvar_daemon()
1183 &destination, in setvar_daemon()
1187 append_char(wcs_buffer[0], &destination); in setvar_daemon()
1192 &destination, in setvar_daemon()
1195 value = GETNAME(destination.buffer.start, FIND_LENGTH); in setvar_daemon()
1196 if (destination.free_after_use) { in setvar_daemon()
1197 retmem(destination.buffer.start); in setvar_daemon()