Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fold/
H A Dfold.c71 static wchar_t *lastsp = NULL; variable
252 if (sflg && lastsp) { in putch()
259 *lastsp = (wchar_t)NULL; in putch()
268 lastout = lastsp; in putch()
269 lastsp = NULL; /* Reset the last sp */ in putch()
284 lastsp = NULL; in putch()
304 lastsp = curc; in putch()
322 lastsp = curc; in putch()
349 lastsp = NULL; in newline_init()
/titanic_41/usr/src/cmd/mailx/
H A Dstralloc.c57 static struct strings *lastsp; /* last string space allocated from */ variable
111 lastsp = sp; in salloc()
128 register struct strings *sp = lastsp; in srealloc()
176 lastsp = NULL; in sreset()
H A Daux.c433 int gotlt, lastsp, didq; in phrase() local
444 lastsp = 0; in phrase()
470 lastsp = 0; in phrase()
489 if (lastsp) { in phrase()
490 lastsp = 0; in phrase()
503 lastsp = 0; in phrase()
514 lastsp = 1; in phrase()
530 lastsp = 0; in phrase()
543 if (lastsp) { in phrase()
544 lastsp = 0; in phrase()
/titanic_41/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;