Home
last modified time | relevance | path

Searched refs:boundary_set (Results 1 – 7 of 7) sorted by relevance

/external/bison/src/
Dlocation.h51 boundary_set (boundary *b, const char *f, int l, int c) in boundary_set() function
Dparse-gram.y110 boundary_set (&@$.start, current_file, 1, 1);
111 boundary_set (&@$.end, current_file, 1, 1);
Dgetargs.c590 boundary_set (&res.start, uniqstr_new ("<command line>"), optind - 1, -1); in command_line_location()
Dscan-gram.l869 boundary_set (&scanner_cursor, current_file, lineno, 1);
Dparse-gram.c2003 boundary_set (&yylloc.start, current_file, 1, 1);
2004 boundary_set (&yylloc.end, current_file, 1, 1);
Dscan-gram.c3669 boundary_set (&scanner_cursor, current_file, lineno, 1); in handle_syncline()
/external/bison/
DChangeLog-20128159 * src/scan-gram.l: Remove stray comma that prevents boundary_set
8189 * src/location.h (boundary_set): New.
8194 Use boundary_set.