Searched refs:SSHCONF_NEVERMATCH (Results 1 – 2 of 2) sorted by relevance
192 #define SSHCONF_NEVERMATCH 8 /* Match/Host never matches; internal only */ macro
1314 if ((flags & SSHCONF_NEVERMATCH) != 0) in process_config_line_depth()1348 *activep = (flags & SSHCONF_NEVERMATCH) ? 0 : value; in process_config_line_depth()1518 (oactive ? 0 : SSHCONF_NEVERMATCH), in process_config_line_depth()