Searched refs:add_column_width (Results 1 – 3 of 3) sorted by relevance
/external/bison/src/ |
D | scan-gram.l | 720 add_column_width (int column, char const *buf, size_t bufsize) in add_column_width() function 761 column = add_column_width (column, p0, p - p0); in adjust_location() 762 column = add_column_width (column, NULL, 8 - ((column - 1) & 7)); in adjust_location() 771 scanner_cursor.column = column = add_column_width (column, p0, p - p0); in adjust_location()
|
D | scan-gram.c | 3374 add_column_width (int column, char const *buf, size_t bufsize) in add_column_width() function 3415 column = add_column_width (column, p0, p - p0); in adjust_location() 3416 column = add_column_width (column, NULL, 8 - ((column - 1) & 7)); in adjust_location() 3425 scanner_cursor.column = column = add_column_width (column, p0, p - p0); in adjust_location()
|
/external/bison/ |
D | ChangeLog | 981 (rule_length_overflow, increment_rule_length, add_column_width):
|