Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/console/linenoise/
Dlinenoise.c134 static int history_max_len = LINENOISE_DEFAULT_HISTORY_MAX_LEN; variable
1179 if (history_max_len == 0) return 0; in linenoiseHistoryAdd()
1183 history = malloc(sizeof(char*)*history_max_len); in linenoiseHistoryAdd()
1185 memset(history,0,(sizeof(char*)*history_max_len)); in linenoiseHistoryAdd()
1195 if (history_len == history_max_len) { in linenoiseHistoryAdd()
1197 memmove(history,history+1,sizeof(char*)*(history_max_len-1)); in linenoiseHistoryAdd()
1231 history_max_len = len; in linenoiseHistorySetMaxLen()
1232 if (history_len > history_max_len) in linenoiseHistorySetMaxLen()
1233 history_len = history_max_len; in linenoiseHistorySetMaxLen()
/hal_espressif-3.6.0/tools/test_idf_size/
Doverflow.map32679 .data.history_max_len
Doverflow_esp32s2.map33531 .data.history_max_len