Home
last modified time | relevance | path

Searched refs:block_width_reg (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/tbl/
H A Dtable.cpp84 string block_width_reg(int r, int c);
555 block_width_reg(start_row, start_col)); in do_width()
563 block_width_reg(start_row, start_col)); in do_width()
566 printfs(".nr %1 0\n", block_width_reg(start_row, start_col)); in do_width()
585 block_width_reg(start_row, start_col)); in simple_print()
709 printfs(".nr %1 \\n[dl]\n", block_width_reg(start_row, start_col)); in do_divert()
751 block_width_reg(start_row, start_col)); in print()
766 block_width_reg(start_row, start_col)); in print()
1801 string block_width_reg(int r, int c) in block_width_reg() function