Searched refs:nexttab (Results 1 – 1 of 1) sorted by relevance
79 *nexttab = &tabtbl[87], /* Pointer to next empty slot */ variable515 spectbl[spectype] = nexttab; in cnvtspec()516 *nexttab = 1; in cnvtspec()518 while (*nexttab < LINELEN) { in cnvtspec()519 *(nexttab + 1) = *nexttab; in cnvtspec()520 *++nexttab += number[0]; in cnvtspec()522 *nexttab++ = '\0'; in cnvtspec()527 spectbl[spectype] = nexttab; in cnvtspec()528 *nexttab++ = 1; in cnvtspec()530 *nexttab++ = number[ix]; in cnvtspec()[all …]