Current           142 gtags-parser/asm_parse.c #define YYLLOC_DEFAULT(Current, Rhs, N)	((Current) = (Rhs)[1])
Current           658 gtags-parser/asm_parse.c # define YYLLOC_DEFAULT(Current, Rhs, N)				\
Current           662 gtags-parser/asm_parse.c 	  (Current).first_line   = YYRHSLOC (Rhs, 1).first_line;	\
Current           663 gtags-parser/asm_parse.c 	  (Current).first_column = YYRHSLOC (Rhs, 1).first_column;	\
Current           664 gtags-parser/asm_parse.c 	  (Current).last_line    = YYRHSLOC (Rhs, N).last_line;		\
Current           665 gtags-parser/asm_parse.c 	  (Current).last_column  = YYRHSLOC (Rhs, N).last_column;	\
Current           669 gtags-parser/asm_parse.c 	  (Current).first_line   = (Current).last_line   =		\
Current           671 gtags-parser/asm_parse.c 	  (Current).first_column = (Current).last_column =		\
Current            35 gtags-parser/asm_parse.y #define YYLLOC_DEFAULT(Current, Rhs, N)	((Current) = (Rhs)[1])