Home
last modified time | relevance | path

Searched refs:bellovl_n (Results 1 – 11 of 11) sorted by relevance

/dports/security/putty-nogtk/putty-0.76/
H A Dterminal.h308 int bellovl_n; member
H A Dputty.h1513 X(INT, NONE, bellovl_n) /* number of bells to cause overload */ \
H A Dterminal.c1543 term->bellovl_n = conf_get_int(term->conf, CONF_bellovl_n); in term_copy_stuff_from_conf()
3788 term->nbeeps >= term->bellovl_n) { in term_out()
/dports/security/putty/putty-0.76/
H A Dterminal.h308 int bellovl_n; member
H A Dputty.h1513 X(INT, NONE, bellovl_n) /* number of bells to cause overload */ \
H A Dterminal.c1543 term->bellovl_n = conf_get_int(term->conf, CONF_bellovl_n); in term_copy_stuff_from_conf()
3788 term->nbeeps >= term->bellovl_n) { in term_out()
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dterminal.h308 int bellovl_n; member
H A Dputty.h1514 X(INT, NONE, bellovl_n) /* number of bells to cause overload */ \
/dports/misc/ipbt/ipbt-r8765/
H A Dsettings.c354 write_setting_i(sesskey, "BellOverloadN", cfg->bellovl_n); in save_open_settings()
631 gppi(sesskey, "BellOverloadN", 5, &cfg->bellovl_n); in load_open_settings()
H A Dputty.h500 int bellovl_n; /* number of bells to cause overload */ member
H A Dterminal.c2755 term->nbeeps >= term->cfg.bellovl_n) { in term_out()