Home
last modified time | relevance | path

Searched refs:spec_name_prefix_loc (Results 1 – 5 of 5) sorted by relevance

/dports/devel/bison/bison-3.7.6/src/
H A Dfiles.h35 extern location spec_name_prefix_loc;
H A Dparse-gram.y1013 if (location_empty (spec_name_prefix_loc)) in handle_name_prefix()
1016 spec_name_prefix_loc = *loc; in handle_name_prefix()
H A Dfiles.c55 location spec_name_prefix_loc = EMPTY_LOCATION_INIT; variable
H A Dparse-gram.c3329 if (location_empty (spec_name_prefix_loc)) in handle_name_prefix()
3332 spec_name_prefix_loc = *loc; in handle_name_prefix()
/dports/devel/bison/bison-3.7.6/
H A DChangeLog13704 * src/files.h, src/files.c (spec_name_prefix_loc): New.