Lines Matching refs:COLUMN
383 struct COLUMN;
384 struct COLUMN struct
399 bool (*print_func) (struct COLUMN *); argument
417 typedef struct COLUMN COLUMN; argument
420 static bool read_line (COLUMN *p);
422 static bool print_stored (COLUMN *p);
423 static bool open_file (char *name, COLUMN *p);
427 static void add_line_number (COLUMN *p);
442 static void read_rest_of_line (COLUMN *p);
443 static void skip_read (COLUMN *p, int column_number);
450 static COLUMN *column_vector;
787 COLUMN *q; in cols_ready_to_print()
1328 COLUMN *p; in init_fps()
1333 column_vector = xnmalloc (columns, sizeof (COLUMN)); in init_fps()
1398 COLUMN *p; in init_funcs()
1481 open_file (char *name, COLUMN *p) in open_file()
1514 close_file (COLUMN *p) in close_file()
1516 COLUMN *q; in close_file()
1559 hold_file (COLUMN *p) in hold_file()
1561 COLUMN *q; in hold_file()
1586 COLUMN *p; in reset_status()
1703 COLUMN *p; in init_page()
1745 align_column (COLUMN *p) in align_column()
1777 COLUMN *p; in print_page()
1950 COLUMN *p; in store_columns()
1997 COLUMN *p; in balance()
2028 add_line_number (COLUMN *p) in add_line_number()
2111 read_rest_of_line (COLUMN *p) in read_rest_of_line()
2145 skip_read (COLUMN *p, int column_number) in skip_read()
2151 COLUMN *q; in skip_read()
2282 print_clump (COLUMN *p, int n, char *clump) in print_clump()
2330 COLUMN *p; in skip_to_page()
2425 read_line (COLUMN *p) in read_line()
2431 COLUMN *q; in read_line()
2564 print_stored (COLUMN *p) in print_stored()
2566 COLUMN *q; in print_stored()