Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dinput.cpp3475 class temp_iterator : public input_iterator { class
3477 temp_iterator(const char *, int len);
3479 ~temp_iterator();
3486 temp_iterator::temp_iterator(const char *s, int len) in temp_iterator() function in temp_iterator
3494 temp_iterator::~temp_iterator() in ~temp_iterator()
3565 return new temp_iterator(s, n); in make_temp_iterator()