Lines Matching refs:CELLREF

276       CELLREF r = curow;  in delete_other_windows()
277 CELLREF c = cucol; in delete_other_windows()
508 CELLREF row; in recalculate()
509 CELLREF col; in recalculate()
618 static CELLREF
619 first_filled_col (CELLREF row) in first_filled_col()
622 CELLREF r; in first_filled_col()
623 CELLREF c; in first_filled_col()
644 static CELLREF
645 last_filled_col (CELLREF row) in last_filled_col()
648 CELLREF r; in last_filled_col()
649 CELLREF c; in last_filled_col()
650 CELLREF bestc = MIN_COL; in last_filled_col()
668 static CELLREF
669 first_filled_row (CELLREF col) in first_filled_row()
672 CELLREF r; in first_filled_row()
673 CELLREF c; in first_filled_row()
694 static CELLREF
695 last_filled_row (CELLREF col) in last_filled_row()
698 CELLREF r; in last_filled_row()
699 CELLREF c; in last_filled_row()
700 CELLREF bestr = MIN_ROW; in last_filled_row()
718 static CELLREF
721 CELLREF max_r = highest_row (); in max_filled_row()
724 CELLREF c = first_filled_col (max_r); in max_filled_row()
733 static CELLREF
736 CELLREF max_c = highest_col (); in max_filled_col()
739 CELLREF r = first_filled_row (max_c); in max_filled_col()
835 CELLREF row, col; in save_mark_to_cell()
856 CELLREF row, col; in save_point_to_cell()
1132 static CELLREF
1133 extreme_cmd_orth_motion (int count, CELLREF current) in extreme_cmd_orth_motion()
1190 skip_empties (CELLREF * rout, CELLREF * cout, int magic) in skip_empties()
1192 CELLREF r = *rout; in skip_empties()
1193 CELLREF c = *cout; in skip_empties()
1216 CELLREF r = curow; in scan_cell_cursor()
1217 CELLREF c = cucol; in scan_cell_cursor()
1218 CELLREF last_r = r; in scan_cell_cursor()
1219 CELLREF last_c = c; in scan_cell_cursor()
1284 CELLREF row, col; in set_region_formula()
1442 CELLREF cc; in set_region_height()
1481 CELLREF cc; in set_region_width()
1727 CELLREF r; in recompile_spreadsheet()
1728 CELLREF c; in recompile_spreadsheet()