Lines Matching refs:sourceb
120 Source_rec sourceb; in expand_value() local
121 register Source source = &sourceb; in expand_value()
157 sourceb.string.text.p = sourceb.string.buffer.start = wcsdup(vals.get_string()); in expand_value()
158 sourceb.string.free_after_use = true; in expand_value()
159 sourceb.string.text.end = in expand_value()
160 sourceb.string.buffer.end = in expand_value()
161 sourceb.string.text.p + value->hash.length; in expand_value()
162 sourceb.previous = NULL; in expand_value()
163 sourceb.fd = -1; in expand_value()
164 sourceb.inp_buf = in expand_value()
165 sourceb.inp_buf_ptr = in expand_value()
166 sourceb.inp_buf_end = NULL; in expand_value()
167 sourceb.error_converting = false; in expand_value()
200 expand_macro(source, destination, sourceb.string.buffer.start, cmd); in expand_value()
224 retmem(sourceb.string.buffer.start); in expand_value()