Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ui/
H A Dui_local.h103 #define UI_FLAG_PRINT_ERRORS 0x0100 macro
H A Dui_lib.c488 if (ui->flags & UI_FLAG_PRINT_ERRORS) in UI_process()
565 int save_flag = !!(ui->flags & UI_FLAG_PRINT_ERRORS); in UI_ctrl()
567 ui->flags |= UI_FLAG_PRINT_ERRORS; in UI_ctrl()
569 ui->flags &= ~UI_FLAG_PRINT_ERRORS; in UI_ctrl()