Lines Matching refs:tem
717 input_entry_format *tem = list; in free_input_entry_format_list() local
719 delete tem; in free_input_entry_format_list()
1096 input_entry_format *tem = list->next; in process_format() local
1099 list = tem; in process_format()
1102 input_entry_format *tem; in process_format() local
1105 for (tem = list; tem; tem = tem->next) in process_format()
1106 tem->debug_print(); in process_format()
1113 for (tem = list; tem; tem = tem->next) { in process_format()
1114 if (tem->last_column) { in process_format()
1140 for (tem = list; tem; tem = tem->next) { in process_format()
1141 f->entry[row][col] = *tem; in process_format()
1144 if (tem->separation > f->separation[col]) { in process_format()
1148 f->separation[col] = tem->separation; in process_format()
1151 else if (tem->separation >= 0) in process_format()
1153 if (tem->equal && !f->equal[col]) { in process_format()
1159 if (!tem->width.empty()) { in process_format()
1161 if (!f->width[col].empty() && f->width[col] != tem->width) in process_format()
1163 f->width[col] = tem->width; in process_format()
1165 if (tem->pre_vline) { in process_format()
1167 f->vline[row][col] = tem->pre_vline; in process_format()
1169 f->vline[row][col+1] = tem->vline; in process_format()
1170 if (tem->last_column) { in process_format()