Lines Matching refs:entry_format
534 entry_format::entry_format() : type(FORMAT_LEFT) in entry_format() function in entry_format
538 entry_format::entry_format(format_type t) : type(t) in entry_format() function in entry_format
542 void entry_format::debug_print() const in debug_print()
624 entry_format **entry;
642 entry = new entry_format *[nrows]; in format()
644 entry[i] = new entry_format[ncolumns]; in format()
666 entry_format **old_entry = entry; in add_rows()
667 entry = new entry_format *[nrows + n]; in add_rows()
672 entry[nrows + i] = new entry_format[ncolumns]; in add_rows()
689 struct input_entry_format : public entry_format {
703 : entry_format(t), next(p) in input_entry_format()
730 entry_format::debug_print(); in debug_print()
1181 entry_format *e = f->entry[f->nrows-1] + col; in process_format()
1249 entry_format *e = f->entry[format_index] + cnt; in process_data()
1267 entry_format *line_format = f->entry[format_index]; in process_data()