Searched defs:macline (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/deroff/
H A Dderoff.c334 regline(int macline, int cnst) argument
382 putwords(macline);
383 } else if (macline) {
425 putwords(int macline) /* break into words for -w option */ argument
442 if ((!macline && (nlet > 1)) /* MDM definition of word */ ||
443 (macline && (nlet > 2) && (chars[p1[0]] == LETTER) &&

Completed in 45 milliseconds