common.c | 172 node_new(struct node *parent, char *key, char *options, char *location, function in typeref:struct:node * 242 n = node_new(parent, o->n_key, o->n_options, o->n_location, 770 node_new(parent, key, NULL, NULL, map, lineno); 812 node = node_new(parent, key, options, NULL, map, lineno); 870 node_new(node, mountpoint, options2, location, 922 node_new(parent, key, NULL, NULL, map, lineno);
|