Lines Matching defs:nl
755 register struct namelist *nl;757 for (nl = list; nl != NULL; nl = nl->n_next)758 if (strcmp(file, nl->n_name) == 0)771 register struct namelist *nl;779 for (nl = sc->sc_args; nl != NULL; nl = nl->n_next) {781 if (strcmp(file, nl->n_name) == 0)785 re_comp(nl->n_name);