Home
last modified time | relevance | path

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

/linux-2.6.39/scripts/dtc/
Dsrcpos.h49 #define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
52 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
53 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
54 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \
55 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
56 (Current).file = YYRHSLOC(Rhs, N).file; \
59 YYRHSLOC(Rhs, 0).last_line; \
61 YYRHSLOC(Rhs, 0).last_column; \
62 (Current).file = YYRHSLOC (Rhs, 0).file; \
Ddtc-parser.tab.c_shipped642 #define YYRHSLOC(Rhs, K) ((Rhs)[K])
644 # define YYLLOC_DEFAULT(Current, Rhs, N) \
648 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
649 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
650 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
651 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
656 YYRHSLOC (Rhs, 0).last_line; \
658 YYRHSLOC (Rhs, 0).last_column; \
/linux-2.6.39/scripts/genksyms/
Dparse.c_shipped890 #define YYRHSLOC(Rhs, K) ((Rhs)[K])
892 # define YYLLOC_DEFAULT(Current, Rhs, N) \
896 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
897 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
898 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
899 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
904 YYRHSLOC (Rhs, 0).last_line; \
906 YYRHSLOC (Rhs, 0).last_column; \
/linux-2.6.39/scripts/kconfig/
Dzconf.tab.c_shipped841 #define YYRHSLOC(Rhs, K) ((Rhs)[K])
843 # define YYLLOC_DEFAULT(Current, Rhs, N) \
847 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
848 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
849 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
850 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
855 YYRHSLOC (Rhs, 0).last_line; \
857 YYRHSLOC (Rhs, 0).last_column; \