Home | History | Annotate | Download | only in rdist

Lines Matching defs:namelist

46 struct	namelist *last_n;
50 void append(char *, struct namelist *, char *, struct subcmd *);
74 struct namelist *namel;
80 %type <namel> namelist, names, opt_namelist
88 command: NAME EQUAL namelist = {
91 | namelist ARROW namelist cmdlist = {
94 | NAME COLON namelist ARROW namelist cmdlist = {
97 | namelist DCOLON NAME cmdlist = {
100 | NAME COLON namelist DCOLON NAME cmdlist = {
106 namelist: NAME = {
143 struct namelist *nl;
158 | NOTIFY namelist SM = {
163 | EXCEPT namelist SM = {
168 | PATTERN namelist SM = {
192 | namelist = {
370 insert(char *label, struct namelist *files, struct namelist *hosts,
374 struct namelist *h, *nexth;
419 append(char *label, struct namelist *files, char *stamp,
470 * Allocate a namelist structure.
472 struct namelist *
475 struct namelist *nl;
477 nl = ALLOC(namelist);
486 freenl(struct namelist *nl)