Lines Matching refs:ln
66 int ln, const char *p, int *pos) in mods() argument
93 mandoc_msg(MANDOCERR_TBLLAYOUT_PAR, ln, *pos, NULL); in mods()
101 mandoc_msg(MANDOCERR_TBLLAYOUT_SPC, ln, *pos, in mods()
125 mandoc_msg(MANDOCERR_TBLLAYOUT_MOD, ln, *pos, "m"); in mods()
168 ln, *pos - 1, NULL); in mods()
172 ln, *pos - 1, "%c", p[*pos - 1]); in mods()
196 ln, *pos, "TS %s", p + *pos - 1); in mods()
208 int ln, const char *p, int *pos) in cell() argument
221 ln, *pos, NULL); in cell()
241 ln, *pos, "%c", p[*pos]); in cell()
251 mandoc_msg(MANDOCERR_TBLLAYOUT_SPAN, ln, *pos, NULL); in cell()
256 mandoc_msg(MANDOCERR_TBLLAYOUT_DOWN, ln, *pos, NULL); in cell()
262 mods(tbl, cell_alloc(tbl, rp, c), ln, p, pos); in cell()
266 tbl_layout(struct tbl_node *tbl, int ln, const char *p, int pos) in tbl_layout() argument
299 ln, pos, NULL); in tbl_layout()
351 cell(tbl, rp, ln, p, &pos); in tbl_layout()