HomeSort by: relevance | last modified time | path
    Searched defs:make_temp_iterator (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/groff/dist/src/roff/troff/
input.cpp 160 input_iterator *make_temp_iterator(const char *);
796 input_stack::push(make_temp_iterator("\n"));
1240 input_stack::push(make_temp_iterator(" "));
1241 input_stack::push(make_temp_iterator(s));
1269 input_stack::push(make_temp_iterator(" "));
1270 input_stack::push(make_temp_iterator(s));
1298 input_stack::push(make_temp_iterator(" "));
1299 input_stack::push(make_temp_iterator(s));
1328 input_stack::push(make_temp_iterator("\n"));
1329 input_stack::push(make_temp_iterator(s))
3556 input_iterator *make_temp_iterator(const char *s) function
    [all...]

Completed in 20 milliseconds