Lines Matching defs:output
62 // we store the output as a list - when the output string is requested, the
67 output_list output;
122 if (!rep.empty()) { // manipulators don't produce output
128 output.insert(pos, rep);
144 // fill in output with the strings between the %1 %2 %3 etc. and
154 output.push_back(fmt.substr(b, i - b));
166 output_list::iterator pos = output.end();
183 output.push_back(fmt.substr(b, i - b));
191 for (output_list::const_iterator i = output.begin(), end = output.end();