Lines Matching defs:char

132   char is_bold;
170 char is_bold;
171 char is_constant_spaced;
691 virtual void really_transparent_char(unsigned char) = 0;
695 virtual void really_copy_file(hunits x, vunits y, const char *filename);
696 virtual void really_put_filename(const char *filename);
704 void transparent_char(unsigned char);
707 void put_filename(const char *filename);
712 void copy_file(hunits x, vunits y, const char *filename);
718 void really_transparent_char(unsigned char);
726 void really_transparent_char(unsigned char);
729 void outc(unsigned char c);
730 void outs(const char *s);
733 void ascii_output_file::outc(unsigned char c)
738 void ascii_output_file::outs(const char *s)
764 char tbuf[TBUF_SIZE];
771 void put(char c);
772 void put(unsigned char c);
775 void put(const char *s);
789 void special_char(unsigned char c);
792 void really_transparent_char(unsigned char c);
795 void really_copy_file(hunits x, vunits y, const char *filename);
796 void really_put_filename(const char *filename);
799 void draw(char, hvpair *, int, font_size, color *, color *);
800 void determine_line_limits (char code, hvpair *point, int npoints);
811 static void put_string(const char *s, FILE *fp)
817 inline void troff_output_file::put(char c)
822 inline void troff_output_file::put(unsigned char c)
827 inline void troff_output_file::put(const char *s)
861 void troff_output_file::special_char(unsigned char c)
1030 unsigned char c = ci->get_ascii_code();
1043 const char *s = ci->nm.contents();
1085 put(char(n/10 + '0'));
1086 put(char(n%10 + '0'));
1108 unsigned char c = ci->get_ascii_code();
1120 const char *s = ci->nm.contents();
1136 put(char(n/10 + '0'));
1137 put(char(n%10 + '0'));
1330 void troff_output_file::determine_line_limits(char code, hvpair *point,
1415 void troff_output_file::draw(char code, hvpair *point, int npoints,
1472 void troff_output_file::really_put_filename(const char *filename)
1510 const char *filename)
1522 put(char(c));
1533 void troff_output_file::really_transparent_char(unsigned char c)
1590 void output_file::put_filename(const char *)
1670 void real_output_file::copy_file(hunits x, vunits y, const char *filename)
1677 void real_output_file::transparent_char(unsigned char c)
1691 void real_output_file::really_copy_file(hunits, vunits, const char *)
1696 void real_output_file::put_filename(const char *filename)
1701 void real_output_file::really_put_filename(const char *)
1733 void ascii_output_file::really_transparent_char(unsigned char c)
1771 void suppress_output_file::really_transparent_char(unsigned char)
1852 const char *type();
1879 const char *type();
1906 const char *type();
1936 const char *type();
1946 free_list = (glyph_node *)new char[sizeof(glyph_node)*BLOCK];
1959 return new char[n];
1972 delete[] (char *)p;
2146 unsigned char c = ci->get_ascii_code();
2155 unsigned char c = ci->get_ascii_code();
2392 const char *type();
2412 const char *hyphen_inhibitor_node::type()
2604 const char *type();
2723 char break_code;
2747 const char *type();
3133 free_list = (space_node *)new char[sizeof(space_node)*BLOCK];
3490 unsigned char c = ci->get_asciify_code();
3853 const char *special_node::type()
3884 void special_node::tprint_char(troff_output_file *out, unsigned char c)
3907 suppress_node::suppress_node(symbol f, char p, int id)
3914 symbol f, char p, int id,
3930 const char *suppress_node::type()
3980 const char *tag_node::type()
4000 int get_reg_int(const char *p)
4011 const char *get_reg_str(const char *p)
4021 void suppress_node::put(troff_output_file *out, const char *s)
4024 while (s[i] != (char)0) {
4034 static char last_position = 0;
4035 static const char *last_image_filename = 0;
4068 char *tem = (char *)last_image_filename;
4078 char name[8192];
4081 if (last_image_filename == (char *) 0)
4180 const char *type();
4243 unsigned char c = ci->get_asciify_code();
4256 unsigned char c = ci->get_ascii_code();
4430 draw_node::draw_node(char c, hvpair *p, int np, font_size s,
4439 draw_node::draw_node(char c, hvpair *p, int np, font_size s,
4460 const char *draw_node::type()
4900 unsigned char input_code = s->get_ascii_code();
5072 const char *extra_size_node::type()
5092 const char *vertical_size_node::type()
5118 const char *hmotion_node::type()
5159 const char *space_char_hmotion_node::type()
5195 const char *vmotion_node::type()
5215 const char *hline_node::type()
5235 const char *vline_node::type()
5255 const char *dummy_node::type()
5275 const char *transparent_dummy_node::type()
5300 const char *zero_width_node::type()
5321 const char *italic_corrected_node::type()
5392 const char *left_italic_corrected_node::type()
5508 const char *overstrike_node::type()
5542 const char *bracket_node::type()
5563 const char *composite_node::type()
5586 const char *glyph_node::type()
5608 const char *ligature_node::type()
5630 const char *kern_pair_node::type()
5652 const char *dbreak_node::type()
5674 const char *break_char_node::type()
5694 const char *line_start_node::type()
5716 const char *space_node::type()
5728 const char *word_space_node::type()
5764 const char *unbreakable_space_node::type()
5788 const char *diverted_space_node::type()
5808 const char *diverted_copy_file_node::type()
5847 return p ? symbol((char *)p) : nm;
5856 // We store the address of this char in font_dictionary to indicate
5858 static char a_char;
6438 const char *get_string();
6441 const char *next_available_font_position_reg::get_string()
6448 const char *get_string();
6451 const char *printing_reg::get_string()