Home
last modified time | relevance | path

Searched refs:config_tree (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/ntp/ntpd/
Dntp_config.c163 config_tree cfgt; /* Parser output stored here */
164 config_tree *cfg_tree_history; /* History of configs */
237 static void init_syntax_tree(config_tree *);
241 static void free_auth_node(config_tree *);
244 static void free_config_access(config_tree *);
245 static void free_config_auth(config_tree *);
246 static void free_config_fudge(config_tree *);
247 static void free_config_device(config_tree *);
248 static void free_config_logconfig(config_tree *);
249 static void free_config_monitor(config_tree *);
[all …]
Dntp_scanner.h114 extern config_tree cfgt; /* Parser output stored here */
/freebsd-12-stable/contrib/ntp/include/
Dntp_config.h209 typedef struct config_tree_tag config_tree; typedef
211 config_tree * link;
342 int dump_config_tree(config_tree *ptree, FILE *df, int comment);
/freebsd-12-stable/contrib/ntp/
DCommitLog174224 rename config_tree.prior to link to reflect use
174228 rename config_tree.prior to link to reflect use
174317 Added source and timestamp to the config_tree structure
174320 Added source and timestamp to the config_tree structure
175303 remove unused leftovers, add list link field to struct config_tree
175318 parse to struct config_tree cfgt rather than my_config
175321 parse to struct config_tree cfgt rather than my_config
175324 parse to struct config_tree cfgt rather than my_config