Searched refs:lastloc (Results 1 – 4 of 4) sorted by relevance
517 locale_t lastloc = ___global_locale; in uselocale() local528 lastloc = *locptr; in uselocale()549 return (lastloc); in uselocale()
238 register char *p, *lastloc; in getaline() local241 lastloc = &p[maxlen-1]; in getaline()245 if (!isspace(n) && p < lastloc) in getaline()
179 caddr_t p, lastloc; in getaline() local182 lastloc = &p[maxlen-1]; in getaline()186 if (!isspace(n) && p < lastloc) in getaline()
5517 char *p, *lastloc; in getaline() local5520 lastloc = &p[maxlen-1]; in getaline()5524 if (!isspace(n) && p < lastloc) in getaline()