Searched refs:nce (Results 1 – 1 of 1) sorted by relevance
865 _cleanup_free_ ExecCommand *nce = NULL; in config_parse_exec() local1025 nce = new0(ExecCommand, 1); in config_parse_exec()1026 if (!nce) in config_parse_exec()1029 nce->argv = TAKE_PTR(n); in config_parse_exec()1030 nce->path = TAKE_PTR(path); in config_parse_exec()1031 nce->flags = flags; in config_parse_exec()1033 exec_command_append_list(e, nce); in config_parse_exec()1036 nce = NULL; in config_parse_exec()