Home
last modified time | relevance | path

Searched refs:yyfile (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/config/
H A Dconfig.y84 const char *yyfile; variable
156 yyfile, yyline);
167 yyfile, yyline);
232 "quoted", yyfile, yyline);
313 errx(1, "%s:%d: %s", yyfile, yyline + 1, s);
322 yyfile = PREFIX; in yywrap()
397 if (strcmp(dp->yyfile, yyfile) == 0) in newdev()
400 name, yyfile); in newdev()
408 np->yyfile = strdup(yyfile); in newdev()
423 free(dp->yyfile); in rmdev_schedule()
[all …]
H A Dlang.l304 in->in_fname = yyfile;
309 yyfile = fname;
326 lastfile = yyfile;
330 yyfile = in->in_fname;
H A Dconfig.h142 char *yyfile; /* name of the file that first include the device */ member
182 char *yyfile; /* name of the file that first include the option */ member
258 extern const char *yyfile;
H A Dmain.cc196 yyfile = "DEFAULTS"; in main()
200 yyfile = PREFIX; in main()