INTERACTIVE
base_flags = INTERACTIVE;
base_flags |= INTERACTIVE;
base_flags &= ~INTERACTIVE;
if (pb->flags & INTERACTIVE) {
if ((pb->flags & INTERACTIVE) && (pb->rcs_msg[0] == '\0')) {
flags |= INTERACTIVE;
rcsflags |= INTERACTIVE;
if (!(flags & INTERACTIVE) && isatty(STDIN_FILENO))
flags |= INTERACTIVE;
if (flags & INTERACTIVE)
if (flags & INTERACTIVE)
if (flags & INTERACTIVE)