Home
last modified time | relevance | path

Searched refs:yylineno (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/drivers/scsi/aic7xxx/aicasm/
Daicasm_scan.l85 \n { ++yylineno; }
89 <COMMENT>\n { ++yylineno; }
113 <CEXPR>\n { ++yylineno; }
373 ++yylineno;
381 ++yylineno;
503 include->lineno = yylineno;
508 yylineno = 1;
611 yylineno = include->lineno;
Daicasm.h76 extern int yylineno;
Daicasm.c693 yyfilename, yylineno); in stop()
741 new_instr->srcline = yylineno; in seq_alloc()
/linux-6.12.1/scripts/kconfig/
Dlexer.l6 %option 8bit nodefault yylineno
43 int yylineno; member
90 cur_filename, yylineno, chr); in warn_ignored_character()
Dpreprocess.c26 fprintf(stderr, "%s:%d: ", cur_filename, yylineno); in pperror()
141 sprintf(buf, "%d", yylineno); in do_lineno()
189 fprintf(stderr, "%s:%d: %s\n", cur_filename, yylineno, argv[1]); in do_warning_if()
Dlkc.h33 extern int yylineno;
/linux-6.12.1/tools/bpf/
Dbpf_exp.l46 %option yylineno
Dbpf_exp.y38 extern int yylineno;
666 fprintf(stderr, "error: %s at line %d\n", str, yylineno); in yyerror()
/linux-6.12.1/tools/perf/util/
Dparse-events.l7 %option yylineno