Lines Matching defs:pos
35 tbl_read(struct tbl_node *tbl, int ln, const char *p, int pos)
49 for (cp = p + pos; *cp != '\0'; cp++) {
67 tbl_option(tbl, ln, p, &pos);
68 if (p[pos] == '\0')
77 tbl_layout(tbl, ln, p, pos);
80 return tbl_cdata(tbl, ln, p, pos) ? ROFF_TBL : ROFF_IGN;
85 tbl_data(tbl, ln, p, pos);
90 tbl_alloc(int pos, int line, struct mparse *parse)
96 tbl->pos = pos;
137 tbl_restart(int line, int pos, struct tbl_node *tbl)
141 line, pos, "T&");
145 tbl->pos = pos;
172 tbl->line, tbl->pos, "TE");
179 tbl->line, tbl->pos, NULL);