Searched refs:MAX_LINE_LEN (Results 1 – 1 of 1) sorted by relevance
205 #define MAX_LINE_LEN (4 * WORD_SLOT_LEN) in print_completions() macro207 int line_len = MAX_LINE_LEN; // force a newline for first word in print_completions()217 if (line_len + gap + d_len <= MAX_LINE_LEN) { in print_completions()
Completed in 3 milliseconds