Lines Matching refs:tem

362       conditional_bold *tem = *p;  in conditional_unbold()  local
364 delete tem; in conditional_unbold()
2364 node *tem = n; in delete_node_list() local
2366 delete tem; in delete_node_list()
3046 for (node *tem = list; tem; tem = tem->next) in copy() local
3047 on->overstrike(tem->copy()); in copy()
3089 node *tem; in copy() local
3092 for (tem = list; tem; tem = tem->next) { in copy()
3093 if (tem->next) in copy()
3094 tem->next->last = tem; in copy()
3095 last_node = tem; in copy()
3097 for (tem = last_node; tem; tem = tem->last) in copy()
3098 on->bracket(tem->copy()); in copy()
3680 for (node *tem = pre; tem != 0; tem = tem->next) in get_breakpoints() local
3681 bp->width += tem->width(); in get_breakpoints()
3699 for (node *tem = none; tem != 0; tem = tem->next) in nbreaks() local
3700 i += tem->nbreaks(); in nbreaks()
3747 node *tem; in split() local
3748 for (tem = pre; tem->next != 0; tem = tem->next) in split()
3750 tem->next = next; in split()
4070 char *tem = (char *)last_image_filename; in tprint() local
4072 if (tem) in tprint()
4073 a_delete tem; in tprint() local
4211 for (node *tem = n; tem; tem = tem->next) in width() local
4212 x += tem->width(); in width()
4228 for (node *tem = n; tem; tem = tem->next) in vertical_width() local
4229 v += tem->vertical_width(); in vertical_width()
4294 node *tem = n; in reverse_node_list() local
4296 tem->next = r; in reverse_node_list()
4297 r = tem; in reverse_node_list()
4688 node *tem = n; in tprint() local
4689 while (tem) { in tprint()
4690 tem->tprint(out); in tprint()
4691 tem = tem->next; in tprint()
4699 for (node *tem = list; tem; tem = tem->next) { in tprint() local
4700 hunits x = (max_width - tem->width())/2; in tprint()
4703 tem->zero_width_tprint(out); in tprint()
4713 node *tem; in tprint() local
4714 for (tem = list; tem; tem = tem->next) in tprint()
4720 for (tem = list; tem; tem = tem->next) { in tprint()
4721 tem->zero_width_tprint(out); in tprint()
4802 for (node *tem = n; tem; tem = tem->next) in tprint() local
4803 x -= tem->width(); in tprint()
4944 charinfo *tem = ci->get_translation(); in make_node() local
4945 if (tem) in make_node()
4946 ci = tem; in make_node()
4958 charinfo *tem = ci->get_translation(); in character_exists() local
4959 if (tem) in character_exists()
4960 ci = tem; in character_exists()
4993 charinfo *tem = ci->get_translation(); in add_char() local
4994 if (tem) in add_char()
4995 ci = tem; in add_char()
6160 special_font_list *tem = s; in read_special_fonts() local
6162 delete tem; in read_special_fonts()
6168 special_font_list *tem = new special_font_list; in read_special_fonts() local
6169 tem->n = i; in read_special_fonts()
6170 tem->next = 0; in read_special_fonts()
6171 *p = tem; in read_special_fonts()
6172 p = &(tem->next); in read_special_fonts()