Lines Matching defs:view
85 { "view", TOK_VIEW },
206 char view[255+1];
216 view[0] = '\0';
270 snprintf (view, sizeof view, "%s", strval); /* store the name of the view */
286 dbg_val4 ("dir %s view %s zone %s file %s\n", dir, view, zone, zonefile);
287 (*func) (dir, view, zone, zonefile);
298 int printzone (const char *dir, const char *view, const char *zone, const char *file)
301 printf ("view \"%s\" " , view);