Home | History | Annotate | Download | only in autofs

Lines Matching refs:n_key

163 	n->n_key = checked_strdup("/");
184 n->n_key = key;
215 n->n_key = key;
242 n = node_new(parent, o->n_key, o->n_options, o->n_location,
287 if (n->n_key[0] != '+')
299 yyin = auto_popen(AUTO_INCLUDE_PATH, n->n_key + 1, NULL);
304 parse_master_yyin(tmproot, n->n_key);
306 parse_map_yyin(tmproot, n->n_key, NULL);
312 n->n_key);
400 strcmp(n->n_parent->n_key, "*") != 0) {
402 n->n_parent->n_key);
414 * Expand "*" in n_key.
423 if (strcmp(n->n_key, "*") == 0) {
425 expanded->n_key = checked_strdup(key);
462 strcmp(n->n_key, "/-") == 0;
485 if (strcmp(child->n_key, "*") == 0)
553 assert(n->n_key[0] != '\0');
554 path = concat(n->n_key, '/', x);