Home
last modified time | relevance | path

Searched refs:MAX_LINE_BUF (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/efcode/engine/
H A Dinteractive.c397 #define MAX_LINE_BUF 20 macro
399 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()