Lines Matching refs:LINE_LEN
37 #define LINE_LEN 128 macro
63 char history[HISTORY_LEN * LINE_LEN];
116 return con->history + line * LINE_LEN; in history_line()
147 strlcpy(history_line(con, con->history_next), line, LINE_LEN); in add_history()
209 char line[LINE_LEN + MAX_NUM_ARGS * 3]; in cmd_repeat()
338 strlcpy(buffer, prev_history(con, &history_cursor), LINE_LEN); in read_debug_line()
340 strlcpy(buffer, next_history(con, &history_cursor), LINE_LEN); in read_debug_line()
353 if (pos == (LINE_LEN - 1)) { in read_debug_line()
698 con->debug_buffer = malloc(LINE_LEN); in console_create()
754 lineread.buffer = malloc(LINE_LEN); in console_run_script_etc()
755 lineread.buflen = LINE_LEN; in console_run_script_etc()