Lines Matching refs:ln
85 arg(struct tbl_node *tbl, int ln, const char *p, int *pos, enum tbl_ident key) in arg() argument
97 ln, *pos, NULL); in arg()
113 ln, *pos - 1, NULL); in arg()
119 ln, *pos - 1, NULL); in arg()
128 ln, *pos - 1, NULL); in arg()
143 mandoc_msg(MANDOCERR_TBL, tbl->parse, ln, *pos, NULL); in arg()
150 ln, *pos - 1, NULL); in arg()
162 mandoc_msg(MANDOCERR_TBL, tbl->parse, ln, *pos - 1, NULL); in arg()
167 opt(struct tbl_node *tbl, int ln, const char *p, int *pos) in opt() argument
209 mandoc_msg(MANDOCERR_TBL, tbl->parse, ln, *pos, NULL); in opt()
236 else if ( ! arg(tbl, ln, p, pos, keys[i].ident)) in opt()
248 mandoc_msg(MANDOCERR_TBLOPT, tbl->parse, ln, sv, NULL); in opt()
255 tbl_option(struct tbl_node *tbl, int ln, const char *p) in tbl_option() argument
266 opt(tbl, ln, p, &pos); in tbl_option()