Home
last modified time | relevance | path

Searched refs:makenl (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dlookup.c55 value = makenl(cp);
80 value = nl = makenl(cp);
82 nl->n_next = makenl(cp);
H A Dgram.y85 $$ = makenl($1);
97 $$ = last_n = makenl($2);
99 last_n->n_next = makenl($2);
478 makenl(name) in makenl() function
H A Ddefs.h143 struct namelist *makenl();
H A Dmain.c436 nl = makenl(args[i]);
H A Dexpand.c105 nl = makenl(NULL); in expand()