Home
last modified time | relevance | path

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

/dports/security/gnupg/gnupg-2.3.3/agent/
H A Dagent.h178 int keep_display; /* Don't switch the DISPLAY (for pinentry) on request */ member
H A Dgpg-agent.c1267 case oKeepDISPLAY: opt.keep_display = 1; break; in main()
1522 if (!opt.keep_display) in main()
1567 if (!opt.keep_display && !argc) in main()
H A Dcall-pinentry.c224 || (!opt.keep_display && !strcmp (name, "DISPLAY")) in atfork_core()
385 if (!opt.keep_display in start_pinentry()