Searched refs:lastsp (Results 1 – 5 of 5) sorted by relevance
71 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()
57 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()
433 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 in phrase() [all...]
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;
129 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;