Searched refs:yyfile (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/config/ |
H A D | config.y | 84 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 D | lang.l | 304 in->in_fname = yyfile; 309 yyfile = fname; 326 lastfile = yyfile; 330 yyfile = in->in_fname;
|
H A D | config.h | 142 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 D | main.cc | 196 yyfile = "DEFAULTS"; in main() 200 yyfile = PREFIX; in main()
|