Home
last modified time | relevance | path

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

/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_scan.l504 include->filename = yyfilename;
509 yyfilename = strdup(file_name);
605 if (yyfilename != NULL)
606 free(yyfilename);
607 yyfilename = NULL;
612 yyfilename = include->filename;
H A Daicasm.h77 extern char *yyfilename;
H A Daicasm.c691 if (yyfilename != NULL) { in stop()
693 yyfilename, yylineno); in stop()
H A Daicasm_gram.y61 char *yyfilename; variable