Home
last modified time | relevance | path

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

/titanic_51/usr/src/cmd/saf/
H A Dreadtab.c255 register struct sactab *savesp, *tsp; /* scratch pointers */ in purge() local
264 sp = savesp = Sactab; in purge()
267 savesp = sp; in purge()
300 savesp = Sactab; in purge()
303 savesp->sc_next = sp->sc_next; in purge()
H A Dsac.c302 struct sactab *savesp; /* rembered port monitor match */ in readutmpx() local
331 savesp = NULL; in readutmpx()
335 if (savesp) { in readutmpx()
337 savesp = NULL; in readutmpx()
344 savesp = sp; in readutmpx()
348 if (savesp && (savesp->sc_sstate == UNKNOWN)) { in readutmpx()
350 (void) memcpy(savesp->sc_utid, uxp->ut_id, in readutmpx()
352 savesp->sc_pid = uxp->ut_pid; in readutmpx()
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dstring.c188 const char *savesp = 0; in sh_substitute() local
200 while(*sp && (savesp==sp || *sp != *cp)) in sh_substitute()
213 savesp = sp; in sh_substitute()
222 sp = savesp; in sh_substitute()
/titanic_51/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()
/titanic_51/usr/src/cmd/ttymon/
H A Dtmpmtab.c670 register struct pmtab *savesp, *tsp; /* scratch pointers */ in purge() local
675 sp = savesp = PMtab; in purge()
681 savesp = sp; in purge()
688 savesp = PMtab; in purge()
691 savesp->p_next = sp->p_next; in purge()