Lines Matching defs:then
287 time_t then;
289 if (content_size == sizeof (then)) {
290 bcopy(content_ptr, (char *)&then, sizeof (then));
292 ctime(&then));
491 * end of that long line, then we want to continue.
503 * If there was no \n in the previous buffer, then this must be
618 * If the file does not exist, then there is no filter to
702 time_t now, then;
711 bcopy(data.dptr, (char *)&then, sizeof (then));
712 if (then + Timeout < now)
850 * it starts with white-space, then it's a continuation header.