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

/illumos-gate/usr/src/cmd/newform/
H A Dnewform.c79 *nexttab = &tabtbl[87], /* Pointer to next empty slot */ variable
515 spectbl[spectype] = nexttab;
516 *nexttab = 1;
518 while (*nexttab < LINELEN) {
519 *(nexttab + 1) = *nexttab;
520 *++nexttab += number[0];
522 *nexttab++ = '\0';
527 spectbl[spectype] = nexttab;
528 *nexttab
[all...]

Completed in 57 milliseconds