Lines Matching defs:value
329 --data_size; /* reg value ended in a backslash */
571 * Get a value either from the environment or a configuration file.
578 * Note: this static value is used to return a configured value
611 debug(L"found configured value '%ls=%ls' in %ls\n",
614 debug(L"found no configured value for '%ls'\n", key);
655 /* Not found a value yet - try by major version.
706 debug(L"GetModuleFileNameW returned value has no extension: %ls\n",
881 wchar_t value[MSGSIZE];
938 len = SearchPathW(NULL, name, NULL, MSGSIZE, path_command.value, NULL);
949 len = SearchPathW(NULL, name, extension, MSGSIZE, path_command.value, NULL);
987 wcsncpy_s(cp->value, MSGSIZE, cmdline, _TRUNCATE);
1007 wchar_t value[MSGSIZE];
1020 read = GetPrivateProfileStringW(L"commands", key, NULL, value, MSGSIZE,
1026 cmdp = skip_whitespace(value);
1030 add_command(key, value);
1032 update_command(cp, key, value);
1102 *command = cp->value;
1453 debug(L"Python on path: %ls\n", cmd ? cmd->value : L"<not found>");
1455 debug(L"located python on PATH: %ls\n", cmd->value);
1456 invoke_child(cmd->value, suffix, cmdline);
1844 debug(L"GetModuleFileNameW returned value has no backslash: %ls\n",