Home
last modified time | relevance | path

Searched refs:LOGGEDIN (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/usr.bin/finger/
Dsprint.c117 (void)putchar(w->info == LOGGEDIN && !w->writable ? in sflag_print()
123 if (w->info == LOGGEDIN) { in sflag_print()
Dutil.c210 if (w->info == LOGGEDIN && w->loginat < ll.ll_time) in enter_lastlog()
218 if (w->info == LOGGEDIN && in enter_lastlog()
242 w->info = LOGGEDIN; in enter_where()
Dfinger.h57 enum status { LASTLOG, LOGGEDIN }; enumerator
Dlprint.c251 case LOGGEDIN: in lprint()