Lines Matching defs:anchorname
329 char *anchorname;
452 %type <v.string> label string tag anchorname
652 anchorname : STRING { $$ = $1; }
692 anchorrule : ANCHOR anchorname dir quick interface af proto fromto
870 yyerror("anchorname %s too long, max %u\n",
878 if ((loadanchor->anchorname = malloc(MAXPATHLEN)) ==
882 snprintf(loadanchor->anchorname, MAXPATHLEN,
885 strlcpy(loadanchor->anchorname, $3, MAXPATHLEN);
5518 la->anchorname, la->filename);
5524 la->anchorname, trans) == -1)