Lines Matching refs:roffs
449 static struct roffmac roffs[ROFF_MAX] = { variable
741 assert(roffs[i].name[0] >= ASCII_LO); in roffhash_init()
742 assert(roffs[i].name[0] <= ASCII_HI); in roffhash_init()
744 buc = ROFF_HASH(roffs[i].name); in roffhash_init()
749 n->next = &roffs[i]; in roffhash_init()
751 hash[buc] = &roffs[i]; in roffhash_init()
781 return((enum rofft)(n - roffs)); in roffhash_find()
1200 assert(roffs[t].text); in roff_parseln()
1201 e = (*roffs[t].text)(r, t, buf, ln, pos, pos, offs); in roff_parseln()
1230 assert(roffs[t].sub); in roff_parseln()
1231 return((*roffs[t].sub)(r, t, buf, ln, ppos, pos, offs)); in roff_parseln()
1263 assert(roffs[t].proc); in roff_parseln()
1264 return((*roffs[t].proc)(r, t, buf, ln, ppos, pos, offs)); in roff_parseln()
1274 roffs[r->last->tok].name); in roff_endparse()
1452 ln, ppos, roffs[tok].name); in roff_block()
1493 ln, pos, ".%s ... %s", roffs[tok].name, cp); in roff_block()
1549 assert(roffs[t].proc); in roff_block_sub()
1550 return((*roffs[t].proc)(r, t, buf, ln, ppos, pos, offs)); in roff_block_sub()
1580 (rr || roffs[t].flags & ROFFMAC_STRUCT)) { in roff_cond_sub()
1581 assert(roffs[t].proc); in roff_cond_sub()
1582 return((*roffs[t].proc)(r, t, buf, ln, ppos, pos, offs)); in roff_cond_sub()
1806 ln, ppos, roffs[tok].name); in roff_insec()
1815 ln, ppos, roffs[tok].name); in roff_unsupp()
1886 ln, ppos, roffs[tok].name); in roff_cond()