Searched refs:lastloc (Results 1 – 4 of 4) sorted by relevance
469 locale_t lastloc = ___global_locale; in uselocale() local480 lastloc = *locptr; in uselocale()501 return (lastloc); in uselocale()
235 register char *p, *lastloc; in getaline() local238 lastloc = &p[maxlen-1]; in getaline()242 if (!isspace(n) && p < lastloc) in getaline()
172 caddr_t p, lastloc; in getaline() local175 lastloc = &p[maxlen-1]; in getaline()179 if (!isspace(n) && p < lastloc) in getaline()
5492 char *p, *lastloc; in getaline() local5495 lastloc = &p[maxlen-1]; in getaline()5499 if (!isspace(n) && p < lastloc) in getaline()