Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/
H A Dhtml-text.h78 void do_space (void);
H A Dhtml-text.cpp757 void html_text::do_space (void) in do_space() function in html_text
H A Dpost-html.cpp2034 void do_space (char *arg);
2466 current_paragraph->do_space(); in write_header()
2969 void html_printer::do_space (char *arg) in do_space() function in html_printer
2981 current_paragraph->do_space(); in do_space()
3105 do_space(a); in troff_tag()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dops-common.h263 do_space(const char_type* pathname, in _GLIBCXX_VISIBILITY()
524 do_space(const char_type* pathname, in _GLIBCXX_VISIBILITY()
H A Dops.cc1198 fs::do_space(str, info.capacity, info.free, info.available, ec); in space()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops-common.h321 do_space(const char_type* pathname, in _GLIBCXX_VISIBILITY()
595 do_space(const char_type* pathname, in _GLIBCXX_VISIBILITY()
H A Dops.cc1179 fs::do_space(str, info.capacity, info.free, info.available, ec); in space()
/netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/
H A Dlex.cpp990 void do_space() in do_space() function
1123 do_space(); in yylex()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc1464 do_space(str, info.capacity, info.free, info.available, ec); in space()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc1477 do_space(str, info.capacity, info.free, info.available, ec); in space()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20184653 (do_space): Declare new function.
4674 (filesystem::space): Use do_space.
4712 (do_space): Define.
4713 (filesystem::space): Use do_space.
H A DChangeLog-20196916 (do_copy_file, do_space): Move definitions to ops.common.h.
6934 (do_copy_file, do_space): Move definitions here from std-ops.cc.
6935 * src/filesystem/ops.cc: Adjust calls to do_copy_file and do_space
H A DChangeLog-20212320 (do_space): Fix type in function name.
2468 (filesystem::do_space): Use last_error().
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog1193 (html_text::do_space, html_text::emit_space): Updated.
1219 Add member functions `do_check_center', `do_space', `do_head',
3830 * src/devices/grohtml/html-text.cc (html_text::do_space): Handle
H A DChangeLog.118581 (html_text::do_space): Handle verbatim text properly.
1149 (html_text::do_space): Rewritten.
H A DChangeLog.115751 * eqn/lex.cc (do_space): Supply missing argument to lex_error.