HomeSort by: relevance | last modified time | path
    Searched defs:YYRHSLOC (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/byacc/dist/test/btyacc/
err_inherit4.tab.h 39 #define YYRHSLOC(rhs, k) ((rhs)[k])
btyacc_demo.tab.h 50 #define YYRHSLOC(rhs, k) ((rhs)[k])
btyacc_demo.tab.c 182 #define YYRHSLOC(rhs, k) ((rhs)[k])
547 (loc).first_line = YYRHSLOC(rhs, 0).last_line; \
548 (loc).first_column = YYRHSLOC(rhs, 0).last_column; \
549 (loc).last_line = YYRHSLOC(rhs, 0).last_line; \
550 (loc).last_column = YYRHSLOC(rhs, 0).last_column; \
554 (loc).first_line = YYRHSLOC(rhs, 1).first_line; \
555 (loc).first_column = YYRHSLOC(rhs, 1).first_column; \
556 (loc).last_line = YYRHSLOC(rhs, n).last_line; \
557 (loc).last_column = YYRHSLOC(rhs, n).last_column; \
err_inherit4.tab.c 178 #define YYRHSLOC(rhs, k) ((rhs)[k])
348 (loc).first_line = YYRHSLOC(rhs, 0).last_line; \
349 (loc).first_column = YYRHSLOC(rhs, 0).last_column; \
350 (loc).last_line = YYRHSLOC(rhs, 0).last_line; \
351 (loc).last_column = YYRHSLOC(rhs, 0).last_column; \
355 (loc).first_line = YYRHSLOC(rhs, 1).first_line; \
356 (loc).first_column = YYRHSLOC(rhs, 1).first_column; \
357 (loc).last_line = YYRHSLOC(rhs, n).last_line; \
358 (loc).last_column = YYRHSLOC(rhs, n).last_column; \
  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 643 #define YYRHSLOC(Rhs, K) ((Rhs)[K])
649 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
650 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
651 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
652 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
657 YYRHSLOC (Rhs, 0).last_line; \
659 YYRHSLOC (Rhs, 0).last_column; \
dtparser.tab.c 725 #define YYRHSLOC(Rhs, K) ((Rhs)[K])
731 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
732 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
733 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
734 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
739 YYRHSLOC (Rhs, 0).last_line; \
741 YYRHSLOC (Rhs, 0).last_column; \
prparser.tab.c 728 #define YYRHSLOC(Rhs, K) ((Rhs)[K])
734 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
735 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
736 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
737 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
742 YYRHSLOC (Rhs, 0).last_line; \
744 YYRHSLOC (Rhs, 0).last_column; \
  /src/external/bsd/elftosb/dist/elftosb2/
elftosb_parser.tab.cpp 173 (Current).m_firstLine = YYRHSLOC(Rhs, 1).m_firstLine; \
174 (Current).m_lastLine = YYRHSLOC(Rhs, N).m_lastLine; \
178 (Current).m_firstLine = (Current).m_lastLine = YYRHSLOC(Rhs, 0).m_lastLine; \
873 #define YYRHSLOC(Rhs, K) ((Rhs)[K])
879 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
880 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
881 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
882 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
887 YYRHSLOC (Rhs, 0).last_line; \
889 YYRHSLOC (Rhs, 0).last_column;
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
getdate.c 876 #define YYRHSLOC(Rhs, K) ((Rhs)[K])
882 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
883 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
884 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
885 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
890 YYRHSLOC (Rhs, 0).last_line; \
892 YYRHSLOC (Rhs, 0).last_column; \

Completed in 29 milliseconds