Searched refs:ExpandProps (Results 1 – 8 of 8) sorted by relevance
32 auto conf_file = ExpandProps(args[1]); in ParseSection()
38 auto expanded_arg = ExpandProps(args[i]); in RunBuiltinFunction()77 auto expanded_arg = ExpandProps(args_[i]); in CheckCommand()
61 Result<std::string> ExpandProps(const std::string& src);
107 auto window = ExpandProps(arg[1]); in ParseCritical()237 auto expanded = ExpandProps(args[1]); in ParseKeycodes()494 auto file_name = ExpandProps(args[1]); in ParseFile()
106 auto expanded_arg = ExpandProps(arg); in ExpandArgs()
112 auto expanded_arg = ExpandProps(args[i]); in ExpandArgsAndExecv()
292 Result<std::string> ExpandProps(const std::string& src) { in ExpandProps() function
686 auto expanded_filename = ExpandProps(raw_filename); in LoadProperties()