Lines Matching defs:output
71 // we store the output as a list - when the output string is requested, the
76 output_list output;
165 if (!rep.empty()) { // manipulators don't produce output
171 output.insert(pos, rep);
195 // fill in output with the strings between the %1 %2 %3 etc. and
205 output.push_back(fmt.substr(b, i - b));
217 output_list::iterator pos = output.end();
234 output.push_back(fmt.substr(b, i - b));
242 for (output_list::const_iterator i = output.begin(), end = output.end();