Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/
H A 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;
H A Daicasm.h76 extern int yylineno;
H A Daicasm.c693 yyfilename, yylineno); in stop()
741 new_instr->srcline = yylineno; in seq_alloc()
H A Daicasm_gram.y61 int yylineno; variable
/OK3568_Linux_fs/output/kconf/
H A Dzconf.lex.c
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefslex.c177 --yylineno;\
184 --yylineno;\
350 extern int yylineno;
351 int yylineno = 1; variable
957 yylineno++;
1559 yylineno++; in yyinput()
1950 return yylineno; in yyget_lineno()
1993 yylineno = _line_number; in yyset_lineno()
2029 yylineno = 1; in yy_init_globals()
2148 yylineno = 1; in parse_file()
H A Dwinprefslex.l58 %option yylineno
122 yylineno = 1;
H A Dwinprefsyacc.y85 extern int yylineno;
258 ErrorF("LoadPreferences: %s line %d\n", s, yylineno);
H A Dwinprefsyacc.c155 extern int yylineno;
1822 ErrorF("LoadPreferences: %s line %d\n", s, yylineno); in yyerror()
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dlexer.l6 %option 8bit nodefault yylineno
81 current_file->name, yylineno, chr); in warn_ignored_character()
H A Dpreprocess.c24 fprintf(stderr, "%s:%d: ", current_file->name, yylineno); in pperror()
136 sprintf(buf, "%d", yylineno); in do_lineno()
185 current_file->name, yylineno, argv[1]); in do_warning_if()
H A Dlkc.h43 extern int yylineno;
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dzconf.l2 %option 8bit nodefault yylineno
106 current_pos.lineno = yylineno;
H A Dzconf.lex.c_shipped167 * a 5% performance hit in a non-yylineno scanner, because yy_act is
175 --yylineno;\
182 --yylineno;\
351 extern int yylineno;
352 int yylineno = 1;
1089 yylineno++;
1130 current_pos.lineno = yylineno;
1732 --yylineno;
1814 yylineno++;
2205 return yylineno;
[all …]
H A Dlkc.h71 extern int yylineno;
/OK3568_Linux_fs/kernel/tools/bpf/
H A Dbpf_exp.l46 %option yylineno
H A Dbpf_exp.y38 extern int yylineno;
664 fprintf(stderr, "error: %s at line %d\n", str, yylineno); in yyerror()
/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dscanner.c331 extern int yylineno;
332 int yylineno = 1; variable
1762 return yylineno; in yyget_lineno()
1805 yylineno = _line_number; in yyset_lineno()
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc-lexer.lex.c
H A Ddtc-lexer.lex.c_shipped342 extern int yylineno;
344 int yylineno = 1;
2049 return yylineno;
2092 yylineno = _line_number;
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dparse-events.l7 %option yylineno
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.lex.c
H A Dzconf.lex.c_shipped18 #define yylineno zconflineno
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-cleanup.patch27 int yylineno = 1;
/OK3568_Linux_fs/external/xserver/
H A DChangeLog40488 winprefsyacc.y:257:3: warning: nested extern declaration of ‘yylineno’ [-Wnested-externs]
40490 Promote yylineno declaration to file scope