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