Lines Matching defs:host
143 // Read program, user and host name
151 config.host = buffer;
157 if (!config.local && (config.host.empty() || config.program.empty()))
425 SetDlgItemText(hwndDlg, IDC_CLIENT_HOST, config.host.c_str());
552 std::string host = config.host;
554 host = config.user + "@" + config.host;
557 host.c_str(),config.program.c_str());
560 host.c_str(),config.program.c_str());