Searched refs:lastsp (Results 1 – 4 of 4) sorted by relevance
71 static wchar_t *lastsp = NULL; variable252 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()
57 static struct strings *lastsp; /* last string space allocated from */ variable111 lastsp = sp; in salloc()128 register struct strings *sp = lastsp; in srealloc()176 lastsp = NULL; in sreset()
433 int gotlt, lastsp, didq; in phrase() local444 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()
155 reg Seg_t *sp, *lastsp; local174 lastsp = NIL(Seg_t*);177 for(; sp; lastsp = sp, sp = sp->next)181 if(lastsp)182 lastsp->next = seg;