Searched refs:Rhs (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/scripts/dtc/ |
D | srcpos.h | 50 #define YYLLOC_DEFAULT(Current, Rhs, N) \ argument 53 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \ 54 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \ 55 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \ 56 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 57 (Current).file = YYRHSLOC(Rhs, N).file; \ 60 YYRHSLOC(Rhs, 0).last_line; \ 62 YYRHSLOC(Rhs, 0).last_column; \ 63 (Current).file = YYRHSLOC (Rhs, 0).file; \
|
D | dtc-parser.tab.c_shipped | 640 #define YYRHSLOC(Rhs, K) ((Rhs)[K]) 642 # define YYLLOC_DEFAULT(Current, Rhs, N) \ 646 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ 647 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ 648 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ 649 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 654 YYRHSLOC (Rhs, 0).last_line; \ 656 YYRHSLOC (Rhs, 0).last_column; \
|
/linux-3.4.99/scripts/genksyms/ |
D | parse.tab.c_shipped | 918 #define YYRHSLOC(Rhs, K) ((Rhs)[K]) 920 # define YYLLOC_DEFAULT(Current, Rhs, N) \ 924 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ 925 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ 926 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ 927 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 932 YYRHSLOC (Rhs, 0).last_line; \ 934 YYRHSLOC (Rhs, 0).last_column; \
|
/linux-3.4.99/scripts/kconfig/ |
D | zconf.tab.c_shipped | 844 #define YYRHSLOC(Rhs, K) ((Rhs)[K]) 846 # define YYLLOC_DEFAULT(Current, Rhs, N) \ 850 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ 851 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ 852 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ 853 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 858 YYRHSLOC (Rhs, 0).last_line; \ 860 YYRHSLOC (Rhs, 0).last_column; \
|