Searched refs:texlin (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/tbl/
H A Dt7.c96 int texlin, horlin, i; local
98 for(texlin = horlin = i = 0; i < nlin; i++) {
104 texlin++;
106 (void) fprintf(tabout, ".ne %dv+%dp\n", texlin, 2 * horlin);
112 (void) fprintf(tabout, ".if n .ne %dv\n", 2 * texlin + 2 * horlin + 2);

Completed in 977 milliseconds