Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/ui/
HDui_lib.c415 if (ui->flags & UI_FLAG_PRINT_ERRORS) in UI_process()
474 int save_flag = !!(ui->flags & UI_FLAG_PRINT_ERRORS); in UI_ctrl()
476 ui->flags |= UI_FLAG_PRINT_ERRORS; in UI_ctrl()
478 ui->flags &= ~UI_FLAG_PRINT_ERRORS; in UI_ctrl()
HDui_locl.h146 #define UI_FLAG_PRINT_ERRORS 0x0100 macro