Searched refs:bindch (Results 1 – 1 of 1) sorted by relevance
100 const char *bindch, const char *filech);1291 const char *bindch, const char *filech) in config_lookup() argument1304 if ((*p == *bindch || *p == *filech) && l < lookups + 2) { in config_lookup()1305 if (*p == *bindch) *l++ = 'b'; in config_lookup()