Lines Matching refs:roffs
229 static struct roffmac roffs[ROFF_MAX] = { variable
318 assert(roffs[i].name[0] >= ASCII_LO); in roffhash_init()
319 assert(roffs[i].name[0] <= ASCII_HI); in roffhash_init()
321 buc = ROFF_HASH(roffs[i].name); in roffhash_init()
326 n->next = &roffs[i]; in roffhash_init()
328 hash[buc] = &roffs[i]; in roffhash_init()
358 return((enum rofft)(n - roffs)); in roffhash_find()
714 assert(roffs[t].text); in roff_parseln()
715 e = (*roffs[t].text) in roff_parseln()
737 assert(roffs[t].sub); in roff_parseln()
738 return((*roffs[t].sub) in roff_parseln()
752 assert(roffs[t].proc); in roff_parseln()
753 return((*roffs[t].proc) in roff_parseln()
934 roffs[tok].name); in roff_block()
1042 assert(roffs[t].proc); in roff_block_sub()
1043 return((*roffs[t].proc)(r, t, bufp, szp, in roff_block_sub()
1079 ROFFMAC_STRUCT & roffs[t].flags)) { in roff_cond_sub()
1080 assert(roffs[t].proc); in roff_cond_sub()
1081 return((*roffs[t].proc)(r, t, bufp, szp, in roff_cond_sub()