Searched refs:lexfile (Results 1 - 4 of 4) sorted by relevance

/haiku/src/bin/rc/
H A Dcompile.cpp38 char lexfile[B_PATH_NAME_LENGTH]; variable
117 mem.file = strdup(lexfile);
175 strcpy(rdef_err_file, lexfile);
195 strcpy(lexfile, file);
199 yyin = fopen(lexfile, "r");
204 strcpy(rdef_err_file, lexfile);
H A Dcompile.h33 extern char lexfile[];
H A Dlexer.l227 incl.filename = strdup(lexfile);
230 strcpy(lexfile, tmpname);
254 strcpy(lexfile, incl.filename);
H A Dparser.y508 strcpy(rdef_err_file, lexfile);

Completed in 35 milliseconds