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

/illumos-gate/usr/src/cmd/streams/strcmd/
H A Dstrchg.c95 static struct str_mlist Oldmods[NMODULES]; /* modlist for Oldlist */
96 static struct str_list Oldlist; /* original modules */ variable in typeref:struct:str_list
136 Oldlist.sl_modlist = Oldmods;
137 Oldlist.sl_nmods = NMODULES;
252 if (i > Oldlist.sl_nmods &&
253 more_modules(&Oldlist, i) != SUCCESS)
259 Oldlist.sl_nmods = i;
260 if (ioctl(STDIN, I_LIST, &Oldlist) < 0) {
354 if ((i = pop_modules(Oldlist.sl_nmods - 1))
355 != (Oldlist
[all...]

Completed in 627 milliseconds