Searched refs:Rhs (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/scripts/dtc/ |
D | srcpos.h | 79 #define YYLLOC_DEFAULT(Current, Rhs, N) \ argument 82 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \ 83 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \ 84 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \ 85 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 86 (Current).file = YYRHSLOC(Rhs, N).file; \ 89 YYRHSLOC(Rhs, 0).last_line; \ 91 YYRHSLOC(Rhs, 0).last_column; \ 92 (Current).file = YYRHSLOC (Rhs, 0).file; \
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.tab.c | 851 #define YYRHSLOC(Rhs, K) ((Rhs)[K]) argument 853 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument 857 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ 858 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ 859 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ 860 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 865 YYRHSLOC (Rhs, 0).last_line; \ 867 YYRHSLOC (Rhs, 0).last_column; \
|
D | zconf.tab.c_shipped | 851 #define YYRHSLOC(Rhs, K) ((Rhs)[K]) 853 # define YYLLOC_DEFAULT(Current, Rhs, N) \ 857 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ 858 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ 859 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ 860 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 865 YYRHSLOC (Rhs, 0).last_line; \ 867 YYRHSLOC (Rhs, 0).last_column; \
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 924 #define YYRHSLOC(Rhs, K) ((Rhs)[K]) 926 # define YYLLOC_DEFAULT(Current, Rhs, N) \ 930 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ 931 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ 932 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ 933 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 938 YYRHSLOC (Rhs, 0).last_line; \ 940 YYRHSLOC (Rhs, 0).last_column; \
|