Searched refs:MAX_LINE_BUF (Results 1 – 1 of 1) sorted by relevance
397 #define MAX_LINE_BUF 20 macro399 static char *history_lines[MAX_LINE_BUF];407 if (num_lines < MAX_LINE_BUF) in add_line_to_history()411 for (i = 0; i < MAX_LINE_BUF - 1; i++) in add_line_to_history()413 history_lines[MAX_LINE_BUF - 1] = STRDUP(line); in add_line_to_history()