AUTHV_STYLE
case AUTHV_STYLE:
auth_setitem(as, AUTHV_STYLE, NULL);
case AUTHV_STYLE:
if (auth_setitem(as, AUTHV_STYLE, style) < 0 ||
if ((style = auth_getitem(as, AUTHV_STYLE)) == NULL ||
if (style != NULL && auth_setitem(as, AUTHV_STYLE, style) < 0)
style = auth_getitem(as, AUTHV_STYLE);
auth_call(as, path, auth_getitem(as, AUTHV_STYLE), "-s",
auth_setitem(as, AUTHV_STYLE, style) < 0 ||