Searched refs:lastsp (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dstralloc.c57 static struct strings *lastsp; /* last string space allocated from */ variable in typeref:struct:strings
111 lastsp = sp;
128 register struct strings *sp = lastsp;
176 lastsp = NULL;
H A Daux.c433 int gotlt, lastsp, didq; local
444 lastsp = 0;
470 lastsp = 0;
489 if (lastsp) {
490 lastsp = 0;
503 lastsp = 0;
514 lastsp = 1;
530 lastsp = 0;
543 if (lastsp) {
544 lastsp
[all...]
/illumos-gate/usr/src/cmd/fold/
H A Dfold.c71 static wchar_t *lastsp = NULL; variable
252 if (sflg && lastsp) {
259 *lastsp = (wchar_t)NULL;
268 lastout = lastsp;
269 lastsp = NULL; /* Reset the last sp */
284 lastsp = NULL;
304 lastsp = curc;
322 lastsp = curc;
349 lastsp = NULL;
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmprivate.c155 reg Seg_t *sp, *lastsp; local
174 lastsp = NIL(Seg_t*);
177 for(; sp; lastsp = sp, sp = sp->next)
181 if(lastsp)
182 lastsp->next = seg;

Completed in 585 milliseconds