Searched refs:asciify (Results 1 – 14 of 14) sorted by relevance
| /freebsd-10-stable/contrib/groff/src/roff/troff/ |
| D | node.h | 85 virtual void asciify(macro *); 160 void asciify(macro *); 197 void asciify(macro *); 226 void asciify(macro *); 241 void asciify(macro *); 300 void asciify(macro *); 329 void asciify(macro *); 348 void asciify(macro *); 457 void asciify(macro *);
|
| D | node.cpp | 1849 void asciify(macro *); 1877 void asciify(macro *); 1904 void asciify(macro *); 1934 void asciify(macro *); 2588 void asciify(macro *); 2740 void asciify(macro *); 3483 void node::asciify(macro *m) in asciify() function in node 3488 void glyph_node::asciify(macro *m) in asciify() function in glyph_node 3501 void kern_pair_node::asciify(macro *m) in asciify() function in kern_pair_node 3503 n1->asciify(m); in asciify() [all …]
|
| D | token.h | 137 const char *asciify(int c);
|
| D | input.cpp | 4716 nd->asciify(&am); in asciify_macro() 5340 for (const char *s = ::asciify(c); *s; s++) in tprint() 5727 const char *s = asciify(c); in pipe_source() 5946 const char *asciify(int c) in asciify() function 6042 const char *s = asciify(c); in input_char_description() 6124 fputs(asciify(c), stderr); in do_terminal() 6227 fputs(asciify(c), fp); in do_write_request() 6272 fputs(asciify(c), fp); in write_macro_request() 6814 fputs(asciify(c), stderr); in abort_request()
|
| D | div.cpp | 430 const char *s = asciify(c); in transparent_output()
|
| /freebsd-10-stable/contrib/groff/ |
| 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 …]
|
| 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
|
| 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),
|
| 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.
|
| D | ChangeLog | 1695 (chop_macro, substring_request, asciify): Handle PUSH_COMP_MODE.
|
| /freebsd-10-stable/contrib/groff/doc/ |
| 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)
|
| 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)
|
| 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
|
| D | groff-1 | 5848 diversion with `asciify' it ignores the translation. *Note 5849 Diversions::, for details about the `asciify' request.
|