/netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
H A D | node.h | 87 virtual void asciify(macro *); 162 void asciify(macro *); 199 void asciify(macro *); 228 void asciify(macro *); 243 void asciify(macro *); 302 void asciify(macro *); 331 void asciify(macro *); 350 void asciify(macro *); 459 void asciify(macro *);
|
H A D | node.cpp | 1851 void asciify(macro *); 1879 void asciify(macro *); 1906 void asciify(macro *); 1936 void asciify(macro *); 2590 void asciify(macro *); 2742 void asciify(macro *); 3485 void node::asciify(macro *m) in asciify() function in node 3490 void glyph_node::asciify(macro *m) in asciify() function in glyph_node 3503 void kern_pair_node::asciify(macro *m) in asciify() function in kern_pair_node 3505 n1->asciify(m); in asciify() [all …]
|
H A D | token.h | 139 const char *asciify(int c);
|
H A D | input.cpp | 4719 nd->asciify(&am); in asciify_macro() 5343 for (const char *s = ::asciify(c); *s; s++) in tprint() 5730 const char *s = asciify(c); in pipe_source() 5949 const char *asciify(int c) in asciify() function 6045 const char *s = asciify(c); in input_char_description() 6127 fputs(asciify(c), stderr); in do_terminal() 6230 fputs(asciify(c), fp); in do_write_request() 6275 fputs(asciify(c), fp); in write_macro_request() 6817 fputs(asciify(c), stderr); in abort_request()
|
H A D | div.cpp | 432 const char *s = asciify(c); in transparent_output()
|
/netbsd-src/external/gpl2/groff/dist/ |
H A D | ChangeLog.117 | 1111 documentation of `asciify' and `unformat' requests. 1116 `asciify' but rather uses new `reread()' methods if the `unformat' 1124 * src/roff/troff/node.cc (*node::asciify, 1127 (word_space_node::asciify, word_space_node::word_space_node): Use 1168 * src/roff/troff/input.cc (get_copy, token::next, asciify): 1173 and `asciify()' methods. 1175 (space_node::asciify): Handle `was_escape_colon'. 1200 * src/roff/troff/node.cc (break_char_node::asciify): Don't asciify 1230 * src/roff/troff/input.cc (asciify): Add ESCAPE_RIGHT_PARENTHESIS. 1271 `asciify' request. [all …]
|
H A D | NEWS | 740 the exception that the `asciify' request will use the character code (if 750 .asciify xxx 1159 o The `asciify' request has been extended to `unformat' space characters 1165 o The new `unformat' request is similar to `asciify' but only handles space
|
H A D | ChangeLog.118 | 769 (asciify): Ignore COMPATIBLE_SAVE and COMPATIBLE_RESTORE. 1719 Add request `trin' (translate input) to make `.asciify' work 1733 * src/roff/troff/node.cc (glyph_node::asciify, 1734 composite_node::asciify): Use `get_asciify_code'. 2192 asciify, input_char_description, read_string, set_string),
|
H A D | ChangeLog.115 | 4343 (token::process, asciify): Handle ESCAPE_E. 5151 * troff/input.c (asciify): By default, illegal input characters 5668 char)): Use asciify. 5669 * troff/input.c (asciify): Don't make it static. 5670 * troff/token.h (asciify): Declare it. 5860 * troff/node.c, troff/node.h: Add `asciify' methods to classes 5863 * troff/input.c (init_input_requests): New request `asciify' bound 5961 * troff/input.c (abort_request): Use asciify.
|
H A D | ChangeLog | 1695 (chop_macro, substring_request, asciify): Handle PUSH_COMP_MODE.
|
/netbsd-src/external/gpl2/groff/dist/doc/ |
H A D | groff-3 | 315 * asciify request, and writem: I/O. (line 221) 633 * diversion, unformatting (asciify): Diversions. (line 195) 1915 * trin request, and asciify: Diversions. (line 195) 1944 * unformatting diversions (asciify): Diversions. (line 195)
|
H A D | groff-2 | 743 -- Request: .asciify div 758 .asciify x 764 Like `asciify', unformat the specified diversion. However, 1276 `asciify' request before calling `writem'. Usually, this means a 3914 * asciify: Diversions. (line 195)
|
H A D | groff.texinfo | 7743 but when you unformat a diversion with @code{asciify} 7745 @xref{Diversions}, for details about the @code{asciify} request. 12296 @Defreq {asciify, div} 12297 @cindex unformatting diversions (@code{asciify}) 12298 @cindex diversion, unformatting (@code{asciify}) 12299 @cindex @code{trin} request, and @code{asciify} 12314 .asciify x 12322 Like @code{asciify}, unformat the specified diversion. 12976 @cindex @code{asciify} request, and @code{writem} 12982 @code{asciify} request before calling @code{writem}. Usually, this
|
H A D | groff-1 | 5848 diversion with `asciify' it ignores the translation. *Note 5849 Diversions::, for details about the `asciify' request.
|