Searched refs:stnam (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/mandoc/ |
H A D | roff.c | 912 const char *stnam; /* start of the name, after "[(*" */ in roff_res() local 963 esc = mandoc_escape(&cp, &stnam, &inaml); in roff_res() 966 mchars_spec2cp(r->mchars, stnam, inaml) < 0)) in roff_res() 1007 stnam = cp; in roff_res() 1051 res = roff_getstrn(r, stnam, naml); in roff_res() 1056 roff_evalnum(r, ln, stnam, &npos, in roff_res() 1058 stnam + npos + 1 == cp ? '1' : '0'; in roff_res() 1064 roff_getregn(r, stnam, naml)); in roff_res() 1078 "%.*s", (int)naml, stnam); in roff_res()
|