Searched refs:max_label (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/texinfo/info/
H A Decho-area.c936 int limit, iterations, max_label = 0;
949 if (len > max_label)
950 max_label = len;
953 max_label += 4;
956 limit = calling_window->width / max_label;
957 if (limit != 1 && (limit * max_label == calling_window->width))
960 /* Avoid a possible floating exception. If max_label > width then
993 for (k = 0; k < max_label - printed_length; k++)
933 int limit, iterations, max_label = 0; local

Completed in 292 milliseconds