Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fold/
H A Dfold.c69 static wchar_t *lastsp = NULL; variable
250 if (sflg && lastsp) { in putch()
257 *lastsp = (wchar_t)NULL; in putch()
266 lastout = lastsp; in putch()
267 lastsp = NULL; /* Reset the last sp */ in putch()
282 lastsp = NULL; in putch()
302 lastsp = curc; in putch()
320 lastsp = curc; in putch()
347 lastsp = NULL; in newline_init()
/illumos-gate/usr/src/cmd/mailx/
H A Dstralloc.c55 static struct strings *lastsp; /* last string space allocated from */ variable
109 lastsp = sp; in salloc()
126 register struct strings *sp = lastsp; in srealloc()
174 lastsp = NULL; in sreset()
H A Dutil.c431 int gotlt, lastsp, didq; in phrase() local
442 lastsp = 0; in phrase()
468 lastsp = 0; in phrase()
487 if (lastsp) { in phrase()
488 lastsp = 0; in phrase()
501 lastsp = 0; in phrase()
512 lastsp = 1; in phrase()
528 lastsp = 0; in phrase()
541 if (lastsp) { in phrase()
542 lastsp = 0; in phrase()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmprivate.c129 reg Seg_t *sp, *lastsp; local
148 lastsp = NIL(Seg_t*);
151 for(; sp; lastsp = sp, sp = sp->next)
155 if(lastsp)
156 lastsp->next = seg;