Home
last modified time | relevance | path

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

/openbsd-src/lib/libc/gen/
H A Dauth_subr.c120 #define AF_INTERACTIVE 0x0001 /* This is an interactive session */ macro
428 return ((as->flags & AF_INTERACTIVE) ? "True" : NULL); in auth_getitem()
514 as->flags &= ~AF_INTERACTIVE; in auth_setitem()
516 as->flags |= ~AF_INTERACTIVE; in auth_setitem()