Lines Matching full:width
57 | *WIDTH := max (*WIDTH, strlen (STR)). |
61 max_length (size_t *width, const char *str)
64 if (len > *width)
65 *width = len;
133 size_t width = 0;
136 /* Compute the width of the look-ahead token column. */
142 max_length (&width, sym->tag);
146 if (!width)
150 width += 2;
163 for (j = width - strlen (tag); j > 0; --j)
181 size_t width = 0;
184 /* Compute the width of the look-ahead token column. */
187 max_length (&width, errp->symbols[i]->tag);
190 if (!width)
194 width += 2;
203 for (j = width - strlen (tag); j > 0; --j)
282 print_reduction (FILE *out, size_t width,
288 for (j = width - strlen (look_ahead_token); j > 0; --j)
312 size_t width = 0;
324 /* Compute the width of the look-ahead token column. */
326 width = strlen (_("$default"));
339 max_length (&width, symbols[i]->tag);
344 max_length (&width, symbols[i]->tag);
350 if (!width)
354 width += 2;
369 print_reduction (out, width,
379 print_reduction (out, width,
383 print_reduction (out, width,
391 print_reduction (out, width,