Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/saf/
H A Dreadtab.c253 register struct sactab *savesp, *tsp; /* scratch pointers */ in purge() local
262 sp = savesp = Sactab; in purge()
265 savesp = sp; in purge()
298 savesp = Sactab; in purge()
301 savesp->sc_next = sp->sc_next; in purge()
H A Dsac.c300 struct sactab *savesp; /* rembered port monitor match */ in readutmpx() local
329 savesp = NULL; in readutmpx()
333 if (savesp) { in readutmpx()
335 savesp = NULL; in readutmpx()
342 savesp = sp; in readutmpx()
346 if (savesp && (savesp->sc_sstate == UNKNOWN)) { in readutmpx()
348 (void) memcpy(savesp->sc_utid, uxp->ut_id, in readutmpx()
350 savesp->sc_pid = uxp->ut_pid; in readutmpx()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dstring.c184 const char *savesp = 0; in sh_substitute() local
196 while(*sp && (savesp==sp || *sp != *cp)) in sh_substitute()
209 savesp = sp; in sh_substitute()
218 sp = savesp; in sh_substitute()
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmpmtab.c666 struct pmtab *savesp, *tsp; /* scratch pointers */ in purge() local
671 sp = savesp = PMtab; in purge()
677 savesp = sp; in purge()
683 savesp = PMtab; in purge()
685 savesp->p_next = sp->p_next; in purge()