Lines Matching defs:n
163 struct node *n; in node_new_root() local
181 struct node *n; in node_new() local
212 struct node *n; in node_new_map() local
243 struct node *n; in node_duplicate() local
258 node_delete(struct node *n) in node_delete()
278 node_move_after(struct node *n, struct node *previous) in node_move_after()
289 struct node *n, *n2, *tmp, *tmp2, *tmproot; in node_expand_includes() local
398 node_expand_ampersand(struct node *n, const char *key) in node_expand_ampersand()
422 node_expand_wildcard(struct node *n, const char *key) in node_expand_wildcard()
439 node_expand_defined(struct node *n) in node_expand_defined()
463 node_is_direct_key(const struct node *n) in node_is_direct_key()
475 node_is_direct_map(const struct node *n) in node_is_direct_map()
489 node_has_wildcards(const struct node *n) in node_has_wildcards()
502 node_expand_maps(struct node *n, bool indirect) in node_expand_maps()
534 node_expand_direct_maps(struct node *n) in node_expand_direct_maps()
541 node_expand_indirect_maps(struct node *n) in node_expand_indirect_maps()
548 node_path_x(const struct node *n, char *x) in node_path_x()
574 node_path(const struct node *n) in node_path()
592 node_options_x(const struct node *n, char *x) in node_options_x()
611 node_options(const struct node *n) in node_options()
618 node_print_indent(const struct node *n, const char *cmdline_options, in node_print_indent()
667 node_print(const struct node *n, const char *cmdline_options) in node_print()