Searched refs:add_column_width (Results 1 – 2 of 2) sorted by relevance
/external/bison/src/ |
D | location.c | 37 add_column_width (int column, char const *buf, size_t bufsize) in add_column_width() function 78 column = add_column_width (column, p0, p - p0); in location_compute() 79 column = add_column_width (column, NULL, 8 - ((column - 1) & 7)); in location_compute() 88 cur->column = column = add_column_width (column, p0, p - p0); in location_compute()
|
/external/bison/ |
D | ChangeLog-2012 | 8183 * src/scan-gram.l (add_column_width, adjust_location): Move to and 8185 * src/location.h, src/location.c (add_column_width) 9242 (rule_length_overflow, increment_rule_length, add_column_width):
|