Home
last modified time | relevance | path

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

/busybox-1.35.0/libbb/
Dlineedit.c1480 char *temp_h[MAX_HISTORY]; in load_history() local
1497 memset(temp_h, 0, sizeof(temp_h)); in load_history()
1505 free(temp_h[idx]); in load_history()
1506 temp_h[idx] = line; in load_history()
1516 while (temp_h[idx] == NULL) { in load_history()
1525 line = temp_h[idx]; in load_history()