Lines Matching defs:n
149 struct node *n; in node_new_root() local
167 struct node *n; in node_new() local
198 struct node *n; in node_new_map() local
229 struct node *n; in node_duplicate() local
244 node_delete(struct node *n) in node_delete()
264 node_move_after(struct node *n, struct node *previous) in node_move_after()
275 struct node *n, *n2, *tmp, *tmp2, *tmproot; in node_expand_includes() local
384 node_expand_ampersand(struct node *n, const char *key) in node_expand_ampersand()
408 node_expand_wildcard(struct node *n, const char *key) in node_expand_wildcard()
425 node_expand_defined(struct node *n) in node_expand_defined()
449 node_is_direct_key(const struct node *n) in node_is_direct_key()
461 node_is_direct_map(const struct node *n) in node_is_direct_map()
475 node_has_wildcards(const struct node *n) in node_has_wildcards()
488 node_expand_maps(struct node *n, bool indirect) in node_expand_maps()
520 node_expand_direct_maps(struct node *n) in node_expand_direct_maps()
527 node_expand_indirect_maps(struct node *n) in node_expand_indirect_maps()
534 node_path_x(const struct node *n, char *x) in node_path_x()
560 node_path(const struct node *n) in node_path()
578 node_options_x(const struct node *n, char *x) in node_options_x()
597 node_options(const struct node *n) in node_options()
604 node_print_indent(const struct node *n, const char *cmdline_options, in node_print_indent()
653 node_print(const struct node *n, const char *cmdline_options) in node_print()