Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bnu/
H A Danlwrk.c60 static short Nnext; /* index of next C. file in Fptr list */ variable
199 (void) sprintf(file, "%s/%s", RemSpool, Fptr[Nnext]);
201 Nnext++;
230 (void) sprintf(file, "%s/%s", RemSpool, Fptr[Nnext]);
232 Nnext++;
251 Nnext = Nfiles = 0; in bldflst()