Home
last modified time | relevance | path

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

/dports/security/putty-nogtk/putty-0.76/
H A Dconfig.c2552 #define DISPLAY_RECONFIGURABLE_PROTOCOL(which_proto) \ in setup_config_box() argument
2553 (backend_vt_from_proto(which_proto) && \ in setup_config_box()
2554 (!midsession || protocol == (which_proto))) in setup_config_box()
2555 #define DISPLAY_NON_RECONFIGURABLE_PROTOCOL(which_proto) \ in setup_config_box() argument
2556 (backend_vt_from_proto(which_proto) && !midsession) in setup_config_box()
/dports/security/putty/putty-0.76/
H A Dconfig.c2552 #define DISPLAY_RECONFIGURABLE_PROTOCOL(which_proto) \ in setup_config_box() argument
2553 (backend_vt_from_proto(which_proto) && \ in setup_config_box()
2554 (!midsession || protocol == (which_proto))) in setup_config_box()
2555 #define DISPLAY_NON_RECONFIGURABLE_PROTOCOL(which_proto) \ in setup_config_box() argument
2556 (backend_vt_from_proto(which_proto) && !midsession) in setup_config_box()