Lines Matching refs:tbl
65 arg(struct tbl_node *tbl, int ln, const char *p, int *pos, int key) in arg() argument
83 mandoc_vmsg(MANDOCERR_TBLOPT_EQN, tbl->parse, in arg()
90 tbl->opts.tab = p[*pos]; in arg()
98 tbl->opts.decimal = p[*pos]; in arg()
107 tbl->parse, ln, *pos, keys[key].name); in arg()
110 tbl->parse, ln, *pos, "%s want %d have %d", in arg()
124 tbl_option(struct tbl_node *tbl, int ln, const char *p, int *offs) in tbl_option() argument
146 tbl->parse, ln, pos, "%c", p[pos]); in tbl_option()
160 mandoc_vmsg(MANDOCERR_TBLOPT_BAD, tbl->parse, in tbl_option()
170 tbl->opts.opts |= keys[i].key; in tbl_option()
172 arg(tbl, ln, p, &pos, i); in tbl_option()