Home
last modified time | relevance | path

Searched refs:stnam (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Droff.c1246 const char *stnam; /* start of the name, after "[(*" */ in roff_expand() local
1423 switch(mandoc_escape(&cp, &stnam, &inaml)) { in roff_expand()
1425 if (mchars_spec2cp(stnam, inaml) >= 0) in roff_expand()
1481 stnam = cp; in roff_expand()
1524 res = roff_getstrn(r, stnam, naml, &deftype); in roff_expand()
1532 stnam[0] == '.' && stnam[1] == 'T') { in roff_expand()
1597 roff_evalnum(r, ln, stnam, &npos, in roff_expand()
1599 stnam + npos + 1 == cp ? '1' : '0'; in roff_expand()
1605 roff_getregn(r, stnam, naml, sign)); in roff_expand()
1620 "%.*s", (int)naml, stnam); in roff_expand()