Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc120 Source_rec sourceb; in expand_value() local
121 Source source = &sourceb; in expand_value()
157 sourceb.string.text.p = sourceb.string.buffer.start = wcsdup(vals.get_string()); in expand_value()
159 sourceb.string.text.end = in expand_value()
160 sourceb.string.buffer.end = 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()
[all …]