Searched refs:loc (Results 251 - 275 of 533) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/contrib/byacc/test/btyacc/
H A Dquote_calc4.tab.c375 #define YYLLOC_DEFAULT(loc, rhs, n) \
380 (loc).first_line = ((rhs)[-1]).last_line; \
381 (loc).first_column = ((rhs)[-1]).last_column; \
382 (loc).last_line = ((rhs)[-1]).last_line; \
383 (loc).last_column = ((rhs)[-1]).last_column; \
387 (loc).first_line = ((rhs)[ 0 ]).first_line; \
388 (loc).first_column = ((rhs)[ 0 ]).first_column; \
389 (loc).last_line = ((rhs)[n-1]).last_line; \
390 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Dvarsyntax_calc1.tab.c411 #define YYLLOC_DEFAULT(loc, rhs, n) \
416 (loc).first_line = ((rhs)[-1]).last_line; \
417 (loc).first_column = ((rhs)[-1]).last_column; \
418 (loc).last_line = ((rhs)[-1]).last_line; \
419 (loc).last_column = ((rhs)[-1]).last_column; \
423 (loc).first_line = ((rhs)[ 0 ]).first_line; \
424 (loc).first_column = ((rhs)[ 0 ]).first_column; \
425 (loc).last_line = ((rhs)[n-1]).last_line; \
426 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Dbtyacc_destroy1.tab.c374 #define YYLLOC_DEFAULT(loc, rhs, n) \
379 (loc).first_line = ((rhs)[-1]).last_line; \
380 (loc).first_column = ((rhs)[-1]).last_column; \
381 (loc).last_line = ((rhs)[-1]).last_line; \
382 (loc).last_column = ((rhs)[-1]).last_column; \
386 (loc).first_line = ((rhs)[ 0 ]).first_line; \
387 (loc).first_column = ((rhs)[ 0 ]).first_column; \
388 (loc).last_line = ((rhs)[n-1]).last_line; \
389 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Dbtyacc_destroy2.tab.c374 #define YYLLOC_DEFAULT(loc, rhs, n) \
379 (loc).first_line = ((rhs)[-1]).last_line; \
380 (loc).first_column = ((rhs)[-1]).last_column; \
381 (loc).last_line = ((rhs)[-1]).last_line; \
382 (loc).last_column = ((rhs)[-1]).last_column; \
386 (loc).first_line = ((rhs)[ 0 ]).first_line; \
387 (loc).first_column = ((rhs)[ 0 ]).first_column; \
388 (loc).last_line = ((rhs)[n-1]).last_line; \
389 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Dbtyacc_destroy3.tab.c374 #define YYLLOC_DEFAULT(loc, rhs, n) \
379 (loc).first_line = ((rhs)[-1]).last_line; \
380 (loc).first_column = ((rhs)[-1]).last_column; \
381 (loc).last_line = ((rhs)[-1]).last_line; \
382 (loc).last_column = ((rhs)[-1]).last_column; \
386 (loc).first_line = ((rhs)[ 0 ]).first_line; \
387 (loc).first_column = ((rhs)[ 0 ]).first_column; \
388 (loc).last_line = ((rhs)[n-1]).last_line; \
389 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Dcalc.tab.c355 #define YYLLOC_DEFAULT(loc, rhs, n) \
360 (loc).first_line = ((rhs)[-1]).last_line; \
361 (loc).first_column = ((rhs)[-1]).last_column; \
362 (loc).last_line = ((rhs)[-1]).last_line; \
363 (loc).last_column = ((rhs)[-1]).last_column; \
367 (loc).first_line = ((rhs)[ 0 ]).first_line; \
368 (loc).first_column = ((rhs)[ 0 ]).first_column; \
369 (loc).last_line = ((rhs)[n-1]).last_line; \
370 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Dcalc1.tab.c410 #define YYLLOC_DEFAULT(loc, rhs, n) \
415 (loc).first_line = ((rhs)[-1]).last_line; \
416 (loc).first_column = ((rhs)[-1]).last_column; \
417 (loc).last_line = ((rhs)[-1]).last_line; \
418 (loc).last_column = ((rhs)[-1]).last_column; \
422 (loc).first_line = ((rhs)[ 0 ]).first_line; \
423 (loc).first_column = ((rhs)[ 0 ]).first_column; \
424 (loc).last_line = ((rhs)[n-1]).last_line; \
425 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Dcalc2.tab.c357 #define YYLLOC_DEFAULT(loc, rhs, n) \
362 (loc).first_line = ((rhs)[-1]).last_line; \
363 (loc).first_column = ((rhs)[-1]).last_column; \
364 (loc).last_line = ((rhs)[-1]).last_line; \
365 (loc).last_column = ((rhs)[-1]).last_column; \
369 (loc).first_line = ((rhs)[ 0 ]).first_line; \
370 (loc).first_column = ((rhs)[ 0 ]).first_column; \
371 (loc).last_line = ((rhs)[n-1]).last_line; \
372 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Dcalc3.tab.c353 #define YYLLOC_DEFAULT(loc, rhs, n) \
358 (loc).first_line = ((rhs)[-1]).last_line; \
359 (loc).first_column = ((rhs)[-1]).last_column; \
360 (loc).last_line = ((rhs)[-1]).last_line; \
361 (loc).last_column = ((rhs)[-1]).last_column; \
365 (loc).first_line = ((rhs)[ 0 ]).first_line; \
366 (loc).first_column = ((rhs)[ 0 ]).first_column; \
367 (loc).last_line = ((rhs)[n-1]).last_line; \
368 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Dcode_calc.code.c224 #define YYLLOC_DEFAULT(loc, rhs, n) \
229 (loc).first_line = ((rhs)[-1]).last_line; \
230 (loc).first_column = ((rhs)[-1]).last_column; \
231 (loc).last_line = ((rhs)[-1]).last_line; \
232 (loc).last_column = ((rhs)[-1]).last_column; \
236 (loc).first_line = ((rhs)[ 0 ]).first_line; \
237 (loc).first_column = ((rhs)[ 0 ]).first_column; \
238 (loc).last_line = ((rhs)[n-1]).last_line; \
239 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Dcode_error.code.c214 #define YYLLOC_DEFAULT(loc, rhs, n) \
219 (loc).first_line = ((rhs)[-1]).last_line; \
220 (loc).first_column = ((rhs)[-1]).last_column; \
221 (loc).last_line = ((rhs)[-1]).last_line; \
222 (loc).last_column = ((rhs)[-1]).last_column; \
226 (loc).first_line = ((rhs)[ 0 ]).first_line; \
227 (loc).first_column = ((rhs)[ 0 ]).first_column; \
228 (loc).last_line = ((rhs)[n-1]).last_line; \
229 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Dempty.tab.c246 #define YYLLOC_DEFAULT(loc, rhs, n) \
251 (loc).first_line = ((rhs)[-1]).last_line; \
252 (loc).first_column = ((rhs)[-1]).last_column; \
253 (loc).last_line = ((rhs)[-1]).last_line; \
254 (loc).last_column = ((rhs)[-1]).last_column; \
258 (loc).first_line = ((rhs)[ 0 ]).first_line; \
259 (loc).first_column = ((rhs)[ 0 ]).first_column; \
260 (loc).last_line = ((rhs)[n-1]).last_line; \
261 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Derr_inherit3.tab.c307 #define YYLLOC_DEFAULT(loc, rhs, n) \
312 (loc).first_line = ((rhs)[-1]).last_line; \
313 (loc).first_column = ((rhs)[-1]).last_column; \
314 (loc).last_line = ((rhs)[-1]).last_line; \
315 (loc).last_column = ((rhs)[-1]).last_column; \
319 (loc).first_line = ((rhs)[ 0 ]).first_line; \
320 (loc).first_column = ((rhs)[ 0 ]).first_column; \
321 (loc).last_line = ((rhs)[n-1]).last_line; \
322 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Derr_syntax10.tab.c236 #define YYLLOC_DEFAULT(loc, rhs, n) \
241 (loc).first_line = ((rhs)[-1]).last_line; \
242 (loc).first_column = ((rhs)[-1]).last_column; \
243 (loc).last_line = ((rhs)[-1]).last_line; \
244 (loc).last_column = ((rhs)[-1]).last_column; \
248 (loc).first_line = ((rhs)[ 0 ]).first_line; \
249 (loc).first_column = ((rhs)[ 0 ]).first_column; \
250 (loc).last_line = ((rhs)[n-1]).last_line; \
251 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Derr_syntax11.tab.c242 #define YYLLOC_DEFAULT(loc, rhs, n) \
247 (loc).first_line = ((rhs)[-1]).last_line; \
248 (loc).first_column = ((rhs)[-1]).last_column; \
249 (loc).last_line = ((rhs)[-1]).last_line; \
250 (loc).last_column = ((rhs)[-1]).last_column; \
254 (loc).first_line = ((rhs)[ 0 ]).first_line; \
255 (loc).first_column = ((rhs)[ 0 ]).first_column; \
256 (loc).last_line = ((rhs)[n-1]).last_line; \
257 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Derr_syntax12.tab.c248 #define YYLLOC_DEFAULT(loc, rhs, n) \
253 (loc).first_line = ((rhs)[-1]).last_line; \
254 (loc).first_column = ((rhs)[-1]).last_column; \
255 (loc).last_line = ((rhs)[-1]).last_line; \
256 (loc).last_column = ((rhs)[-1]).last_column; \
260 (loc).first_line = ((rhs)[ 0 ]).first_line; \
261 (loc).first_column = ((rhs)[ 0 ]).first_column; \
262 (loc).last_line = ((rhs)[n-1]).last_line; \
263 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Derr_syntax18.tab.c245 #define YYLLOC_DEFAULT(loc, rhs, n) \
250 (loc).first_line = ((rhs)[-1]).last_line; \
251 (loc).first_column = ((rhs)[-1]).last_column; \
252 (loc).last_line = ((rhs)[-1]).last_line; \
253 (loc).last_column = ((rhs)[-1]).last_column; \
257 (loc).first_line = ((rhs)[ 0 ]).first_line; \
258 (loc).first_column = ((rhs)[ 0 ]).first_column; \
259 (loc).last_line = ((rhs)[n-1]).last_line; \
260 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Derr_syntax20.tab.c240 #define YYLLOC_DEFAULT(loc, rhs, n) \
245 (loc).first_line = ((rhs)[-1]).last_line; \
246 (loc).first_column = ((rhs)[-1]).last_column; \
247 (loc).last_line = ((rhs)[-1]).last_line; \
248 (loc).last_column = ((rhs)[-1]).last_column; \
252 (loc).first_line = ((rhs)[ 0 ]).first_line; \
253 (loc).first_column = ((rhs)[ 0 ]).first_column; \
254 (loc).last_line = ((rhs)[n-1]).last_line; \
255 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Derror.tab.c241 #define YYLLOC_DEFAULT(loc, rhs, n) \
246 (loc).first_line = ((rhs)[-1]).last_line; \
247 (loc).first_column = ((rhs)[-1]).last_column; \
248 (loc).last_line = ((rhs)[-1]).last_line; \
249 (loc).last_column = ((rhs)[-1]).last_column; \
253 (loc).first_line = ((rhs)[ 0 ]).first_line; \
254 (loc).first_column = ((rhs)[ 0 ]).first_column; \
255 (loc).last_line = ((rhs)[n-1]).last_line; \
256 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Dinherit0.tab.c278 #define YYLLOC_DEFAULT(loc, rhs, n) \
283 (loc).first_line = ((rhs)[-1]).last_line; \
284 (loc).first_column = ((rhs)[-1]).last_column; \
285 (loc).last_line = ((rhs)[-1]).last_line; \
286 (loc).last_column = ((rhs)[-1]).last_column; \
290 (loc).first_line = ((rhs)[ 0 ]).first_line; \
291 (loc).first_column = ((rhs)[ 0 ]).first_column; \
292 (loc).last_line = ((rhs)[n-1]).last_line; \
293 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Dinherit1.tab.c299 #define YYLLOC_DEFAULT(loc, rhs, n) \
304 (loc).first_line = ((rhs)[-1]).last_line; \
305 (loc).first_column = ((rhs)[-1]).last_column; \
306 (loc).last_line = ((rhs)[-1]).last_line; \
307 (loc).last_column = ((rhs)[-1]).last_column; \
311 (loc).first_line = ((rhs)[ 0 ]).first_line; \
312 (loc).first_column = ((rhs)[ 0 ]).first_column; \
313 (loc).last_line = ((rhs)[n-1]).last_line; \
314 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Dinherit2.tab.c306 #define YYLLOC_DEFAULT(loc, rhs, n) \
311 (loc).first_line = ((rhs)[-1]).last_line; \
312 (loc).first_column = ((rhs)[-1]).last_column; \
313 (loc).last_line = ((rhs)[-1]).last_line; \
314 (loc).last_column = ((rhs)[-1]).last_column; \
318 (loc).first_line = ((rhs)[ 0 ]).first_line; \
319 (loc).first_column = ((rhs)[ 0 ]).first_column; \
320 (loc).last_line = ((rhs)[n-1]).last_line; \
321 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Dok_syntax1.tab.c376 #define YYLLOC_DEFAULT(loc, rhs, n) \
381 (loc).first_line = ((rhs)[-1]).last_line; \
382 (loc).first_column = ((rhs)[-1]).last_column; \
383 (loc).last_line = ((rhs)[-1]).last_line; \
384 (loc).last_column = ((rhs)[-1]).last_column; \
388 (loc).first_line = ((rhs)[ 0 ]).first_line; \
389 (loc).first_column = ((rhs)[ 0 ]).first_column; \
390 (loc).last_line = ((rhs)[n-1]).last_line; \
391 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Dpure_calc.tab.c356 #define YYLLOC_DEFAULT(loc, rhs, n) \
361 (loc).first_line = ((rhs)[-1]).last_line; \
362 (loc).first_column = ((rhs)[-1]).last_column; \
363 (loc).last_line = ((rhs)[-1]).last_line; \
364 (loc).last_column = ((rhs)[-1]).last_column; \
368 (loc).first_line = ((rhs)[ 0 ]).first_line; \
369 (loc).first_column = ((rhs)[ 0 ]).first_column; \
370 (loc).last_line = ((rhs)[n-1]).last_line; \
371 (loc).last_column = ((rhs)[n-1]).last_column; \
H A Dpure_error.tab.c244 #define YYLLOC_DEFAULT(loc, rhs, n) \
249 (loc).first_line = ((rhs)[-1]).last_line; \
250 (loc).first_column = ((rhs)[-1]).last_column; \
251 (loc).last_line = ((rhs)[-1]).last_line; \
252 (loc).last_column = ((rhs)[-1]).last_column; \
256 (loc).first_line = ((rhs)[ 0 ]).first_line; \
257 (loc).first_column = ((rhs)[ 0 ]).first_column; \
258 (loc).last_line = ((rhs)[n-1]).last_line; \
259 (loc).last_column = ((rhs)[n-1]).last_column; \

Completed in 328 milliseconds

<<11121314151617181920>>