Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/troff/nroff.d/
H A Dn10.c63 int esct; variable
358 esct = esc = 0;
450 esct += w; in ptout1()
592 iesct = esct; in move()
593 if (esct += esc) in move()
623 esc = esct; in move()
/illumos-gate/usr/src/cmd/mandoc/
H A Droff.c1244 const char *esct; /* type of esccape sequence */ in roff_expand() local
1405 esct = cp; in roff_expand()
1406 switch (*esct) { in roff_expand()
1498 if (*cp++ != '\\' || *esct != 'w') { in roff_expand()
1520 switch (*esct) { in roff_expand()
1547 npos = esct[1] - '1'; in roff_expand()
1553 if (esct[1] == '*') in roff_expand()
1555 else if (esct[1] == '@') in roff_expand()
1617 if (*esct == '*') in roff_expand()