| roff.c | 376 static struct roffmac roffs[TOKEN_NONE] = { variable in typeref:struct:roffmac 1875 e = (*roffs[t].text)(r, t, buf, ln, pos, pos, offs); 1911 return (*roffs[t].sub)(r, t, buf, ln, ppos, pos, offs); 1958 return (*roffs[t].proc)(r, t, buf, ln, spos, pos, offs); 2321 return (*roffs[t].proc)(r, t, buf, ln, ppos, pos, offs); 2435 (rr || roffs[t].flags & ROFFMAC_STRUCT)) 2436 irc |= (*roffs[t].proc)(r, t, buf, ln, ppos, pos, offs);
|