Searched refs:nv_ptr (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/config/
H A Dlint.c146 a = nv->nv_ptr;
148 do_emit_instances(nv1->nv_ptr, a);
H A Dfiles.c510 lhs = expr_eval(expr->nv_ptr, fn, context);
515 lhs = expr_eval(expr->nv_ptr, fn, context);
544 expr_free(expr->nv_ptr);
591 if (e->nv_ptr)
592 pr0(e->nv_ptr);
H A Dsem.c215 dep = nv->nv_ptr;
282 if (nv->nv_ptr == obj)
300 if (nv->nv_ptr == a)
363 if (((struct attr *)(nv->nv_ptr))->a_iattr)
393 a = nv->nv_ptr;
488 a = nv->nv_ptr;
509 nv->nv_ptr = a = NULL; /* at root */
511 nv->nv_ptr = a = getattr(nv->nv_name);
618 dep = nv->nv_ptr;
1036 attr = nv->nv_ptr;
[all...]
H A Dmain.c473 for (opt = opt->nv_ptr; opt != NULL;
482 for (opt = opt->nv_ptr; opt != NULL;
512 do_depend(nextnv->nv_ptr);
583 /* Use nv_ptr to link any other options that are implied. */
584 nv->nv_ptr = deps;
1681 a = nv->nv_ptr;
1683 do_kill_orphans(nv1->nv_ptr, a, d, active);
H A Dmkmakefile.c567 if (expr_eval(nv->nv_ptr, selectopt, NULL))
569 expr_free(nv->nv_ptr);
H A Dutil.c147 nv->nv_ptr = ptr;
H A Ddefs.h118 void *nv_ptr; member in struct:nvlist
299 * AND and OR, the left subexpression is first stored in the nv_ptr field.
351 #define FX_AND 2 /* AND expr (lhs in nv_ptr, rhs in nv_next) */
352 #define FX_OR 3 /* OR expr (lhs in nv_ptr, rhs in nv_next) */
H A Dmkioconf.c216 a = nv->nv_ptr;

Completed in 76 milliseconds